@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/segoe_ui.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/segoe_ui.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/segoe_ui.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/segoe_ui.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/segoe_ui.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/segoe_ui.svg#segoe_ui') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Segoe UI Gras';
	src: url('../fonts/segoe_ui_gras.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/segoe_ui_gras.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/segoe_ui_gras.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/segoe_ui_gras.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/segoe_ui_gras.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/segoe_ui_gras.svg#segoe_ui_gras') format('svg'); /* Chrome < 4, Legacy iOS */
}
body{
	margin:0;
	padding:0;
	font-family:'Segoe UI', sans-serif;
	box-sizing: border-box;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.link-in-text {
	font-family: 'Segoe UI Gras', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #18A0FB;
    text-decoration: underline;
	transition: .2s ease;
}

.link-in-text:hover {
    text-decoration: none;
	color: #636C77;
}


#menu{
	height: 56px;
	text-align: center;
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	z-index:100;
}
#menu ul{
	text-align: center;
	margin: 0; 
	padding: 0;

	list-style: none;
	width: 100%;
	height: 56px;
}
#menu ul li{
	display: inline-block;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}
#menu ul li .delimiter{
	display:block;
	height: 10px;
	width: 1px;
	border-left: 1px solid #636C77;
	position: absolute;
	top: 45%;
	right: 0;
}
#menu ul li a{
	font-size: 16px;
	line-height: 56px;
	color: #636C77;
	text-decoration: none;
}
#menu ul li a:hover{
	color:#2A78C7
}
#menu ul li svg{
	position: absolute;
	top: 4px;
	left: -25px;
}

.hide{
	display: none;
}

.grey{
	background-color: #F4F6F8;
}

.logo {
	width: 400px;
	margin-top: 50px;
	margin-bottom: 35px;
}

h1 {
	font-size: 18px;
	line-height:28px;
	max-width: 900px;
	font-weight: normal;
	margin: 60px auto;
	color: #343941;
	text-align: center;
}
h2 {
	font-family:'Segoe UI Gras', sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	padding-top: 100px;
	margin-bottom: 30px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #343941;
}
p {
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	color: #636C77;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.two-btn{
	position: relative;
	width: 100%;
	height: 58px;
}
.btn,
.js-labelFile{
	width: 450px;
}


.btn{
	margin: auto;
	display: block;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	border-radius: 45px;
	position: relative;
	text-decoration: none!important;
	font-size: 20px;
	line-height: 58px;
	cursor: pointer;
	zoom: 1;
	overflow: visible;
}
.left-btn{
	position: absolute;
	left: 50%;
	margin-left: -460px;
}
.right-btn{
	position: absolute;
	left: 50%;
	margin-left: 10px;
}

.btn.orange{
	background: #FFAB02;
	box-shadow: 0px 10px 10px rgba(254, 205, 64, 0.3);
	border: 1px solid #FFAB02;
	color: #fff!important;
 }
 .btn.orange:active{
	box-shadow: none;
 }
 .btn.blue{
	background: #FFFFFF;
	border: 1px solid #115CB1;
	color: #115CB1!important;
 }
.btn.blue:hover{
	background: #2A78C7;
	border: 1px solid #2A78C7;
	color: #FFFFFF!important;
}
.btn.blue:active{
	background: #115CB1;
	border: 1px solid #115CB1;
	color: #FFFFFF!important;
}

.js-labelFile{
	line-height: 58px;
	position: relative;
}

.js-labelFile:focus,
.js-labelFile:hover {
	color: #888;
	border-color: #888
}

