@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Gaegu:wght@300&family=Kanit:ital,wght@1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Gaegu&family=Kanit:ital,wght@1,600&family=Madimi+One&family=Montserrat:ital,wght@1,500&display=swap");

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fafafa;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2,
h4,
h5 {
	font-family: "Kanit", sans-serif;
	font-weight: lighter;
}

.black {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #feb900;
	z-index: 10;
}

/*?_______Шапка сайта_______________________________________________________________________________________*/

header {
	display: flex;
	width: 100%;
	height: 60px;
	justify-content: space-between;
	z-index: 5000;
	background-color: #262626;
	opacity: 1;
	border-bottom: 1px solid silver;
	float: left;
	position: fixed;
}

header a {
	text-decoration: none;
	color: #fafafa;
	font-size: 1.2em;
	line-height: 60px;
	margin-left: 30px;
	font-family: "Exo 2", sans-serif;
}

header a:hover {
	transition: 1s ease;
	color: #feb900;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1.5px;
}

header #logo {
	margin-left: 50px;
	color: aliceblue;
	cursor: pointer;
}

#about {
	width: 550px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 50px;
}

#about a {
	width: 450px;
	font-size: 1.1em;
	margin-right: 25px;
	color: #fff;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 400;
	line-height: 60px;
}

#about a:hover {
	transition: 1s ease;
	color: #feb900;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1.5px;
}

@media (max-width: 480px) {
	header #logo {
		margin-left: 0px;
		word-spacing: 0px;
		font-size: 0.9em;
	}
}

/*?________NAVBAR____________________________________________________________________________________________________*/

header .menu-btn {
	width: 30px;
	height: 30px;
	background-color: transparent;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
	position: relative;
	z-index: 20;
}

.btn-line {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #feb900;
	height: 4px;
	transition: 0.3s ease;
	z-index: 20;
}

.btn-line:nth-child(1) {
	top: 10px;
}
.btn-line:nth-child(2) {
	top: 20px;
}
.btn-line:nth-child(3) {
	top: 20px;
}
.btn-line:nth-child(4) {
	top: 30px;
}

.menu-open .btn-line:nth-child(1) {
	transform: scaleX(0);
}
.menu-open .btn-line:nth-child(2) {
	transform: rotate(45deg);
}
.menu-open .btn-line:nth-child(3) {
	transform: rotate(-45deg);
}
.menu-open .btn-line:nth-child(4) {
	transform: scaleX(0);
}

@media (min-width: 1025px) {
	header button {
		display: none;
	}

	.btn-line {
		display: none;
	}
}

@media (max-width: 1024px) {
	#about {
		background-color: #000000;
		height: 850px;
		width: 285px;
		font-size: 1.5em;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		padding-top: 180px;
		position: absolute;
		display: flex;
		flex-direction: column;
		transform: translateX(100%);
		transition: 1s ease;
		z-index: 20;
	}
}
.menu-open #about {
	transform: translateX(0%);
}
.black {
	display: flex;
	transform: translateX(100%);
	transition: 1s ease;
}
.menu-open .black {
	transform: translateX(0%);
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
}

/*?_________Главная_____________________________________________________________________________________________________*/

.brend {
	height: 150px;
	width: 120px;
	background-image: url(../img/icon_12.png);
	background-size: cover;
	position: absolute;
	margin-top: 7%;
	margin-left: 5%;
}

#top {
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-image: url("../img/Главная.jpg");
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #7c7c7c;
	text-align: center;
	color: #feb900;
	font-size: 2em;
}

#top h1 {
	padding-top: 20%;
	margin-bottom: 20px;
	font-family: "Exo 2", sans-serif;
}

#top h3 {
	padding-top: 20px;
	color: rgb(255, 204, 0);
	border-top: rgb(255, 204, 0) solid 5px;
	font-weight: 400;
	text-align: center;
	margin-left: 32%;
	margin-right: 32%;
	margin-bottom: 20px;
}

#top h6 {
	color: #eee;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.brend {
		margin-top: 12%;
	}
	#top h1 {
		font-size: 2.5em;
		padding-top: 35%;
	}
}

@media (max-width: 768px) {
	#top h1 {
		font-size: 2.2em;
		padding-top: 50%;
	}
	#top h3 {
		font-size: 0.8em;
	}
	.brend {
		width: 110px;
		height: 140px;
		margin-top: 15%;
	}
}

@media (max-width: 480px) {
	.brend {
		width: 100px;
		height: 130px;
		margin-top: 18%;
	}
	#top h1 {
		font-size: 1.8em;
		padding-top: 75%;
	}
	#top h3 {
		font-size: 0.7em;
	}
}

/*?________Фиксировая кнопка________________________________________________________________________________________*/

.ml_wrapper {
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
}

.ml_bgimg {
	background-image: url("");
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}

