/* General reset */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,h1, h2, h3, h4, h5, h6,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}
ol, ul, li {
    list-style:none;
}
a {
    color:#000;
    outline: none;
    text-decoration: none;
    cursor: pointer !important;
}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.iframe .header, body.iframe .main h1,
body.iframe .main .descr, body.iframe .main .privacy_txt,
body.iframe .main .step4 .form_buttons>.black_btn {
    display: none;
}
body.iframe .main {
    background: 0;
    min-height: auto;
    padding: 0;
}
body.iframe .main .progress_bar .progress_txt {
    margin: 0;
}
.container {
    width: 700px;
    margin: 0 auto;
}
.main {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.07);
    position: absolute;
    top: 0;
    left: 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    flex-shrink: 0;
    margin: 17px 0 20px;
}
