
/* ==========================================================================
   ../bytovka_OLYMP/types/html/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main div > div.latest-stocks {
    width: 100%;
    background: #278ff7;
    padding: 80px 12px;
    margin: 24px 0 0 0;
    justify-content: center;
}
main div > div.latest-stocks > h4 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 0 42px 0;
}
/* -------------------------------------------------------------------------- */
main div > div.latest-stocks > div {
    width: 320px;
    margin: 18px;
    display: flex;
    flex-direction: column;
}
main div > div.latest-stocks > div > p {
    width: 320px;
    max-height: 240px;
    margin: 0 0 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
main div > div.latest-stocks > div > p > img {
    max-height: 240px;
}
main div > div.latest-stocks > div > h5 {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    line-height: 1.12;
    text-align: center;
    color: #fff;
    margin: 0 0 12px 0;
}
main div > div.latest-stocks > div > font {
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: rgba(255,255,255,0.5);
    margin: 0 0 12px 0;
}
main div > div.latest-stocks > div > span {
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px 0;
}
main div > div.latest-stocks > div iframe {
    width: calc( 100% - 96px );
    height: 100%;
    max-width: 1100px;
}
main div > div.latest-stocks div.lightbox > div {
    font-size: 32px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}
main div > div.latest-stocks div.lightbox > div:hover {
    color: rgba(255,255,255,1);
}
.stocks_details {
    background: #278ff7;
    margin: 0 0 12px 0 !important;
    border: 1px solid rgba(255,255,255,0.25);
    width: 110px;
    height: 32px;
    line-height: 0;
    font-size: 14px;
    color: #ffffff;
}
.stocks_details:hover {
    background: #ffffff;
    color: #278ff7;
    border: 1px solid rgba(255,255,255,1);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
main div > div.latest-news {
    width: 100%;
    padding: 24px 12px;
    margin: 24px 0;
    justify-content: center;
}
main div > div.latest-news > h4 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #303030;
    margin: 0 0 12px 0;
}
/* -------------------------------------------------------------------------- */
main div > div.latest-news > div {
    width: 320px;
    margin: 18px;
    display: flex;
    flex-direction: column;
}
main div > div.latest-news > div > p {
    width: 320px;
    max-height: 240px;
    margin: 0 0 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
main div > div.latest-news > div > p > img {
    max-height: 240px;
}
main div > div.latest-news > div > h5 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 1.12;
    text-align: center;
    color: #ef7c20;
    margin: 0 0 12px 0;
}
main div > div.latest-news > div > font {
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: rgba(0,0,0,0.5);
    margin: 0 0 12px 0;
}
main div > div.latest-news > div > span {
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    color: #3b4358;
    margin: 0 0 12px 0;
}
main div > div.latest-news > div iframe {
    width: calc( 100% - 96px );
    height: 100%;
    max-width: 1100px;
}
main div > div.latest-news div.lightbox > div {
    font-size: 32px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}
main div > div.latest-news div.lightbox > div:hover {
    color: rgba(255,255,255,1);
}
.news_details {
    background: #fff;
    margin: 0 0 12px 0 !important;
    border: 1px solid #278ff7;
    width: 110px;
    height: 32px;
    line-height: 0;
    font-size: 14px;
    color: #278ff7;
}
.news_details:hover {
    background: #278ff7;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
main div > div.contacts {
    width: 100%;
    background: #4e5568;
    padding: 80px 12px;
    margin: 0 0 24px 0;
    justify-content: center;
}
div.contacts > div {
}
div.contacts > div:first-child {
    flex: 0 0 460px;
    margin: 0 24px 0 0;
}
div.contacts > div:last-child {
    flex: 0 0 510px;
    margin: 0 0 0 24px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 40px 12px 60px;
}
div[otype=contacts_and_feedback] .cvu_feed .success-text {
    margin-right: 20px;
    margin-bottom: 24px;
}
/* -------------------------------------------------------------------------- */
div.contacts .cf_header {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0 -19px;
}
div.contacts .cf_header i {
    color: #ef7c20;
    font-size: 42px;
    margin: 0 12px 0 0;
}
div.contacts .cf_header p {
    display: flex;
    flex-direction: column;
}
div.contacts .cf_header p b {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    /* white-space: nowrap; */
}
div.contacts .cf_header p font {
    color: #fff;
    font-size: 24px;
    margin: 4px 0 24px 0;
}
/* -------------------------------------------------------------------------- */
.color-3 {
    color: #fff;
}
.caf_c * {
    outline: none;
}
.caf_c {
    width: 100%;
}
.caf_chbx_c {
    width: 50%;
    float: left;
}
.caf_chbx_c > label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 12px 0;
    cursor: pointer;
    opacity: 0.75;
    transition: .3s;
}
.caf_chbx_c > label:hover {
    opacity: 1;
}
.caf_chbx_c input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    cursor: pointer;
}
.caf_chbx_c i {
    font-size: 24px;
    width: 32px;
    color: #fff;
}
.caf_chbx_c img {
    width: 24px;
    margin: 0 8px 0 0;
}
.caf_chbx_c span {
    color: #fff;
}
.cvu-form_send {
    margin-top: 24px;
}
/* -------------------------------------------------------------------------- */
.cf_content > * {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.cf_content a .svg_mask_black {
    background: #fff;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    margin-right: 12px;
}
.cf_content a .svg_mask_black > img {
    width: 40px;
    height: 40px;
}
.cf_content a:hover .svg_mask_black {
    background: rgba(255,255,255,0.5);
}
.cf_content a ,
.cf_content > div {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin: 8px 0 32px 32px;
    white-space: nowrap;
}
.cf_content > div {
    flex-wrap: wrap;
}
.cf_content a.mr8 {
    margin: 8px 8px 32px 0;
}
.cf_content a.mr8 .svg_mask_black{
    margin-right: 0;
}
.cf_content a:hover {
    color: rgba(255,255,255,0.5);
}

/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/html/css/type_1024.css
   ========================================================================== */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
div.contacts > div:first-child {
    flex: 0 0 460px;
    margin: 0 24px 0 0;
}
div.contacts > div:last-child {
    flex: 0 0 480px;
    max-width: 480px;
    margin: 0 0 0 24px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/html/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div.contacts > div:first-child {
    flex: 0 0 500px;
    margin: 0 0 0 0;
}
div.contacts > div:last-child {
    flex: 0 0 500px;
    margin: 50px 0 0 0;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/html/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
main div > div.latest-stocks > div {
    border-bottom: 3px dotted rgba(255, 255, 255, 0.5);
    padding-bottom: 12px;
}
/* -------------------------------------------------------------------------- */
main div > div.latest-news > div {
    border-bottom: 3px dotted rgba(39, 143, 247, 0.5);
    padding-bottom: 12px;
}
/* -------------------------------------------------------------------------- */
div.contacts > div:first-child {
    flex: 0 0 calc(100% - 72px);
    max-width: 500px;
    margin: 0 24px 0 48px;
}
div.contacts > div:last-child {
    flex: 0 0 calc(100% - 72px);
    max-width: 500px;
    margin: 50px 24px 0 48px;
}
/* -------------------------------------------------------------------------- */
div.contacts .cf_header p b {
    font-size: 24px;
}
div.contacts .cf_header p font {
    font-size: 18px;
}
.cf_content a,
.cf_content > div {
    font-size: 24px;
    margin: 8px 0 32px 0;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/html/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/header_logo/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=header_logo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 32px 0 12px 0;
}
main > div > div[otype=header_logo].logo_left {
    flex-direction: row;
}
/* -------------------------------------------------------------------------- */
div[otype=header_logo] > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
div[otype=header_logo] > p.logo_inside > img {
    width: 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=header_logo] > span {
    font-weight: bold;
    font-size: 40px;
    color: #288ff8;
    text-align: center;
    line-height: 1.12;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/greeting/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=greeting] {
    margin: 0;
    height: 720px;
    max-height: 720px;
    min-height: 720px;
    background-color: #646e79;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/* -------------------------------------------------------------------------- */
div[otype=greeting] > p {
    margin: 40px 18px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    width: 760px;
    max-width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
/* -------------------------------------------------------------------------- */
.eg_button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0 24px !important;
    margin: 0;
    transition: all 0.15s 0s ease-out;
    cursor: pointer;
}
.eg_button:hover {
    transition: all 0.3s 0.15s ease-in;
}
.eg_button > img {
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
}
.eg_button > p {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
}
/* -------------------------------------------------------------------------- */
.callback_button {
    background: #288ff8;
    border-radius: 32px;
}
.callback_button:hover {
    background: #ef7c20;
}
.request_button {
    background: #ef7c20;
    padding: 0 48px !important;
}
.request_button:hover {
    background: #288ff8;
}
/* -------------------------------------------------------------------------- */
div[otype=greeting] div iframe {
    width: 100%;
    height: 100%;
    max-width: 1100px;
}
div[otype=greeting] div.lightbox > div {
    font-size: 32px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}
div[otype=greeting] div.lightbox > div:hover {
    color: rgba(255,255,255,1);
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/greeting/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=greeting] > p {
    width: auto;
    font-size: 28px;
}
.callback_button {
    flex-direction: column;
    padding: 12px 24px !important;
}
.callback_button > p {
    font-size: 14px;
    margin-top: 8px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/blog/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] {
    justify-content: center;
    width: 100% !important;
}
div[otype=blog_outside] > a {
    display: flex;
    flex-direction: column;
    width: 374px;
    min-width: 374px;
    background: #fff;
    box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.25), inset -8px -162px 28px 17px rgba(255,255,255,0.6);
    box-sizing: border-box;
    position: relative;
    margin: 18px;
    transition: all 0.15s 0s ease-in;
}
div[otype=blog_outside] > a:hover {
    margin: 8px 18px 28px 18px;
    box-shadow: 15px 15px 40px -5px rgba(0,0,0,0.5), inset -8px -88px 28px 17px rgba(255,255,255,0.6);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] > a > p {
    width: 350px;
    height: 220px;
    min-height: 220px;
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] > a > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 18px 18px 18px 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] > a > div > font {
    background: #eceff1;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: #607d8b;
    margin: 0 0 18px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] > a > div > span {
    color: #3b64a5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*
body.otype-blog div#current_page{
    display: none !important;
}
body.otype-blog div#breadcrumbs_path{
    margin-top: 32px !important;
}
div[otype_real=blog_inside] [otype=header].ol-article:first-child {
    position: relative;
}
div[otype_real=blog_inside] [otype=header].ol-article:first-child h3 {
}
div[otype_real=blog_inside] [otype=header].ol-article:first-child h3:after {
    position: absolute;
    content: '';
    width: calc(100% - 141px) !important;
    height: 1px;
    background-color: rgba(59,100,165,0.5);
    left: 129px;
    bottom: -16px;
}
div[otype_real=blog_inside] .blog-home {
    position: absolute;
    left: 12px;
    bottom: 0px;
    width: 90px !important;
    flex: 0 0 90px !important;
    max-width: unset !important;
}
*/
div[otype_real=blog_inside] .blog-header {
    line-height: 1.1;
    text-align: center;
    width: 100% !important;
    padding: 0 12px;
    border-bottom: 1px solid #278ff7;
}
div[otype_real=blog_inside] .blog-header h3 {
    color: #278ff7;
    font-size: 30px;
    font-weight: 700;
    margin: 18px 0;
    text-transform: none;
    text-align: center;
    line-height: 0.95;
    position: relative;
    word-break: break-word;
}
div[otype_real=blog_inside] .blog-date {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 12px 0 !important;
    margin: -3px 0 0 0;
    text-align: center;
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/blog/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=blog_outside] {
    width: calc(100% + 48px) !important;
    margin-left: -24px !important;
}
div[otype=blog_outside] > a {
    overflow: hidden;
    min-width: unset;
}
div[otype=blog_outside] > a > p {
    width: 100%;
    margin: 12px 0;
}
div[otype_real=blog_inside] .blog-date {
    letter-spacing: 1px !important;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/button/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=button] {
}
div[otype=button] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(39,143,247,1.0) !important;
    width: unset !important;
    flex: unset !important;
    height: 48px;
    padding: 0 48px !important;
    margin: 0 12px;
    transition: all 0.15s 0s ease-out;
}
div[otype=button] > a:hover {
    transition: all 0.3s 0.15s ease-in;
    background: rgba(39,143,247,1.0);
}
div[otype=button] > a > p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(39,143,247,1.0);
}
div[otype=button] > a:hover > p {
    color: rgba(255, 255, 255, 1);
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/benefits/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=benefits] div ,
div[otype=benefits] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] + div[otype=article] {
    margin: -12px 0 0 0 !important;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] {
    margin: 12px 0 !important;
}
div[otype=benefits] > * {
    width: 100%;
    position: relative;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: 0.3s;
    text-align: center;
}
.w_center div[otype=benefits] > * {
    margin: 0 10px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=benefits] > * > img {
    width: 136px;
    height: 136px;
    padding: 12px 12px 24px 12px;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] > * > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 8px 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.2;
    color: #278ff7;
    font-weight: 700;
}
div[otype=benefits] > * > div > p {
    font-family: "SegoeUISemiBold";
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    margin: 12px 0 0 0;
}
div[otype=benefits] > * > div > p.biggest_text {
    font-size: 18px;
    text-transform: uppercase;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/benefits/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=benefits] > * {
    margin: 0 10px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/partners/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div div[otype=partners] {
    max-width: 1100px;
}
/* -------------------------------------------------------------------------- */
main div[otype=partners] h4 {
    font-size: 42px;
    line-height: 1.12;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #303030;
    margin: 0 0 24px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=partners] * {
    outline: none;
}
div[otype=partners] amp-img > img {
    position: relative !important;
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/partners/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
main div[otype=partners] h4 {
    font-size: 32px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/products/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=products] {
    background: #278ff7;
    align-items: center;
    flex-direction: column;
    padding: 12px;
}
/* -------------------------------------------------------------------------- */
div[otype=products] > .start_text {
    color: #fff;
    max-width: 1150px;
    padding: 12px;
    font-size: 20px;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
.download1_button {
    background: #4e5568;
    border-radius: 32px;
    margin: 1px !important;
}
.download1_button > p {
    color: #ffffff;
    font-size: 22px !important;
}
.download1_button:hover {
    background: #ffffff;
}
.download1_button:hover > p {
    color: #4e5568;
}
/* -------------------------------------------------------------------------- */
div[otype=products] > .product_name {
    color: #fff;
    max-width: 1150px;
    padding: 32px 12px 0 12px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
div[otype=products] > .product_subheader {
    color: #fff;
    max-width: 1150px;
    padding: 0 12px 24px 12px;
    font-family: "SegoeUISemiBold";
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
div[otype=products] > .product_gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
div[otype=products] > .product_gallery > figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 8px 18px;
    max-width: 400px;
}
div[otype=products] > .product_gallery > figure > img {
    margin-bottom: 8px;
    max-width: 400px;
    max-height: 400px;
}
div[otype=products] > .product_gallery > figure > figcaption {
    text-align: center;
    color: #fff;
    max-width: 400px;
}
/* -------------------------------------------------------------------------- */
div[otype=products] > .sub_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 12px 48px 12px;
}
div[otype=products] > .sub_buttons > * {
    margin-top: 24px !important;
}
/* -------------------------------------------------------------------------- */
.download2_button {
    background: #278ff7;
    margin: 1px 12px !important;
    border: 1px solid #fff;
}
.download2_button > p {
    color: #ffffff;
    font-size: 22px !important;
}
.download2_button:hover {
    background: #ffffff;
}
.download2_button:hover > p {
    color: #278ff7;
}
/* -------------------------------------------------------------------------- */
.order_button {
    background: #ef7c20;
    margin: 1px 12px !important;
    border: 1px solid #ef7c20;
    width: 250px;
}
.order_button > p {
    color: #ffffff;
    font-size: 30px !important;
}
.order_button:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
}
.order_button:hover > p {
    color: #ef7c20;
}
/* -------------------------------------------------------------------------- */
div[otype=products] div iframe {
    width: 100%;
    height: 100%;
    max-width: 1100px;
}
div[otype=products] div.lightbox > div {
    font-size: 32px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}
div[otype=products] div.lightbox > div:hover {
    color: rgba(255,255,255,1);
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/products/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=products] > .start_text {
    font-size: 16px;
}
.download1_button > p {
    font-size: 18px !important;
}
div[otype=products] > .product_name {
    font-size: 30px;
}
div[otype=products] > .product_subheader {
    font-size: 26px;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=products] {
    width: calc(100% - 24px);
    align-content: center;
}
div[otype=products] > .product_gallery > figure {
    max-width: calc(100vw - 36px);
    overflow: hidden;
}
div[otype=products] > .product_gallery > figure > img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: auto;
}
div[otype=products] > .product_gallery > figure > figcaption {
    text-align: center;
    color: #fff;
    max-width: unset;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/header_phones/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=header_phones] {
    justify-content: center;
}
main > div > div[otype=header_phones] > div {
    width: 100%;
    max-width: 980px;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] > div{
    display: flex;
    align-items: center;
}
div[otype=header_phones] > div > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
div[otype=header_phones] > div > div > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
div[otype=header_phones] > div > div + div {
    margin-left: auto;
}

/* -------------------------------------------------------------------------- */
div[otype=header_phones] a span {
    font-weight: bold;
    color: #303030;
    transition: 0.3s;
    line-height: 1;
    margin-top: -4px;
}
div[otype=header_phones] a:hover span {
    color: #288ff8;
}
div[otype=header_phones] span {
    font-size: 32px;
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] a .svg_mask {
    background: #303030;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    margin-right: 12px;
}
div[otype=header_phones] a:hover .svg_mask {
    background: #288ff8;
}
div[otype=header_phones] a:hover .svg_mask.viber_mask {
    background: #784f99;
}
div[otype=header_phones] a:hover .svg_mask.whatsapp_mask {
    background: #53ba60;
}
div[otype=header_phones] a:hover .svg_mask.telegram_mask {
    background: #3fafe0;
}
div[otype=header_phones] a:hover .svg_mask.imo_mask {
    background: #1c5aaa;
}
div[otype=header_phones] .svg_mask > img {
    width: 40px;
    height: 40px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/header_phones/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=header_phones] > div {
    flex-wrap: wrap;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] > div > div:first-child{
    margin-right: unset;
}
div[otype=header_phones] > div > div{
    margin: 0 12px 12px 12px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] a span {
    margin-top: -4px;
}
div[otype=header_phones] span {
    font-size: 24px;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] a .svg_mask {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
div[otype=header_phones] .svg_mask > img {
    width: 30px;
    height: 30px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/header_phones/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=header_phones] > div > div{
    margin: 0 8px 8x 8px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] a span {
    margin-top: -2px;
}
div[otype=header_phones] span {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=header_phones] a .svg_mask {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
div[otype=header_phones] .svg_mask > img {
    width: 24px;
    height: 24px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/photo_gallery/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] {
    justify-content: center;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] > figure {
    flex-direction: column;
}
div[otype=photo_gallery] figcaption {
    color: #374251;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery] figure:hover figcaption {
    background: #b29c7d;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* ---- SAME_RECTANGLES ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple {
    /* align-items: flex-start; */
}
div[otype=photo_gallery].simple > figure {
    display: flex;
    justify-content: center;
    flex: 0 0 auto !important;
    align-items: center;
    cursor: pointer;
    width: auto !important;
    margin: 6px;
    padding: 0 !important;
}
div[otype=photo_gallery].simple > figure > amp-img {
    box-shadow: 8px 8px 40px -15px rgba(0, 0, 0, 0.75);
    position: relative;
    background: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple > figure > amp-img:before {
    content: 'zoom_in';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].simple > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,66,81,0.3);
}
div[otype=photo_gallery].simple > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
div[otype=photo_gallery].simple > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
}
/* -------------------------------------------------------------------------- */
/* ---- SAME_RECTANGLES ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 313px !important;
    max-width: 100%;
    flex: 0 0 313px !important;
    height: 220px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 1px 1px 0;
    cursor: pointer;
}
div[otype=photo_gallery].same_rectangles > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img {
    transform: scale(1.2);
    transform-origin: center center;
    -moz-transform: scale(1.2);
    -moz-transform-origin: center center;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: center center;
}
div[otype=photo_gallery].same_rectangles > figure > amp-img > img {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure > amp-img:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    line-height: 220px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,66,81,0.7);
}
div[otype=photo_gallery].same_rectangles > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/photo_gallery/css/type_1024.css
   ========================================================================== */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] {
    justify-content: center;
    margin-left: -6px !important;
    margin-right: -6px !important;
    width: calc(100% + 12px) !important;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/footer/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=footer] {
    width: 100%;
    background: #278ff7;
    display: flex;
    margin: 0;
    padding: 18px 0;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=footer] div.place {
    display: flex;
    min-width: 874px;
}
div[otype=footer] div.place span {
    padding: 12px 12px 12px 12px;
}
div[otype=footer] span {
    color: #fff;
    font-size: 24px;
    line-height: 1.12;
    font-family: "SegoeUISemiBold";
}
div[otype=footer] div.place > p {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
div[otype=footer] div.place img {
    width: 32px;
}
/* -------------------------------------------------------------------------- */
div[otype=footer] a.fb_link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding-right: 18px;
    border-radius: 25px;
}
div[otype=footer] a.fb_link:hover {
    background: #fff;
}
div[otype=footer] a.fb_link p {
    height: 50px;
    background: #278ff7;
    margin: 0 12px 0 0;
    border-radius: 25px;
    overflow: hidden;
}
div[otype=footer] a.fb_link img {
    width: 50px;
}
div[otype=footer] a.fb_link span {
    line-height: 50px;
    margin-bottom: 4px;
}
div[otype=footer] a.fb_link:hover span {
    color: #278ff7;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/footer/css/type_1024.css
   ========================================================================== */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
main > div > div[otype=footer] {
    justify-content: space-between;
    padding: 18px;
}
div[otype=footer] div.place {
    min-width: unset;
    margin-right: auto;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/footer/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=footer] span {
    color: #fff;
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/article/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div div[otype=article] {
    width: calc(100% + 36px);
    max-width: 1150px;
    margin: 0;
    align-content: flex-start;
}
main > div div[otype=article] > div[otype] > *:not(.ol-article)  {
    padding: 0 12px;
    flex: 0 0 calc(100% - 24px);
    width: calc(100% - 24px);
}
/* -------------------------------------------------------------------------- */
div[otype].w1{width:8.333333333333333% !important;  max-width: calc( 1150 / 12 * 1 * 1px );}
div[otype].w2{width:16.66666666666667% !important;  max-width: calc( 1150 / 12 * 2 * 1px );}
div[otype].w3{width:25% !important;                 max-width: calc( 1150 / 12 * 3 * 1px );}
div[otype].w4{width:33.33333333333333% !important;  max-width: calc( 1150 / 12 * 4 * 1px );}
div[otype].w5{width:‭41.66666666666667‬% !important;  max-width: calc( 1150 / 12 * 5 * 1px );}
div[otype].w6{width:50% !important               ;  max-width: calc( 1150 / 12 * 6 * 1px );}
div[otype].w7{width:‭58.33333333333333‬% !important;  max-width: calc( 1150 / 12 * 7 * 1px );}
div[otype].w8{width:66.66666666666667% !important;  max-width: calc( 1150 / 12 * 8 * 1px );}
div[otype].w9{width:75% !important;                 max-width: calc( 1150 / 12 * 9 * 1px );}
div[otype].w10{width:83.33333333333333% !important; max-width: calc( 1150 / 12 * 10 * 1px );}
div[otype].w11{width:‭91.66666666666666‬% !important; max-width: calc( 1150 / 12 * 11 * 1px );}
div[otype].w13{max-width: unset; margin: 12px 0;}
/* -------------------------------------------------------------------------- */
div[otype].w_nowrap {
    flex-wrap: nowrap;
}
div[otype].w_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/article/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype].w1,div[otype].w2,div[otype].w3,div[otype].w4,
div[otype].w5,div[otype].w6,div[otype].w7,div[otype].w8,
div[otype].w9,div[otype].w10,div[otype].w11,div[otype].w12,
div[otype].m12{
    width: calc(100% + 24px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype].m1{width:8.333333333333333% !important}
div[otype].m2{width:16.66666666666667% !important}
div[otype].m3{width:25% !important}
div[otype].m4{width:33.33333333333333% !important}
div[otype].m5{width:‭41.66666666666667‬% !important}
div[otype].m6{width:50% !important}
div[otype].m7{width:‭58.33333333333333‬% !important}
div[otype].m8{width:66.66666666666667% !important}
div[otype].m9{width:75% !important}
div[otype].m10{width:83.33333333333333% !important}
div[otype].m11{width:‭91.66666666666666‬% !important}
/* -------------------------------------------------------------------------- */
div[otype].w_nowrap:not(.m_nowrap) {
    flex-wrap: wrap;
}
div[otype].m_nowrap {
    flex-wrap: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype].m_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/article/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype].w1,div[otype].w2,div[otype].w3,div[otype].w4,
div[otype].w5,div[otype].w6,div[otype].w7,div[otype].w8,
div[otype].w9,div[otype].w10,div[otype].w11,
div[otype].m1,div[otype].m2,div[otype].m3,div[otype].m4,
div[otype].m5,div[otype].m6,div[otype].m7,div[otype].m8,
div[otype].m9,div[otype].m10,div[otype].m11,div[otype].m12,
div[otype].s12{
    width: calc(100% + 24px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype].s1{width:8.333333333333333% !important}
div[otype].s2{width:16.66666666666667% !important}
div[otype].s3{width:25% !important}
div[otype].s4{width:33.33333333333333% !important}
div[otype].s5{width:‭41.66666666666667‬% !important}
div[otype].s6{width:50% !important}
div[otype].s7{width:‭58.33333333333333‬% !important}
div[otype].s8{width:66.66666666666667% !important}
div[otype].s9{width:75% !important}
div[otype].s10{width:83.33333333333333% !important}
div[otype].s11{width:‭91.66666666666666‬% !important}

div[otype].s12{width:100%}
/* -------------------------------------------------------------------------- */
div[otype].w_nowrap:not(.m_nowrap):not(.s_nowrap) ,
div[otype].m_nowrap:not(.s_nowrap) {
    flex-wrap: wrap;
}
div[otype].s_nowrap {
    flex-wrap: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype].s_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/youtube/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=youtube] {
    justify-content: center;
    width: 100%;
}
div[otype=youtube] > * {
    padding: 0 !important;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/header/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div div[otype=article] > div[otype=header] > h1 ,
main > div div[otype=article] > div[otype=header] > h2 ,
main > div div[otype=article] > div[otype=header] > h3 ,
main > div div[otype=article] > div[otype=header] > h4 ,
main > div div[otype=article] > div[otype=header] > h5 ,
main > div div[otype=article] > div[otype=header] > h6 {
    margin-top: 0px;
}
.ol-article.ol-black h1,
.ol-article.ol-black h2,
.ol-article.ol-black h3,
.ol-article.ol-black h4,
.ol-article.ol-black h5,
.ol-article.ol-black h6 {
    color: #303030;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/header/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/file_single/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=file_single] {
    justify-content: center;
    align-items: flex-start;
}
div[otype=file_single] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 calc(100% - 36px) !important;
    max-width: 600px;
    min-width: 272px;
    background: #fff;
    box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.25), inset -8px -162px 28px 17px rgba(255,255,255,0.6);
    box-sizing: border-box;
    position: relative;
    margin: 18px;
    padding: 12px 24px 12px 16px !important;
    transition: all 0.15s 0s ease-in;
}
div[otype=file_single] > a:hover {
    margin: 8px 18px 28px 18px;
    box-shadow: 15px 15px 40px -5px rgba(0,0,0,0.5), inset -8px -88px 28px 17px rgba(255,255,255,0.6);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > span {
    display: flex;
    flex-direction: column;
}
div[otype=file_single] > a > span > * {
    text-decoration: none;
}
div[otype=file_single] > a > span > b {
    margin-bottom: auto;
    color: #278ff7;
    font-size: 18px;
    line-height: 1.1;
}
div[otype=file_single] > a > span > font {
    margin-top: 8px;
    font-size: 12px;
    color: #607d8b;
}
div[otype=file_single] > a > span > u {
    font-size: 12px;
    color: #607d8b;
}

/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/pages_links/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=pages_links] div ,
div[otype=pages_links] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
div[otype=pages_links] {
    justify-content: center;
    width: 100%;
}
div[otype=pages_links] > div {
    justify-content: center;
    align-items: center;
    width: 308px;
    height: 308px;
}
div[otype=pages_links] > div > a {
    align-content: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px -1px rgba(55, 66, 81, .3);
    transition: .15s .15s ease-out;
}
div[otype=pages_links] > div > a:hover {
    width: 300px;
    height: 300px;
}
div[otype=pages_links] > div > a > img {
    -webkit-transition: all .15s 0s ease-in;
    -moz-transition:    all .15s 0s ease-in;
    -o-transition:      all .15s 0s ease-in;
    transition:         all .15s 0s ease-in;
}
div[otype=pages_links] > div > a:hover > img {
    filter:             grayscale(80%) blur(0px);
    -webkit-filter:     grayscale(80%) blur(0px);
    -moz-filter:        grayscale(80%) blur(0px);
    transform:                scale(1.07142);
    transform-origin:         center center;
    -moz-transform:           scale(1.07142);
    -moz-transform-origin:    center center;
    -webkit-transform:        scale(1.07142);
    -webkit-transform-origin: center center;
    -webkit-transition: all .15s .15s ease-out;
    -moz-transition:    all .15s .15s ease-out;
    -o-transition:      all .15s .15s ease-out;
    transition:         all .15s .15s ease-out;
}
div[otype=pages_links] > div > a > p {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: calc(100% - 36px);
    height: 130px;
    padding: 18px 18px 0 18px;
    transition: .15s .15s ease-out;
    background: rgba(55,66,81,0.75);
    background: -moz-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(55,66,81,0.75)), color-stop(100%, rgba(55,66,81,0)));
    background: -webkit-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -o-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -ms-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: linear-gradient(to bottom, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374251', endColorstr='#374251', GradientType=0 );
}
div[otype=pages_links] > div > a:hover > p {
    padding-top: 48px;
    /* height: 100%; */
}
div[otype=pages_links] > div > a > p > span {
    flex: 260px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
    color: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
div[otype=pages_links] > div > a:hover > p * {
    color: #cfaf6e;
}
/* -------------------------------------------------------------------------- */
div[otype=pages_links] > div > a > span {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #374251;
    font-weight: 300;
    transition: .15s .15s ease-out;
    opacity: 0;
}
div[otype=pages_links] > div > a:hover > span {
    bottom: 10px;
    opacity: 1;
}
div[otype=pages_links] > div > a > span > i {
    font-size: 36px;
    margin: 2px 8px 0 0;
}
div[otype=pages_links] > div > a > span:hover {
    background: rgba(255, 255, 255, 1.0);
    color: #b6944c;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/photo_single/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=photo_single] {
    justify-content: center;
}
div[otype=photo_single] > figure ,
div[otype=photo_single] > figure > a {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin: 0;
}
div[otype=photo_single] > figure > a {
    display: block;
}
div[otype=photo_single] > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
.i-amphtml-lbg-caption-text ,
.amp-image-lightbox-caption {
    background: rgba(0,0,0,0.25);
    max-height: 25%;
    padding: 8px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] figcaption {
    display: inline-block;
    width: calc(100% - 16px);
    text-align: center;
    color: #3b64a5;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
}
div[otype=photo_single] a:hover figcaption {
    background: #3b64a5;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] > figure > amp-img[lightbox] {
    cursor: pointer;
}
div[otype=photo_single] > figure > amp-img[lightbox]:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    z-index: 100;
    top: calc(50% - 0px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:before {
    top: calc(50% - 40px);
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 2px rgba(55,66,81,1),
                 0px 0px 4px rgba(55,66,81,1),
                 0px 0px 8px rgba(55,66,81,1);
}
div[otype=photo_single] > figure > amp-img[lightbox]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55,66,81,0.0);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:after {
    background: rgba(55,66,81,0.1);
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/clone/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=clone] {
    width: 100%;
}
main > div div[otype=clone] {
    margin: 0 !important;
    justify-content: center;
}
.w_center div[otype=clone] {
    width: 100%;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/header_email/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div > div[otype=header_email] {
    justify-content: center;
    background: #288ff8;
    padding: 18px 0;
    margin-bottom: 0;
}
main > div > div[otype=header_email] > div {
    width: 100%;
    max-width: 980px;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] > div{
    display: flex;
    align-items: center;
}
div[otype=header_email] > div > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
div[otype=header_email] > div > div > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
div[otype=header_email] > div > div + div {
    margin-left: auto;
}

/* -------------------------------------------------------------------------- */
div[otype=header_email] a span {
    font-family: "SegoeUISemiBold";
    color: #ffffff;
    transition: 0.3s;
    line-height: 1;
    margin-top: -4px;
}
div[otype=header_email] a:hover span {
    color: #c6e2ff;
}
div[otype=header_email] span {
    font-size: 30px;
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] a .svg_mask {
    background: #ffffff;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    margin-right: 12px;
}
div[otype=header_email] a:hover .svg_mask {
    background: #c6e2ff;
}
div[otype=header_email] .svg_mask > img {
    width: 40px;
    height: 40px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/header_email/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
main > div > div[otype=header_email] > div {
    flex-wrap: wrap;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] > div > div:first-child{
    margin-right: unset;
}
div[otype=header_email] > div > div{
    margin: 8px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] a span {
    margin-top: -4px;
}
div[otype=header_email] span {
    font-size: 24px;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] a .svg_mask {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
div[otype=header_email] .svg_mask > img {
    width: 30px;
    height: 30px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/header_email/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=header_email] > div > div{
    margin: 0 8px 8x 8px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] a span {
    margin-top: -2px;
}
div[otype=header_email] span {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=header_email] a .svg_mask {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
div[otype=header_email] .svg_mask > img {
    width: 24px;
    height: 24px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/table/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=table] div:not(.ol-article) ,
div[otype=table] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=table] {
    align-items: stretch;
    margin: 0;
}
div[otype=table] ,
div[otype=table] > div:not(.ol-article) {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}
div[otype=table] div.ol-article {
    width: 100%;
}
div[otype=table] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype=table] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=table] div.ol-article {
    overflow-x: auto;
}
div[otype=table] div.ol-article::-webkit-scrollbar{width:.7em;height:.7em}
div[otype=table] div.ol-article::-webkit-scrollbar-button{display:none}
div[otype=table] div.ol-article::-webkit-scrollbar-track{background-color:#cfd8dc;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb{background-color:#b0bec5;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:hover{background-color:#90a4ae;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:active{background-color:#78909c;}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/text/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
div[otype=text] {
    width: 100%;
}
div[otype=text] div:not(.ol-article) ,
div[otype=text] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=text] {
    align-items: stretch;
    margin: 0;
}
div[otype=text] ,
div[otype=text] > div:not(.ol-article) {
    flex-direction: row;
    flex-wrap: nowrap;
}
div[otype=text] div.ol-article {
    width: 100%;
}
div[otype=text] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype=text] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=text] > i ,
div[otype=text] > div:not(.ol-article) > i {
    width: 64px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #b29c7d;
    margin: -8px 0 0 0;
}
div[otype=text].with-bg {
    margin: 0 !important;
    /* margin: 0 -6px!important;
    padding: 0 6px; */
}
div[otype=text].with-bg > div {
    padding: 18px !important;
    flex: 0 0 calc(100% - 36px) !important;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/text/css/type_768.css
   ========================================================================== */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype].with-bg.w1 > div,
