@import url(http://allfont.ru/allfont.css?fonts=europe-normal);

/* LANDING PAGE MCHS */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin:0px;
    line-height:0px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 10px 0px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
body {
    font-family: 'Calibri', sans-serif;
    background: #f3f3f3;
}


/* MAIN STYLES */
.container {
    width: 1140px;
    margin: 50px auto;
    box-shadow: 0px 25px 50px 10px #b7b7b7;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
.top_banner {
    text-align: center;
    line-height: 12px;
    position: relative;
}
.head_text {
    color: #000;
    font-size: 2.3em;
    line-height: 40px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 50%;
    left: 10px;
    text-align: left;
    font-weight: bold;
}
.head_btn a {
    text-align: center;
    background: #fff;
    color: #444;
    line-height: 1.2;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    transition: all .5s;
    font-size: 1.5em;
    /* border: 3px solid #5283F2; */
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 8px 90px 15px 25px;
    transition: all .5s;
    max-width: 300px;
}
.btn_size1 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 7px;
}
.btn_size2 {
    font-weight: bold;
    font-size: 39px;
    position: absolute;
    top: 5px;
}
.btn_size3 {
    font-size: 39px;
    font-weight: bold;
    position: absolute;
    top: 23px;
    /*left: 25px;*/
}
.btn_size4 {
    text-transform: uppercase;
    font-weight: bold;
}
.btn_size5 {
    font-weight: bold;
    position: relative;
    top: -9px;
}
.btn_size6 {
    font-weight: 300;
    font-size: 20px;
}
.btn_size7 {

font-size: 18px;

margin-left: 24px;

text-transform: uppercase;
}
.btn_img {
    
position: absolute;
    
top: -4.5px;
    
width: 60px;
    
right: 20px;
transition: all .5s;
}
.head_btn a:hover {
   padding: 8px 25px 15px 90px
}
.head_btn a:hover .btn_img {
    right: 190px;
}
.pvn_wrap {
    background: #fff;
    text-align: center;
    padding: 20px;
    color: #10253F;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
}

/* best */
.best_wrap {
    background: #1B3873;
    padding: 30px 0px;
}
.best_wrap1 {
    background: red;
    padding: 30px 0px;
}
.best_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.best_item {
    width: 35%;
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding-left: 25px;
}
.best_item img {
    margin-right: 30px;
    max-width: 75px;
}
.best_item div {
    color: #fff;
    font-size: 1.5em;
}

/* var */
.var_service_wrap {
    background: #fff;
    padding: 30px 0px;
}
.vsp_title {
    color: #10253F;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
    text-align: center;
}
.vsp_items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.vsp_item {
    width: 15%;
    text-align: center;
    background: transparent;
    background-size: 100% 100%;
    color: #1b3873;
    line-height: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all .5s;
    font-size: 19px;
    border: 3px solid #1b3873;
}
.vsp_item:hover,
.vsp_item.active {
    background: #2E58D7;
    color: #fff;
    border-color: #5283F2;
}


/* slider */
.slider_wrap {
    background: url(../img/slider_bg.jpg);
    background-size: cover;
    padding: 35px 0px;
    color: #fff;
    min-height: 380px;
}
.slider_block {
    position: relative;
}
.slide_status {
    display: none;
}
.slide_status.active {
    display: block;
}
.slider_item {

display: flex;
align-items: center;
justify-content: center;
}
.slider_img {
    margin: 0px 40px;
}
.slider_img img {
    
}
.slider_text {
    margin: 0px 40px;
}
.slide_title {

    font-size: 1.7em;
    font-family: 'Europe Normal', arial;

text-align: center;
}
.slide_price {

text-align: center;

font-weight: bold;

font-size: 2em;
}
.slide_date {

text-align: center;

font-size: 1.3em;
}
.slide_info {

font-size: 1.3em;
text-align: center;
margin: 20px 0px;
}
.slide_btn {

text-align: center;
}
.slide_button {
    text-align: center;
    background: #2E58D7;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all .5s;
    font-size: 2em;
    border: 3px solid #5283F2;
    text-decoration: none;
    padding: 21px 30px;
    transition: all .5s;
}
.slide_button:hover {
    background: transparent;
    border-color: #fff;
}
.slider_navi {

}
.slider_navigation-left {
    position: absolute;
    font-size: 190px !important;
    color: rgba(255, 255, 255, 0.73);
    top: 17%;
    left: 20px;
    cursor: pointer;
}
.slider_navigation-right {
    position: absolute;
    font-size: 190px !important;
    color: rgba(255, 255, 255, 0.73);
    top: 17%;
    right: 20px;
    cursor: pointer;
}

.subslider_wrap {
    background: #DCE6F2;
    padding: 30px 0px;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
    color: #10253F;
    text-align: center;
}
.subs_phone {
    font-size: 1.2em;
}


/* SOSTAV */
.sostav_wrap {
    padding: 30px 0px;
    background: #fff;
}
.sostav_title {
    text-align: center;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
    color: #10253F;
    line-height: 27px;
    margin-bottom: 30px;
}
.sostav_title_margin {
    margin-top: 50px;
}
.sostav_title span {
    font-size: .5em !important;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}
.sostav_items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0px 0px 30px;
}
.sostav_item:nth-child(even) {
    padding-left: 25px;
}
.sostav_item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.siw_three .sostav_item {
    width: 100%;
}
.siw_three .sostav_item:nth-child(even) {
    padding: 0 !important;
}
.sostav_item_block {
    display: none;
}
.siw_three {
    display: block;
}
.sostav_item {
    width: 34%;
    font-size: 1.2em;
}
.sostav_item img {
    margin-right: 15px;
    position: relative;
    top: 4px;
}

