/*
Theme Name: pervyistrahovoi
*/
/*======================================*/
/*           	  Шрифты                */
/*======================================*/
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-ExtraLight.eot');
	src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
	url('fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
	url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
	url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
	url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
	url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
	url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
	url('fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'HeliosExt';
	src: local('Helios Ext'), local('HeliosExt'),
	url('fonts/HeliosExt/HeliosExt.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'HeliosExt';
	src: local('Helios Ext Bold'), local('HeliosExt-Bold'),
	url('fonts/HeliosExt/HeliosExt-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	src: url('fonts/Gilroy/Gilroy-Medium.eot');
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
	url('fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
	url('fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
	url('fonts/Gilroy/Gilroy-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: "Montserrat";
	font-weight: 400;
	font-style: normal;
	color: #000;
	background: linear-gradient(107.32deg, #FFFFFF -0.2%, #EAEAEA 100%);
	position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-family: "HeliosExt";
}
.container{
	max-width: 1540px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.red-btn{
	transition: all 0.25s ease;
	border: 2px solid #FF0000 !important;
}
.red-btn:hover{
	background-color: transparent !important;
	color: #000 !important;
}
.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: 40px;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
}
header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header-phone{
	display: inline-flex;
	width: 355px;
	height: 78px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 17px;
	padding-left: 14px;
	gap: 15px;
	transition: all 0.3s ease;
}
header .header-phone:first-child{
	margin-right: 16px;
}
header .header-phone .phone-icon{
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF846;
	border-radius: 50%;
	transition: all 0.3s ease;
}
header .header-phone:hover{
	background-color: #FFF846;
}
header .header-phone:hover .phone-icon{
	background-color: #fff;
}
header .header-phone .phone-text{
	width: calc(100% - 55px);
	padding-top: 5px;
}
header .header-phone .phone-text span{
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 4px;
	display: block;
	color: #000;
}
header .header-phone .phone-text p{
	font-size: 20px;
	font-weight: 700;
	font-family: 'HeliosExt';
	color: #000;
}
header .header-social{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
}
header .header-social .mobile-img{
	display: none;
}
header .header-social a{
	transition: all 0.25s ease;
}
header .header-social a:hover{
	transform: scale(1.1);
}
header .burger-btn{
	display: none;
}
header .header-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 72px;
	border-radius: 20px;
	background-color: #FF0000;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
header nav{
	display: none;
}

/*======================================*/
/*            Главный Экран             */
/*======================================*/

.main-screen{
	position: relative;
	z-index: 1;
	padding-top: 190px;
	overflow: hidden;
}
.main-screen .container{
	padding-top: 27px;
	position: relative;
	padding-bottom: 42px;
}
.main-screen h4{
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 6px;
}
.main-screen h1{
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.main-screen h1 span{
	color: #FF0000;
}
.main-screen .main-screen-mobile-img{
	display: none;
}
.main-screen ul{
	margin-bottom: 35px;
}
.main-screen ul li{
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap:17px;
	line-height: 3em;
}
.main-screen ul li img{
	max-width: 45px;
}
.main-screen a{
	height: 70px;
	width: 295px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	background-color: #FF0000; 
}
.main-screen .main-screen-img{
	position: absolute;
	right: -90px;
	bottom: 0;
}

/*======================================*/
/*              Процесс                 */
/*======================================*/
.process{
	margin-top: 132px;
	margin-bottom: 122px;
}
.process h2{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.67em;
	margin-bottom: 43px;
	text-transform: uppercase;
}
.process h2 span{
	color: #999999;
}
.process .process-items{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.process .process-item{
	width: calc(50% - 7.5px);
	padding: 24px 48px 38px 24px;
	border-radius: 70px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all 0.25s ease;
}
.process .process-item .process-content{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.process .process-item .process-content span{
	display: flex;
	width: 110px;
	height: 110px;
	justify-content: center;
	align-items: center;
	background-color: #F2F2F2;
	font-size: 32px;
	font-weight: 700;
	margin-right: 30px;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.process .process-item .process-content h3{
	width: calc(100% - 140px);
	padding-top: 17px;
	font-size: 25px;
	line-height: 1.4em;
	transition: all 0.25s ease;
}
.process .process-item .process-content p{
	width: 100%;
	margin-top: 28px;
	font-size: 19px;
	line-height: 1.33em;
	padding-left: 38px;
	transition: all 0.25s ease;
}
.process .process-item img{
	position: absolute;
	right: 48px;
}
.process .process-item:hover{
	background-color: #000000;
}
.process .process-item:hover h3,
.process .process-item:hover p{
	color: #fff;
}
.process .process-item:hover span{
	background-color: #FF0000;
	color: #fff;
}


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

.form-section{
	margin-top: 122px;
	margin-bottom: 86px;
}
.form-section .container{
	display: flex;
}
.form-section .form-content{
	width: calc(100% - 700px);
	padding-top: 110px;
}
.form-section .form-content h3{
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.form-section .form-content h3 span{
	color: #999999;
}
.form-section .form-content ul{
	max-width: 530px;
}
.form-section .form-content ul li{
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	display: flex;
	position: relative;
	padding-left: 67px;
	margin-bottom: 32px;
}
.form-section .form-content ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'HeliosExt';
	background-color: #FF0000;
	border-radius: 50%;
	margin-right: 30px;
	position: absolute;
	left: 0;
}
.form-section .phone-btn{
	display: inline-flex;
	width: 582px;
	height: 129px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	padding-left: 23px;
	gap: 27px;
	transition: all 0.3s ease;
}
.form-section .phone-btn .phone-icon{
	height: 93px;
	width: 93px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF846;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.form-section .phone-btn:hover{
	background-color: #FFF846;
}
.form-section .phone-btn:hover .phone-icon{
	background-color: #fff;
}
.form-section .form-content .phone-btn .phone-text{
	width: calc(100% - 120px);
	padding-top: 13px;
}
.form-section .phone-btn .phone-text span{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 4px;
	display: block;
	color: #000;
}
.form-section .phone-btn .phone-text p{
	font-size: 34px;
	font-weight: 700;
	font-family: 'HeliosExt';
	color: #000;
}


.form-section .form-container{
	width: 700px;
	background-color: #fff;
	border-radius: 80px;
	padding: 100px 100px 50px 100px;
}
.form-section .form-container h3{
	font-size: 30px;
	line-height: 1.43em;
	font-weight: 700;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.form-section .form-container h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 27px;
}
.form-section .form-container .phone-btn{
	display: none;
}
.form-section .form-container .form-input{
	margin-bottom: 20px;
}
.form-section .form-container .form-input.phone-input{
	position: relative;
	display: flex;
	align-items: center;
}
.form-section .form-container .form-input.phone-input:before{
	content: "+7";
	position: absolute;
	left: 37px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
.form-section .form-container .form-input.phone-input input{
	padding-left: 70px;
}
.form-section .form-container .form-input input{
	width: 100%;
	height: 80px;
	background-color: #EDEDED;
	padding-left: 37px;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	transition: all 0.25s ease;
}
.form-section .form-container .form-input textarea{
	width: 100%;
	height: 140px;
	background-color: #EDEDED;
	padding-left: 37px;
	padding-top: 26px;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	resize: none;
	transition: all 0.25s ease;
}
.form-section .form-container .form-input input:placeholder,
.form-section .form-container .form-input textarea:placeholder{
	color: #8D8D8D;
}
.form-section .form-container .form-input input:focus,
.form-section .form-container .form-input textarea:focus{
	border: 2px solid #FFF846;
}
form input[name=phone].invalid{
	border: 2px solid red !important;
}
form input[type=text]:focus{
	border: 2px solid #FFF846;
}
.form-section .form-container input[type=submit]{
	display: flex;
	width: 412px;
	height: 94px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background-color: #FF0000;
	margin-top: 35px;
	margin-bottom: 30px;
	max-width: 100%;
}
.form-section .form-container p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35em;
	font-family: 'Gilroy';
	color: #A9A9A9;
}
.form-section .form-container p a{
	color: #A9A9A9;
	transition: all 0.25s ease;
	text-decoration: underline;
}
.form-section .form-container p a:hover{
	color: #000;
}

/*======================================*/
/*             	 Текст                  */
/*======================================*/

.info-section{
	margin-top: 86px;
	margin-bottom: 90px;	
}
.info-section .container{
	padding: 120px 100px 110px 107px;
	border-radius: 100px;
	background-color: #fff;
}
.info-section h3{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.47em;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.info-section h3 span{
	color: #999999;
}
.info-section .content{
	padding: 35px 90px 0 56px;
	max-height: 800px;
	overflow-y: auto;
	scrollbar-color: #FF0000 #EAEAEA;
	scrollbar-width: thin;
	font-size: 20px;
	line-height: 1.6em;
}
.info-section .content ul{
	list-style: disc;
	padding-left: 25px;
}

.info-section .content::-webkit-scrollbar {
	width: 7px; /* Ширина всего элемента навигации */
}

.info-section .content::-webkit-scrollbar-track {
	background: #EAEAEA; /* Цвет дорожки */
	border-radius: 100px;
}

.info-section .content::-webkit-scrollbar-thumb {
	background-color: #FF0000; /* Цвет бегунка */
	border-radius: 100px; /* Округление бегунка */
}
.info-section .content::-webkit-scrollbar-button {
	background-color: #4d7fff;
	border-radius: 5px;
}
.info-section .content ol{
	padding-left: 25px;
}
.info-section .content ol li{
	padding-left: 5px;
}

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

footer{
	background-color: #FF0000;
	border-radius: 120px;
	padding-top: 120px;
	padding-bottom: 140px;
	position: relative;
	z-index: 1;
}
footer:before{
	position: absolute;
	content: "";
	display: block;
	height: calc(100% - 40px);
	width: 100%;
	border-radius: 120px;
	background-color: #FAFAFA;
	z-index: 1;
	top: 0;
}
footer .footer-container{
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer-logo{
	display: flex;
	width: 32.5%;
	align-items: flex-start;
}
footer .footer-info{
	display: flex;
	width: calc(67.5% - 30px);
	flex-wrap: wrap;
	padding-top: 30px;
	justify-content: space-between;
	row-gap: 24px;
	margin-bottom: 80px;
}
footer .footer-phone{
	display: inline-flex;
	width: 355px;
	height: 78px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 17px;
	padding-left: 14px;
	gap: 15px;
	transition: all 0.3s ease;
	margin-right: auto;
}
footer .footer-phone:first-child{
	margin-right: 16px;
}
footer .footer-phone .phone-icon{
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF846;
	border-radius: 50%;
	transition: all 0.3s ease;
}
footer .footer-phone:hover{
	background-color: #FFF846;
}
footer .footer-phone:hover .phone-icon{
	background-color: #fff;
}
footer .footer-phone .phone-text{
	width: calc(100% - 70px);
	padding-top: 5px;
}
footer .footer-phone .phone-text span{
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 4px;
	display: block;
	color: #000;
}
footer .footer-phone .phone-text p{
	font-size: 20px;
	font-weight: 700;
	font-family: 'HeliosExt';
	color: #000;
}
footer .footer-social{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:27px;
}
footer .footer-social a{
	transition: all 0.25s ease;
}
footer .footer-social a:hover{
	transform: scale(1.1);
}
footer .footer-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 72px;
	border-radius: 20px;
	background-color: #FF0000;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
footer .contact-item span{
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.175em;
	color: #818181;
	text-transform: uppercase;
}
footer .contact-item p,
footer .contact-item a{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.76em;
	color: #000;
}
footer .footer-mail a{
	transition: all 0.25s ease;
}
footer .footer-mail a:hover{
	color: #898989;
}
footer .footer-bottom{
	width: 100%;
}
footer .footer-bottom{
	display: flex;
	justify-content: space-between;
}
footer .footer-bottom .politics{
	font-size: 21px;
	line-height: 37px;
	color: #000;
	text-decoration: underline;
	transition: all 0.25s ease;
}
footer .footer-bottom .politics:hover{
	color: #898989;
}
footer .footer-bottom .development{
	font-size: 21px;
	line-height: 37px;
	color: #000;
}
footer .footer-bottom .development a{
	color: #898989;
	transition: all 0.25s ease;
}
footer .footer-bottom .development a:hover{
	color: #000;
}


/*======================================*/
/*           Модальная форма            */
/*======================================*/

.blocker {
	z-index: 3;
}
#modal-form{
	max-width: 700px;
	background-color: #fff;
	border-radius: 80px;
	padding: 100px 100px 50px 100px;
}
#modal-form .form-container h3{
	font-size: 30px;
	line-height: 1.43em;
	font-weight: 700;
	margin-bottom: 22px;
	text-transform: uppercase;
}
#modal-form .form-container h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 27px;
}
#modal-form .form-container .phone-btn{
	display: none;
}
#modal-form .form-container .form-input{
	margin-bottom: 20px;
}
#modal-form .form-container .form-input.phone-input{
	position: relative;
	display: flex;
	align-items: center;
}
#modal-form .form-container .form-input.phone-input:before{
	content: "+7";
	position: absolute;
	left: 37px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
#modal-form .form-container .form-input.phone-input input{
	padding-left: 70px;
}
#modal-form .form-container .form-input input{
	width: 100%;
	height: 80px;
	background-color: #EDEDED;
	padding-left: 37px;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	transition: all 0.25s ease;
}
#modal-form .form-container .form-input textarea{
	width: 100%;
	height: 140px;
	background-color: #EDEDED;
	padding-left: 37px;
	padding-top: 26px;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	resize: none;
	transition: all 0.25s ease;
}
#modal-form .form-container .form-input input:placeholder,
#modal-form .form-container .form-input textarea:placeholder{
	color: #8D8D8D;
}
#modal-form .form-container .form-input input:focus,
#modal-form .form-container .form-input textarea:focus{
	border: 2px solid #FFF846;
}
#modal-form .form-container input[type=submit]{
	display: flex;
	width: 412px;
	height: 94px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background-color: #FF0000;
	margin-top: 35px;
	margin-bottom: 30px;
	max-width: 100%;
}
#modal-form .form-container p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35em;
	font-family: 'Gilroy';
	color: #A9A9A9;
}
#modal-form .form-container p a{
	color: #A9A9A9;
	transition: all 0.25s ease;
	text-decoration: underline;
}
#modal-form .form-container p a:hover{
	color: #000;
}
.modal a.close-modal{
	width: 50px;
	height: 50px;
}