.input-file {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-success{
	background: url('../../img/check_on.svg') 0% 50% no-repeat;
	padding-left: 25px;
}

.file-error{
	position: absolute;
	left: 40px;
	bottom: -30px;
	color: rgb(255, 25, 25);
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	padding-left: 21px;
	background: url('../../img/check_error.svg') 0% 30% no-repeat;
}

.advantages{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.advantages .card{
	width: 512px;
	height: 350px;
	margin-top: 100px;
}
.advantages .card.left-side{
	float: left;
}
.advantages .card.right-side{
	float: right;
}
.advantages .card .text{
	text-align: left;
}
.advantages .card.left-side .text{
	padding-right: 62px;
}
.advantages .card.right-side .text{
	padding-left: 62px;
}
.advantages .card:nth-of-type(1) .text{padding-top:59px;}
.advantages .card:nth-of-type(3) .text{padding-top:31px;}
.advantages .card:nth-of-type(5) .text{padding-top:45px;}
.advantages .card:nth-of-type(7) .text{padding-top:59px;}
.advantages .card:nth-of-type(9) .text{padding-top:9px;}
.advantages .card:nth-of-type(11) .text{padding-top:87px;}
.advantages .btn{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 55%;
}
.cases{
	max-width: 960px;
	padding-bottom: 360px;
}
.cases img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cases-line{
	position: relative;
	margin: 119px auto;
	height: 1px;
	width: 100%;
	background: #A9B0BB;
}
.cases-line:after{
	content:"";
	display: table;
	clear: both;
}
.cases-line span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -19px;
	text-align: center;
	padding: 6px 22px 10px;
	width: 70px;
	height: 20px;
	border: 1px solid #A9B0BB;
	border-radius: 56px;
	background: #F4F6F8;
	
	font-size: 16px;
	line-height: 20px;
	color: #636C77;
}
.cases .cases-line:nth-of-type(1){
	margin-top: 79px;
}
.cases .btn{
	max-width: 300px;
	margin-top: 50px;
}

.price{
	position: absolute;
	top: -263px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	background: #115CB1;
	color: #FFFFFF;
	border-radius: 20px;
	padding-bottom: 150px;
	text-align: center;
}
.price h2{
	margin:0;
}
.price p{
	color: #FFFFFF;
	text-align: center;
	max-width: 600px;
	margin: 30px auto 50px auto;
}
.price .btn.blue{
	border: 1px solid #FFFFFF;
	background: none;
	color: #FFFFFF!important;
}
.support{
	max-width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 360px;
	margin-bottom: 150px;
}
.support .card{
	display: inline-block;
	width: 260px;
	height: 322px;
	padding: 0 60px;
	text-align: center;
	margin-top: 50px;

}
.support .card:nth-of-type(1){
	background: url('../../img/phone_icon.svg') 50% 0% no-repeat;
}
.support .card:nth-of-type(2){
	background: url('../../img/email_icon.svg') 50% 0% no-repeat;
}
.support  p{
	text-align: center;
	font-family:'Segoe UI Gras', sans-serif;
	color: #343941;
}
.support a{
	font-size: 26px;
	line-height: 36px;
	color: #18A0FB;
	text-decoration: underline;
}
.support .card p{
	margin-top: 230px;
}
.bottom-link-line{
	max-width: 960px;
	padding: 50px 0;
}
.bottom-link-line a{
	font-family:'Segoe UI Gras', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #18A0FB;
	text-decoration: underline;
}
.bottom-btn-line{
	padding-top: 50px; 
	padding-bottom: 50px
}

.block-buttons-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding-bottom: 50px;
}

.block-buttons-area__button {
	flex: 0 1 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 35px;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	text-decoration: none;
	border: 2px solid #18A0FB;
	color: #18A0FB;
	transition: .2s ease-in-out;
	background-color: #ffffff;
}

.block-buttons-area__button:hover {
	color: #ffffff;
	background-color: #18A0FB;
	border: 2px solid #18A0FB;
}

.block-buttons-area__button--orange {
	color: #ffffff;
	background-color: #FFAB02;
	border: 2px solid #FFAB02;
}

.block-buttons-area__button--orange:hover {
	color: #FFAB02;
	background-color: #ffffff;
	border: 2px solid #FFAB02;
}

.footer{
	background: #E4E8EB;
	text-align: center;
	padding: 100px 0;
}
.footer .item{
	display: inline-block;
	width: 33%;
	height: 50px;
	margin-bottom: 40px;
	text-align: left;
}
.footer .item p{
	color: #424852;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.footer .item .phone{
	color: #424852;
	text-decoration: none;
	font-size: 20px;
	line-height: 32px;
	padding: 2px 0 3px 42px;
	background: url('../../img/icon_32_phone.svg') 0% 50% no-repeat;
}
.social-network{
	text-decoration: none;
}
.social-network svg .cls-1 {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;
}
.icon-facebook, 
.icon-odnoklassniki, 
.icon-vkontakte, 
.icon-instagram{
	width: 32px;
	height: 32px;
    fill: #424852;
    transition: all .8s ease;
}
.icon-facebook:hover, 
.icon-odnoklassniki:hover, 
.icon-vkontakte:hover, 
.icon-instagram:hover{
	fill: #424852;
}

