* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth; 
  }
/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
/* ----------------------fonts----------------------------------- */
@font-face {
    font-family: 'Dela Gothic One';
    src: url('../fonts/DelaGothicOne-Regular.eot');
    src: local('../fonts/Dela Gothic One Regular'), local('DelaGothicOne-Regular'),
        url('../fonts/DelaGothicOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DelaGothicOne-Regular.woff2') format('woff2'),
        url('../fonts/DelaGothicOne-Regular.woff') format('woff'),
        url('../fonts/DelaGothicOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src:
        url('../fonts/Robotocondensed.woff2') format('woff2'),
        url('../fonts/Robotocondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ------------------------------------------------ */
body{
    position: relative;
    font-family: 'Dela Gothic One';
    color: #fff;
    font-size: 16px;
    min-height: 100%;
    width: 100%;
    background:url(../image/bg.png) repeat #000;
    height: 100%;
}
.container{
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;

}
.red{
    color: #FF0000;
}
.error-close{
    color: #da0000;  
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7b21a;
    color: #000;
    white-space: normal;
}
.error-message {
    display: block;
    color: #FF0000;
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px;
}
.error-box{
    color: #FF0000;
    margin: 10px 0;
}
.success-text{
    color: green;
    margin: 10px 0;
}
.title{
    font-size: 48px;
    font-weight: 400;
    line-height: 1.54167;
}
/* ---------------------------main---------------------------- */
.main {
    margin-top: 25px;
    background:url(../image/bg-main.png) no-repeat top;
    
}
.main__box {
    padding: 90px 0 220px;
    width: 100%;
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__logo {
    width: 196px;
}
.main__title {
    -webkit-text-stroke: 5px black;
    font-weight: 400;
    font-size: 71px;
    line-height: 1.4507;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.main__button {
    border: 7px solid #000;
    font-weight: 400;
    font-size: 40px;
    line-height: 2.275;
    max-width: 1050px;
    width: 100%;
}
.btn {
}
.main__logo-mvas{
    width: 650px;
}

/* ------------------------video----------------------------------------- */
.video {
    text-align: center;
    overflow-x: hidden;
    padding:70px 15px;
    margin-top: -70px;
}

.video__container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.video__video {
    width: 100%;
}

.video__container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -53%);
    background: url(../image/BG-1.png) no-repeat;
    background-size: cover;
    z-index: -1;
    width: 145%;
    height: 116%;
    pointer-events: none;
}
/* ----------------meet-us----------------------- */

.meet-us__swiper {
    position: relative;
    overflow: hidden;
    max-width: 768px;
    padding-bottom: 40px;
}
.meet-us{
    overflow: hidden;
    
}
.meet-us__header {
    text-align: center;
   
}
.meet-us__header--img {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 25px;

}
.meet-us__item img{
    width: 95px;
}
.meet-us__inner {
    position: relative;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: right;
    padding-bottom: 90px;
    
}
.meet-us__inner::before{
    position: absolute;
    content: '';
    background: url(../image/dark.png) no-repeat;
    background-size: cover;
    right: -121px;
    bottom: -80px;
    width: 100%;
    z-index: -1;
    height: 120%;
}
.meet-us__box {
}
.meet-us__list {
}
.meet-us__item {
    display: flex;
    gap: 25px;
    align-items: center;
}
.meet-us__text {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 2.63889;
    color: #ffe6b6;
} 
.swiper-button-next,
.swiper-button-prev{
    width: 55px!important;
    height: 35px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0!important;
    width: 100%;
    height: 100%;
}
.swiper-button-prev{
    left: 0!important;
}
.swiper-button-next{
    right: 0!important;
}
.swiper-slide--img{
    padding-top: 80px;
    text-align: center;
    position: relative;
}
.swiper-slide--img::after{
    position: absolute;
    content: '';
    background: url(../image/list.png) no-repeat;
    background-size: cover;
    width: 365px;
    height: 370px;
    right: -50px;
    top: -65px;
    z-index: -1;
}
.swiper-slide--img img {
    max-width: 620px;
}
.swiper-button-prev::after{
    background: url(../image/next.svg) no-repeat center;
}
.swiper-button-next:after{
    background: url(../image/next.svg) no-repeat center;
    transform: rotate(180deg);
}
.swiper-pagination-bullet{
    width: 17px!important;
    height: 17px!important;
    background: #fff!important;
}
.swiper-pagination-bullet-active{
    width: 17px!important;
    height: 17px!important;
    background: #F8B500!important;
}
/* --------------------------day----------------------------------- */
.day {
    position: relative;
    padding: 70px 0;
}

.day__container {
}
.day__inner {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.day__img {
    position: relative;
    max-width: 580px;
    width: 100%;
}
.day__img::after{
    position: absolute;
    content: '';
    background: url(../image/list.png) no-repeat center;
    background-size: cover;
    top: -110px;
    left: -125px;
    width: 250px;
    height: 270px;
    z-index: -1;
    transform: rotate(270deg);
}.day__img::before{
    position: absolute;
    content: '';
    background: url(../image/bg-day.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    transform: translate(-30%, -10%);
    width: 200%;
    height: 140%;
    z-index: -1;
}
.day__box {
    padding: 20px 90px 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: url(../image/day-box.png) no-repeat;
    background-size: contain;
    background-position: top;
    background-position-y: 90px;
}
.day__box--logo {
    max-width: 250px;
    width: 100%;
}
.day__box--subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: #ffe6b6;
}
.day__box--title {
    font-size: 43px;
    line-height: 1.60737;
    color: #fff;
}
.day__box--time {
    font-size: 34px;
    background: linear-gradient(270deg, #ffb300 0%, #b98fca 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.day__box--button {
    margin: 30px 0 15px;
    max-width: 470px;
    width: 100%;
    height: 60px;
    font-size: 21px;
    line-height: 3.19671;
}
.day__box--text {
    color: #ffe6b6;
    font-size: 23px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}
/* -----------------------address------------------------------------------------ */
.address {
    position: relative;
    background: url(../image/bg-address.png) no-repeat center;
    background-position-y: 70px;
    padding-bottom: 70px;
}
.address::after{
    position: absolute;
    content: '';
    background: url(../image/form.png) no-repeat;
    top: 0;
    right: 0;
    width: 210px;
    height: 420px;
}
.address__container {
    position: relative;
    z-index: 9;
    text-align: center;
}
.address__header {

    text-align: center;
}
.address__header-img {
    width: 370px;
    margin: 0 auto;
}
.address__header-title {
}
.address__inner{
    padding-top: 75px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.address__form {
    max-width: 590px;
}
.address__form--item {
    padding-bottom: 25px;
    text-align: left;
    position: relative;
}
.form__label{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    width: 100%;
    color: #ffe6b6;
}
.address__form--item label::after {
    content: attr(data-error);
    right: 0px;
    color: #ff0000;
    font-size: 10px;
}
.address__form--item label:before, .address__form--item label:after {
    position: absolute;
    top: 10px;
}
.address__adress{
    width: 620px;
    filter: brightness(80%);
    height: 750px;
    margin-right: 60px;
}
.form__input{
    font-family: 'Dela Gothic One';
    font-size: 19px;
    width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
    border: 1.63px solid #5d5d5d;
    padding: 23px 20px;
}
.form__input::placeholder{
    font-size: 22px;
}
.form__button {
    width: 100%;
    height: 64px;
    font-size: 21px;
}
.bootstrap-select>.dropdown-toggle{
    font-family: 'Dela Gothic One';
    background: #000;
    color: #fff;
    border: 1.63px solid #5d5d5d; 
    height: 60px;

}
.bootstrap-select .dropdown-toggle .filter-option{
    height: auto;
    width: auto;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

/* -------------------------footer------------------------------------- */
.footer {
    padding: 150px 0 70px;
    position: relative;
    text-align: center;
}
.footer::after{
    position: absolute;
    content: '';
    background: url(../image/list-footer.png) no-repeat;
    width: 400px;
    height: 280px;
    bottom: 0;
    left: 0;
}
.footer::before{
    position: absolute;
    content: '';
    background: url(../image/list-footer-r.png) no-repeat;
    width: 500px;
    height: 280px;
    bottom: 0;
    right: 0; 
}
.footer__container {
}
.footer__logo {
    position: relative;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.footer__logo::after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(5%);
    background: url(../image/footer-logo.png) no-repeat;
    width: 170px;
    height: 145px;
    top: -120px;
}
.footer__box {
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.footer__text {
    font-size: 23px;
    
}
.footer__pero-right,
.footer__pero-left {
    width: 130px;
}

@media (max-width:1590px){
    .main{
        background-size: cover;
    }
    .main__logo{
        width: 120px;
    } 
    .main__title{
        -webkit-text-stroke: 4px black;
        font-size: 56px;
    }
    .main__box{
        padding: 95px 0 210px;  
    }
    .main__button{
        max-width: 800px;
        font-size: 28px;
    }
    .main__logo-mvas {
        width: 500px;
    }
    .video__container {
        max-width: 990px;
    }
    .meet-us__header--img{
        width: 190px;
    }
    .title {
        font-size: 36px;
    } 
    .swiper-slide--img img {
        max-width: 540px;
    }   
    .meet-us__swiper{
        max-width: 730px;
    }
    .meet-us__text{
        font-size: 28px;
    }
    .meet-us__inner::before{
        width: 92%;
    }
    .day__box{
        padding: 20px 85px 170px;
    }
    .day__inner{
        justify-content: center;
        gap: 40px;  
    }
    .day__box--title {
        font-size: 36px;
    }
    .day__box--logo {
        max-width: 220px;
    }
    .day__box--subtitle{
        font-size: 32px;
    }
    .day__box--time {
        font-size: 26px;
    }
    .day__box--button{
        max-width: 420px;
        font-size: 19px;
    }
    .day__box--text{
        font-size: 19px;
    }
    .address{
        background-size: cover;
    }
    .address__header-img {
        width: 340px;
    }
    .address::after{
        width: 160px;
        height: 320px;
        background-size: contain;
    }
    .form__input{
        height: 55px;
    }
    .form__button{
        height: 55px;
    }
    .address__adress{
        width: 530px;
        height: 690px;
        margin-right: 10px;
      
    }
    .footer__logo::after{
        background-size: contain;
        width: 154px;
        height: 130px;
    }
    .footer__logo{
        max-width: 440px;
    }
    .footer__text {
        font-size: 21px;
    }
    .footer::after{
        width: 390px;
        height: 230px;
        background-size: contain; 
    }
    .footer::before{
        background-size: contain; 
        width: 400px;
    height: 240px;
    }
    .meet-us__inner{
        gap: 90px;
    }
    .day__img{
        max-width: 520px;
    } 
    .address__inner{
        justify-content: space-around;
    }
    .address__form{
        max-width: 520px;
  
    }
    .bootstrap-select>.dropdown-toggle{
        height: 55px;
    }
}
@media (max-width:1460px){
    .main__box{
        gap: 40px; 
    }
    .main__box{
        padding: 70px 0 210px; 
    }
}
@media (max-width:1360px){
    .meet-us__inner::before {
        width: 85%;
    }
    .main__logo {
        width: 100px;
    }
    .main__title {
        -webkit-text-stroke: 3px black;
        font-size: 46px;
    }
    .main__button {
        max-width: 620px;
        font-size: 24px;
        height: 65px;
        border: 5px solid #000;
    }
    .main__logo-mvas {
        width: 380px;
    }
    .main__box {
        padding: 70px 0 150px;
    }
    .video__container {
        max-width: 850px;
    }
    .meet-us__header--img{
       width: 140px; 
    }
    .title {
        font-size: 32px;
    }
    .meet-us__item img {
        width: 80px;
    }
    .meet-us__swiper {
        max-width: 510px;
    }
    .swiper-slide--img img {
        max-width: 380px;
    }
    .meet-us__text {
        font-size: 26px;
        line-height: 1;
    }
    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }
    .day__box--logo {
        max-width: 150px;
    }
    .day__box--subtitle {
        font-size: 28px;
    }
    .day__box--title {
        font-size: 28px;
    }
    .day__box--time {
        font-size: 22px;
    }
    .day__box--button {
        max-width: 390px;
        font-size: 18px;
    }
    .day__box--text {
        font-size: 18px;
    }
    .day__box {
        padding: 20px 65px 120px
    }
    .day__img {
        max-width: 410px;
    }
    .day__inner{
        gap: 10px;
    }
    .address__form{
        max-width: 410px;
    }.swiper-button-next:after,
    .swiper-button-prev::after{
        background-size: cover;
        width: 80%;
        height: 80%;
    }
    .address__adress {
        width: 380px;
        height: 520px;
        margin-right: 5px;
    }
    .form__input{
        height: 48px;
        padding: 10px 15px;
        font-size: 16px;
    }
    .address__header-img {
        width: 240px;
    }    .address::after {
        width: 110px;}
        .footer__logo::after {
            background-size: contain;
            width: 116px;
            height: 90px;
            top: -70px;
    }
    .footer__logo {
        max-width: 340px;
    }
    .footer::after {
        width: 300px;
        height: 171px;
    }
    .footer::before {
        width: 300px;
        height: 180px;
    }
    .footer__pero-right, .footer__pero-left {
        width: 90px;
    }
    .footer__text {
        font-size: 18px;
    }
    .swiper-slide--img::after{
        width: 330px;
        height: 325px;
    }
    .form__input::placeholder{
        font-size: 19px;
    }
    .footer {
        padding: 80px 0 70px
    }
    .bootstrap-select>.dropdown-toggle{
        height: 48px;
    }
}
@media (max-width:1110px){
    .main__box {
        padding: 40px 0 150px;
    }
    .main__box {
        gap: 31px;
    }
    .day__box--title {
        font-size: 26px;
    }
}
@media (max-width:998px){
    .main__logo {
        width: 75px;
    }
    .main__title {
        -webkit-text-stroke: 2px black;
        font-size: 36px;
    }
    .main__button {
        max-width: 530px;
        font-size: 19px;
        height: 55px;
        border: 3px solid #000;
    }
    .main__logo-mvas {
        width: 300px;
    }
    .video__container {
        max-width: 640px;
    }
    .meet-us__inner{
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 10px;
        flex-direction: column;
    }
    .meet-us__inner::before {
        display: none;
    }
    .meet-us{
        background: url(../image/dark.png) no-repeat bottom;

        background-size: contain;
    }
    .meet-us__item img {
        width: 70px;
    }
    .day__inner{
        flex-direction: column-reverse;
    }
    .day{
        padding: 25px 0;
    }
    .day__box--button{
        height: 55px;
    }
    .address__inner{
        flex-direction: column;
        gap: 20px;
    }
    .address {
        background-size: cover;
        background-position: left;
    }
    .footer::before {
        width: 220px;
        height: 134px;
    }
    .footer::after {
        width: 220px;
        height: 130px;
    }
    .footer__logo {
        max-width: 281px;
    }
    .footer__logo::after {
        background-size: contain;
        width: 80px;
        height: 90px;
        top: -60px;
    }
    .day__img::after{
        top: -90px;
        left: -98px;
        width: 200px;
        height: 220px;
    }
    .day__img::before{
        transform: translate(-35%, -20%);
        width: 110%;
        height: 100%;
    }
    .swiper-slide--img::after {
        width: 290px;
        height: 270px;
    }
}

@media (max-width:870px){
    .title {
        font-size: 26px;
    }
    .meet-us__header--img {
        width: 110px;
        padding-bottom: 15px;
    }
    .meet-us__inner{
        padding-top: 20px;
        flex-direction: column;
        gap: 20px;
    }


}
@media (max-width:670px){
    .main__logo {
        width: 70px;
    }
    .main__title {
        -webkit-text-stroke: 2px black;
        font-size: 28px;
    }
    .main__button {
        max-width: 70%;
        font-size: 17px;
    }
    .main__logo-mvas {
        width: 180px;
    }
    .main__box {
        gap: 15px;
    }
    .main__box {
        padding: 25px 0 110px;
    }
    .main__button {
        max-width: 70%;
        height: 40px;
        font-size: 0.9rem;
    }
    .main__logo {
        width: 60px;
    }
    .video__container {
        max-width: 90%;
    }
    .title {
        font-size: 22px;
    }
    .meet-us__header--img {
        width: 80px;
    }
    .meet-us__text {
        font-size: 20px;
    }
    .meet-us__item img {
        width: 60px;
    }
    .meet-us__swiper {
        max-width: 100%;
    }
    .swiper-slide--img::after {
        width: 163px;
        height: 154px;
        right: 0px;
        top: -20px;
    }
    .swiper-slide--img img {
        max-width: 75%;
    }
    .swiper-slide--img {
        padding-top: 40px;
    }
    .swiper-button-next:after, .swiper-button-prev::after {
        background-size: cover;
        width: 60%;
        height: 60%;
    }
    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .meet-us__inner::before {
        width: 105%;
        height: 50%;
        right: 20px;
        bottom: -35px;
    }
    .day__box--logo {
        max-width: 110px;
    }
    .day__box--subtitle {
        font-size: 20px;
    }
    .day__box--title {
        font-size: 22px;
    }
    .day__box--time {
        font-size: 18px;
    }
    .day__box--text {
        font-size: 14px;
    }
    .day__box {
        padding: 10px 60px 100px;
        background-position-y: 35px;
    }
    .day__box--button {
        height: 45px;
    }
    .day__img {
        max-width: 75%;
    }
    .address__header-img {
        width: 170px;
    }
    .form__input {
        height: 40px;
    }
    .form__input::placeholder{
        font-size: 16px;
    }
    .form__label{
        font-size: 14px;
    }
    .address__inner {
        padding-top: 20px;
    }
    .address::after {
        width: 70px;
    }
    .address__form{
        max-width: 95%;
    }
    .address__adress{
        width: 75%;
        height: 350px;
    }
    .footer::after {
        width: 141px;
        height: 85px;
    }
    .footer::before {
        width: 140px;
        height: 85px;
    }
    .footer__logo {
        max-width: 250px;
    }
    .footer__text {
        font-size: 16px;
    }
    .footer__pero-right, .footer__pero-left {
        width: 70px;
    }
    .address{
        padding-bottom: 15px;
    }
    .form__button {
        height: 45px;
        font-size: 17px;
    }
    .bootstrap-select>.dropdown-toggle{
        height: 40px;
    }
    
}
@media (max-width:510px){
    .main__button {
        max-width: 80%;
        line-height: 1.175;
        height: 50px;
    }
    .main__title{
        font-size: 22px;
    }
    .main__logo-mvas {
        width: 140px;
    }
    .meet-us__text {
        font-size: 16px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 45px !important;
    }
    .meet-us__inner::before {
        width: 115%;
    }
    .day__box--logo {
        max-width: 80px;
    }.day__box {
        padding: 10px 20px 60px;
    }
    .day__box--subtitle {
        font-size: 14px;
    }
    .day__box--title {
        font-size: 18px;
    }
    .day__box--time {
        font-size: 14px;
    }
    .day__box--text {
        font-size: 12px;
    }
    .day__box--button {
        height: 40px;
    }
    .day__box--button{
        font-size: 14px;
        margin: 10px 0 7px
    }
    .day__box {
        padding: 10px 30px 60px;
    }
    .title {
        font-size: 18px;
    }
    .address__form--item {
        padding-bottom: 15px;
    }
    .footer::after,
    .footer::before {
        width: 110px;
        height: 65px;
    }
    .footer__pero-right, .footer__pero-left {
        width: 50px;
    }
    .footer__box {
        margin-top: -10px;
    }
    .day__img::before {
        transform: translate(-36%, 25%);
    }
}