/*===========================================*/
/*             Modal response CSS            */
/*===========================================*/

#modal-response h3{
	text-align: center;
	font-size: 36px;
	padding: 60px 20px;
}



@media(max-width: 1540px){
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	header .header-btn{
		display: none;
	}
	.main-screen h1{
		font-size: 34px;
	}
	.main-screen .main-screen-img{
		width: 64%;
	}
	.main-screen ul li{
		font-size: 18px;
	}
	.process .process-item .process-content span{
		width: 90px;
		height: 90px;
		font-size: 28px;
		margin-right: 20px;
	}
	.process .process-item .process-content h3{
		width: calc(100% - 110px);
		font-size: 22px;
	}
	.process .process-item .process-content p{
		font-size: 16px;
	}
	.process .process-item img{
		max-width: calc( (100vw - 1240px)/(1540 - 1240) * (250 - 160) + 160px);
		right: 30px;
	}
	.form-section .form-content{
		width: calc(100% - 550px);
	}
	.form-section .form-content h3{
		padding-right: 30px;
	}
	.form-section .form-content .phone-btn{
		width: 550px;
		height: 120px;
		gap: 20px;
	}
	.form-section .form-content .phone-btn .phone-icon{
		height: 80px;
		width: 80px;
	}
	.form-section .form-content .phone-btn .phone-text{
		width: calc(100% - 100px);
	}
	.form-section .form-content .phone-btn .phone-text p {
		font-size: 30px;
	}
	.form-section .form-container{
		padding: 80px 60px 50px;
		width: 550px;
	}
	footer .footer-container{
		justify-content: center;
	}
	footer .footer-logo{
		width: 100%;
		justify-content: center;
	}
	footer .footer-info{
		width: 100%;
		max-width: 940px;
	}
	footer .footer-bottom{
		max-width: 940px;
	}

}