.module-button {
	line-height: 140%;
	padding: 20px 10px;
}

@media (max-width: 1200px) {
	.container {
		width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.lg-100{
		width: 100%;
	}
	#menu ul li{
		padding-left: 20px;
		padding-right: 20px;
	}
	.advantages .card{
		width: 480px;
	}
	.advantages .card img{
		max-width: 480px;
	}
}
@media (max-width: 991px) {
	.container {
		width: 738px;
	}
	.md-100{
		width: 100%;
	}
	.two-btn {
		height: inherit;
	}
	.left-btn,
	.right-btn{
		position: relative;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	.advantages .card.left-side,
	.advantages .card.right-side	{
		float: none;
	}
	.advantages .card{
		width: 100%;
		height: inherit;

	}
	.advantages .card .text,
	.advantages .card.right-side .text	{
		padding-top: 0!important;
		padding-left: 0;
	}
	.advantages .card img {
		max-width: inherit;
		margin-top: -50px;
	}
	.cases{
		padding-bottom: 100px;
	}
	.price{
		position: relative;
		margin-left: 0;
		top:0;
		left:0;
		width: 100%;
		border-radius: 0;
	}
	.support{
		margin-top: 100px;
	}
	.bottom-btn-line{
		padding-top:20px;
	}
}
@media (max-width: 767px) {

	.logo{
		width: 250px;
	}

	.block-buttons-area__button {
		flex: 0 1 400px;
		font-size: 17px;
	}

	h1{
		line-height: 24px;
		font-family:'Segoe UI Gras', sans-serif;
		text-align: left;
	}
	h3{
		text-align: left;
	}
	.container,
	.price	{
		width: 80%;
		padding-right: 10%;
		padding-left: 10%;
	}
	.sm-100{
		width: 100%;
	}
	#menu .container{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	#menu ul li:last-child{
		display: none;
	}
	.btn.blue:hover{
		background: #FFFFFF;
		border: 1px solid #115CB1;
		color: #115CB1!important;
	}
	.btn.blue:active,
	.btn.blue:focus{
		background: #2A78C7;
		border: 1px solid #2A78C7;
		color: #FFFFFF!important;
	}
	.advantages .card img {
		width: 100%;
	}
	.advantages .card.left-side .text{
		padding-right: 0;
	}
	.cases-line{
		margin: 119px auto 50px auto;
	}
	.price{
		padding-bottom: 50px;
	}
	.price h2{
		padding-top: 50px;
	}
	.support a,
	.bottom-link-line a{
		font-size: 18px;
		line-height: 20px;
	}
	.footer .item {
		width: 90%;
	}
}
@media (max-width: 541px) {

	.module-button {
		line-height: 100%;
		padding: 15px 10px;
		height: auto !important;
		font-size: 16px !important;
	}	

	#menu ul li {
    padding-left: 5px;
    padding-right: 5px;
	}
	#menu ul li .delimiter{
		display: none;
	}
	#menu ul li a {
		font-size: 12px;
	}
	.btn, 
	.js-labelFile,
	.advantages .btn{
		width: 100%;
		font-size: 13px;
	}

	.btn.xsm-two-line{
		line-height: 24px;
		font-size: 16px;
		height: 65px;
		padding-top: 12px;
	}
	.btn.xsm-two-line span{
		display: inline-block;
		width: 80%;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	/* .file-error{
		left: 20px;
		bottom: -20px;
	} */
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3 {
		font-family:'Segoe UI Gras', sans-serif;
		font-size: 18px;
		line-height: 20px;
	}
	p {
		font-size: 14px;
		line-height: 16px;
	}
	.support {
		margin-top: 0;
	}
	.support .card{
		width: 100%;
		height: inherit;
		padding:0;
	}
}
