/**/
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot');
    src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Black.eot');
    src: local('SF Pro Display Black'), local('SFProDisplay-Black'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/**/
html, body {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
}

div {
    margin: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #446BF2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

* {
    font-family: 'SF Pro Display';
    outline: none;
	-webkit-appearance: none;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

p sup {
    font-size: 10px;
}

h1 {

}

.mobile{
    display: none;
}

.desktop{
	display: block;
}
/**/
br {
    font-size: 0px;
    line-height: 0px;
}

::selection {
    background: #446BF2;
    color: #ffffff;
}

::-moz-selection {
    background: #446BF2;
    color: #ffffff;
}

img {
    border: none;
}

img[src=""] {
    display: none;
}

table{
    border-collapse: collapse;
    border: none;
}

td{
    padding: 5px 10px 5px 10px;
    border: 1px solid #dddddd;
    width: auto !important;
    height: auto !important;
}

table p{
    margin: 0px !important;
    padding: 8px 0px 8px 0px;
}
/**/
hr{
    display: block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ede1bc;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 25px 20px 25px;
}
/**/
body.compensate-for-scrollbar {
    overflow: visible;
}

.fancybox-content{
    padding: 20px;
}
/**/
#wrap_page {
    overflow: hidden;
    position: relative;
    min-width: 1240px;

    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #667085;
}

#wrap_content {
    margin: 0 auto;
    background-color: #ffffff;
}
/**/
.block_line {
    position: relative;
    width: 100%;
    padding: 100px 0 100px 0;
}

.block {
    margin: auto;
    position: relative;
    width: 1200px;
}

.block:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

.block_title{
    font-weight: 900;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    color: #344054;
    margin-bottom: 40px;
}

.block_title span{
    color: #446BF2;
}

.block_text{
    font-size: 18px;
    line-height: 28px;
    color: #667085;
}

.block_text strong, .block_text b {
    font-weight: 600;
    color: #667085;
}

.block_left, .block_right{
    width: 50%;
    box-sizing: border-box;
}

.block_left{
    float: left;
}

.block_right{
    float: right;
}

.block_img{
    font-size: 0;
}

.block_img img{
    display: block;
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}
/**/
.hide1{
    display: none;
}
/**/
.btn{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 28px 0 28px;
    border-radius: 16px;
    height: 50px;
    line-height: 49px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background: #446BF2;
    cursor: pointer;
}

.btn:hover{
    text-decoration: none;
    background: #344054;
}

.btn_black{
    background: #344054;
}

.btn_black:hover{
    background: #446BF2;
}
/**/
.form_label{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.form_field{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0px 14px 0px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-bottom: 10px;
    background: transparent;
    font-size: 16px;
    color: #667085;
}

.form_btn{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 24px;
    border: none;
    line-height: normal;
}

.form_last{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #667085;
}
/**/
.circle{
    position: absolute;
    width: 285px;
    height: 285px;

    background: rgba(68, 97, 242, 0.14);
    filter: blur(158px);
    transform: rotate(-90deg);
}
/**/
/* ШАПКА */
#header_block_line{
    position: fixed;
    left: 0;
    top: 0;
    padding: 25px 0 0 0;
    z-index: 999;
	background-color: #ffffff;
	border-bottom: 1px solid #F9F9F9;
}

#header_block{
    width: 1200px;
}

#header_block_in{
    position: relative;
    text-align: justify;
}

#header_block_in:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
}

#logo{
    display: inline-block;
    vertical-align: middle;
    width: 272px;
}

#logo img{
    width: 100%;
    height: auto;
}

#header_btns{
    display: inline-block;
    vertical-align: middle;
}

#header_zay_btn{

}
/**/
#header_menu{
    display: inline-block;
    vertical-align: middle;

    box-sizing: border-box;
    padding: 11px 15px 0px 15px;
    height: 50px;
    background: #F1F4FC;
    border-radius: 25px;
    margin-right: 35px;
}

#menu,
#user_menu
{
    position: relative;
}

#menu ul, #menu li,
#user_menu ul, #user_menu li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul,
#user_menu ul
{
    display: block;
    text-align: center;
    position: relative;
}

#menu li,
#user_menu li
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
}

#menu a,
#user_menu a
{
    display: block;
    color: #344054;
    font-weight: 600;
    font-size: 18px;
}

#menu a:hover, #menu li.active > a,
#user_menu a:hover, #user_menu li.active > a
{
    text-decoration: underline;
}

#c-hamburger{
    display: none;
}
/* ПОДВАЛ */
#footer_block_line{
    border-top: 1px solid #999999;
    padding-top: 35px;
    padding-bottom: 0px;
}

#footer_block{

}
/**/
#foot_column_list{
    position: relative;
    text-align: justify;
}

#foot_column_list:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 1px;
}

.foot_column{
    display: inline-block;
    vertical-align: top;
}
/**/
#foot_logo{
    display: block;
    text-decoration: none;
    width: 272px;
    font-size: 0;
}

#foot_logo img{
    display: block;
    width: 100%;
    height: auto;
}
/**/
#foot_menu_block{
    position: relative;
    text-align: justify;
}