@media(max-width: 1240px){
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	header .header-logo img{
		max-width: 200px;
	}
	header .container{
		gap: 15px;
	}
	header .header-phone .phone-text p{
		font-size: 16px;
	}
	header .header-phone .phone-icon{
		width: 45px;
		height: 45px;
	}
	header .header-phone .phone-icon img{
		max-width: 16px;
	}
	header .header-phone{
		gap: 10px;
		width: 280px;
	}
	header .header-social{
		gap: 10px;
	}
	.main-screen ul li{
		font-size: 16px;
		gap:10px;
	}
	.main-screen ul li img{
		max-height: 40px;
	}
	.main-screen .main-screen-img{
		bottom: calc( (100vw - 992px)/(1240 - 992) * (0 - 50) + 50px);
		right: -120px;
	}
	.process .process-item {
		padding: 24px 48px 38px 15px;
		border-radius: 55px;
	}
	.process .process-item .process-content span{
		width: 70px;
		height: 70px;
		font-size: 24px;
		margin-right: 15px;
	}
	.process .process-item .process-content h3 {
		width: calc(100% - 85px);
		font-size: 18px;
		padding-top: 10px;
	}
	.process .process-item .process-content p{
		padding-left: 25px;
	}
	.process .process-item img{
		max-width: calc( (100vw - 992px)/(1240 - 992) * (160 - 110) + 110px);
		right: 20px;
		margin-top: calc( (100vw - 992px)/(1240 - 992) * (0 + 65) - 65px);
	}



	.form-section .form-content h3{
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 50px;
		text-transform: uppercase;
	}
	.form-section .form-content h3 span{
		color: #999999;
	}
	.form-section .form-content ul{
		max-width: 550px;
	}
	.form-section .form-content ul li{
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6em;
		display: flex;
		position: relative;
		padding-left: 50px;
		margin-bottom: 25px;
		padding-right: 30px;
	}
	.form-section .form-content ul li span{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 37px;
		height: 37px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		font-family: 'HeliosExt';
		background-color: #FF0000;
		border-radius: 50%;
		margin-right: 30px;
		position: absolute;
		left: 0;
	}
	.form-section .form-content .phone-btn{
		display: inline-flex;
		width: 582px;
		height: 129px;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-radius: 30px;
		padding-left: 15px;
		gap: 27px;
		transition: all 0.3s ease;
	}
	.form-section .form-content .phone-btn .phone-icon{
		height: 93px;
		width: 93px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FFF846;
		border-radius: 50%;
		transition: all 0.3s ease;
	}
	.form-section .form-content .phone-btn:hover{
		background-color: #FFF846;
	}
	.form-section .form-content .phone-btn:hover .phone-icon{
		background-color: #fff;
	}
	.form-section .form-content .phone-btn .phone-text{
		width: calc(100% - 120px);
		padding-top: 8px;
	}
	.form-section .form-content .phone-btn .phone-text span{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 4px;
		display: block;
		color: #000;
	}
	.form-section .form-content .phone-btn .phone-text p{
		font-size: 34px;
		font-weight: 700;
		font-family: 'HeliosExt';
		color: #000;
	}

	.form-section .form-content {
		width: calc(100% - 500px);
	}
	.form-section .form-container{
		border-radius: 65px;
		padding: 80px 45px 50px;
		width: 500px;
		max-width: 100%;
	}
	.form-section .form-container h3{
		font-size: 26px;
		margin-bottom: 18px;
	}
	.form-section .form-content .phone-btn{
		width: 550px;
		height: 110px;
		gap: 15px;
		max-width: calc(100% - 20px);
	}
	.form-section .form-content .phone-btn .phone-icon{
		height: 70px;
		width: 70px;
	}
	.form-section .form-content .phone-btn .phone-text{
		width: calc(100% - 85px);
	}
	.form-section .form-content .phone-btn .phone-text p {
		font-size: 24px;
	}
	.form-section .form-container h4{
		font-size: 18px;
		margin-bottom: 27px;
	}
	.form-section .form-container .form-input{
		margin-bottom: 20px;
	}
	.form-section .form-container .form-input.phone-input:before{
		left: 30px;
		font-size: 18px;
	}
	.form-section .form-container .form-input.phone-input input{
		padding-left: 56px;
	}
	.form-section .form-container .form-input input{
		padding-left: 30px;
		font-size: 18px;

	}
	.form-section .form-container .form-input textarea{
		padding-left: 30px;
		font-size: 18px;

	}
	.form-section .form-container input[type=submit]{
		font-size: 18px;
		margin-top: 28px;
	}
	.info-section .container{
		padding: 90px 80px 90px 90px;
	}

	footer{
		border-radius: 100px;
		padding-top: 90px;
	}
	footer:before{
		border-radius: 100px;
	}


	#modal-form {
		border-radius: 65px;
		padding: 80px 45px 50px;
		max-width: 500px;
	}
	#modal-form .form-container h3{
		font-size: 26px;
		margin-bottom: 18px;
	}
	#modal-form .form-container h4{
		font-size: 18px;
		margin-bottom: 27px;
	}
	#modal-form .form-container .form-input{
		margin-bottom: 20px;
	}
	#modal-form .form-container .form-input.phone-input:before{
		left: 30px;
		font-size: 18px;
	}
	#modal-form .form-container .form-input.phone-input input{
		padding-left: 56px;
	}
	#modal-form .form-container .form-input input{
		padding-left: 30px;
		font-size: 18px;

	}
	#modal-form .form-container .form-input textarea{
		padding-left: 30px;
		font-size: 18px;

	}
	#modal-form .form-container input[type=submit]{
		font-size: 18px;
		margin-top: 28px;
	}

}