.ml_wrapper::after,
.ml_wrapper::before {
	content: "";
	position: absolute;
	border: 4px solid rgb(255, 204, 0);
	left: -20px;
	opacity: 0;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 2.5s linear infinite;
}

.ml_wrapper::after {
	animation-delay: 1.25s;
}

@keyframes pulse {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.ml_btn_label {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 65px;
	height: 65px;
	justify-content: center;
	align-items: center;
	background: #feb900;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	overflow: hidden;
}

.ml_btn_input {
	display: none;
}

.ml_icon_link {
	border-radius: 60%;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
}

.ml_btn_input:checked ~ .ml_icon_link {
	opacity: 1;
	visibility: visible;
}

.ml_btn_input:checked ~ a:nth-of-type(1) {
	transition: all 0.2s ease-in-out;
	transform: translate(0, -135%);
}

.ml_btn_input:checked ~ a:nth-of-type(2) {
	transition: all 0.225s ease-in-out;
	transform: translate(0, -255%);
}

.ml_btn_input:checked ~ a:nth-of-type(3) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, -375%);
}

.ml_btn_input:checked ~ a:nth-of-type(4) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, -495%);
}

.ml_btn_input:checked ~ a:nth-of-type(5) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, -615%);
}

.ml_tooltip {
	position: absolute;
	right: 50px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 9px;
	font-size: 13px;
	border-radius: 3px;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	background: #292929;
	color: #fff;
	opacity: 0;
	transition: all 0.1s linear;
}

.ml_btn_input:checked + label .ml_icon-close {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.ml_icon-close {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.1);
}
.ml_icon {
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ml_btn_input:checked + label {
	background: #fff !important;
	animation: none;
}

.ml_icon_link:hover .ml_tooltip {
	opacity: 0.85;
}

.ml_tooltip {
	position: absolute;
	right: 50px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 9px;
	font-size: 13px;
	border-radius: 3px;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	background: #292929;
	color: #fff;
	opacity: 0;
	transition: all 0.1s linear;
}

@media (max-width: 1024px) {
	.ml_wrapper {
		bottom: 50px;
		right: 32px;
	}
}
@media (max-width: 480px) {
	.ml_wrapper {
		bottom: 50px;
	}
	.ml_btn_label {
		width: 60px;
		height: 60px;
	}
}

/*?_________О КОМПАНИИ______________________________________________________________________________________*/

#main {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	background-color: #eee;
	background-blend-mode: multiply;
	text-align: center;
}

#main3 {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	background-color: #eee;
	background-blend-mode: multiply;
	text-align: center;
	margin-bottom: 40px;
}

/*?________ Заголовки_________________________________________________________________________________________*/

.title1 {
	width: 100%;
	text-align: center;
}

.title1 h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: "Exo 2", sans-serif;
	font-size: 2em;
}

.title1::before,
.title1::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	height: 4px;
	background-color: #feb900;
	position: relative;
	margin: 15px;
}

/*?___________________________________________________________________________________________________________________*/