#foot_menu_block:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 1px;
}

.foot_menu{
    display: inline-block;
    vertical-align: top;
    margin-left: 75px;
    margin-right: 75px;
}

.foot_menu_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4D505F;
}

.foot_menu ul{
    padding: 0px;
    margin: 0px;
}

.foot_menu li{
    display: block;
    margin-bottom: 15px;
}

.foot_menu a, .foot_menu span{
    color: #4D505F;
    font-size: 18px;
}

.foot_menu a:hover{

}
/**/
#foot_copyright{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #545454;
}
/* БАННЕР */
#banner_block_line{
    padding-top: 0px;
    padding-bottom: 0px;
}

#banner_block_line .circle{
    left: 50%;
    top: 50%;
    margin-left: 260px;
    margin-top: -30px;
}

#banner_block{

}

#banner_block_in{
    padding-top: 160px;
    padding-bottom: 60px;
}

#banner_title{
    font-size: 48px;
    line-height: 65px;
}

#banner_text{
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
}

#banner_btn{
    text-align: center;
}
/* ПАРТНЕРЫ */
#partners_block_line{

}

#partners_block{

}

#partners_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

#partners_list{
    padding-top: 5px;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.partners_list_item{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 37px;
    margin-right: 37px;
}

.partners_list_item img{
    display: block;
	height: 40px;
}
/* СОЗДАЕМ */
#creating_block_line{

}

#creating_block_line .circle{
    left: 50%;
    top: -60px;
    margin-left: -830px;
}

#creating_block{

}

#creating_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    margin-right: 100px;
}

#creating_text{
    margin-right: 110px;
}

#creating_img{
    margin-left: -18px;
}
/* КОМПЛЕКС */
#complex_block_line{

}

#complex_block_line .circle{
    left: 50%;
    top: -60px;
    margin-left: 530px;
}

#complex_block{

}

#complex_list{
    margin-left: -25px;
    margin-right: -25px;
    font-size: 0px;
    text-align: center;
}

.complex_list_item_out{
    display: inline-block;
    vertical-align: top;
    /*width: 50%;*/
    margin-bottom: 30px;
}

.complex_list_item{
    margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.complex_list_item1{
    width: 690px;
    background: #446BF2;
}

.complex_list_item2{
    width: 480px;
    background: #F6F6F6;
}

.complex_list_item3{
    width: 560px;
    background: #333333;
}

.complex_list_item4{
    width: 610px;
    background: #F6F6F6;
}

.complex_list_item_title{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 19px;
}

.complex_list_item_desc{
    font-size: 16px;
    line-height: 24px;
}

.complex_list_item1 .complex_list_item_title, .complex_list_item1 .complex_list_item_desc,
.complex_list_item3 .complex_list_item_title, .complex_list_item3 .complex_list_item_desc
{
    color: #ffffff;
}

.complex_list_item2 .complex_list_item_title,
.complex_list_item4 .complex_list_item_title
{
    color: #344054;
}

.complex_list_item_img{
    position: absolute;
}

.complex_list_item_img img{
    display: block;
    width: 100%;
    height: auto;
}

.complex_list_item1 .complex_list_item_img{
    right: 0px;
    top: 0px;
}

.complex_list_item2 .complex_list_item_img{
    right: 43px;
    top: 63px;
}

.complex_list_item3 .complex_list_item_img{
    right: 0px;
    top: 19px;
}

.complex_list_item4 .complex_list_item_img{
    right: 0px;
    top: 61px;
}
/* ШАГИ */
#steps_block_line{

}

#steps_block_line .circle{
    left: 50%;
    top: -20px;
    margin-left: -840px;
}

#steps_block{

}

#steps_text{
    text-align: center;
	line-height: 31px;
    margin-bottom: 87px;
}

#steps_list{
    font-size: 0;
    position: relative;
    padding-top: 85px;
}

#steps_img{
    position: relative;
}

#steps_img img{
    display: block;
    width: 100%;
    height: auto;
}

.steps_item{
    position: absolute;
    width: 400px;
    text-align: center;
}

.steps_item0{
    left: 120px;
    top: 24px;
}

.steps_item1{
    left: 470px;
    top: 24px;
}

.steps_item2{
    left: 820px;
    top: 24px;
}

.steps_item3{
    left: 820px;
    top: 305px;
}

.steps_item4{
    left: 450px;
    top: 305px;
}

.steps_item5{
    left: 70px;
    top: 305px;
}

.steps_item6{
    left: 20px;
    top: 725px;
}

.steps_item7{
    left: 650px;
    top: 725px;
}

.steps_item_img{
    display: none;
}

.steps_item_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
	color: #344054;
}

.steps_item_mark{
    width: 16px;
    height: 16px;
    background: #2972FF;
    border: 8px solid #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.steps_item_desc{
    font-size: 18px;
    line-height: 25px;
    color: #667085;
}

.steps_beg, .steps_end{
    position: absolute;
}

.steps_beg img, .steps_end img{
    display: block;
}

.steps_beg{
    left: 30px;
    top: 0px;
}

.steps_end{
    left: 500px;
    top: 700px;
}


