/*@font-face {
    font-family: "Open Sans Cond";
    src: url('fonts/AGLettericaUltraCondensed300.eot');
    src: url('fonts/AGLettericaUltraCondensed300.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCondensed300.woff') format('woff'), url('fonts/AGLettericaUltraCondensed300.ttf') format('truetype'), url('fonts/AGLettericaUltraCondensed300.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Cond";
    src: url('fonts/AGLettericaUltraCompressedR.eot');
    src: url('fonts/AGLettericaUltraCompressedR.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCompressedR.woff') format('woff'), url('fonts/AGLettericaUltraCompressedR.ttf') format('truetype'), url('fonts/AGLettericaUltraCompressedR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AGLettericaUltraCompressed';
    src: url('fonts/AGLettericaUltraCompressed.eot');
    src: url('fonts/AGLettericaUltraCompressed.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCompressed.woff') format('woff'), url('fonts/AGLettericaUltraCompressed.ttf') format('truetype'), url('fonts/AGLettericaUltraCompressed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/*___________________*/

@font-face {
    font-family: "AGLettericaUltraCompressedR";
    src: url('fonts/AGLettericaUltraCondensed300.eot');
    src: url('fonts/AGLettericaUltraCondensed300.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCondensed300.woff') format('woff'), url('fonts/AGLettericaUltraCondensed300.ttf') format('truetype'), url('fonts/AGLettericaUltraCondensed300.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "AGLettericaUltraCompressedR";
    src: url('fonts/AGLettericaUltraCompressedR.eot');
    src: url('fonts/AGLettericaUltraCompressedR.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCompressedR.woff') format('woff'), url('fonts/AGLettericaUltraCompressedR.ttf') format('truetype'), url('fonts/AGLettericaUltraCompressedR.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AGLettericaUltraCompressed';
    src: url('fonts/AGLettericaUltraCompressed.eot');
    src: url('fonts/AGLettericaUltraCompressed.eot@#iefix') format('embedded-opentype'), url('fonts/AGLettericaUltraCompressed.woff') format('woff'), url('fonts/AGLettericaUltraCompressed.ttf') format('truetype'), url('fonts/AGLettericaUltraCompressed.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    cursor: default;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 1px #000;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #4a148c;
    border-bottom: 2px solid #4a148c;
}

[type="checkbox"].invalid+label:before {
    border: 2px solid #ff0395;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"].invalid:checked+label:before {
    border: 2px solid transparent;
    border-right: 2px solid #4a148c;
    border-bottom: 2px solid #4a148c;
}

.err {
    color: #FF0000 !important;
}

a:hover {
    text-decoration: none;
}

.popup_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.4);
}

.popup_main {
    background: #FFF;
    width: 700px;
    height: 296px;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -350px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0px 0px 50px #FE9315, 0px 0px 190px #fff, 0px 0px 250px #FE9315;
    box-shadow: 0px 0px 50px #FE9315, 0px 0px 190px #fff, 0px 0px 250px #FE9315;
}

.politika-text {
    text-shadow: none;
}

.popup_title {
    text-align: center;
    font-size: 30px;
    text-shadow: none;
    color: #000;
    line-height: 120%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 120%;
    text-transform: uppercase;
    line-height: 36px;
}

.popup_title i {
    font-style: normal;
    text-transform: uppercase;
    font-size: 114px;
    color: #FE9315;
    display: block;
    line-height: 114px;
}

.closeform {
    position: absolute;
    right: 0;
    top: -35px;
    background: #FFF;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
}

.closeform:hover:before {
    color: #FE9315;
}

.closeform:before {
    content: "Закрыть";
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #FE9315;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 25px #fff;
    box-shadow: 0px 0px 25px #fff;
}

a img {
    border: none;
}

fieldset {
    border: none;
    padding: 0px;
}

input,
textarea,
button {
    outline: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}



/* remember to define focus styles! */

:focus {
    outline: 0;
}



/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

* {
    outline-style: none;
}

button {
    cursor: pointer;
}

.clr {
    clear: both;
    width: 0px;
    height: 0px;
}

.align_center {
    text-align: center;
}

.wmain {
    width: 970px;
    margin: 0 auto;
}

.container_main {
    min-width: 320px;
}

.window_btn {
    text-shadow: none;
    font-weight: 300;
    font-family: 'Roboto';
    padding: 10px 30px;
    height: inherit;
    text-transform: uppercase;
    font-size: 24px;
}

.one_page {
    position: relative;
    background: url("../img/meriton.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.one_page_table {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.3);
    ;
}

.one_page_cell {
    display: table-cell;
    vertical-align: middle;
}

.one_page_cell h1 {
    display: block;
    text-align: center;
    font-size: 46px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.one_page_cell h1 span {
    display: block;
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.one_page_cell h1 span i,
.form_title i {
    font-style: normal;
    color: #fe9315;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.min_2 {
    text-align: center;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 3vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.min_3 {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 51px;
    font-family: 'Roboto', sans-serif;
}

.btn_main {
    text-align: center;
    display: block;
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #7a4620;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    width: 417px;
    height: 89px;
    background: url("../img/btn_1.png") no-repeat center top;
    line-height: 80px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}

.btn_main:hover {
    opacity: 0.8;
}

.one_page .align_center {
    margin-top: 66px;
}

.check_list {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    /*margin-top: 32px;*/
}

.check_list li {
    display: block;
    float: left;
    width: 100%;
}

.check_list li label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
}

.check_list li label+label {
    margin-top: 10px;
}

.check_list li label .jq-checkbox {
    float: left;
}

.check_list li span {
    display: block;
    margin-left: 44px;
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    padding-top: 4px;
    font-weight: normal;
}

.title_inner {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    max-width: 850px;
    /*798*/
    margin: 0 auto 3vh;
    font-size: 42px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.btn_prev_next {
    max-width: 860px;
    margin: 0 auto;
    margin-top: 2vh;
    overflow: hidden;
}

#modal2 {
    text-align: center;
    width: 30%;
}

#modal2 .modal-footer {
    text-align: center;
    ;
}

#ankor8 .preloader-wrapper {
    margin: 100px auto;
    display: block;
    display: none;
}


/*
        .btn_prev_next a {
            display: block;
            font-size: 36px;
            color: #FFF;
            text-transform: uppercase;
            text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
            text-decoration: none;
            float: left;
            width: 187px;
            height: 69px;
            text-align: center;
            line-height: 60px;
            font-family: 'Open Sans Condensed', sans-serif;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }*/


/*.btn_prev_next a:hover {
                opacity: 0.8;
            }*/

.btn_prev_next a+a {
    margin-left: 13px;
}

.btn_prev {
    background: url("../img/btn_prev.png") no-repeat center top;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.btn_next {
    background: url("../img/btn_next.png") no-repeat center top;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.page_3 .check_list li,
.page_4 .check_list li,
.page_5 .check_list li,
.page_6 .check_list li,
.page_7 .check_list li {
    width: 100%;
}

.loader_title {
    text-align: center;
    font-size: 56px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.loader {
    position: relative;
    width: 117px;
    height: 121px;
    background: url("../img/loader.png") no-repeat center center;
    margin: 0 auto;
    margin-top: 46px;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(90deg) scale(0.5);
        -moz-transform: rotate(90deg) scale(0.5);
        -ms-transform: rotate(90deg) scale(0.5);
        -o-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
    65% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
        -ms-transform: rotate(360deg) scale(1.2);
        -o-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(1);
        -moz-transform: rotate(720deg) scale(1);
        -ms-transform: rotate(720deg) scale(1);
        -o-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1);
    }
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4a148c;
    -webkit-box-shadow: 0 1px 0 0 #4a148c;
    box-shadow: 0 1px 0 0 #4a148c;
}

input:not([type]).validate+label,
input[type=text]:not(.browser-default).validate+label,
input[type=password]:not(.browser-default).validate+label,
input[type=email]:not(.browser-default).validate+label,
input[type=url]:not(.browser-default).validate+label,
input[type=time]:not(.browser-default).validate+label,
input[type=date]:not(.browser-default).validate+label,
input[type=datetime]:not(.browser-default).validate+label,
input[type=datetime-local]:not(.browser-default).validate+label,
input[type=tel]:not(.browser-default).validate+label,
input[type=number]:not(.browser-default).validate+label,
input[type=search]:not(.browser-default).validate+label,
textarea.materialize-textarea.validate+label {
    text-shadow: none;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #4a148c;
}

.modal-content,
.modal-footer {
    text-shadow: none;
}

.modal-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.form_title {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 36px;
    text-shadow: none;
}

.form_title b {
    font-weight: normal;
    font-size: 28px;
    color: #FE9315;
}

.form_title span {
    display: block;
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 300;
    line-height: 28px;
}

.page_8 .form_style {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.page_8 .form_style label {
    text-shadow: none;
}

.page_8 .form_style a {
    color: #4a148c
}

.ft_inner {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.ft_inner a {
    text-shadow: none;
    text-shadow: none;
}

.form_input {
    text-align: center;
    margin-top: 43px;
}

.form_input input {
    margin-left: 16px;
    margin-right: 16px;
}

.form_style input {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    color: #555;
    background: #FFF;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 250px;
    height: 60px;
    padding-left: 30px;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
}

.page_8 .form_style .align_center {
    margin-top: 40px;
}

.btn_form {
    border: none;
    cursor: pointer;
    display: block;
    width: 447px;
    height: 69px;
    background: url("../img/btn_get.png") no-repeat center top;
    text-align: center;
    font-size: 29px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-bottom: 12px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_form:hover {
    opacity: 0.8;
}

.form_phone {
    text-align: center;
    font-size: 34px;
    color: #FE9315;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.form_phone a {
    text-decoration: none;
    color: #FFF;
}

.konf_button {
    display: block;
    position: relative;
    bottom: 0;
    margin-bottom: 50px;
}

.konf_button a {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

.popup_conf {
    width: 70%;
    left: 0;
    top: 20%;
    margin: 0 auto;
    height: auto;
}

.popup_conf .title_inner {
    text-align: center;
}

.popup_conf span {
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 0px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

form .window_btn {
    font-size: 14px;
    padding: 10px 25px;
    letter-spacing: 0;
}

#ankor8 .popup_title {
    text-align: center;
    font-size: 16px;
    text-shadow: none;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    font-weight: 300;
    text-transform: inherit;
    padding: 3vh 0;
    display: none;
}

#ankor8 .popup_title h2 {
    margin-bottom: 2vh;
    font-size: 28px;
}

@media screen and (max-width: 1080px) {
    .one_page_cell h1,
    .loader_title {
        font-size: 32px;
        line-height: 42px;
    }
    .one_page_cell h1 span {
        font-size: 28px;
        line-height: 36px;
    }
    .title_inner {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }
    .btn_prev_next {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .one_page_cell h1,
    .loader_title {
        font-size: 22px;
        line-height: 28px;
    }
    .one_page_cell h1 span {
        font-size: 22px;
        line-height: 28px;
    }
    .window_btn {
        font-size: 16px;
    }
    .min_2 {
        font-size: 18px;
    }
    .form_title {
        font-size: 22px;
        line-height: 28px;
    }
    .form_title span {
        display: block;
        font-size: 18px;
        color: #5d5d5d;
        font-weight: 300;
        line-height: 24px;
        margin-top: 2vh;
    }
    .form_input {
        text-align: center;
        margin-top: 0;
    }
    form .window_btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px;
    }
    .title_inner {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }
    .btn_prev_next {
        text-align: center;
    }
    #ankor8 .card .card-content {
        padding: 24px 10px;
    }

    #modal2 {
        text-align: center;
        width: 90%;
    }
}


.main-nav {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.container_main {
    position: relative;
}

.btn-call-adapt {
    float: right;
    font-size: 18px;
}

.one_page_table {
    padding-top: 68px;
}

.modal--phone {
    width: 40%;
}

.modal--phone .modal-content {
    text-align: center;
}

@media (max-width: 769px) {
    .main-nav__wrap {
        text-align: center;
    }

    .btn-call-adapt {
        float: none;
    }
}