@media(max-width: 992px){

	header .container{
		flex-wrap: wrap;
	}
	header .header-phone{
		order: 2;
	}
	header .header-btn{
		display: flex;
	}
	header .header-social{
		margin-left: auto;
		width: 25%;
		justify-content: flex-end;
	}
	.main-screen{
		padding-top: 250px;
	}
	.main-screen .main-screen-img {
		right: -185px;
	}
	.process .process-items{
		justify-content: center;
	}
	.process .process-item{
		width: 100%;
		max-width: 590px;
	}
	.process .process-item img {
		max-width: 180px;
		right: 35px;
		margin-top: 0;
	}
	.process h2{
		font-size: 30px;
		margin-bottom: 35px;
	}
	.form-section .container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.form-section .form-container{
		order: 1;
	}
	.form-section .form-content{
		width: 100%;
		order: 2;
		padding-top: 70px;
		max-width: 600px;
	}
	.form-section .form-content .phone-btn {
		width: 420px;
	}
	.info-section h3{
		font-size: 30px;
	}
	.info-section .container {
		padding: 80px 70px 80px 80px;
	}
	.info-section .content{
		padding: 25px 60px 0 35px;
		max-height: 600px;
		font-size: 18px;
	}
	footer .footer-info,
	footer .footer-bottom{
		max-width: 709px;
	}

	footer .footer-social{
		order: 2;
		width: calc(100% - 364px);
		justify-content: flex-start;
		gap:15px;
	}

	footer .footer-phone:first-child {
		margin-right: 19px;
	}
	footer .footer-phone{
		width: 345px;
	}
	footer .contact-item{
		width: 345px;
		margin-right: 19px;
	}
	.footer-mail{
		order: 1
	}
	.footer-address{
		order: 3;
	}
	footer .contact-item span{
		font-size: 13px;
	}
	footer .footer-btn{
		order: 4;
		margin-right: auto;
	}
	footer .contact-item p, footer .contact-item a{
		font-size: 19px;
	}
}