/* СРАВНЕНИЕ */
#comparison_block_line{

}

#comparison_block_line .circle{
    left: 50%;
    top: -20px;
    margin-left: 570px;
}

#comparison_block{

}

#comparison_text{
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#comparison_list{
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0px;
}

.comparison_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.comparison_item{
    position: relative;
    margin: 0px 15px 0px 15px;
    padding: 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.06);
    border-radius: 16px;

}

.comparison_item_label{
    float: right;
    margin-right: -20px;
    width: 120px;
}

.comparison_item_label_info{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 16px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}

.comparison_item1 .comparison_item_label_info{
    background: #FF8E8E;
}

.comparison_item2 .comparison_item_label_info{
    background: #F5BC2A;
}

.comparison_item3 .comparison_item_label_info{
    background: #446BF2;
}

.comparison_item_label_title{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #667085;
}

.comparison_item_img{
    float: left;
}

.comparison_item_img img{
    display: block;
    width: auto;
    height: 106px;
}

.comparison_item_title{
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100px;

    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
	
	color: #344054;
}

.comparison_item_player{

}

.comparison_item_player audio{
    width: 100%;
}
/* ПРИМЕР */
#example_block_line{
    padding-top: 20px;
    padding-bottom: 20px;
}

#example_block_line .circle{
    left: 50%;
    top: -20px;
    margin-left: -840px;
}

#example_block{

}

#example_btn{
    text-align: center;
    padding-top: 20px;
}
/* КОНСУЛЬТАЦИЯ */
#consultation_block_line{

}

#consultation_block_line .circle{
    left: 50%;
    top: 50px;
    margin-left: 560px;
}

#consultation_block{

}

#consultation_block_in{
    background: linear-gradient(90.18deg, #6486FC 0.16%, #446BF2 99.85%);
    border-radius: 16px;
    overflow: hidden;
}

#consultation_block_in1{
    margin-left: 109px;
    margin-right: 89px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent url(../img/Consultation.svg) 150px 100% no-repeat;
}

#consultation_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 36px;
    text-align: left;
    width: 350px;
    padding-top: 10px;
}

#consultation_text{
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    width: 350px;
}

#consultation_form_block{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 25px 30px 25px 30px;
}
/* СЕО */
#ceo_block_line{
    padding-top: 20px;
    padding-bottom: 20px;
}

#ceo_block{

}

#ceo_block_in{
    margin-left: 50px;
    margin-right: 50px;
}

#ceo_img{
    float: left;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
}

#ceo_img img{
    display: block;
    width: 100%;
    height: auto;
 }

#ceo_desc{
    margin-left: 275px;
    padding-top: 5px;
}

#ceo_desc_part1{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
}

#ceo_desc_part2{
    font-size: 24px;
    line-height: 29px;
    color: #667085;
}
/* ЦЕНЫ */
#prices_block_line{

}

#prices_block_line .circle{
    left: 50%;
    top: 70px;
    margin-left: -820px;
}

#prices_block{

}

#prices_title{
    font-size: 48px;
    line-height: 65px;
}

#prices_text{
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

#prices_list{
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0px;
}

.prices_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.prices_item{
    position: relative;
    margin: 0px 15px 0px 15px;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 10px rgba(160, 162, 165, 0.1);
    border-radius: 16px;
    text-align: center;
}

.prices_item:hover{
	padding: 26px;
    border: 4px solid #446BF2;
}

.prices_item_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
	color: #344054;
}

.prices_item_desc{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.prices_item_price{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 30px;
}

.prices_item_btn{
    margin-bottom: 25px;
}

.prices_item_params{

}

.prices_item_params_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.prices_item_params_item{
    font-size: 16px;
    line-height: 21px;
    color: #667085;
    margin-bottom: 18px;
}
/* НАЧНИ */
#begin_block_line{
    padding-top: 60px;
    padding-bottom: 90px;
}

#begin_block_line .circle{
    left: 50%;
    top: -50px;
    margin-left: 560px;
}

#begin_block{

}

#begin_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    margin-right: 180px;
}

#begin_text{
    font-size: 16px;
    line-height: 24px;
    margin-right: 200px;
    margin-bottom: 40px;
}

#begin_btn{

}

#begin_img{
    margin-left: -55px;
}
/* Modal */
.modal_block{
    display: none;
    border-radius: 16px;
    background-color: #ffffff;
    width: 800px;
    padding: 0;
}

.modal_block:after{
    content: "";
    display: block;
    clear: both;
}

.modal_block_left{
    float: left;
    width: 420px;
    background: linear-gradient(90.18deg, #6486FC 0.16%, #446BF2 99.85%);
    padding: 30px;
    box-sizing: border-box;
}

.modal_block_right{
    margin-left: 420px;
    padding: 70px 20px 20px 20px;
}

.modal_block_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 17px;
    text-align: center;
    color: #FFFFFF;
}

.modal_block_img{
    font-size: 0px;
    text-align: center;
}

.modal_block_img img{
    display: inline-block;
    max-width: 90%;
    height: auto;
}

.modal_block_form{

}
/**/
#pay_block .btn{
	font-size: 16px;	
}
/**/