
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: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

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

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

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

a img { border: none; }

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

/* BOX-SIZING */
/* ================================================ */
* { margin: 0; padding: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* CLEARFIX */
/* ================================================ */
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/* PLACEHOLDER */
/* ================================================ */
input::-webkit-input-placeholder { color: #ccc; opacity: 1; }

input:-moz-placeholder { color: #ccc; opacity: 1; }

input::-moz-placeholder { color: #ccc; opacity: 1; }

input:-ms-input-placeholder { color: #ccc; opacity: 1; }

textarea::-webkit-input-placeholder { color: #ccc; opacity: 1; }

textarea:-moz-placeholder { color: #ccc; opacity: 1; }

textarea::-moz-placeholder { color: #ccc; opacity: 1; }

textarea:-ms-input-placeholder { color: #ccc; opacity: 1; }

body input:focus:required:invalid, body textarea:focus:required:invalid, body input:focus, body textarea:focus { outline: none; }

body input:required:valid, body textarea:required:valid { outline: none; }

:focus::-webkit-input-placeholder { opacity: 0; }

/* webkit */
:focus::-moz-placeholder { opacity: 0; }

/* Firefox 19+ */
:focus:-moz-placeholder { opacity: 0; }

/* Firefox 18- */
:focus:-ms-input-placeholder { opacity: 0; }




.wr_stub {
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #f5f0ea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stub {
    color: #b38757;
    text-align: center;
}

.stub_logo {
    margin: auto;
    width: 300px;
    margin-bottom: 75px;
}

.stub_text {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
}
.logo_broker {
    text-align: center;
}

.logo_broker img {
    display: inline-block;
    width: auto;
}

.stub_form {
    font-family: 'PT Sans', sans-serif;
    width: 400px;
    margin: auto;
}

.wr_input {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b38757;
}

input {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: transparent;
}

.wr_textarea {
    margin: 40px 0;
}

textarea {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid #b38757;
    background-color: transparent;
}

.wr_btn_stub {
    text-align: center;
}

.btn_stub {
    display: inline-block;
    background-color: transparent;
    color: #b38757;
    padding: 12px 22px;
    font-size: 20px;
    border: 1px solid #b38757;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn_stub:hover {
    color: #f5f0ea;
    background: #b38757;
}

.stub_form_title {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    color: #b38757;
    text-align: center;
    margin-bottom: 20px;
}


.stub_link_2{
    position: absolute;
    width: 260px;
    bottom: -50px;
    margin: auto;
    left: calc( 50% - 130px );
    opacity: 1;
    transition: all .3s;

    font-size: 3rem;
    text-decoration: unset;
    font-family: 'Cormorant Infant', serif;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(210,137,66, 0.95 );
    color: rgba(210,137,66, 0.95 );
}

.stub_link_2:hover{
    opacity: 0.6;
}


/*++++++++++++++++++++++++++++++++++++++++++*/
/*====================  Magnific +++++++++++++*/

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    background: #fffefe;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;

    -webkit-transform: translateY(0) perspective(600px) rotateX(0deg);
    -moz-transform: translateY(0) perspective(600px) rotateX(0deg);
    -ms-transform: translateY(0) perspective(600px) rotateX(0deg);
    -o-transform: translateY(0) perspective(600px) rotateX(0deg);
    transform: translateY(0) perspective(600px) rotateX(0deg);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/*============================================*/

.mfp-fade.mfp-bg.mfp-ready {
    background-color: #fafafa;
    opacity: 0.95;
}

.mfp-container {
    position: fixed;
}


button.mfp-close {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    top: 20px;
    right: 20px;
}

button.mfp-close:active {top: 20px;}

.mfp-text {
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #b38757;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-right: 10px;
}

.close {
    font-family: 'PT Sans', sans-serif;
    color: #b38757;
    position: static;
    top: 3px;
    right: 0;
    width: 32px;
    height: 28px;
    line-height: 30px;
    display: inline-block;
    font-size: 44px;
    opacity: 1;
    cursor: pointer;
}


.mfp-figure:after {box-shadow: none;}




.mfp-arrow-right:before {
    height: 18px;
    width: 18px;
    border-top: 4px solid #aeacac;
    border-right: 4px solid #aeacac;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-left:before {
    height: 18px;
    width: 18px;
    border-top: 4px solid #aeacac;
    border-left: 4px solid #aeacac;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-right:after, .mfp-arrow-left:after {
    display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    display: inline-block;
    color: #9b9b9b;
    padding-right: 0;
    opacity: 1;
    font-size: 72px;
    font-family: "Times New Roman", Times, serif;
    cursor: pointer;

}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover { opacity: .5;}


.wolkers:hover {
    opacity: .6;
    transition: all .3s;
}

.tlf_stub {
    position: absolute;
    top: 50px;
    right: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    display: inline-block;
    text-decoration: none;
    color: #b38757;
    transition: all .3s;
}

.tlf_stub:hover {
    opacity: .6;
}

.pxform-preload:after{
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,0.6);
    background-image: url("../img/ajax-loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
}
.form-layer-blocked{position: relative;}


@media screen and (max-height: 700px) and (min-width: 1201px) {
    .stub_logo {width: 230px;}
    .stub_text {font-size: 26px; line-height: 34px;}
}



@media screen and (max-height: 800px) and (min-width: 1501px) {
    .stub_logo {width: 270px;}
    .stub_text {font-size: 26px; line-height: 34px;}
}


@media only screen and (max-width : 1500px) {
    .wr_stub {padding: 40px 0;}
}

@media only screen and (max-width : 1024px) {
    .stub_logo {width: 250px;}
    .stub_text {font-size: 26px; line-height: 32px;}
    .tlf_stub {top: 35px; right: 95px;}
    img.phone {margin: 30px 58px;}
}

@media only screen and (max-width : 1024px) {
    .stub_form {width: 90%;}
    .stub_text {padding: 0 20px; font-size: 24px;}
}


@media only screen and (max-width : 540px) {
    .tlf_stub {top: 30px; right: auto; left: 50%; transform: translateX(-50%); font-size: 22px;}
    .stub_logo {margin-bottom: 20px; width: 180px;}
}
@media only screen and (max-width: 540px) {
    .wrapper > main {width: 85%; margin: auto; background-size: 80%;}
    .stub_link_2 {font-size: 2em; border-width: 1px; bottom: 0;}
    .stub_link img {bottom: 60px;}
}