.intro1 {
	float: left;
	margin: 2.5%;
	height: 400px;
	width: 45%;
	background-image: url(../img/plans.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.text1 {
	float: left;
	background-color: #221b1b;
	width: 45%;
	margin: 2.5%;
	background-color: transparent;
	color: #000000;
	font-family: "Exo 2", sans-serif;
	font-weight: lighter;
	text-align: left;
	line-height: 50px;
	font-size: 1.3em;
}

@media (max-width: 1024px) {
	.intro1 {
		width: 90% !important;
		margin: 5%;
	}
	.text1 {
		width: 90% !important;
		font-size: 1.1em;
		margin: 5%;
		line-height: 30px;
	}
}

@media (max-width: 768px) {
	.intro1 {
		height: 200px;
		width: 90% !important;
		margin: 5%;
	}
	.text1 {
		width: 90% !important;
		font-size: 1em;
		margin: 5%;
		line-height: 25px;
	}
}

@media (max-width: 480px) {
	.intro1 {
		height: 200px;
		width: 90% !important;
		margin: 5%;
	}
	.text1 {
		width: 90% !important;
		font-size: 0.9em;
		margin: 5%;
		line-height: 20px;
	}
	.title1 h2 {
		font-size: 1.5em;
	}
}

.intro2 {
	float: left;
	margin: 2.5%;
	height: 450px;
	width: 50%;
	background-image: url(../img/plans2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.text2 {
	float: left;
	background-color: #000000;
	width: 35%;
	margin-left: 10%;
	padding-top: 70px;
	background-color: transparent;
	color: #000000;
	font-family: "Exo 2", sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.4em;
}

@media (max-width: 1024px) {
	.intro2 {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.intro2 {
		margin: 10% 0 0 0;
		height: 250px;
	}
	.text2 {
		font-size: 1em;
	}
}

@media (max-width: 480px) {
	.intro2 {
		height: 200px;
		width: 80% !important;
		margin-left: 10%;
	}
	.text2 {
		padding-top: 0px;
		width: 90% !important;
		font-size: 0.8em;
		margin: 5% 0 0 10%;
	}
	.title1 h2 {
		font-size: 1.5em;
	}
}

.intro3 {
	float: left;
	margin: 2.5%;
	height: 400px;
	width: 45%;
	background-image: url(../img/562949961259477_bd78.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.text3 {
	float: left;
	background-color: #221b1b;
	width: 45%;
	margin: 2.5%;
	background-color: transparent;
	color: #000000;
	font-family: "Exo 2", sans-serif;
	font-weight: lighter;
	text-align: left;
	font-size: 1.3em;
}

@media (max-width: 1024px) {
	.intro3 {
		height: 250px;
		width: 90% !important;
		margin: 5%;
	}
	.text3 {
		width: 90% !important;
		font-size: 0.8em;
		margin: 5%;
	}
}

@media (max-width: 768px) {
	.intro3 {
		height: 200px;
		width: 90% !important;
		margin: 5%;
	}
	.text3 {
		width: 90% !important;
		font-size: 0.8em;
		margin: 5%;
	}
}

@media (max-width: 480px) {
	.intro3 {
		width: 90% !important;
		margin: 5%;
	}
	.text3 {
		width: 90% !important;
		font-size: 0.8em;
		margin: 5%;
	}
	.title1 h2 {
		font-size: 1.5em;
	}
}

/*?_____________Партнеры_______________________________________________________________________________________________*/

.partners {
	padding: 50px 0;
	font-size: 1.3em;
	margin-top: 40px;
}

.partners-row {
	display: flex;
	justify-content: center;
	padding: 15px;
}

.partners-item img {
	max-width: 250px;
}

@media (max-width: 1024px) {
	.partners {
		padding: 15px 0;
	}
	.partners-item img {
		max-width: 150px;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.partners {
		padding: 15px 0;
	}
	.partners-item img {
		max-width: 120px;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.partners {
		padding: 5px 0;
		margin-top: 10px;
	}
	.partners-item img {
		max-width: 150px;
		justify-content: center;
	}
}

/*?_______Подвал______________________________________________________________________________________________________*/

.site-footer {
	background-image: url(../img/footer.jpg);
	background-size: cover;
	background-blend-mode: color;
	background-color: #00164aa3;
	color: #fff;
	padding-left: 150px;
	padding-right: 150px;
}

.site-footer a {
	text-decoration: none;
	color: #fff;
}
.site-footer a:hover {
	color: #ff7b00;
}

.footer-row {
	display: flex;
}

.footer-right {
	width: 100%;
	padding: 60px 0 60px 60px;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	padding: 60px 60px 60px 0;
	max-width: 268px;
}

.footer-logo {
	margin-bottom: 25px;
	font-size: 22px;
}

.footer-title {
	font-size: 21px;
	margin-bottom: 18px;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	font-size: 18px;
}

.nav ul li:nth-last-child(n + 2) {
	margin-bottom: 15px;
}

.footer-info-iten {
	display: flex;
	align-items: center;
}
.footer-info-iten {
	margin-bottom: 50px;
}

.footer-icon {
	margin-right: 14px;
}

.footer-text {
	font-size: 18px;
}

.footer-desc {
	font-size: 18px;
}

.footer-icon img {
	vertical-align: middle;
	transform: translateY(-3px);
}

.footer-social {
	display: flex;
	column-gap: 30px;
}
.footer-social a {
	transition: 0.35s ease;
}
.footer-social a:hover {
	filter: invert(51%) sepia(13%) saturate(5021%) hue-rotate(358deg) brightness(105%) contrast(112%);
}

.footer-copyright {
	border-top: 1px solid #454545;
	padding: 24px 0;
	text-align: center;
	color: #fff;
}

.copyright-text a {
	color: rgb(255, 140, 0);
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
	.site-footer {
		padding: 20px 0 20px 20px;
	}
	.footer-row {
		background-size: cover;
		display: block;
		width: 100% !important;
	}
	.footer-left {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	.footer-right {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	.footer-copyright {
		display: block;
		width: 100% !important;
	}

	.nav {
		margin-bottom: 15px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.site-footer {
		padding: 20px 0 20px 20px;
	}
	.footer-row {
		background-size: cover;
		display: block;
		width: 100% !important;
	}
	.footer-left {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	.footer-right {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	.footer-copyright {
		display: block;
		width: 100% !important;
	}
	.footer-title {
		font-size: 16px;
	}
	.nav {
		margin-bottom: 15px;
		font-size: 12px;
	}
}
.social {display: inline-block;}
.social a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
}
.social a:hover {color: #fff;}
.social svg {
	margin-top: 7px;
	width: 32px;
	height: 32px;
}
.email a:hover {background: #feb900;}
.vk a:hover {background: #feb900;}
.whatsapp a:hover {background: #50b154;}