/* STESP */
.steps_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: flex-start;
}
.steps_item {
    width: 12%;
    text-align: center;
    color: #1B3873;
}
.steps_item img {
    width: 100px;
}
.steps_item div {

}


/* action */

.action_wrap {

}
.action_title {
    text-align: center;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
    background: #1B3873;
    color: #fff;
    padding: 20px 0px;
}
.action_info {
    background: url(../img/action_bg.jpg);
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    height: 395px;
    background-position: center;
}
.action_info_inner {

position: relative;
}
.action_box {

position: absolute;

background: #1B3873;

color: #fff;

padding: 30px;

text-align: center;

right: 40px;
}
.action_box_title {

    font-size: 2.7em;
    font-family: 'Europe Normal', arial;
}
.action_box_subtitle {font-size: 1.3em;line-height: 27px;}
.action_price {

font-weight: bold;

font-size: 1.5em;
}



/* subscribe */
#subscribe_form {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.subscribe_wrap {
    background: url(../img/slider_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0px 30px;
}
.subscribe_title {
    text-align: center;
    color: #fff;
    font-size: 1.7em;
    font-family: 'Europe Normal', arial;
    line-height: 25px;
    margin-bottom: 60px;
}
.subscribe_title span {
    font-size: .7em;
}
.subscribe_form {
    text-align: center;
}
#subscribe_form input[type="text"],
#subscribe_form input[type="text"]{
    background: #4F81BD;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    margin: 0px 5px;
    padding: 0px 10px;
    min-width: 250px;
}
#subscribe_form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
#subscribe_form input[type="text"]:-moz-placeholder {
    color: #fff;
}
#subscribe_form input[type="submit"] {
    background: #10253F;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    margin: 0px 5px;
    padding: 0px 10px;
    min-width: 250px;
}


/* progress */

.progress_wrap {
    display: flex;
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.progress_item_one {

width: 28%;

text-align: center;

font-size: 2em;
}
.progress_item_one img {

}
.progress_item_one div {
    color: #034482
}
.progress_item_two {

width: 55% !important;

}
.client_otziv_item {
    display: flex;
}
.pit_left {
    width: 30%;
    margin: 0px 30px;
}
.pit_right {
    width: 70%;
}
.progress_item_two img {

border-radius: 50%;
}
.progress_item_three {

width: 30%;
}
.pit_right div {
    text-align: right;
    font-size: .8em;
    line-height: 16px;
}

/* footer */
footer {
    background: #F2F2F2;
    padding: 30px 0px;
    color: #034482;
}
.footer_inner {
    display: flex;
    justify-content: space-around;
}
.footer_item {
    width: 35%;
}
.footer_sublogo {
    margin-top: 45px;
}
.footer_title {
    font-size: 1.5em;
}
.footer_contact {
font-size: 1.2em;
line-height: 30px;
}
.footer_contact a {
    color: inherit;
    text-decoration: none;
}


/* action modal */
.modal_action {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}
.modal_action img {

}

.modal_action .modal_form_title {
    color: #00265B;
    font-size: 2em;
    margin-bottom: 10px;
}
.modal_action .modal_form_subtitle {

}



.modal_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}
.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   # background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 5;
}
.modal_inner {
    width: 400px;
    background: #4F81BD;
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.modal_action .modal_inner {
    width: 320px;
}
.modal_action .modal_inner {
    background: #C6D9F1;
}
.modal_form_title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 25px;
}
.modal_form_subtitle {
    line-height: 22px;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.modal_action .modal_form_subtitle {
    color: #00245A;
    font-size: 1.3em;
}
.form_request {

}
.form_request input[type='text'],
.form_request input[type='email'] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.form_request input[type='submit'] {
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, #386FB1 80%, #8DD5FF);
    color: #fff;
    line-height: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #2A486E;
    cursor: pointer;
    border-left: 2px solid #2A486E;
    border-right: 2px solid #2A486E;
    border-top: 2px solid #7896bd;
}

.head_logo_phone {

position: absolute;

display: flex;

justify-content: space-between;

top: 0px;

padding: 7px;

width: 100%;

background: rgba(255, 255, 255, 0.75);

align-items: center;
}
.head_logo {

}
.head_phone {

color: #064482;

font-size: 3em;

line-height: 25px;

font-family: 'Europe Normal', arial;
}
.head_phone a {
    color: inherit;
    text-decoration: none;
}
.head_phone span {
    
font-size: .6em;
    
margin-top: 3px;
    
display: inline-block;
    
position: relative;
    
top: 10px;
}
.email_nospace {
    display: none;
}
/*Корректировки от 02.02.2017 Игнатов АН aka cessel */
.action
	{
		background-color:#F00;
		width:100%;
		margin-top:-1px;
		cursor:pointer;
	}
.action>div
	{
		margin-top: -1px;
		display:inline-block;
	}
.action_title_red
	{
		width:19%;
		font-size:30px;
		text-align:center;
		color:#FFF;
	}
.action_title_red_left
	{
		margin-left: 7px;
	}
.action_text_red
	{
		font-size:25px;
		text-align:center;
		width:60%;
		color:#FFF;
	}













/* media */
@media screen and (max-width: 1140px) {
    .slider_navigation-left,
    .slider_navigation-right {
        font-size: 55px !important;
        bottom: -40px !important;
        top: auto;
    }
    .container {
        width: 100%;
    }
    .subs_phone {
        display: block;
    }
    .subslider_wrap {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 850px) {
    .head_btn {
        font-size: 14px;
    }
    .head_btn a {
        bottom: 10px;
        right: 15px;
    }
    .btn_img {
        width: 55px;
    }
    .btn_size2 {
        top: 0;
    }
    .btn_size3 {
        top: 17px;
    }
    .vsp_item {
        width: 22%;
    }
    .client_otziv_item {
        width: 100%;
    }
    #subscribe_form {
        display: block;
    }
    #subscribe_form input[type="text"], #subscribe_form input[type="text"] {
        margin: 10px auto;
        display: block;
    }
    .sostav_wrap,
    .action_title {
        padding: 10px;
    }
    .sostav_wrap {
        padding: 30px 15px;
    }
    .best_block,
    .steps_wrap,
    .sostav_item_wrap {
        justify-content: space-around;
    }
    .head_text {
        top: 35%;
    }
    #home_page {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    #home_page {
        font-size: 12px;
    }
    .head_btn a {
        bottom: 15px;
    }
}

