* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: rgb(246,54,17);
    background: linear-gradient(150deg, rgb(255 255 255) 0%, #e86331 27%, #e86331 100%);
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.header__section{
	width: 100%;
	margin: auto;
}

.header__section img{
	width: 100%;
}

.header__banner{
	display: none;
}

.header__image{
	display: none;
}

.header__container {
	margin-top: 25px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

@keyframes moveUpDown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateX(-5px) translateY(15px);
	}
}

.header__years{
	animation: moveUpDown 3s ease-in-out infinite;
}

.header__section-con {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -7%;
}
.header__container-right{
	position: relative;
	z-index: 2;
}
.header__container-left {
	margin-right: -110px;
	position: relative;
	z-index: 2;
	width: 50%;
}
.content-pers img{
	max-width: 100%;
	margin: auto;
}

.content-day {
	margin-top: -35px;
	margin-left: 20px;
}

.content-text {
	margin-top: 10px;
	text-align: center;
	font-family: 'RamonaLight';
	font-size: 22px;
	padding: 0 15px;
}

.content-strl {
	text-align: center;
	margin-top: 20px;
}

.section__content {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.section__img-text {
	position: relative;
	text-align: center;
}

.text-content {
	position: absolute;
	left: 0;
	bottom: 0;
	 width: 100%;
}

.section__zag-text {
	margin-top: 40px;
	text-align: center;
}

.section__zag-text p {
	margin: 0px;
	font-family: 'RamonaLight';
	margin-left: -200px;
}

.text-content span {
    color: #fff;
    font-size: 20px;
			text-align: center;
			font-family: 'RamonaBold';
}

.section__footer-benz {
	margin-left: 20px;
	margin-right: 20px;
}

.section__content-one-day {
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: center;
	line-height: 45px;
}

.section__content-two-day {
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 68px;
	justify-content: center;
	line-height: 45px;
}

@keyframes rotateRight {
	0%, 100% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(10deg);
	}
}

.section__content-one-day img{
	animation: rotateRight 3s ease-in-out infinite
}

@keyframes rotateLeft {
	0%, 100% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-10deg);
	}
}

.section__content-two-day img{
	animation: rotateLeft 3s ease-in-out infinite
}

.section__content-fmday {
	max-width: 600px;
	font-size: 25px;
	margin-top: 30px;
	margin-left: 22px;
	font-weight: 500;
	margin-right: 22px;
	font-family: 'RamonaLight';
}

.section__videolesson-container {
	max-width: 930px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
    padding-right: 10px;
}


.section__intsr-text {
	text-align: center;
	margin-top: 40px;
}

.section__intsr-text p {
	margin: 0px;
	margin-left: -150px;
	font-family: 'RamonaLight';
}

.section__videolesson-text {
  font-size: 25px;
	padding: 20px;
  margin-left: auto;
	margin-right: auto;
  font-weight: 500;
	line-height: 45px;
	margin-bottom: 55px;
	font-family: 'RamonaLight';
}
.section__videolesson-video {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
.section__videolesson-video:before{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/assets/img/preview.jpg);
	z-index: 3;
	background-size: contain;
}
.section__videolesson-video:after{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/assets/img/play.png) center no-repeat;
	z-index: 4;
}
.section__videolesson-video.active{
	cursor: default;
}
.section__videolesson-video.active:before,
.section__videolesson-video.active:after{
	content: none;
}
.section__videolesson-video video {
	width: 100%;
	display: block;
	background: #000;
}
.section__footer- img {
    margin-left: 20px;
}

.section__draw {
	justify-content: center;
}

.section__draw-container {
	max-width: 1380px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.section__draw-content-krug-card img{
	filter: drop-shadow(0 0 20px #ffe696);
}

.section__draw-content-krug {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section__draw-content {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 66px;
	margin-bottom: 35px;
}


.section__draw-content-text {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #ffffff;
	font-family: 'RamonaBold';
}

@keyframes zoomIn {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.97);
	}
}

@keyframes zoomOut {
	0%, 100% {
		transform: scale(0.97);
	}
	50% {
		transform: scale(1);
	}
}

.section__draw-content .section__draw-content-krug:first-child .section__draw-content-krug-card{
	animation: zoomIn 1.5s ease-in-out infinite;
}

.section__draw-content .section__draw-content-krug:last-child .section__draw-content-krug-card{
	animation: zoomOut 1.5s ease-in-out infinite;

}

.section__getfot {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.botline {
  -webkit-text-decoration: white solid underline;
       text-decoration: white solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}

.section__getfot-container {
	display: flex;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.section__getfot-content-img {
	margin: auto;
	display: flex;
	width: calc(100% - 200px);
}

.section__getfot-partners {
	margin: auto;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	    max-width: 200px;
	font-family: 'RamonaBold';
}

.section__getfot-img {
	width: 100%;
	margin: auto 40px;
    text-align: center;
}
.section__getfot-img a{
	display: block;
	width: 100%;
}
.section__getfot-img img{
	width: 100%;
    max-width: 120px;
}

.section__footer {
	background: #000000;
}

.section__footer-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1340px;
	margin: auto;
	padding: 30px 10px;
}

.section__footer-contacts-links {
	justify-content: space-between;
	    margin-right: 40px;
}

.section__footer-ul ul {
		padding: 0px;
		margin: 20px 40px 0;
}

.section__footer-ul ul li a{
	color: #ffffff;
	font-family: 'RobotoRegul';
	list-style-type: none;
	text-decoration: none;
}

.section__footer-ul ul li a:hover{
	color: #9c9c9c;
	cursor: pointer;
	text-decoration: none;
}

.section__footer-contacts-loc {
	display: none;
}

.section__footer-ul ul li {
	padding-top: 5px;
 padding-bottom: 5px;
}

.section__footer-ul ul li:not(:first-child) {
	border-top: 1px solid #ffffff;
}


.section__footer-contacts-phone a {
	text-decoration: none;
	color: #9c9c9c;
	font-family: 'RobotoBold';
		font-size: 25px;
		font-weight: 600;
		line-height: 40px;
}

.section__footer-contacts {
	display: flex;
	margin-top: 40px;
		flex-wrap: wrap;
	justify-content: space-between;
}


@font-face {
font-family: "RamonaLight";
src: url("../fonts/ramona-light/Ramona-Light.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: "RamonaBold";
src: url("../fonts/ramona-bold/Ramona-Bold.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: "RobotoBold";
src: url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: "RobotoRegul";
src: url("../fonts/roboto-regul/roboto-regul.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
