* {
	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;
}
.container{
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px;

}
.red{
    color: #FF0000;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7b21a;
    color: #000;
}
.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;
}
/* ------------------------------------------------------- */
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 111;
}
.main__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
}
.main__box {
    max-width: 1015px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 54px;
    position: relative;
}
.main__logo {
}
.main__logo img{

}
.main__title {
    font-size: 54px;
    line-height: 1.4507;
    text-transform: uppercase;
    text-align: center;
    color: #ffe6b6;
}
.main__button {
    width: 723px;
    height: 93px;
    font-size: 32px;
}
.main__mini-logo {
    width: 300px;
}
/* ------------------------everything----------------------------------------- */
.everything {
    position: relative;
}
.everything::before{
    position: absolute;
    content: '';
    background: url(../image/Splash.png) no-repeat center;
    background-size: cover;
    width: 100vw;
    height: 68vw;
    top: 0;
    left: 0;
    transform: translate(-15%, -45%);

}
.everything__container{
    position: relative;
    z-index: 11;
    padding: 38px 0;
    margin-bottom: 50px;
    text-align: center;
}
.everything__container::after,
.everything__container::before{
    position: absolute;
    content: '';
    width: 175px;
    height: 140px;
    top: 0;
    z-index: 1;
}
.everything__container::after{
    left: 0;
    transform: translate(-7%, 99%);
    background: url(../image/isolation.svg) no-repeat center;
}
.everything__container::before{
    right: 0;
    transform: translate(43%, 53%);
    background: url(../image/isolation2.svg) no-repeat center;
}
.everything__logo {
}
.everything__logo img {
    width: 275px;
}
.everything__title {
    padding-top: 15px;
    font-size: 48px;
    line-height: 1.54167;
    color: #ffe6b6;
}
.everything__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 57px;
}
.everything__box {
    padding: 0 15px;
}
.everything__box--list {
}
.everything__box--item {
    
    display: flex;
    align-items: center;
    gap: 38px;
}
.everything__box--svg {
}
.everything__box--text {
    font-family: 'Roboto Condensed';
    font-size: 29px;
    color: #ffe6b6;
    line-height: 2.8;
}
.everything__box--subtitle{
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.everything__box--title{
    font-size: 26px;
    line-height: 2.8;
    color: #ffe6b6;
}
.everything__swiper {
    position: relative;
    overflow: hidden;
    max-width: 768px;
    padding-bottom: 40px;
}
.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 img {
    max-width: 600px;
}
.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: #2A2A2A!important;
}
.swiper-pagination-bullet-active{
    width: 17px!important;
    height: 17px!important;
    background: #FF0000!important;
}
/* --------------------------day----------------------------------- */
.day {
}
.day__container {
    position: relative;
    padding: 150px 0;
}
.day__inner {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.day__img {
    position: relative;
}
.day__img::before{
    position: absolute;
    content: '';
    background: url(../image/sheet.svg) no-repeat center;
    background-size: contain;
    width: 177px;
    height: 92px;
    right: 0;
    transform: translate(45%, -100%);
}
.day__box {
    padding: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../image/bg-day.png)no-repeat center;
    background-size: cover;
    text-align: center;
}
.day__box::after{
    position: absolute;
    z-index: -1;
    content: '';
    background: url(../image/splash-1.png) no-repeat center;
    background-size: contain;
    width: 1900px;
    height: 1300px;
    top: 0;
    transform: translate(-20%, -25%);
}
.day__box--title {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 44px;
    color: #ffe6b6;
    line-height: 1.6;
}
.day__box--title::after{
    position: absolute;
    content: '';
    background: url(../image/day-box.png) no-repeat center;
    background-size: contain;
    width: 300px;
    height: 300px;
    top: 0;
    transform: translate(-95%, -100%);

}
.day__box--day {
    font-size: 48px;
    color: #ffe6b6;
    padding-bottom: 30px;
}
.day__box--btn{
    font-size: 21px;
    width: 490px;
    height: 63px;
}
.day__subtitle {
    position: relative;
    padding-top: 42px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    line-height: 1.45;
    color: #ffe6b6;
}
.day__subtitle::before{
    position: absolute;
    content: '';
    background: url(../image/sheet-orange.svg) no-repeat center;
    background-size: contain;
    width: 135px;
    height: 117px;
    left: 0;
    bottom: 0;
    transform: translate(-110%, 30%);
}
/* -----------------------address------------------------------------------------ */
.address {
}
.address__container {
    position: relative;
    z-index: 9;
    text-align: center;
}
.address__logo img{
    width: 375px;
}
.address__title {
    font-size: 48px;
    line-height: 1.55;
    color: #ffe6b6;
    margin-bottom: 70px;
}
.address__inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.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;

    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;
}
.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;
}


