html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* reset end */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;	
	background:#fff;
	min-width:320px;	
	height:100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6, h1, h2, h3, h4, h5, h6 {
	display:block;
}
.container {
	width:1110px;
	margin-left:auto;
	margin-right:auto;	
    padding-right: 15px;
    padding-left: 15px;	
}
@media (max-width: 1130px) {
	.container {
		width: 970px;
	}	
}
@media (max-width: 991px) {
	.container {
		width: 767px;
	}	
}
@media (max-width: 767px) {
	.container {
		width: 100%;
	}	
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;	
}
.content {
	flex: 1 0 auto;
	margin-bottom:80px;
}
@media (max-width: 767px) {
	.content {
		margin-bottom:40px;
	}
}
a {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;	
	outline:0;			
}
button {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;	
	border:0;
	outline:0;		
	padding:0;
	cursor:pointer;
}
input, textarea {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	outline:0;	
	-webkit-appearance: none;
}
input::placeholder, textarea::placeholder { 

}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {

}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { 

}
img {
	display:block;
	max-width:100%;
}
/* header.header */
header.header {
	background: #A03AF0;
    padding: 40px 0;
}
@media (max-width: 767px) {
	header.header {
		padding: 20px 0;
		padding-bottom: 15px;
	}
}
header.header .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
	header.header .box .logo {
		max-width:115px;
	}
}
header.header .box .info {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	text-align: right;
	color: #FFFFFF;
    margin-top: -3px;
}
@media (max-width: 767px) {
	header.header .box .info {
		width:100%;
		text-align:left;
		margin-top:10px;
	}
}
/* section.section-1 */
section.section-1 {
	background:#A03AF0;
	padding-top: 22px;
    padding-bottom: 72px;
}
@media (max-width: 767px) {
	section.section-1 {
		padding-bottom:34px;
	}
}
section.section-1 .box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.section-1 .box h1 {
    width: calc(100% - 465px);
	font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
	letter-spacing: -0.8px;
}
@media (max-width: 991px) {
	section.section-1 .box h1 {
		width:100%;
	}
}
@media (max-width: 767px) {
	section.section-1 .box h1 {
		font-size: 28px;
		line-height: 38px;
	}
}
section.section-1 .box img {
    margin-top: -62px;
}
@media (max-width: 991px) {
	section.section-1 .box img {
	    margin-top: 20px;
	}
}
section.section-1 .box p {
    width: 75%;
    font-size: 18px;
    line-height: 25px;
    color: #EBF9FF;
    opacity: 0.8;
    margin-top: -7px;
}
@media (max-width: 1130px) {
	section.section-1 .box p {
	    width: 100%;	
		margin-top:20px;
	}
	section.section-1 .box p br {
		display:none;
	}
}
@media (max-width: 767px) {
	section.section-1 .box p {
		font-size: 16px;
		margin-top:28px;
	}
}
/* section.section-2 */
section.section-2 {
	padding-top: 48px;
}
@media (max-width: 767px) {
	section.section-2 {
		padding-top: 27px;
	}
}
section.section-2 .box h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #4F008D;
}
@media (max-width: 767px) {
	section.section-2 .box h2 {
		font-size:24px;
		line-height:32px;
	}
}
section.section-2 .box p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #A03AF0;
    margin-top: 16px;
    letter-spacing: -0.6px;
}
@media (max-width: 767px) {
	section.section-2 .box p {
		font-size:18px;
		line-height: 25px;
	}
}
section.section-2 .box .items {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
section.section-2 .box .items .item {
    width: 18.6%;
    background: #A03AF0;
    border: 1px solid #E6ECF4;
    border-radius: 4px;
    padding: 15px;
    padding-bottom: 12px;
}
@media (max-width: 767px) {
	section.section-2 .box .items .item {
		width: calc(50% - 7.5px);
		margin-bottom:15px;
	}
	section.section-2 .box .items .item:last-child {
		margin-bottom:0;
	}
}
section.section-2 .box .items .item span.ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 55.5px;
    text-align: center;
}
section.section-2 .box .items .item:nth-child(1) span.ico svg {
	margin-left:6px;
}
section.section-2 .box .items .item span.text {
    display: block;
    margin-top: 13px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
/* section.section-3 */
section.section-3 {
	padding-top: 52px;
}
section.section-3 .box p {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #A03AF0;
    letter-spacing: -0.4px;
}
@media (max-width: 767px) {
	section.section-3 .box p {
		font-size: 18px;
		line-height: 25px;
	}
}
section.section-3 .box .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 21px;
	margin-bottom: 36px;
}
@media (max-width: 767px) {
	section.section-3 .box .items {
		margin-bottom:28px;
	}
}
section.section-3 .box .items .item {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E6ECF4;
	border-radius:4px;
    width: 31.8%;
    padding-top: 28px;
    padding-left: 90px;
    padding-right: 12px;
    padding-bottom: 15px;
}
section.section-3 .box .items .item:nth-child(2) {
    padding-top: 20px;
}
@media (max-width: 1130px) {
	section.section-3 .box .items .item {
	    padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}
@media (max-width: 991px) {
	section.section-3 .box .items .item {
	    width:48.3%;
		margin-bottom: 24px;
	    min-height: 113px;
	}
	section.section-3 .box .items .item:last-child {
		margin-bottom:0;
	}
}
@media (max-width: 767px) {
	section.section-3 .box .items .item {
	    width:100%;
		margin-bottom:15px;
	}
	section.section-3 .box .items .item:last-child {
		margin-bottom:0;
	}
}
section.section-3 .box .items .item i {
    content: "";
    position: absolute;
    left: 13px;
    top: 23px;
}
section.section-3 .box .items .item span.big {
    display: block;
    width: 100%;
    color: #4F008D;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
}
section.section-3 .box .items .item p {
    width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #280047;
	letter-spacing: -0.8px;
}
/* section.section-4 */
section.section-4 {
	background: #FDFAFF;
    margin-top: 50px;
    padding-top: 44px;
    padding-bottom: 72px;
}
@media (max-width: 767px) {
	section.section-4 {
		padding-top: 28px;
		margin-top: 28px;
	}
}
section.section-4 .box h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #4F008D;
}
@media (max-width: 767px) {
	section.section-4 .box h2 {
	    font-size: 24px;
		line-height: 32px;
	}
}
section.section-4 .box .items {
	position:relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    margin-bottom: 64px;
}
@media (max-width: 767px) {
	section.section-4 .box .items {
		max-width: 100%;
		justify-content:center;
	    margin-top: 40px;
		margin-bottom: 50px;
	}
}
section.section-4 .box .items .item {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: 33.333333333%;
    padding-left: 56px;
    padding-right: 4px;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
	section.section-4 .box .items .item {
		width:50%;
	}
}
@media (max-width: 767px) {
	section.section-4 .box .items .item {
		width: 100%!important;
		padding-right:0;	
	}
	section.section-4 .box .items .item:last-child {
		margin-bottom:0;
	}
}
section.section-4 .box .items .item i {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}
section.section-4 .box .items .item p {
	width:100%;
	font-size: 16px;
	line-height: 22px;
	color: #280047;

}
section.section-4 .box .items .item span.big {
	display: block;
    width: 100%;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #4F008D;
	letter-spacing: -0.7px;
	margin-top: -2px;
}
/* section-5 */
section.section-5 {
    margin-top: -112px;
}
@media (max-width: 767px) {
	section.section-5 {
		margin-top: -60px;
	}
}
section.section-5 .box {
    position: relative;
    background: #FFFFFF;
    padding-top: 48px;
    padding-left: 360px;
    padding-right: 40px;
    padding-bottom: 36px;
    border: 1px solid #E6ECF4;
    overflow: hidden;
}
@media (max-width: 767px) {
	section.section-5 .box {
		padding-top: 12px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 200px;
	}
}
section.section-5 .box img {
    position: absolute;
    left: 0px;
    bottom: -1px;
}
@media (max-width: 767px) {
	section.section-5 .box img {
		max-width:288px;
	}
}
section.section-5 .box p {
	font-size:21px;
	line-height:29px;
	color:#101B53;
	margin-bottom: 26px;
}
@media (max-width: 767px) {
	section.section-5 .box p {
		font-size:18px;
		line-height:26px;
	}
	section.section-5 .box p br {
		display:none;
	}
}
section.section-5 .box .btn_agent {
	background: #4F008D;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 18px 50px;
	text-decoration: none;
	display: inline-block;
}
@media (max-width: 767px) {
	section.section-5 .box button {
		padding: 18px 18px;
		width: 100%;
	}
}
section.section-5 .box button:hover {
	opacity:.7;
}
/* section-6 */
section.section-6 {
    margin-top: 63px;
}
@media (max-width: 767px) {
	section.section-6 {
		margin-top: 33px;
	}
}
section.section-6 .box h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #4F008D;
}
@media (max-width: 767px) {
	section.section-6 .box h3 {
		font-size: 24px;
		line-height: 33px;
	}
}
section.section-6 .box .items {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 36px;
	margin-bottom: 63px;
}
@media (max-width: 767px) {
	section.section-6 .box .items {
		margin-bottom:30px;
	}
}
section.section-6 .box .items .item {
    width: 48%;
	border: 1px solid #E6ECF4;
	border-radius: 4px;
    padding: 23px;
}
@media (max-width: 767px) {
	section.section-6 .box .items .item {
		width:100%;
		margin-bottom:15px;
	}
	section.section-6 .box .items .item:last-child {
		margin-bottom:0;
	}
}
section.section-6 .box .items .item .img {
	min-height:147px;
}
section.section-6 .box .items .item h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #A03AF0;
    margin-top: 8px;
    letter-spacing: -0.7px;
    margin-bottom: 9px;
}
@media (max-width: 767px) {
	section.section-6 .box .items .item h4 {
		font-size:24px;
		line-height:33px;
	}
}
section.section-6 .box .items .item p {
	font-size: 14px;
	line-height: 19px;
	color: #280047;
}
section.section-6 .box h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 49px;
	text-align: center;
	color: #4F008D;
}
@media (max-width: 767px) {
	section.section-6 .box h2 {
	    font-size: 28px;
		line-height: 38px;	
	}
}
/* footer.footer */
footer.footer {
	flex: 0 0 auto;
    background: #4F008D;
	padding-top: 29px;
    padding-bottom: 29px;
}
@media (max-width: 767px) {
	footer.footer {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
footer.footer .box {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
footer.footer .box .info {
    width: 33%;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}

footer.footer .box .contacts {
	width: 27%;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}

@media (max-width: 1130px) {
	footer.footer .box .info {
		width: 100%;
		text-align: center;
	}
	
	footer.footer .box .contacts {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	
}
footer.footer .box .copy {
    width: 33%;
    text-align: center;
	color: #fff;
    font-size: 16px;
}
@media (max-width: 1130px) {
	footer.footer .box .copy {
		width: 100%;
		margin-top: 20px;
	}
}

/************************Политика обработки перс.данных (Кузичев, 07.05.2020)**************************/

.footer .container .box:first-child {margin-bottom: 20px;}

.footer .container .box .politica a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1130px) {
	.footer .container .box .politica {
		text-align: center;
	}