/* Start 'Технические стили' */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --new-green: #81C241;
    --new-green-hover: #55a802;
    --new-white: #fff;
    --new-black: #000;
    --new-grey: #848484;
    --new-grey-blue: #F9F9FF;
    --grey: #F9F9FF;
    --grey-hover: #dfdfe6;
    --form-grey: #F7F7F7;
    --subtext-grey: #AFAFAF;
    --green: #81C241;
    --green-hover: #6ca136;
    --black: #000;
    --white: #fff;
    --link-grey: #C7C7C7;
}

html,
body {
	font-family: 'Ubuntu', sans-serif;
	overflow-x: none !important;
  height: 100%;
}

.container {
	max-width: 1200px;
}

.footer-cnt {
		height: 67px;
		line-height: 67px;
}
.footer__logo {
		border-right: 1px solid #444444;
		padding-right: 25px;
		display: inline-block;
		margin-right: 25px;
}
.footer__link {
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: var(--link-grey);
		text-decoration: none;
}
.footer__link:hover {
		text-decoration: underline;
		color: var(--link-grey);
}
.btn-footer {
		background: var(--white);
		border-radius: 6px;
		text-align: center;
		height: 50px;
		line-height: 49px;
		text-transform: uppercase;
		display: inline-block;
		padding: 0 29px;
		cursor: pointer;
		color: var(--black);
		font-size: 13px;
}
.btn-footer:hover {
		opacity: 0.9;
}
.footer-phone {
		display: inline-block;
		margin-right: 30px;
}
.footer-phone a {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		color: var(--white);
		text-decoration: none;
}

.footer {
		background-color: var(--black);
		padding: 30px 0;
}

.btn-text {
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 10px;
	font-weight: 500;
	font-size: 13px;
}

.btn-programm {
	margin-right: 50px;
	color: #232323;
}

.btn-programm:hover {
	color: #81C241;
}

.btn-sign:hover {
	color:#232323;
}

.main-banner {
	background-color: #F8FAFC;
	border: 1px solid transparent;
	border-radius: 20px;
}

.main-banner .text {
	padding-left: 60px !important;
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.main-banner .banner-pretitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #82868B;
	margin-bottom: 30px;
}


.banner-title {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 500;
	color: #232323;
}

.main-banner .banner-i-container {
	margin-bottom: 25px;
	position: relative;
	height: 40px;
}

.main-banner .banner-i-container p,
.main-banner .banner-i-container span {
	padding-left: 55px;
	font-weight: 500;
	font-size: 14px;
	color: #232323;
	text-transform: uppercase;
}

.main-banner .banner-i-container p span {
	padding:0;
	font-weight: 400;
	text-transform: none;
}

.main-banner .banner-i-container .calendar-icon {
	background-image: url(images/calendar.svg);
	position: absolute;
	height: 40px;
	width: 40px;
}

.main-banner .banner-i-container .point-icon {
	background-image: url(images/point.svg);
	position: absolute;
	height: 40px;
	width: 40px;
}

.main-banner .post-text {
	margin-top: 70px;
	color: #82868B;
	font-weight: 300;
	font-size: 12px;
}

.btn-sign {
	color: #fff;
	background-color: #81C241;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 6px;
	padding: 20px 25px;
}

.programm-section {
	margin-top: 80px;
	margin-bottom: 100px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #F8FAFC;
}

.programm {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 20px;
	padding: 80px 80px 80px 60px;
}

.programm h2 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 500;
	color: #232323;
}

.form-section {
	margin-bottom: 80px;
}

.timeline-row {
	border-bottom: 1px solid #D2D5D9;
	padding-bottom: 40px;
	padding-top: 40px;
}

.timeline-row .col-auto {
	margin-right: 60px;
}

.timeline-row .time-text {
	font-size: 16px;
	color: #81C241;
	font-weight: 500;
}

.timeline-row .separator-text {
	font-size: 16px;
	color: #232323;
	font-weight: 400;
}

.timeline-row .timeline-title {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.timeline-row .timeline-text {
	margin-top: 30px !important;
	margin-bottom: 40px !important;	
	color: #82868B;
	font-weight: 300;
	font-size: 16px;
}

.timeline-row .spiker-block .spiker-text p {
	font-size: 16px;
	color: #232323;
	font-weight: 400;
	line-height: 120%;
}

.timeline-row .spiker-block .spiker-text span {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #82868B;
}

.form-main input {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 60px;
	height: 60px;
	border: none;
	color: var(--black);
	margin-bottom: 20px;
}
.form-main.form-man-gray input {
	background: #F8FAFC;
}
.form-main input:focus {
	box-shadow: none;
	outline: none;
}
.form-main .btn-green {
		width: 100%;
		margin-bottom: 20px;
		display: block;
}
.form-main__text {
	display: block;
	text-align: right;
	color: var(--black);
	font-size: 12px;
	line-height: 120%;
}
.form-main__text a {
		color: var(--black);
}

.form-main__text {
	text-align: left;
	color: #82868B;
	font-weight: 300;
	font-size: 12px;
}

.form-main__text a {
	color: #82868B;
}

.main-img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
	border-radius: 20px;
}

.form-block {
	padding: 0 70px !important;
}

.call {
		box-shadow: 5px 20px 50px rgba(56, 56, 56, 0.15);
		width: 100%;
		max-width: 540px;
		padding: 37px 15px;
		color: var(--black);
		position: fixed;
		z-index: 999;
		top: 30%;
		margin: auto;
		background: var(--white);
		left: calc(50% - 270px);
}
.call a {
	text-decoration: none;	
}
.close {
		width: 16px;
		height: 16px;
		background-image: url('images/close.svg');
		background-size: cover;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
}
#info, #call, #call-info {
		display: none;
}

.form-name {
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	color: var(--black);
	margin-bottom: 32px;
}

.telegram-baner {
	background-image: url(images/tg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	margin-bottom: 100px;
}

.telegram-info {
	padding-left: 60px;	
}

.telegram-info span {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
}

.telegram-info .btn-white {
	max-width: 150px;
	background-color: #fff;
	color: #232323;
	padding: 20px;
}
.telegram-info .btn-white:hover {
	color: #83868B;	
}

@media (max-width: 768px) {
	.telegram-info {
		padding-top: 20px;	
		padding-left: 40px;
	}
	.telegram-info span {
		margin-bottom: 20px;
		font-size: 30px;	
	}
	.telegram-baner {
		background-image: url(images/tg-mobile.jpg);	
		background-position: bottom;
		height: 460px;
	}
	
	.footer-phone {
			margin-right: 0;
			display: block;
	}
	.footer-cnt {
			height: auto;
	}
	.footer__logo {
			border: none;
			width: 100%;
			display: block;
			margin: 0;
			margin-bottom: 10px;
			text-align: center;
	}
	.form-name {
			font-size: 24px;
			margin-top: 15px;
	}
	.footer__link {
			display: block;
			width: 100%;
			text-align: center;
			margin-top: 20px;
			margin-bottom: 50px;
	}
	.form-main__text {
			text-align: left;
	}
	.form-main {
			margin-top: 37px;
	}
	.form-main input {
			margin-bottom: 16px;
	}
	.form-block {
		padding: 20px !important;
	}
	.main-banner .text {
		padding: 20px !important;
		padding-top: 40px !important;
	}
	.programm {
		padding: 30px;	
	}
	.programm-section {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.btn-programm {
		margin-right: 10px;
	}
	
	.btn-sign {
		padding: 10px 15px;
	}
}