div[otype].with-bg.w2 > div,
div[otype].with-bg.w3 > div,
div[otype].with-bg.w4 > div,
div[otype].with-bg.w5 > div,
div[otype].with-bg.w6 > div,
div[otype].with-bg.w7 > div,
div[otype].with-bg.w8 > div,
div[otype].with-bg.w9 > div,
div[otype].with-bg.w10 > div,
div[otype].with-bg.w11 > div,
div[otype].with-bg.w12 > div,

div[otype].with-bg.m12 > div {
    width: calc(100% - 24px) !important;
    flex: 0 0 calc(100% - 24px) !important;
    margin: 0 -6px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/text/css/type_425.css
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype].with-bg.w1 > div,
div[otype].with-bg.w2 > div,
div[otype].with-bg.w3 > div,
div[otype].with-bg.w4 > div,
div[otype].with-bg.w5 > div,
div[otype].with-bg.w6 > div,
div[otype].with-bg.w7 > div,
div[otype].with-bg.w8 > div,
div[otype].with-bg.w9 > div,
div[otype].with-bg.w10 > div,
div[otype].with-bg.w11 > div,
div[otype].with-bg.w12 > div,

div[otype].with-bg.m1 > div,
div[otype].with-bg.m2 > div,
div[otype].with-bg.m3 > div,
div[otype].with-bg.m4 > div,
div[otype].with-bg.m5 > div,
div[otype].with-bg.m6 > div,
div[otype].with-bg.m7 > div,
div[otype].with-bg.m8 > div,
div[otype].with-bg.m9 > div,
div[otype].with-bg.m10 > div,
div[otype].with-bg.m11 > div,
div[otype].with-bg.m12 > div,