@media(max-width: 768px){
	.container{
		padding-left: 25px;
		padding-right: 25px;
	}
	header{
		padding-top: 30px;
	}
	header .header-logo img{
		max-width: 150px;
	}
	header .header-btn{
		display: none;
	}
	header .header-social{
		gap: 12px;
		width: 45%;
	}
	header .header-social a img{
		max-width: 36px;
	}
	header .header-phone{
		width: 240px;
		height: 65px;
	}
	header .header-phone .phone-icon{
		width: 36px;
		height: 36px;
	}
	header .header-phone .phone-icon img{
		max-width: 12px;
	}
	header .header-phone .phone-text span{
		font-size: 10px;
	}
	header .header-phone .phone-text p{
		font-size: 14px;
	}
	header .header-phone .phone-text {
		width: calc(100% - 46px);
	}
	.main-screen{
		padding-top: 200px;
	}
	.main-screen .container{
		display: flex;
		flex-direction: column;
	}
	.main-screen .container > *{
		order: 3;
	}
	.main-screen .container h1{
		font-size: 28px;
		order: 1;
		margin-bottom: 15px;
	}
	.main-screen .container h4{
		order: 2;
		font-size: 16px;
		line-height: 35px;
	}
	.main-screen .main-screen-img{
		display: none;
	}
	.main-screen .main-screen-mobile-img{
		display: block;
		max-width: 530px;
	}
	.process .process-item .process-content span{
		width: 60px;
		height: 60px;
		font-size: 22px;
	}
	.process .process-item .process-content h3{
		font-size: 16px;
		padding-top: 8px;
	}
	.process .process-item .process-content p{
		font-size: 14px;
		margin-top: 20px;
	}
	.process .process-item img{
		max-width: 130px;
		right: 15px;
	}
	.process .process-item{
		max-width: 470px;
	}
	.form-section .form-container h3{
		font-size: 22px;
	}
	.form-section .form-container h4{
		font-size: 16px;
	}
	.form-section .form-container{
		padding: 56px 45px 40px;
	}
	.form-section .form-container .form-input input{
		height: 65px;
	}
	.form-section .form-container input[type=submit]{
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 20px;
		height: 80px;
	}
	.form-section .form-container p{
		font-size: 14px;
	}
	.form-section .form-content h3{
		font-size: 24px;
	}
	.form-section .form-content ul li{
		font-size: 15px;
	}
	.form-section .form-content ul li span{
		font-size: 15px;
		width: 32px;
		height: 32px;
	}
	.form-section .form-content .phone-btn .phone-icon{
		width: 60px;
		height: 60px;
	}
	.form-section .form-content .phone-btn .phone-icon img{
		max-width: 25px;
	}
	.form-section .form-content .phone-btn{
		height: 90px;
		width: 360px;
		border-radius: 25px;
		gap: 10px;
	}
	.form-section .form-content .phone-btn .phone-text{
		width: calc(100% - 70px);
	}
	.form-section .form-content .phone-btn .phone-text p{
		font-size: 20px;
	}
	.form-section .form-content .phone-btn .phone-text span{
		font-size: 12px;
	}
	.form-section .form-content .phone-btn .phone-text{
		padding-top: 4px;
	}
	.info-section h3{
		font-size: 24px;
	}
	.info-section .container{
		border-radius: 65px;
		padding: 70px 50px 65px 65px;
	}
	.info-section .content{
		font-size: 15px;
		padding: 7px 45px 0 0;
	}
	footer{
		padding-bottom: 100px;
	}
	footer:before,
	footer{
		border-radius: 65px;
	}
	footer .footer-logo img{
		max-width: 400px;
	}
	footer .footer-info{
		padding-top: 25px;
		max-width: 635px;
	}
	footer .footer-bottom{
		max-width: 636px;
	}
	footer .footer-phone:first-child{
		margin-right: 10px;
	}
	footer .footer-phone{
		width: calc(50% - 5px);
		height: 65px;
		padding-left: 10px;
		gap:8px;
	}
	footer .footer-phone .phone-icon{
		width: 45px;
		height: 45px;
	}
	footer .footer-phone .phone-icon img{
		max-width: 15px;
	}
	footer .footer-phone .phone-text span{
		font-size: 10px;
	}
	footer .footer-phone .phone-text p{
		font-size: 16px;
	}
	footer .footer-phone .phone-text{
		width: calc(100% - 53px);
	}
	footer .contact-item{
		width: calc(50% - 5px);
		margin-right: 0;
	}
	footer .footer-btn{
		width: 250px;
		font-size: 12px;
		height: 65px;
		margin-right: 0;
	}
	footer .footer-social{
		justify-content: flex-end;
	}
	footer .footer-bottom .politics,
	footer .footer-bottom .development{
		font-size: 14px;
	}
	footer .footer-info{
		margin-bottom: 50px;
	}
	#modal-form{
		padding: 56px 45px 40px;
	}
	#modal-form .form-container h3{
		font-size: 22px;
	}
	#modal-form .form-container h4{
		font-size: 16px;
	}
	#modal-form .form-container .form-input input{
		height: 65px;
	}
	#modal-form .form-container input[type=submit]{
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 20px;
		height: 80px;
	}
	#modal-form .form-container p{
		font-size: 14px;
	}
	.modal a.close-modal {
		width: 40px;
		height: 40px;
		top: -5px;
		right: -5px;
	}
	#modal-response h3{
		text-align: center;
		font-size: 28px;
		padding: 40px 10px;
	}




}




