* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	
}
a:hover {
	text-decoration: none;
}
a, img {
	border: none;
}
a, input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}
button {
	cursor: pointer;
}
body {
	background:  #040000;
	color: #fff;
	font: 14px/1.4 Gilroy, Arial, sans-serif;
}

.wrapper {
	width: 100%;
	overflow: hidden;

	background-repeat: repeat;
	background-position: center;
	background-size: contain;
}
.container {
	max-width: 1472px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.text-center {
	text-align: center;
}
.cl {
	clear: both;
}

img {
	user-select: none;
}
li{
	list-style-type: none;	
}

h1 {
	font-weight: bold;
	text-align: center;
}
.title::after{
	content:'' ;
	position: absolute;
	right: -76px;
	bottom: 0;
	width: 55px;
	height: 50px;
	background: url(../img/wing_right.svg) no-repeat center;
}
.title::before{
	content:'' ;
	position: absolute;
	left: -76px;
	bottom: 0;
	width: 55px;
	height: 50px;
	background: url(../img/wing_left.svg) no-repeat center;	
}
input:focus, textarea:focus, select:focus {
	outline: none !important;
  }
input{
	outline: none;
	border: 0;
}
	
.error{

}
.error-box{
	color: #ff0000;
	padding: 20px 0;
	font-size: 16px;
}
.success-text{
	color:green;
	padding: 20px 0;
	font-size: 16px;
}
.bg{
	width: 100%;
    min-height: 100vh;
    background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 35px;
    overflow: hidden;	
}
/* Main
------------------------------------------------------------ */
.main {
	position: relative;
	width: 100%;
    min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 111;
	background: url(../img/header.png) center  no-repeat #18020b;
	background-size: cover;
}
.main__container {
}

.main__inner {

}
.main__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;

}
.main__item {
	position: relative;
	text-align: center;

}
.main__logo {
margin-bottom: 60px;
}
.main__logo img{
width: 140px;
}
.main__title {
font-size: 70px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 50px;
}
.main__button{
display: block;
color: #000000;
text-decoration: none;
padding: 20px 30px;
background-color: rgba(0,0,0,0.4);
background-image: linear-gradient(-85.0deg, #ff5a00 0%, #f5b405 100%);
margin: 0 auto;
text-transform: uppercase;
transition: all 0.4s;
}
.main__button:hover{
	background-image: linear-gradient(-85.0deg, #ff7a00 0%, #f5b405 99%);
}
.main__button {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
}
/* -- video
------------------------------------------------------- */
.video{
	padding: 50px 0px;
}
.video__container{
text-align: center;
padding: 200px 0;
position: relative;
}
.video__container::after{
	content: '';
    position: absolute;
    width: 700px;
    height: 870px;
    left: 0;
    top: 50px;
    background: url(../img/video-bg--left.png) no-repeat left;
	background-size: cover;


}
.video__container::before{
	content: '';
    position: absolute;
    width: 700px;
    height: 870px;
    right:0;
    top: 50px;
    background: url(../img/video-bg--right.png) no-repeat right;
	background-size: cover;
    

}
.video__v{
	width: 947px;
	border: 13px solid #fff;
	box-shadow: 0px 0px 25px 8px #f5b405;
	position: relative;
	z-index: 11;

}
.video-circle--top{
	position: absolute;
    top: 26%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.video-circle--bottom{
	position: absolute;
    bottom: -25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.video__conta::after{
	position: absolute;
	content: '';
	background: url(../img/circle-mini.png) no-repeat right;
	width: 100%;
	height: 100%;
	top: 0;
}
/* -- everything
------------------------------------------------------- */
.everything {
	padding-top: 130px;
	padding-bottom: 150px;
	text-align: center;
	position: relative;

}

.everything__container {
	

}
.everything__title {
display:inline-block;
font-size: 48px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
color: #f5b405;
position: relative;
text-align: center;

}

.everything__inner {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.everything__column {
	margin-left: 10%;
	padding-top: 40px;
}

.everything__item {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-bottom: 20px;
	text-align: left;
}
.everything__item--title {
	font-size: 24px;
line-height: 78px;
font-weight: 400;
color: #f5b405;
}
.everything__item img{
	width: 65px;
}

.everything__bottom-title::after{
position: absolute;
content: '';
width:310px ;
height: 1px;
background-color: #403a31;
top: 30px;
left: 130px;
}
.everything__bottom-title::before{
position: absolute;
content: '';
width:310px ;
height: 1px;
background-color: #403a31;
bottom:30px;
left: 130px;
}
.everything__slider {
}
.everything-position__right{
	position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);	
	
}
.everything-position__left{
	position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);	
}
.everything-position__center{
	position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
}
.everything-position__top{
	position: absolute;
	left: 50%;
	margin-right: -50%;
	top: 0;  
	z-index: -11;
}
/* -----------------swiper-slider--------------------- */
.everything__swiper{
	max-width: 830px;
	position: relative;
	padding: 115px 0 90px;
	margin: 0;
}
.everything__swiper::after{
	position: absolute;
    content: '';
    background: url(../img/swiper-right.png) no-repeat center;
    background-size: contain;
    width: 300px;
    height: 340px;
    top: -30px;
    right: -30px;
}
.everything__swiper::before{
	position: absolute;
    content: '';
    background: url(../img/swiper-left.png) no-repeat center;
    background-size: contain;
    width: 340px;
    height: 360px;
    bottom: -20px;
    left: -30px;
}
.swiper-button-prev::after,
.swiper-button-next::after{
color: #f5b405;
}
.swiper-button-next{
	right: 20px;
}
.swiper-button-prev{
	left: 20px;
}
.swiper-pagination-bullet{
	background-color: #656565;
	width: 15px;
	height: 15px;	
}
.swiper-pagination-bullet-active{
	background-color: #f5b405;
}
.swiper-slide img{
width: 85%;
border: 13px solid #ffffff;
box-shadow: 0px 0px 25px 8px #f5b405;
}
.swiper-pagination {
	bottom: -5px!important;
}
/* --- Day---
----------------------------------------- */
.day {
	padding: 150px 0;

}
.day__container {
}

.day__inner {
	display: flex;
	justify-content: space-between;
}
.day__img {
	position: relative;
	z-index: 12;
	margin-left: 30px;
	
}
.day__img::after{
	position: absolute;
    content: '';
    background: url(../img/day-list.png) no-repeat center;
    bottom: 80px;
    left: -15%;
    width: 395px;
    height: 350px;
    z-index: -1;
	background-size: contain;
}
.day__img::before{
	content: '';
	border-radius: 50%;
  background-color:#f5b405;
  position: absolute;
  right: -20%;
  top: 10%;
  width: 577px;
  height: 577px;
z-index: -1;
  filter: blur(125px);
}
.day__img img{
width: 650px;
max-width: 100%;
}
.day__logo img{
width: 150px;
}
.day__logo{
	padding-bottom: 10px;
}
.day__item {
text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 550px;
 z-index: 11;
}
.day__item::after{
position: absolute;
content: '';
width: 764px;
height: 764px;
background: url(../img/circle-gray.png) no-repeat center;
background-size:contain ;
z-index: -1;
}
.day__title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
position: relative;
}

.day__day{
	font-size: 32px;
	font-weight: 700;
	color: #f5b405;
}
.day__week{
	font-size: 30px;
	line-height: 45px;

color: #ffffff;
text-transform: uppercase;

}
.day__week {
}
.day__btn {
margin-top: 87px;
text-align: center;
position: relative;
width: 100%;
}
.day__btn::after{
	position: absolute;
	content: '';
	height: 194px;
    width: 194px;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	background:url(../img/circle-mini.png) no-repeat center;
	z-index: -1;
	background-size: contain;
}
.day__button {
	display: block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	width: 100%;
	padding: 20px;

	background-color: rgba(15,14,16,0.4);
background-image: linear-gradient(-85.0deg, #ff5a00 0%, #f5b405 99%);
	transition: all 0.4s;
}
.day__button:hover{
	background-image: linear-gradient(-85.0deg, #ff7a00 0%, #f5b405 99%);
	}
.day__email {
padding-top: 100px;
font-size: 18px;
line-height: 1.2;
font-weight: 400;
color: #f5b405;
}
/* -----------Form-----------
--------------------------------------------------------- */
.form {
	padding: 100px 0;
	padding-bottom: 200px;
	text-align: center;
}
.form p{
	padding-bottom: 10px;
}
.form__container {
}

.form__title {
	display: inline-block;
text-align: center;
font-size: 48px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
color: #f5b405;
position: relative;
}
.form__img{
	position: relative;
	z-index: 11;
	
}
.form__img::after{
	content: '';
    border-radius: 50%;
    background-color: rgb(181, 106, 29);
    position: absolute;
    left: -20%;
    top: 10%;
    width: 400px;
    height: 400px;
    z-index: -1;
    filter: blur(95px);
}
.form__inner {
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
}
.form__form {
	width: 500px;
	text-align: left;
	
	
}
.form__form label{
	display: block;
	font-size: 18px;
line-height: 2;
font-weight: 400;
color: #f5b405;
position: relative;
}

.form__form label::after{
	content: attr(data-error);
    right: 0px;
    color: #ff0000;
    font-size: 8px;

}
.form__form label:before, .form__form label:after {
    position: absolute;
    top: 3px;
}

.form__input {
width: 100%;
height: 45px;
background: transparent;
border-bottom: 1px solid #403a31;
color: #fff;
font-size: 27px;
}
.form__input::placeholder {
	font-size: 27px;
line-height: 100px;
font-weight: 400;
color: #8a8a8a;
text-transform: uppercase;
}
.form__button{
	margin-top: 20px;
width: 100%;
background-color: rgba(15,14,16,0.4);
background-image: linear-gradient(-85.0deg, #ff5a00 0%, #f5b405 99%);
font-weight: 700;
font-size: 30px;
line-height: 1.2;
background-color: rgba(15,14,16,0.4);
background-image: linear-gradient(-85.0deg, #ff5a00 0%, #f5b405 99%);
color: #000;
padding: 25px;
}
.form__image img{
	width: 710px;
}
.form__title::after{
	content: '';
    position: absolute;
    right: -76px;
    bottom: 0;
    width: 55px;
    height: 50px;
    background: url(../img/wing_right.svg) no-repeat center;

}
.form__title::before{
	content: '';
    position: absolute;
    left: -76px;
    bottom: 0;
    width: 55px;
    height: 50px;
    background: url(../img/wing_left.svg) no-repeat center;
}
/* -----------Footer-----------
--------------------------------------------------------- */
.footer {
	position: relative;
	background: #080318;
}
.footer::after{
	position: absolute;
	content: '';
	left: 0;
    top: 0;
   
	background: url(../img/bottom-right.png) no-repeat center;
	width: 425px;
	height: 198px;

}
.footer::before{
	position: absolute;
	content: '';
	right: 0;
    top: 0;

	background: url(../img/bottom-left.png) no-repeat center;
	width: 425px;
	height: 198px;

}
.footer__container {
}
.footer__logo {
	position: absolute;
	top: 0%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
	
}
.footer__title {
}
.footer__telemedia {
}
.footer__title{
	font-size: 36px;
	line-height: 100px;
	font-weight: 600;
	color: #656565;
	padding-bottom: 60px;	
	padding-top: 70px;
}

.footer {
	
	padding: 50px 0;
	font-size: 14px;
	text-align: center;
}
/* ---------------------------------------- */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
	background: transparent;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	background: transparent;
}
.btn-light{
	border-bottom: 1px solid #403a31;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: inherit;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color: #fff;
}
.dropdown-menu{
background-color: #0b051a;	
}
.dropdown-item{
	color: #fff;
}
.bootstrap-select>.dropdown-toggle{
	color: #fff;
	height: 40px;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	color: #fff;
}
.btn-light{
	background: transparent;
}
.btn-light:hover{
	color: #fff;
	background: transparent;
	border-color:#403a31 ;
}
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none!important;
}

/* media
-----------------------------------------------------------------------------*/
@media(min-width:1570px) and (orientation:landscape) and (max-height:900px){
	.main__title {
		font-size: 48px;
	}
	.main__logo {
		margin-bottom: 25px;
	}
	.main__logo img {
		width: 125px;
	}
	.main__btn{
		max-width: 550px;
	}
	.main__button{
		font-size: 34px;	
		}
}
@media(max-width:1570px){
	.main__title {
		font-size: 48px;
	}

.main__logo {
    margin-bottom: 25px;
}

.main__button{
	padding: 15px 20px;
	font-size: 30px;	
}
.video-circle--top{
	width: 290px;
}
.video-circle--bottom{
	width: 290px;
	bottom: -5%;
}
.video__v{
	width: 900px;
}

.everything__title{
	font-size: 40px;
}

.swiper-slide img {
    width: 80%;
}
.everything__swiper{
	width: 830px;
}
.video__container::before {
	width: 600px;
    height: 780px;
	right: -45px;	
}
.video__container::after {
	width: 600px;
    height: 780px;
	left: -45px;	
}
.everything__item--title{
	font-size: 22px;
}
.everything__bottom-title{
	background-size: 100px;
	font-size: 24px;
	padding-left: 0;
	line-height: 120px;
	padding-left: 0px;
}

.everything__item{
	gap: 20px;
}
.day__img img {
	width: 590px;
}
.day__img{
	padding-left: 40px;
}
.day__img::after{
left: -60px;
top: 20%;	
width: 300px;
height: 370px;
}
.day__item::after{
	width: 600px;
	height: 600px;
}
.day__title{
	font-size: 26px;	
}
.day__day {
    font-size: 30px;
}
.day__btn {
    margin-top: 60px;
	
}
.day__button{
	font-size: 24px;
	
	padding: 20px
}
.form__title{
	font-size: 40px;
}
.form__image img{
	width: 680px;
}
.form__image::before{
	width: 720px;
	height: 720px;
	background-size: contain;
	top: 45%;
	
}
.form__form label{
	font-size: 16px;
	line-height: 1.5;
}
.form__input,
.form__input::placeholder{
	font-size: 20px;
	height: 40px;
}
.form__button{
font-size: 26px;
padding: 20px;	
}
.footer__logo img{
	width: 190px;
}
.footer__title{
	padding-top: 45px;
	padding-bottom: 30px;
}
.form__form {
    width: 420px;
}
.everything::before,
.everything::after {
	width: 190px;
	height: 220px;	
}
.swiper-button-prev {
	left: 10px;
  }
  .swiper-button-next {
	right: 10px;
  }
  .form__form{
	margin-left: 8%;
  }
  .day__item{
	margin-right: 50px;
  }
}

@media(max-width:1450px){
	.everything__column {
		margin-left: 3%;
	}
	.day__img img {
		width: 540px;
	}
	.everything__swiper {
		width: 770px;
	  }
	
	
}

@media(max-width:1290px){
	.day {
		padding: 80px 0;
	  }
	  .form {
		padding: 70px 0;
	}
	.everything{
		padding-top: 0;
	}
	.main__logo img {
		width: 125px;
	}
	.main__button {
		font-size: 25px;
		padding: 15px;
	}
	
	.everything__swiper {
		width: 650px;
	}
	.swiper-pagination-bullet {
		
		width: 10px;
		height: 10px;
	}
    .video__v {
		width: 700px;
	  }
	  
	  .video__container::before,
	  .video__container::after {
		width: 450px;
		height: 630px;
	  }
	  .video__container::before{
		right: 0px;
	  }
	  .video__container::after{
		left: 0;
	  }
	  .video-circle--top {
		width: 200px;
		top: 30%;
	  }
	  .video-circle--bottom {
		width: 200px;
		bottom: 5%;
	  }
	
	.everything-position__center img{
     width: 600px;
	}
	.everything-position__center{
		top: 55%;
		left: 55%;	
	}
	.everything__item--title {
		font-size: 18px;
	}
	.everything__item--title{
		font-size: 16px;
	}
	.everything__item img{
     width: 55px;
	}
	.everything__bottom-title {
		font-size: 20px;	
		background-size: 90px;
		padding-left: 10px;
        width: 450px;

	}
	.everything__bottom-title::before, .everything__bottom-title::after {
		width: 200px;
	}
	.everything__column {
		max-width: 400px;
	}
	.swiper-pagination{
		bottom: 30px;
	}
	.everything__item{
		padding-bottom: 10px;
	}
	.day__img img {
		width: 430px;
	}
	.day__item::after {
		 width: 500px;
        height: 500px;
	}
	.day__item{
		width: 420px;
	}
	.day__img::before{
		width: 350px;
		height: 350px;
	}
	.day__email{
		padding-top: 70px;	
	}
	
	.day__btn::after{
     width: 150px;
	}
	.day__button {
		font-size: 22px;
		padding: 15px
	}
	.day__day{
		font-size: 25px;
	}
	.day__logo img {
		width: 100px;
	  }
	.title::before,.form__title::before {
		width: 40px;
		height: 40px;
		left: -50px;	
	}
	.title::after,.form__title::after{
        width: 40px;
		right: -50px;
		height: 40px;
	}
	
	.form__image img {
		width: 520px;
	}
	.form__image::before {
		width: 640px;
		height: 640px;
	}
	.form__image::before {
		top: 43%;
	}
	.form__form label {
		font-size: 14px;
		line-height: 1;
	}
	.form__input, .form__input::placeholder {
		font-size: 18px;
		height: 40px;
	}
	.form__button {
		font-size: 22px;
		padding: 15px;
	}
	.footer__logo img {
		width: 150px;
	  }
	  .footer__title {
		font-size: 30px;
		line-height:1;
	  }
	  .footer__telemedia img{
		width: 200px;
	  }
	  .footer::before,
	  .footer::after {
		width: 230px;
		height: 110px;
		background-size: cover;
	  }
	  .main__logo {
		margin-bottom: 25px;
	  }
	  .form__form {
		width: 350px;
		margin-left: 3%;
	  }
	  .form__title {
		font-size: 30px;
	  }
}

@media (max-width: 990px) {
    .main__logo img {
        width: 110px;
    }
    .main__title {
		font-size: 40px;
        margin-bottom: 30px;
    }
   
    .main__button {
	
        font-size: 20px;
    }
	.video__v {
		width: 580px;
	  }
	  .video__container::before {
		right: 0px;
	  }
	  .video__container::after {
		left: 0px;
	  }
	  .video__container::before, .video__container::after {
		width: 320px;
       height: 440px;
	  }
	  .video__container{
		padding: 100px 0;
	  }

	  .video-circle--top {
		width: 170px;
		top: 26%;
	  }
	  .video-circle--bottom {
		width: 170px;
		bottom: -8%;
	  }
    .everything__title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .everything {
        padding-top: 80px;
    }
    .everything__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.everything__column{
		margin-left: 0;
	}
    .everything-position__center {
        display: none;
    }
    .everything__swiper {
        margin-top: 30px;
    }
    .day__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .day__item {
        margin-bottom: 85px;
		margin-right: 0;
		padding-left: 0;
    }
    .day__img img {
        width: 470px;
    }
    .everything{
		padding-bottom: 50px;
	}
	.everything__swiper {
		width: 640px;
	  }
	  .day__img{
		padding-left: 0;
	  }
	  .day__img::after {
		left: -90px;
		top: 20%;
		width: 230px;
		height: 370px;
	  }

    .everything__swiper::before,
	.everything__swiper::after {
        width: 360px;
        height: 309px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 30px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .form__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
		padding-top: 50px;
    }
	.form__img{
		padding-top: 20px;
	}
	.form__image img {
		width: 470px;
	  }
	  .form__image::before{
		width: 560px;
    height: 560px;
	top: 50%;
	  }
	  .form__img::after {
		width: 400px;
  height: 400px;
	  }
	  .form__img::after {
		left: -10%;
	  }
	  .form__image::before {
		top: 60%;
	  }
	  .footer__title{
		font-size: 20px;
	  }
	  .footer__logo img {
		width: 125px;
	  }
	  .footer__telemedia img {
		width: 160px;
	  }
	  .everything-position__top{
		display: none;
	  }
	  .footer::before, .footer::after {
		width: 135px;
		height: 64px;

	  }
	  .form__form{
		margin-left: 0;
	  }
}
@media (max-width: 640px) {
 
    .main__title {
        font-size: 28px;
    }
	.everything {
		padding-top: 0px;
	  }
    .main__button {
        font-size: 18px;
		
		padding: 10px;
    }
    .video__container::after {
		left: -15%;
	  }
	  .video__container::before {
		right: -15%;
	  }
	  .video__container::before, .video__container::after {
		width: 265px;
		height: 350px;
	  }
	.everything__title {
		font-size: 24px;
	}
	.title::before {
		width: 35px;
		height: 35px;
		left: -50px;
	  }
	  .everything__bottom-title {
		font-size: 16px;
		background-size: 70px;
		width: 100%;
		padding: 0;
	}
	.everything__item--title {
		font-size: 14px;
	  }
	  .video__v {
    width: 85%;
  }
  .video-circle--top,
  .video-circle--bottom
  {
	display: none;
  }
  .everything__swiper::before, .everything__swiper::after {
    width: 262px;
    height: 309px;
  }
  .everything__swiper::before {
	left: 0px;
  }
  .everything__swiper::after{
   right: 0;
  }
	  .everything__swiper {
		width: 100%;
	  }
	 
	  .day__item::after {
		width: 120%;
		height: 120%;
	  }
	  .day__day {
		font-size: 26px;
	  }
	  .day__title,
	  .day__week {
		font-size: 22px;
	  }
	  .day__button {
		font-size: 18px;
		padding: 10px;
		
	  }
	  .day__img img {
		width: 80%;
	  }
	
	  .day__email{
		font-size: 14px;
	  }
	  .day__img{
		text-align: center;
	  }

	  .day__img::before {
		width: 210px;
		height: 210px;
	  }
	  .day__img::after {
		width: 230px;
    height: 260px;
	  }
	  .day__img::before {
		right: -10%;
	  }
	  .day{
		padding: 60px 0;
	  }
	  .form__title {
		font-size: 22px;
	  }
	  .form__button{
       font-size: 18px;
	  }
	  .form__form {
		width: 90%;
	  }
	  .form__image img {
		width: 75%;
	  }
	  .form__img::after {
		width: 240px;
		height: 240px;
	  }
	  .form__image::before {
		width: 135%;
		height: 135%;
	}
	.footer__logo img {
		width: 90px;
	  }
	  .footer__telemedia img {
		width: 100px;
	  }
	  .footer__title {
		padding-top: 10px;
		padding-bottom: 20px;
	  }
	  .footer::before, .footer::after {
		width: 120px;
		height: 60px;
	  }
	  .form{
		padding-bottom: 110px;
	}
	.form__image img {
		width: 80%;
	  }
	  .day__img{
		margin-left: 0;
	  }
	
	
	
	
	
	 
}
@media (max-width: 460px) {
	.day__item {
		width: 80%;
	  }
	  .video{
		padding: 0;
	  }
	  .form__form{
		width: 80%;
	  }
	  .form__image::before {
		width: 100%;
		height: 100%;
	  }
	  .form{
		padding-bottom: 115px;
		padding-top:50px;
	  }
	  .form__image::before {
		left: 47%;
	  }
	  .video__container::before, .video__container::after {
		width: 230px;
		height: 300px;
	  }
	  .everything__swiper {
		width: 100%;
	  }
	
	  .everything__bottom-title{
		background: none;
	  }
	  .swiper-button-prev {
		left: 0px;
	  }
	  .swiper-button-next {
		right: 0px;
	  }
	  .everything__bottom-title {
		font-size: 14px;
	}
	.everything{
		padding: 40px 0;
	}
	
	.form__title::after{
		position: static!important;
		background: none;
	} 
	.form__title::before{
		position: static!important;
		background: none;
	}
	.everything__swiper::before, .everything__swiper::after {
		width: 120px;
		height: 244px;
	  }
	  .day__day{
		font-size: 22px;
	  }
	  .day__title, .day__week{
		font-size: 18px;
	  }
	  .day__btn::after {
		width: 110px;
	  }
	  .video__v{
		border: 6px solid #fff;
	  }
	  .swiper-slide img{
		border: 6px solid #fff;
	  }
	  .everything__item img {
		width: 40px;
	  }
	  .footer::before, .footer::after {
		width: 95px;
		height: 45px;
	  }
	  .day__btn {
		margin-top: 35px;
	  }
	
}