div[otype].with-bg.s12 > div {
    width: calc(100% - 24px) !important;
    flex: 0 0 calc(100% - 24px) !important;
    margin: 0 -6px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/iframe/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
main > div div[otype=iframe] {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/request/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
body[mid_-1] {
    background: #4e5568;
}
body[mid_-1] main > div {
    background: #4e5568 !important;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=request] {
    background: #4e5568;
    margin: 0 0 -18px 0 !important;
    width: calc(100% + 0px);
    min-width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}
main > div div[otype=request]:before {
    content: '';
    display: block;
    position: absolute;
    background: #4e5568;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 97;
}
/* -------------------------------------------------------------------------- */
div[otype=request] > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
div[otype=request] > div > div#cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #4e5568;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=request] div.cf_header {
    background: #4e5568;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=request] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #ef7c20;
}
div[otype=request] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=request] .informer_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 8px 0 18px 0;
}
div[otype=request] .informer_2 {
    width: calc(100% + 80px);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 18px -40px 18px -40px;

}
/* -------------------------------------------------------------------------- */
div[otype=request] .cvu-form_send {
    margin: 18px 0 12px 0;
}
div[otype=request] .cvu_feed {
    margin: 12px 40px 12px 40px;
}
div[otype=request] .cvu_feed .success-text {
    margin-bottom: 24px;
}
div[otype=request] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/request/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=request] {
    margin: 0 -18px -18px -18px !important;
    width: calc(100% + 36px);
    min-width: unset;
    max-width: unset;
}
main > div div[otype=request]:before {
    display: none;
}
div[otype=request] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
div[otype=request] .informer_2 {
    width: 100%;
    margin: 18px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/request/css/type_320.css
   ========================================================================== */
@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
div[otype=request] div.cf_header > p {
    font-size: 16px;
}
div[otype=request] .cvu_feed {
    margin: 12px 20px 12px 20px;
}
div[otype=request] .cvu_submit > span {
    margin-left: 8px;
}
div[otype=request] .cvu_submit > i {
    margin-left: -4px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/order/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
body[mid_-1] {
    background: #4e5568;
}
body[mid_-1] main > div {
    background: #4e5568 !important;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=order] {
    background: #4e5568;
    margin: 0 0 -18px 0 !important;
    width: calc(100% + 0px);
    min-width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}
main > div div[otype=order]:before {
    content: '';
    display: block;
    position: absolute;
    background: #4e5568;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 97;
}
/* -------------------------------------------------------------------------- */
div[otype=order] > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
div[otype=order] > div > div#cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #4e5568;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=order] div.cf_header {
    background: #4e5568;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=order] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #ef7c20;
}
div[otype=order] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=order] .informer_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 8px 0 18px 0;
}
div[otype=order] .informer_2 {
    width: calc(100% + 80px);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 18px -40px 18px -40px;

}
/* -------------------------------------------------------------------------- */
div[otype=order] .cvu-form_send {
    margin: 18px 0 12px 0;
}
div[otype=order] .cvu_feed {
    margin: 12px 40px 12px 40px;
}
div[otype=order] .cvu_feed .success-text {
    margin-bottom: 24px;
}
div[otype=order] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/order/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=order] {
    margin: 0 -18px -18px -18px !important;
    width: calc(100% + 36px);
    min-width: unset;
    max-width: unset;
}
main > div div[otype=order]:before {
    display: none;
}
div[otype=order] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
div[otype=order] .informer_2 {
    width: 100%;
    margin: 18px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/order/css/type_320.css
   ========================================================================== */
@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
div[otype=order] div.cf_header > p {
    font-size: 16px;
}
div[otype=order] .cvu_feed {
    margin: 12px 20px 12px 20px;
}
div[otype=order] .cvu_submit > span {
    margin-left: 8px;
}
div[otype=order] .cvu_submit > i {
    margin-left: -4px;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/callback/css/type.css
   ========================================================================== */
/* -------------------------------------------------------------------------- */
body[mid_-1] {
    background: #4e5568;
}
body[mid_-1] main > div {
    background: #4e5568 !important;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=callback] {
    background: #4e5568;
    margin: 0 0 -18px 0 !important;
    width: calc(100% + 0px);
    min-width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}
main > div div[otype=callback]:before {
    content: '';
    display: block;
    position: absolute;
    background: #4e5568;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 97;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
div[otype=callback] > div > div#cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #4e5568;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header {
    background: #4e5568;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=callback] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #ef7c20;
}
div[otype=callback] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .informer_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 8px 0 18px 0;
}
div[otype=callback] .informer_2 {
    width: calc(100% + 80px);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 18px -40px 18px -40px;

}
/* -------------------------------------------------------------------------- */
div[otype=callback] .cvu-form_send {
    margin: 18px 0 12px 0;
}
div[otype=callback] .cvu_feed {
    margin: 12px 40px 12px 40px;
}
div[otype=callback] .cvu_feed .success-text {
    margin-bottom: 24px;
}
div[otype=callback] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/callback/css/type_360.css
   ========================================================================== */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=callback] {
    margin: 0 -18px -18px -18px !important;
    width: calc(100% + 36px);
    min-width: unset;
    max-width: unset;
}
main > div div[otype=callback]:before {
    display: none;
}
div[otype=callback] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
div[otype=callback] .informer_2 {
    width: 100%;
    margin: 18px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
}

/* ==========================================================================
   ../bytovka_OLYMP/types/without_page/callback/css/type_320.css
   ========================================================================== */
@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header > p {
    font-size: 16px;
}
div[otype=callback] .cvu_feed {
    margin: 12px 20px 12px 20px;
}
div[otype=callback] .cvu_submit > span {
    margin-left: 8px;
}
div[otype=callback] .cvu_submit > i {
    margin-left: -4px;
}
/* -------------------------------------------------------------------------- */
}