@media(max-width: 576px){
	body{
		background: #ECECEC;
	}
	header{
		padding-top: 20px;
	}
	header .container{
		column-gap:0;
		row-gap: 15px;
	}
	header .header-logo img{
		max-width: 112px;
		margin-left: -7px;
	}
	header .header-social{
		margin-right: 25px;
		width: 45%;
	}
	header .header-social img{
		max-width: 26px;
	}
	header .burger-btn{
		display: inline-block;
	}
	header .burger-btn span{
		display: block;
		width: 28px;
		height: 2px;
		background-color: #000;
		margin: 8px 0;
		transition: all 0.25s ease;
	}
	header .burger-btn.active span:first-child{
		transform: rotate(45deg) translateY(7px);
	}
	header .burger-btn.active span:last-child{
		transform: rotate(-45deg) translateY(-7px);
	}
	header .header-phone{
		width: calc(50% - 3px);
		height: 40px;
		padding-left: 6px;
		gap:3px;
		border-radius: 10px;
		max-width: 160px;
	}
	header .header-phone .phone-icon{
		width: 27px;
		height: 27px;
	}
	header .header-phone .phone-icon img{
		max-width: 8px;
	}
	header .header-phone .phone-text{
		width: calc(100% - 30px);
		padding-top: 0;
	}
	header .header-phone .phone-text span{
		display: none;
	}
	header .header-phone .phone-text p{
		font-size: 10px;
	}
	header nav{
		padding: 20px 0;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #ECECEC;
		height: calc(100vw - 100%);
	}
	header nav ul{
		width: 100%; margin: auto;
	}
	header nav ul li a{
		display: block;
		width: 100%;
		padding: 8px 0;
		color: #000;
		text-align: center;
	}
	header nav.active{
		display: flex;
	}
	header .header-social .desktop-img{
		display: none;
	}
	header .header-social .mobile-img{
		display: block;
	}
	.main-screen{
		padding-top: 162px;
	}
	.main-screen .container{
		align-items: center;
	}
	.main-screen .container h1{
		font-size: 17px;
		text-align: center;
	}
	.main-screen .container{
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-screen .container h4{
		font-size: 12px;
		text-align: center;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.main-screen .container .main-screen-mobile-img{
		max-width: 308px;
		margin-left: auto;
		margin-right: auto;
		order: 2;
	}
	.main-screen .container a{
		order: 2;
		width: 225px;
		height: 44px;
		font-size: 10px;
		border-radius: 12px;
	}
	.main-screen ul{
		display: flex;
		flex-wrap: wrap;
		background-color: #E1E1E1;
		border-radius: 50px;
		max-width: 325px;
		margin-top: 32px;
		position: relative;
		margin-bottom: 0;
	}
	.main-screen ul:before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
	}
	.main-screen ul:after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	.main-screen ul li{
		width: 50%;
		flex-wrap: wrap;
		gap:3px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 9px;
		font-weight: 600;
		line-height: 13px;
		justify-content: center;
		height: 150px;
		padding: 0 15px;
	}
	.main-screen ul li img{
		max-width: 100%;
		max-height: 100%;
	}
	.process{
		margin-top: 50px;
	}
	.process h2{
		font-size: 17px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 30px;
	}
	.process .process-items{
		gap: 9px;
	}
	.process .process-item{
		border-radius: 35px;
		padding: 27px 0 27px 15px;
		max-width: 324px;
	}
	.process .process-item .process-content{
		align-items: center;
	}
	.process .process-item .process-content p{
		display: none;
	}
	.process .process-item .process-content span {
		width: 50px;
		height: 50px;
		font-size: 16px;
		margin-right: 10px;
	}
	.process .process-item .process-content h3{
		padding-top: 0;
		font-size: 12px;
		line-height: 15px;
	}
	.process .process-item:nth-child(1) img{
		max-width: 82px;
		right: 18px;
	}
	.process .process-item:nth-child(2) img{
		max-width: 80px;
		right: 20px;
	}
	.process .process-item:nth-child(3) img{
		max-width: 95px;
		right: 21px;
	}
	.process .process-item:nth-child(4) img{
		max-width: 92px;
		right: 19px;
	}
	.process .process-item:nth-child(5) img{
		max-width: 94px;
		right: 15px;
	}
	.process .process-item:nth-child(6) img{
		max-width: 85px;
		right: 17px;
	}
	.process{
		margin-bottom: 60px;
	}
	.form-section{
		margin-top: 60px;
	}
	.form-section .form-container{
		padding: 0 35px 0;
		background-color: transparent;
		max-width: 325px;
	}
	.form-section .form-container h3{
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 17px;
	}
	.form-section .form-container h4{
		display: none;
	}
	.form-section .form-container .phone-btn{
		display: inline-flex;
		width: 100%;
		height: 62px;
		padding: 9px 10px;
		gap: 10px;
		border-radius: 20px;
		margin-bottom: 23px;
	}
	.form-section .phone-btn .phone-icon{
		width: 43px;
		height: 43px;
	}
	.form-section .phone-btn .phone-icon img{
		max-width: 13px;
	}
	.form-section .phone-btn .phone-text{
		width: calc(100% - 53px);
		display: flex;
		height: 100%;
		align-items: center;
	}
	.form-section .phone-btn .phone-text span{
		display: none;
	}
	.form-section .phone-btn .phone-text p{
		font-size: 14px;
	}

	.form-section .form-container .form-input input,
	.form-section .form-container .form-input textarea{
		border-radius: 12px;
		padding-left: 25px;
		background-color: #DCDCDC;
		font-size: 13px;
	}
	.form-section .form-container .form-input input{
		height: 50px;
	}
	.form-section .form-container .form-input.phone-input:before{
		font-size: 13px;
		left: 25px;
	}
	.form-section .form-container .form-input.phone-input input{
		padding-left: 45px;
	}
	.form-section .form-container .form-input{
		margin-bottom: 15px;
	}
	.form-section .form-container .form-input input:placeholder,
	.form-section .form-container .form-input textarea:placeholder{
		color: #AAAAAA;
	}
	.form-section .form-container .form-input textarea{
		display: none;
	}
	.form-section .form-container input[type=submit]{
		margin-top: 22px;
		font-size: 11px;
		letter-spacing: 0.03em;
		border-radius: 12px;
		height: 56px;
		margin-bottom: 24px;
	}
	.form-section .form-container p{
		font-size: 10px;
		line-height: 14px;
		text-align: center;
	}
	.form-section .form-content{
		padding-top: 60px;
	}
	.form-section .form-content h3{
		padding-right: 0;
		font-size: 17px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 43px;
	}
	.form-section .form-content ul li{
		padding-right: 0;
		padding-left: 41px;
		padding-top: 4px;
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 18px;
	}
	.form-section .form-content ul li span{
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
	.form-section .form-content .phone-btn{
		display: none;
	}
	.form-section{
		margin-bottom: 40px;
	}
	.info-section{
		margin-top: 54px;
		margin-bottom: 77px;
	}
	.info-section .container{
		border-radius: 30px;
	}
	.info-section .container{
		padding: 58px 27px 50px 45px;
	}
	.info-section h3{
		font-size: 15px;
		line-height: 23px;
		max-width: 278px;
	}
	.info-section br{
		display: none;
	}
	.info-section .content{
		font-size: 11px;
		line-height: 17px;
		padding: 4px 30px 4px 0;
	}
	footer{
		padding-top: 0;
		margin-top: 77px;
		padding-bottom: 70px;
	}
	footer,
	footer:before{
		background-color: transparent;
	}
	footer .footer-logo img{
		max-width: 262px;
	}
	footer .footer-info{
		padding-top: 20px;
		justify-content: space-between;
		row-gap: 0;
		margin-bottom: 44px;
		max-width: 325px;
	}
	footer .footer-phone:first-child{
		margin-right: 0;
	}
	footer .footer-phone{
		width: calc(50% - 3px);
		margin-right: 0;
		height: 40px;
		border-radius: 10px;
		padding-left: 6px;
		gap: 3px;
		margin-bottom: 26px;
	}
	footer .footer-phone .phone-icon{
		width: 27px;
		height: 27px;
	}
	footer .footer-phone .phone-icon img{
		max-width: 8px;
	}
	footer .footer-phone .phone-text{
		width: calc(100% - 30px);
		padding-top: 0;
	}
	footer .footer-phone .phone-text span{
		display: none;
	}
	footer .footer-phone .phone-text p{
		font-size: 9.5px;
	}
	footer .contact-item{
		width: 100%;
		margin-bottom: 13px;
	}
	footer .footer-social{
		width: 100%;
		order: 5;
	}
	footer .footer-address{
		order: 1;
	}
	footer .footer-mail{
		order: 2;
	}
	footer .contact-item span{
		font-size: 11px;
		line-height: 28px;
	}
	footer .footer-btn{
		display: none;
	}
	footer .footer-social{
		margin-top: 22px;
		justify-content: flex-start;
		gap: 25px;
	}
	footer .footer-bottom{
		flex-wrap: wrap;
		max-width: 325px;
	}
	footer .footer-bottom .politics{
		width: 100%;
		margin-bottom: 15px;
		font-size: 16px;
	}
	footer .footer-bottom .development{
		width: 100%;
		font-size: 16px;
	}



	#modal-form{
		padding: 45px 35px;
		max-width: 325px;
		border-radius: 25px;
	}
	#modal-form .form-container h3{
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 10px;
	}
	#modal-form .form-container h4{
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.2em;
	}

	#modal-form .form-container .form-input input,
	#modal-form .form-container .form-input textarea{
		border-radius: 12px;
		padding-left: 25px;
		background-color: #DCDCDC;
		font-size: 13px;
	}
	#modal-form .form-container .form-input input{
		height: 50px;
	}
	#modal-form .form-container .form-input.phone-input:before{
		font-size: 13px;
		left: 25px;
	}
	#modal-form .form-container .form-input.phone-input input{
		padding-left: 45px;
	}
	#modal-form .form-container .form-input{
		margin-bottom: 15px;
	}
	#modal-form .form-container .form-input input:placeholder,
	#modal-form .form-container .form-input textarea:placeholder{
		color: #AAAAAA;
	}
	#modal-form .form-container .form-input textarea{
		display: none;
	}
	#modal-form .form-container input[type=submit]{
		margin-top: 22px;
		font-size: 11px;
		letter-spacing: 0.03em;
		border-radius: 12px;
		height: 56px;
		margin-bottom: 24px;
	}
	#modal-form .form-container p{
		font-size: 10px;
		line-height: 14px;
		text-align: center;
	}

	.modal a.close-modal {
		width: 30px;
		height: 30px;
		top: -10px;
		right: -10px;
	}
	#modal-response h3{
		font-size: 24px;
	}

}