@media screen and (max-width: 650px) {
    .pvn_wrap,
    .subslider_wrap,
    .sostav_wrap,
    .action_title {
        padding: 10px 20px;
    }
    .head_text div {
        background: rgba(255, 255, 255, 0.75);
        padding: 10px;
        display: inline-block;
    }
    .head_text {
        top: 30%;
        width: 95%;
        text-align: center;
        line-height: 28px;
        font-size: 1.5em;
        background: transparent;
        padding: 0;
    }
    .siw_three {
        width: 100% !important;
    }
    .best_item,
    .sostav_item {
        width: 45%;
    }
    .slider_item {
        flex-wrap: wrap;
    }
    .vsp_item {
        font-size: 13px;
    }
    .progress_wrap {
        flex-wrap: wrap;
    }
    .progress_item_one {
        width: 100%;
        margin-bottom: 20px;
    }
    .progress_item_two {
        width: 100% !important;
        padding: 0px 30px;
    }
    .head_logo {
        width: 25%;
    }
    .head_logo_phone {
        padding: 15px 7px;
    }
    .head_phone {
        line-height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .head_btn a {
        transform: scale(.8);
    }
    .email_nospace {
        display: block;
    }
    .head_logo_phone {
        padding: 7px;
    }
    .head_phone {
        font-size: 2em;
        line-height: 10px;
    }
    .top_banner {
        overflow-x: hidden;
    }
    .top_banner > img {
        width: 600px;
        max-width: 600px;
    }
    .slider_navigation-left, .slider_navigation-right {
        bottom: 0 !important;
    }
    .action_box {
        position: static;
        width: 80%;
        margin: 0px auto;
    }
    .subscribe_title {
        margin-bottom: 30px;
    }
    .sostav_item:nth-child(even) {
        padding-left: 0;
    }
    .sostav_item,
    .siw_three .sostav_item:nth-child(even) {
        padding: 0px 100px !important; 
    }
    .best_item, .sostav_item {
        width: 100%;
        justify-content: center;
    }
    .best_block, .steps_wrap, .sostav_item_wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 400px) {
    .head_phone span {
        display: none;
    }
    .best_item {
        padding: 0px 0px;
        margin: 15px 0px;
    }
    .steps_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .steps_item {
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .head_phone {
        font-size: 1.5em;
        line-height: 10px;
    }
    .sostav_item, .siw_three .sostav_item:nth-child(even) {
        padding: 0px 0px !important;
    }
    .steps_item {
        width: 20%;
    }
    .steps_wrap {
        justify-content: space-between;
    }
    .steps_item:nth-child(2),
    .steps_item:nth-child(4),
    .pit_left {
        display: none;
    }
    .subscribe_title {
        font-size: 1.3em;
    }
    .pit_right {
        width: 100%;
    }
    .vsp_items {
        flex-wrap: wrap;
    }
    .vsp_item {
        width: 45%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 350px) {
    
    .head_text {
        top: 35%;
        font-size: 1.1em;
        line-height: 20px;
    }
    .footer_inner {
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100%;
        text-align: center;
    }
    .footer_sublogo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.fforma {
margin-left: 33%	
}

.fforma1 {
 background: #4F81BD;	
}
 .fforma3 {
 background: red;	
}
   	  	