/*======================================*/
/*           	  Шрифты                */
/*======================================*/

@font-face {
	font-family: 'Ermilov';
	src: local('Ermilov Bold'), local('HeliosExt-Bold'),
	url('fonts/Ermilov/Ermilov-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
	url('fonts/GothamPro/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Regular'), local('GothamPro-Regular'),
	url('fonts/GothamPro/GothamPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
	url('fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
	url('fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MazzardM';
	src: url('fonts/MazzardM/MazzardM-ExtraBold.eot');
	src: local('MazzardM ExtraBold'), local('MazzardM-ExtraBold'),
	url('fonts/MazzardM/MazzardM-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MazzardM/MazzardM-ExtraBold.woff2') format('woff2'),
	url('fonts/MazzardM/MazzardM-ExtraBold.woff') format('woff'),
	url('fonts/MazzardM/MazzardM-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
	url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
	url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
	url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
/*======================================*/
/*           Сброс стилей               */
/*======================================*/
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

/* Links */

a, a:link, a:visited  {
	/* color: inherit; */
	text-decoration: none;
	/* display: inline-block; */
}

a:hover  {
	/* color: inherit; */
	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;
}
/*======================================*/
/*           Основные стили             */
/*======================================*/

body{
	font-family: "Gotham Pro";
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: linear-gradient(0deg, #262739, #262739), linear-gradient(343.18deg, #09072C 20.31%, #0E42C1 79.69%);
	position: relative;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Ermilov";
	font-weight: 700;
}
.container{
	max-width: 1540px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}
.transition{
	transition-delay: 0.1s;
	transition: transform 0.5s ease, opacity 0.5s ease;
	transform: translate3d(0, 50px, 0);
	opacity: 0;
}
.onscroll {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
/*======================================*/
/*            Шапка сайта               */
/*======================================*/
header{
	padding-top: 28px;
}
header .container{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	gap: 30px;
}
header .header-logo{
	display: flex;
	align-items: center;
	margin-right: auto;
}
header .header-logo img{
	margin-right: 13px;
}
header .header-logo .logo-text span{
	display: block;
	font-size: 22px;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
}
header .header-logo .logo-text span:first-child{
	color: #6E6F7E;
}
header .header-logo .logo-text span:nth-child(2){
	color: #fff;
}
header .header-logo .logo-text span:last-child{
	color: #FF3030;
}
header .header-phone{
	display: flex;
	align-items: center;
}
header .header-phone .phone-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #1D4DCA;
	margin-right: 20px;
}
header .header-phone span{
	font-size: 22px;
	letter-spacing: 0.03em;
	font-family: 'Ermilov';
	color: #fff;
}
header .header-whatsapp{
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 16px;
	transition: all 0.25s ease;
}
header .header-whatsapp span{
	display: inline-block;
	margin-right: 24px;
	font-size: 25px;
	letter-spacing: 0.04em;
	font-weight: 900;
	color: #59D96B;
	transition: all 0.25s ease;
}
header .header-whatsapp:hover span{
	transform: scale(1.1);
}
header .header-whatsapp:active span{
	transform: none;
}
/*======================================*/
/*            Главный Экран             */
/*======================================*/

.main-screen{
	padding-top: 95px;
}
.main-screen .container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	/*overflow-x: hidden;*/
}
.main-screen h1{
	font-size: 60px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.main-screen h1 span{
	display: block;
	width: 100%;
	color: #FF3030;
}
.main-screen h4{
	width: 100%;
	text-align: center;
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 24px;
	line-height: 1.33em;
	margin-bottom: 15px;
}
.main-screen .main-img{
	width: 100%;
	max-width: calc(100% - 396px);
}
.main-screen ul{
	width: 396px;
	margin-top: 43px;
	background-color: #103DB1;
	border-radius: 15px;
	padding: 48px 37px 40px 44px;
}
.main-screen ul li{
	font-size: 18px;
	line-height: 2.33;
}
.main-screen .sign-img{
	position: absolute;
	bottom: 0;
	right: 11.25%;
	max-width: 370px;
}

/*======================================*/
/*               Форма                  */
/*======================================*/

.form-section{
	margin-bottom: 80px;
}
.form-section .form-container{
	padding: 77px 118px 34px 112px;
	background-color: #103DB1;
	border-radius: 20px;
}
.form-section h2{
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 13px;
}
.form-section form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 23px;
	margin-bottom: 7px;
}
.form-section form input[type="text"]{
	height: 62px;
	background-color: #fff;
	border: none;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-radius: 15px;
	width: 22%;
}
form input[name=phone].invalid{
	border: 2px solid red !important;
}
form input[type=text]:focus{
	border: 2px solid #FFF846;
}
.form-section form input[type="text"]:placeholder{
	color: #A9A9A9;
}
.form-section form input[type="submit"]{
	width: 23%;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF0000;
	border-radius: 20px;
	margin-left: 6px;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-family: 'MazzardM';
	font-weight: 800;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
.form-section form input[type="submit"]:hover{
	background-color: #cd0202
}
.form-section form input[type="submit"]:active{
	transform: scale(0.95);
}
.form-section form input[name="address"]{
	width: 26.5%
}
.form-section p{
	font-size: 17px;
	font-weight: 500;
	color: rgba(255,255,255,0.4);
	min-height: 50px;
	display: flex;
	align-items: center;
}
.form-section p a{
	color:rgba(255,255,255,0.4);
	text-decoration: underline;
	transition: all 0.25s ease;
}
.form-section p a:hover{
	color: #fff;
}
.form-section p a:active{
	transform: scale(0.95);
}
.form-section .form-response{
	display: none;
	padding: 20px;
	text-align: center;
	border:2px solid #59D96B;
	border-radius: 20px;
	transition: all 0.25s ease;
}
.form-section .form-response.error{
	border-color: red;
}
.form-section .form-response h3{
	font-size: 20px;
	color: #fff;
}
/*======================================*/
/*            Преимущества              */
/*======================================*/

.advantages-section{
	margin-top: 80px;
	margin-bottom: 150px;
}
.advantages-section .advantages-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:29px;
}
.advantages-section .advantage-item{
	background-color: rgba(0,0,0,0.35);
	border-radius: 20px;
	display: flex;
	position: relative;
	padding-bottom: 30px;
	padding-top: 15px;
}
.advantages-section .advantage-item .img{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	padding-bottom: 72%;
}
.advantages-section .advantage-item .img img{
	margin: auto;
	position: absolute;
}
.advantages-section .advantage-item:nth-child(1) img{
	width: 57%
}
.advantages-section .advantage-item:nth-child(2) img{
	width: 62%
}
.advantages-section .advantage-item:nth-child(3) img{
	width: 72.6%
}
.advantages-section .advantage-item:nth-child(4) img{
	width: 62.6%
}
.advantages-section .advantage-item:nth-child(5) img{
	width: 66%
}
.advantages-section .advantage-item:nth-child(6) img{
	width: 56.5%
}

.advantages-section .advantage-item h3{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 35px;
	left: 0;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
}

/*======================================*/
/*            Преимущества              */
/*======================================*/

.info-section{
	margin-top: 150px;
	margin-bottom: 100px;
}
.info-section h2{
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 58px;
}
.info-section h2 span{
	color: #999999;
	width: 100%;
	display: block;
}
.info-section .info{
	max-width: 1240px;
}
.info-section .info h3{
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.1;
}
.info-section .info p,
.info-section .info li{
	font-size: 19px;
	line-height: 1.7;
}
.info-section .info ul,.info-section .info ul li{
	list-style: disc;
}
.info-section .info ul{
	padding-left: 25px;
}

/*======================================*/
/*               Подвал                 */
/*======================================*/

footer{
	margin-top: 100px;
	padding-bottom: 81px;
}
footer h2{
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.1;
}
footer h2 span{
	display: block;
	width: 100%;
	color: #999999;
}
footer .footer-body{
	padding: 54px 0;
	display: flex;
	background-color: #191925;
	border-radius: 30px;
	margin-bottom: 68px;
}
footer .footer-body .footer-col{
	width: 33.33%;
	padding-left: 70px;
	padding-top: 25px;
	border-right: 2px solid rgba(255,255,255,0.1);
	padding-bottom: 25px;
}
footer .footer-body .contact-item span{
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 2.5;
	color: #818181;
	margin-bottom: 40px;
}
footer .contact-item.address-item p{
	font-size: 22px;
	line-height: 1.7;
	font-weight: 700;
}
footer .contact-item.phone-item a{
	font-family: 'Ermilov';
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	display: block;
	transition: all 0.25s ease;
}
footer .contact-item.phone-item a:hover{
	color: #818181;
}
footer .contact-item.phone-item a:active{
	color: #fff;
}
footer .contact-item.mail-item a{
	font-size: 21px;
	line-height: 37px;
	text-decoration: underline;
	color: #fff;
	font-weight: 700;
	transition: all 0.25s ease;
}
footer .contact-item.mail-item a:hover{
	color: #818181;
}
footer .contact-item.mail-item a:active{
	color: #fff;
}
footer .footer-whatsapp{
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-top: 31px;
}
footer .footer-whatsapp span{
	display: inline-block;
	margin-right: 24px;
	font-size: 25px;
	letter-spacing: 0.04em;
	font-weight: 900;
	color: #59D96B;
	transition: all 0.25s ease;
}
footer .footer-whatsapp:hover span{
	transform: scale(1.1);
}
footer .footer-whatsapp:active span{
	transform: none;
}
footer .footer-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 72px;
	border-radius: 20px;
	background-color: #FF0000;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 55px;
	transition: all 0.25s ease;
	max-width: 100%;
}
footer .footer-btn:hover{
	background-color: #cd0202
}
footer .footer-btn:active{
	transform: scale(0.95);
}
footer .footer-bottom{
	display: flex;
	justify-content: space-between;
}
footer .footer-bottom .politics{
	font-size: 21px;
	text-decoration: underline;
	color: #fff;
	transition: all 0.25s ease;
}
footer .footer-bottom .politics:hover{
	color: #818181;
}
footer .footer-bottom .politics:active{
	color: #fff;
}
footer .footer-bottom .development{
	font-size: 21px;
}
footer .footer-bottom .development a{
	color: #898989;
	text-decoration: underline;
	transition: all 0.25s ease;
}
footer .footer-bottom .development a:hover{
	color: #fff;
}
footer .footer-bottom .development a:active{
	color: #898989;
}

@media(max-width: 1540px){
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	header .header-logo img{
		max-width: 80px;
		margin-right: 10px;
	}
	header .header-logo .logo-text span{
		font-size: 18px;
	}
	header .header-phone .phone-icon{
		width: 55px;
		height: 55px;
		margin-right: 15px;
	}
	header .header-phone .phone-icon img{
		max-width: 21px;
	}
	header .header-phone span{
		font-size: 20px;
	}
	header .header-whatsapp span{
		margin-right: 15px;
		font-size: 22px;
	}
	header .header-whatsapp img{
		max-width: 50px;
	}
	.main-screen h1 {
		font-size: 52px;
	}
	.main-screen ul {
		width: 370px;
		margin-top: 30px;
		padding: 40px 30px 30px 40px;
	}
	.main-screen .container{
		padding-bottom: 50px;
	}
	.main-screen .main-img{
		max-width: calc(100% - 396px);
		margin-top: 50px;
	}
	.form-section h2{
		font-size: 32px;
	}
	.form-section .form-container {
		padding: 77px 80px 34px 80px;
	}
	.form-section form{
		gap: 15px;
	}
	.form-section form input[type="submit"] {
		width: 25%;
		margin-left: 3px;
	}
	.form-section form input[type="text"]{
		width: 23%;
	}
	.form-section form input[name="address"] {
		width: 28%;
	}

	.advantages-section .advantage-item h3 {
		font-size: 16px;
		bottom: 30px;
	}
	.info-section h2{
		font-size: 42px;
	}
	footer h2{
		font-size: 42px;
	}

	footer .footer-body .footer-col{
		padding-left: 50px;
		padding-right: 20px;
	}
	footer .footer-body .contact-item span{
		margin-bottom: 30px;
	}

	footer .contact-item.address-item p {
		font-size: 20px;
		max-width: 300px;
	}
	footer .contact-item.phone-item a{
		font-size: 24px;
	}
	footer .footer-whatsapp span{
		margin-right: 15px;
		font-size: 22px;
	}
	footer .footer-whatsapp img{
		max-width: 50px;
	}
	footer .contact-item.mail-item a {
		font-size: 20px;
	}
}


@media(max-width: 1240px){
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	header .header-phone .phone-icon {
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}
	header .header-phone .phone-icon img{
		max-width: 18px;
	}
	header .header-phone span {
		font-size: 18px;
	}
	header .header-whatsapp{
		margin-right: 0;
	}
	header .header-whatsapp span{
		display: none;
	}
	.main-screen h1{
		font-size: 46px;
	}
	.main-screen .sign-img{
		max-width: 300px;
		right: 20%;
	}
	.main-screen ul {
		width: 330px;
		margin-top: 10px;
		padding: 30px 25px 20px 35px;
	}
	.main-screen .main-img {
		max-width: calc(100% - 330px);
		margin-top: 70px;
	}
	.main-screen ul li{
		font-size: 16px;
	}
	.form-section form {
		gap: 10px;
	}
	.form-section .form-container {
		padding: 77px 50px 34px 50px;
	}
	.form-section form{
		margin-bottom: 15px;
	}
	.form-section p{
		display: block;
		font-size: 15px;
	}
	.form-section form input[type="submit"]{
		font-size: 13px;
	}
	.form-section form input[type="text"]{
		font-size: 14px;
	}
	.advantages-section .advantages-container{
		grid-template-columns: repeat(2,1fr);
	}
	.info-section .info p, .info-section .info li {
		font-size: 17px;
	}
	footer .footer-body .footer-col {
		padding-left: 35px;
	}
	footer .contact-item.address-item p{
		font-size: 20px;
	}
	footer .contact-item.phone-item a {
		font-size: 22px;
	}
	footer .footer-btn{
		font-size: 13px;
	}
	footer .footer-bottom .politics,
	footer .footer-bottom .development{
		font-size: 19px;
	}
}

@media(max-width: 992px){
	header .container{
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap:0;
		row-gap: 20px;
	}
	header .header-logo{
		width: 50%;
		order: 1;
		margin-right: 0;
	}
	header .header-whatsapp{
		order: 2;
		width: 50%;
		margin-left: 0;
		justify-content: flex-end;
	}
	header .header-whatsapp span{
		display: inline;
	}
	header .header-phone{
		width: 50%;
		order: 3;
	}
	header .header-phone:nth-child(3){
		justify-content: flex-end;
	}
	.main-screen{
		padding-top: 80px;
	}
	.main-screen h1 {
		font-size: 36px;
		order: 1;
	}
	.main-screen h4{
		font-size: 20px;
		order: 2;
	}
	.main-screen ul{
		order: 3;
		margin-left: auto;
		margin-right: auto;
	}
	.main-screen .main-img {
		max-width: 500px;
		order: 4;
	}
	.main-screen .sign-img{
		left: 440px;
		bottom: -30px;
	}
	.main-screen .container{
		padding-bottom: 0;
	}
	.form-section h2 {
		font-size: 29px;
	}
	.form-section .form-container{
		max-width: 600px;
	}
	.form-section form{
		flex-wrap: wrap;
	}
	.form-section form input{
		width: 100% !important;
	}
	.form-section form {
		gap: 15px;
	}
	.info-section h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.info-section .info h3{
		font-size: 28px;
	}
	footer h2{
		font-size: 36px;
	}
	footer .footer-body{
		flex-wrap: wrap;
		padding: 30px 0;
	}
	footer .footer-body .footer-col{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		border-right: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	footer .footer-body .footer-col:before{
		content: "";
		width: 70%;
		height: 2px;
		background-color: rgba(255,255,255,0.1);
		position: absolute;
		bottom: 0;
		left: 15%;
	}
	footer .footer-body .footer-col:last-child:before{
		display: none;
	}
	footer .contact-item.address-item p {
		max-width: 340px;
	}
	footer .contact-item{
		display: inline-block;
	}
	footer .footer-body .contact-item span{
		text-align: center;
		margin-bottom: 0;
	}
	footer .contact-item.address-item p{
		text-align: center;
	}
	footer .contact-item.phone-item a {
		text-align: center;
	}
	footer .footer-whatsapp{
		margin-left: 0;
	}
	footer .footer-btn{
		margin-top: 40px;
	}
	.form-section .form-response h3{
		font-size: 16px;
	}
}

@media(max-width: 768px){
	.container{
		padding-left: 25px;
		padding-right: 25px;
	}
	header .header-phone .phone-icon{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	header .header-phone .phone-icon img{
		max-width: 16px;
	}
	header .header-phone span {
		font-size: 16px;
	}
	header .header-whatsapp span {
		margin-right: 12px;
		font-size: 20px;
	}
	header .header-whatsapp img {
		max-width: 45px;
	}
	.main-screen h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.main-screen h4 {
		font-size: 16px;
	}
	.main-screen .main-img{
		max-width: 400px;
		margin-top: 50px;
	}
	.main-screen .sign-img {
		left: auto;
		right: 0;
		max-width: 200px;
		bottom: -10px;
	}
	.advantages-section{
		margin-bottom: 100px;
	}
	.advantages-section .advantages-container{
		grid-gap: 20px;
	}
	.advantages-section .advantage-item h3 {
		font-size: 12px;
	}
	.advantages-section .advantage-item{
		padding-bottom: 50px;
	}
	.info-section{
		margin-top: 100px;
		margin-bottom: 70px;
	}
	.info-section h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.info-section .info p, .info-section .info li {
		font-size: 15px;
	}
	.info-section .info h3 {
		font-size: 24px;
	}
	footer{
		margin-top: 70px;
	}
	footer h2 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	footer .footer-body .contact-item span{
		font-size: 12px;
	}
	footer .contact-item.address-item p{
		font-size: 18px;
	}
	footer .contact-item.phone-item a{
		font-size: 20px;
	}
	footer .footer-whatsapp img{
		max-width: 40px;
	}
	footer .footer-whatsapp span {
		margin-right: 10px;
		font-size: 20px;
	}
	footer .contact-item.mail-item a {
		font-size: 18px;
	}
	footer .footer-btn {
		margin-top: 30px;
		font-size: 12px;
		height: 65px;
	}
	footer .footer-bottom .politics, footer .footer-bottom .development {
		font-size: 14px;
	}
	.form-section .form-response h3{
		font-size: 14px;
	}
}

@media(max-width: 576px){
	.container{
		padding-right: 20px;
		padding-left: 20px;
	}
	header .header-logo img {
		max-width: 60px;
		margin-right: 5px;
	}
	header .header-logo .logo-text span {
		font-size: 13px;
	}
	header .header-whatsapp img {
		max-width: 30px;
	}
	header .header-whatsapp span {
		margin-right: 5px;
		font-size: 16px;
	}
	header .header-phone .phone-icon{
		width: 35px;
		height: 35px;
		margin-right: 8px;
	}
	header .header-phone span {
		font-size: 14px;
		padding-top: 2px;
	}
	header .header-phone .phone-icon img {
		max-width: 15px;
	}
	.main-screen{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.main-screen h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.main-screen h4 {
		font-size: 12px;
	}
	.main-screen ul{
		width: 300px;
		padding: 20px 15px 15px 25px;
	}
	.main-screen ul li {
		font-size: 14px;
	}
	.main-screen .main-img {
		max-width: 300px;
		margin-left: calc( (100vw - 375px)/(576 - 375) * (50 + 20) - 20px);
/*		margin-left: -20px;*/
	}
	.main-screen .sign-img {
		max-width: 150px;
		right:calc( (100vw - 375px)/(576 - 375) * (100 - 0) + 0px);
	}
	.form-section .form-container{
		padding: 50px 25px 25px 25px;
		max-width: calc(100% - 40px);
		width: 300px;
	}
	.form-section h2 {
		font-size: 16px;
	}
	.form-section form input[type="text"]{
		font-size: 12px;
		padding-left: 15px;
		height: 50px;
		border-radius: 12px;
	}
	.form-section form input[type=submit] {
		margin-top: 5px;
		font-size: 11px;
		letter-spacing: 0.03em;
		border-radius: 12px;
		height: 56px;
	}
	.form-section .form-container p {
		font-size: 10px;
		line-height: 14px;
		text-align: center;
	}
	.advantages-section .advantages-container{
		display: flex;
		flex-direction: column;
		gap:10px;
	}
	.advantages-section .advantage-item .img img{
		max-width: 200px;
		max-height: 150px;
		height: auto;
		width: auto !important;
	}
	.advantages-section .advantage-item .img{
		padding-bottom: 150px;
	}
	.advantages-section .advantage-item h3{
		bottom: 20px;
	}
	.info-section h2{
		font-size: 22px;
	}
	.info-section .info p, .info-section .info li {
		font-size: 12px;
	}
	.info-section .info h3{
		font-size: 20px;
	}
	footer h2{
		font-size: 24px;
	}
	footer .footer-body{
		padding: 20px 0;
	}
	footer .footer-body .contact-item span{
		font-size: 11px;
	}
	footer .contact-item.address-item p{
		font-size: 16px;
	}
	footer .contact-item.phone-item a{
		font-size: 18px;
	}
	footer .footer-whatsapp img {
		max-width: 30px;
	}
	footer .footer-whatsapp span {
		margin-right: 5px;
		font-size: 16px;
	}
	footer .contact-item.mail-item a{
		font-size: 16px;
	}
	footer .footer-btn{
		font-size: 10px;
		height: 55px;
		border-radius: 12px;
		margin-top: 20px;
	}
	footer .footer-bottom{
		flex-wrap: wrap;
		gap:20px;
	}
	footer .footer-body{
		margin-bottom: 40px;
	}
	footer .footer-bottom .politics, footer .footer-bottom .development{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	footer{
		padding-bottom: 40px;
	}
	.form-section .form-response{
		padding: 12px;
	}
	.form-section .form-response h3{
		font-size: 12px;
	}
}
@media(max-width: 480px){
header .header-phone .phone-icon{
		width: 32px;
		height: 32px;
		margin-right: 7px;
	}
	header .header-phone span {
		font-size: 13px;
	}
	header .header-phone .phone-icon img {
		max-width: 14px;
	}
}
@media(max-width: 425px){
	header .header-phone .phone-icon{
		width: 32px;
		height: 32px;
		margin-right: 6px;
	}
	header .header-phone span {
		font-size: 11px;
	}
	header .header-phone .phone-icon img {
		max-width: 13px;
	}
}
@media(max-width: 375px){
	header .header-phone .phone-icon{
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	header .header-phone span {
		font-size: 10px;
	}
	header .header-phone .phone-icon img {
		max-width: 12px;
	}
}