/* -------------------------footer------------------------------------- */
.footer {
  position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.footer::before{
    position: absolute;
    content: '';
    background: url(../image/footer.png)no-repeat center;
    background-size: contain;
    width: 700px;
    height: 800px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.footer::after{
    position: absolute;
    content: '';
    background: url(../image/form1.png) no-repeat center;
    width: 680px;
    height: 1317px;
    bottom: 6%;
    left: 0;
    z-index: -1;
}
.footer__logo img{
    width: 680px;
}
.footer__text {
    font-size: 35px;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffe6b6;
    line-height: 2.1;
}
.footer__telemedia img{
    width: 390px;
}
@media (max-width: 1570px){
    .main__logo img {
        width: 820px;
    }
    .main__title {
        font-size: 40px;
    }
    .main__button {
        width: 540px;
        height: 75px;
        font-size: 26px;
    }
    .main__box{
        gap: 44px;
    }
    .main__mini-logo {
        width: 230px;
    }
    .everything__logo img {
        width: 225px;
    }
    .everything__title {
        font-size: 38px;
    }
    .swiper-slide--img img{
        max-width: 480px;
    }
    .everything__swiper{
        max-width: 590px;
        padding: 0 25px 35px;
    }
    .everything__container::after, .everything__container::before {
        background-size: contain;
        width: 142px;
    }
    .everything__box--text{
        font-size: 24px;
    }
    .everything__box--title {
        font-size: 24px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px !important;
        height: 30px !important;
    }
    .everything::before{
        transform: translate(0%, -45%);
        width: 93vw;
        height: 60vw;
    }
    .everything__container::before {
        transform: translate(5%, 52%);
    }
    .day__box::after {
        width: 1200px;
        height: 1025px;
    }
    .day__img {
        max-width: 520px;
    }
    .day__box--title {
        font-size: 38px;
    }
    .day__box--day {
        font-size: 38px;
    }
    .day__box--btn{
        width: 400px;
    }
    .day__box--btn {
        font-size: 19px;
    }
    .day__box--title::after {
        width: 260px;
        height: 260px;
    }.day__subtitle::before{
        width: 120px;
        height: 105px;
    }
    .day__subtitle{
        font-size: 20px;
        padding-top: 25px;
    }
    .day__box {
        padding: 120px;
    }
    .day__img::before{
        width: 125px;
    }
    .address__logo img {
        width: 285px;
    }
    .address__title{
        font-size: 38px;
    }
    .address__adress{
        width: 580px;
        height: 660px;
    }
    .footer__logo img {
        width: 580px;
    }
    .footer__container{
        gap: 30px;
    }
    .footer__telemedia img {
        width: 330px;
    }
    .swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
}
}


@media (max-width: 1340px){
    .main__logo img {
        width: 700px;
    }
    .main__title {
        font-size: 36px;
    }
    .main__button {
        width: 520px;
        font-size: 21px;
        height: 65px;
    }
    .main__mini-logo {
        width: 201px;
    }
    .everything__container{
        padding: 20px 0;
    }
    .everything__logo img {
        width: 200px;
    }
    .everything__title {
        font-size: 32px;
    }
    .everything__box--item{
        gap: 20px;
    }
    .everything__box--svg {
        width: 45px;
    }
    .everything__swiper {
        max-width: 520px;
    }
    .swiper-slide--img img {
        max-width: 380px;
    }
    .everything__box--title {
        font-size: 22px;
    }
    .everything__box--subtitle svg{
        width: 50px;
    }
    .everything__container::after, .everything__container::before {
        background-size: contain;
        width: 110px;
    }
    .everything__container::after {
        transform: translate(15%, 70%);
    }
    .everything__container::before {
        transform: translate(-8%, 36%);
    }
    .day__img {
        max-width: 430px;
    }
    .day__box {
        padding: 110px;
    }
    .day__box--title::after {
        width: 230px;
        height: 230px;
    }
    .day__box--title {
        font-size: 32px;
    }
    .day__box--day {
        font-size: 32px;
    }.day__box--btn {
        height: 50px;
    }
    .day__box::after {
        width: 1078px;
        height: 969px;
    }
    .day__container {
        padding: 105px 0;
    }
    .address__title{
        font-size: 32px;
    }
    .address__logo img {
        width: 250px;
    }
    .address__img {
        max-width: 460px;
        margin-right: 2vw;
    }
    .address__adress{
        width: 460px;
        height: 570px;
    }
    .form__input{
        height: 50px;
        font-size: 18px;
    }
    .form__label {
        font-size: 14px;
    }
    .form__button{
        height: 50px;
        font-size: 19px;
    }
    .footer__logo img {
        width: 430px;
    }
    .footer__text {
        font-size: 26px;
    }
    .footer__telemedia img {
        width: 260px;
    }
    .day__subtitle::before {
        width: 90px;
    }
    .everything__box--title {
        font-size: 19px;
        
    }
    .everything__box--text {
        font-size: 20px;
    }
    .footer::before{
        background-size: contain;
        width: 510px;
        height: 565px;
    }
    .footer::after{
        background-size: contain;
        width: 600px;
        height: 1190px;
    }
}
@media (max-width: 1051px){
    .main__logo img {
        width: 560px;
    }
    .main__title {
        font-size: 30px;
    }
    .main__button{
        width: 100%;
        height: 55px;
        font-size: 19px;
    }
    .main__mini-logo {
        width: 145px;
    }
    .main__box {
        gap: 35px;
    }
    .everything__logo img {
        width: 140px;
    }
    .everything__title {
        font-size: 26px;
    }
    .everything__inner {
        flex-direction: column;
        gap: 30px;
    }
    .everything::before {
        transform: translate(0%, -50%);
        width: 88vw;
        height: 60vw;
    }
    .day__inner{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .day__box::after {
        width: 665px;
        height: 900px;
        transform: translate(0%, -20%);
    }
    .address__inner{
        flex-direction: column;
        gap: 30px;
    }

    .footer::after{
        width: 570px;
        height: 1150px;
        bottom: 200%;
    }
    .address__img{
        margin-right: 0;
    }
}
@media (max-width: 691px){
    .main__logo img {
        width: 425px;
    }
    .main__title {
        font-size: 26px;
    }
    .main__button{
        height: 50px;
    }
    .everything__container::after, .everything__container::before {
        background-size: contain;
        width: 55px;
    }
    .everything__container::after {
        transform: translate(29%, 80%);
    }
    .everything__container::before {
        transform: translate(-9%, 10%);
    }
    .everything__box--svg {
        width: 35px;
    }
    .everything__box--text {
        font-size: 18px;
    }
    .everything__box--subtitle svg {
        width: 35px;
    }
    .everything__box--title {
        font-size: 17px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        background-size: contain; 
    }
    .swiper-button-next, .swiper-button-prev {
        width: 30px !important;
    }
    .swiper-slide--img img {
        max-width: 80%;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
    .day__box{
        padding: 100px 0;
        width: 100%;
    }
    .day__box--title::after {
        width: 170px;
        height: 170px;
        transform: translate(-80%, -100%);
    }
    .day__img {
        max-width: 80%;
    }
    .day__img::before {
        width: 85px;
    }
    .day__box::after {
        width: 100%;
    }
    .day__container {
        padding: 65px 0;
    }
    .day__box--day {
        font-size: 26px;
    }
    .day__box--title {
        font-size: 22px;
    }
    .day__subtitle {
        padding-top: 20px;
        font-size: 16px;
    }
    .day__subtitle::before {
        width: 60px;
    }
    .everything__box--subtitle svg {
        width: 25px;
    }
    .footer::before{
        width: 410px;
        height: 450px;
    }
    .footer::after {
        width: 400px;
        height: 1051px;
    }

}
@media (max-width: 541px){
    .main__title {
        font-size: 22px;
    }
    .main__button {
        font-size: 17px; 
    }
    .everything__logo img {
        width: 100px;
    }
    .day__box{
        height: 85vw;
    }
    .everything__box--text {
        font-size: 16px;
        line-height: 1;
    }
    .everything__box--title {
        font-size: 14px;
        line-height: 1;
    }
    .everything__swiper {
        max-width: 100%;
    }
    .day__box--title::after {
        width: 125px;
        height: 125px;
    }
    .day__box--day {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .day__box--title {
        font-size: 17px;
    }
    .day__box--btn {
        padding: 10px;
        font-size: 16px;
        width: 80%;
    }
    .day__subtitle {
        font-size: 14px;
        padding-top: 10px;
    }
    .address__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .address__adress {
        width: 90%;
        height: 430px;
    }
    .form__input {
        height: 45px;
        font-size: 16px;
    }
    .form__input::placeholder{
        font-size: 16px;
    }
    .form__label {
        font-size: 12px;
    }
    .form__button{
        font-size: 17px;
    }
    .footer__logo img {
        width: 310px;
    }
    .footer__text {
        font-size: 20px;
    }
    .footer {
        padding-top: 60px;
    }
    .footer__telemedia img {
        width: 180px;
    }
    .footer__container {
        gap: 15px;
    }
    .address__logo img {
        width: 110px;
    }
    .address__img {
        width: 80%;
    }
    .main__box{
        padding: 15px;
    }
}
@media (max-width: 421px){
    .everything__container::after, .everything__container::before{
        display: none;
    }
    .everything__box{
        padding: 0;
    }
    .main__title {
        font-size: 20px;
    }
    .main__button {
        font-size: 14px;
    }
    .main__mini-logo {
        width: 100px;
    }
    .main__box {
        gap: 20px;
    }
    .everything__title {
        font-size: 20px;
    }
    .everything__inner {
        padding-top: 30px;
    }
    .everything__box--text {
        font-size: 14px;
        text-align: left;
    }
    .everything__box--svg {
        width: 30px;
    }
    .everything__box--subtitle {
        padding-top: 11px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 25px !important;
    }
    .day__container {
        padding: 25px 0;
    }
    .day__box--title {
        font-size: 14px;
    }
    .day__box--day {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .day__subtitle::before{
        display: none;
    }
    .day__box--btn{
        font-size: 14px;
        padding: 8px;
        width: 95%;
    }
    .day__subtitle {
        font-size: 10px;
        padding-top: 8px;
    }
    .day__box--title::after {
        width: 100px;
        height: 100px;
        transform: translate(-80%, -100%);
    }
    .day__img::before {
        width: 50px;
    }
    .address__title {
        font-size: 20px;
    }
    .address__form--item {
        padding-bottom: 15px;
    }
    .address__adress {
        width: 100%;
        height: 350px;
    }
    .form__input {
        height: 40px;
        padding: 20px 20px;
    }
    .form__button {
        height: 40px;
        font-size: 14px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .footer__telemedia img {
        width: 150px;
    }
    .everything__container{
        margin-bottom: 10px;
    }
    .address {
        padding-top: 20px;
    }
    .footer::before {
        width: 235px;
        height: 255px;
    }
    .footer::after {
        width: 270px;
        height: 900px;
    }
}
@media (max-width: 340px){
    .day__box {
        height: 90vw;
    }
}
