<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#subscribe .main-quotations {
    margin: 20px 0 34px;
    width: 98%;
}

#subscribe .main-quotations h3 {
    font: 16px museo_sans_cyrl700, Arial, sans-serif;
    text-transform: uppercase;
}

.rubrics h4 {
    font-family: museo_sans_cyrl300 !important;
}

#subscribe .checkbox_block {
    display: inline-block;
    width: 240px;
    margin-left: 30px;
}

#subscribe a.all_subs {
    position: absolute;
    bottom: -35px;
    right: 40px;
    background: #566473;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 0px 0px 4px 4px;
}

#subscribe .checkico {
    background: url(/assets/images/icons.png);
    width: 64px;
    height: 64px;
    display: inline-block;
}

#subscribe .time {
    background-position: -64px 0px;
}

#subscribe .calendar {
    background-position: -128px 0px;
}

#subscribe .cup {
    background-position: -346px 0px;
    width: 54px;
}

#subscribe .cbx_heading {
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
    width: 75%;
    font-family: museo_sans_cyrl700;
}

#subscribe .cbx_heading span {
    display: block;
    font-family: museo_sans_cyrl700;
}

#subscribe .checkbox_block hr {
    border: none;
    color: #dfdcdc;
    background-color: #dfdcdc;
    height: 2px;
    margin-top: 5px;
}

#subscribe .cbx_subheading {
    font-family: museo_sans_cyrl500;
    margin: 17px 0;
}

#subscribe .dopsub b {
    font-family: museo_sans_cyrl700;
}

#subscribe .cbx_price {
    display: block;
    font-family: museo_sans_cyrl700;
}

#subscribe .cbx_price span {
    font-family: museo_sans_cyrl700;
    font-size: 40px;
}

#subscribe .cbx_text {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 16px;
}

#subscribe .cbx_text b {
    display: block;
}

#subscribe .containerradio {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-family: museo_sans_cyrl700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#subscribe .containerradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#subscribe .containerradio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #566473;
    border-radius: 50%;
}

#subscribe .containerradio:hover input ~ .checkmark {
    background-color: #657484;
}

#subscribe .containerradio input:checked ~ .checkmark {
    background-color: #bdc1c5;
}

#subscribe .containerradio .checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

#subscribe .containerradio input:checked ~ .checkmark:after {
    background: #0b7eb4;
}

#subscribe .containerradio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

#subscribe .containerbox {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 41px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#subscribe .containerbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

#subscribe .containerbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee0;
    border: 1px solid #b1b5b9;
    border-radius: 3px;
}

#subscribe .containerbox:hover input ~ .checkmark {
    background-color: #cccccc40;
}

#subscribe .containerbox input:checked ~ .checkmark {
    border: 1px solid #337ab7;
}

#subscribe .containerbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#subscribe .containerbox input:checked ~ .checkmark:after {
    display: block;
}

#subscribe .containerbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid #337ab7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#subscribe .cbx_wrap {
    margin: 30px 0;
}

#subscribe .active .cbx_heading hr {
    color: #337ab7;
    background-color: #337ab7;
}

#subscribe .checkbox_block.active {
    color: #337ab7;
}

#subscribe .checkbox_block * {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.subscribe-input {
    margin: 15px 3px 0 0 !important;
}

.bootstrap-iso label.subscribe-label {
    cursor: pointer;
    font-weight: normal;
    margin: -9px 0 0 0;
    vertical-align: middle;
}

#subscribe .active .calendar {
    background-position: -128px 69px;
}

#subscribe .active .time {
    background-position: -64px 64px;
}

#subscribe .active .cup {
    background-position: -346px 64px;
}

#subscribe .blockcheckbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

#subscribe .checkisreal {
    display: inline-block;
    margin-top: -20px;
}

#subscribe .bcbx_h {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    width: 80%;
}

#subscribe .bcbx_t {
    display: inline-block;
    width: 86%;
    vertical-align: super;
    margin-left: 15px;
}

#subscribe .bcbx_price {
    display: inline-block;
    margin-left: 10px;
}

#subscribe .bcbx_h hr {
    border: none;
    color: #dfdcdc;
    background-color: #dfdcdc;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#subscribe .bcbx_h span {
    text-transform: none;
    font-size: 13px;
    font-family: museo_sans_cyrl700;
    color: #337ab7;
}

#subscribe .bcbx_price span {
    font-family: museo_sans_cyrl700;
    font-size: 40px;
}

#subscribe .bcbx_tsmall {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 16px;
    margin-left: 13px;
}

#subscribe .bcbx_tsmall b {
    display: block;
}

#subscribe .checkrez {
    text-align: right;
    font-size: 22px;
    color: #337ab7;
    margin-bottom: 20px;
}

#subscribe .man {
    background-position: -192px 0px;
    width: 44px;
}

#subscribe .content {
    display: inline-block;
    width: 100%;

}

#subscribe .house {
    background-position: -236px 0px;
    width: 54px;
}

#subscribe .deputat {
    background-position: -290px 0px;
    width: 56px;
}

#subscribe .itsaico {
    display: inline-block;
    width: 64px;
    text-align: center;
}

#subscribe .rs-blocks-title-2 {
    width: fit-content;
    overflow: hidden;
    top: -20px;
    left: 25px;
    background-color: #fff;
    padding: 10px 13px;
    margin-top: -39px;
    margin-bottom: 15px;
}

#subscribe .rs-blocks-title-2 .title {
    font: 16px museo_sans_cyrl700, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
}

#subscribe .subblock1 {
    float: left;
    width: 50%;
    padding-left: 27px;
    box-sizing: border-box;
}

#subscribe .subblock2 {
    float: left;
    margin-left: 100px;
    width: 24%;
}

#subscribe .subblock1 .form-text {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 7px 5px;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#subscribe .subblock1 .form-text:hover, .subblock1 .form-text:active, .subblock1 .form-text:focus {
    border-color: #337ab7;
}

#subscribe .subblock1 .item1 label {
    font-family: museo_sans_cyrl700;
    font-size: 12px;
}

#subscribe .subblock1 .item1 {
    margin-bottom: 10px;
}

#subscribe .subblock1 .containerbox {
    font-size: 12px;
    padding-left: 26px;
    margin: 20px;
}

#subscribe .subblock2 label {
    font-family: museo_sans_cyrl700;
    font-size: 12px;
}

#subscribe .selecter.mans {
    color: #347ab6;
    border-radius: 3px 0 0 3px;
}

#subscribe .sex {
    text-transform: lowercase;
    border: 1px solid #8ab0d5;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 204px;
}

#subscribe .selecter.womens {
    color: #347ab6;
    border-radius: 0 3px 3px 0;
}

#subscribe .selecter {
    padding: 5px 20px;
    display: inline-block;
    width: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#subscribe .selecter.on {
    background: #347ab6;
    color: #fff;
}

#subscribe .subblock2 .form-text {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 3px 5px;
    width: 193px;
    margin-top: 10px;
}

#subscribe .subblock2 .form-text:before {
    content: " ";
    width: 24px;
    height: 24px;
    background: url('/assets/images/cal.png') no-repeat;
    margin-right: 20px;
}

#subscribe .butsub {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(26, 86, 126);
    background-image: -moz-linear-gradient(90deg, rgb(38, 116, 167) 0%, rgb(55, 147, 206) 74%);
    background-image: -webkit-linear-gradient(90deg, rgb(38, 116, 167) 0%, rgb(55, 147, 206) 74%);
    background-image: -ms-linear-gradient(90deg, rgb(38, 116, 167) 0%, rgb(55, 147, 206) 74%);
    box-shadow: 0px 1px 0px 0px rgba(13, 64, 103, 0.004);
    width: 202px;
    height: 40px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 22px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: museo_sans_cyrl700;
}

#subscribe .butsub:hover {
    background-image: -moz-linear-gradient(90deg, rgb(42, 131, 189) 0%, rgb(62, 161, 224) 74%);
    background-image: -webkit-linear-gradient(90deg, rgb(42, 131, 189) 0%, rgb(62, 161, 224) 74%);
    background-image: -ms-linear-gradient(90deg, rgb(42, 131, 189) 0%, rgb(62, 161, 224) 74%);
    border-color: rgb(34, 114, 167);
}

#subscribe .butsub svg {
    vertical-align: middle;
    margin-left: 5px;
}

#subscribe .withwomen {
    padding: 50px;
    padding-right: 180px;
    padding-bottom: 22px;
    padding-top: 40px;
}

#subscribe .t2_h {
    margin-bottom: 20px;
    font-size: 19px;
}

#subscribe .t2_h hr {
    margin: 10px 0;
    border: none;
    color: #dfdcdc;
    background-color: #dfdcdc;
    height: 2px;
    width: 50%;
}

#subscribe .t2_h span {
    font-family: museo_sans_cyrl700;
    color: #58a2cb;
    font-size: 14px;
}

#subscribe .withwomen:after {
    content: " ";
    background: url(/assets/images/womanimg.png) no-repeat;
    width: 127px;
    height: 225px;
    display: block;
    position: absolute;
    right: 35px;
    bottom: 0;
}

#subscribe .dopbus_h {
    font-family: museo_sans_cyrl700;
    margin: 30px 0;
}
#subscribe .bootstrap-iso{clear: both;}

.bootstrap-iso {
    clear: both;
}

.flex-subscribe {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    #subscribe .content {
        width: auto;
        display: inline-block;
    }
}

@media screen and (max-width: 1200px) {
    #subscribe .checkbox_block {
        width: 31%;
        margin-left: 0;
    }

    #subscribe .bcbx_t {
        width: calc(100% - 125px);
    }

    #subscribe .bcbx_h {
        width: calc(100% - 160px);
    }

    #subscribe .withwomen:after {
        top: inherit;
        bottom: 0;
    }

    #subscribe .subblock1 {
        width: 100%;
        padding-left: 0;
    }

    #subscribe .subblock2 {
        width: 100%;
        margin-left: 0;
    }

    .flex-subscribe .subblock2 {
        order: -1
    }
}

@media screen and (max-width: 960px) {

    #subscribe .main-quotations .main-quotation-item {
        height: 275px;
    }

    #subscribe .checkbox_block {
        width: 80% !important;
        margin: 0 auto;
        display: block;
        max-width: 320px;
        height: 285px;
    }

    #subscribe .cbx_heading {
        width: 100%;
    }

    #subscribe .selecter {
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #subscribe .sex:after {
        content: ' ';
        display: block;
        clear: both;
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    #subscribe .withwomen {
        padding-right: 50px;
    }

    #subscribe .withwomen:after {
        display: none;
    }

    #subscribe .t2_h {
        margin-bottom: 20px;
    }

    .bootstrap-iso .row.subscribe-slider {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #subscribe .main-quotations{width: 100%;}

}

@media screen and (max-width: 500px) {
    #subscribe .bcbx_h {
        width: 100%;
    }

    #subscribe .containerbox {
        padding-left: 25px;
    }

    #subscribe .bcbx_price {
        margin-top: 10px;
        margin-left: 0;
    }

    #subscribe .bcbx_t {
        vertical-align: top;
    }

    #subscribe .blockcheckbox {
        margin-bottom: 40px;
    }

    #subscribe .withwomen {
        padding: 30px;
    }

    #subscribe .main-quotations {
        margin-bottom: 30px;
    }

    #subscribe .bcbx_h {
        font-size: 14px;
    }

    #subscribe .bcbx_h span {
        font-size: 11px;
    }

    #subscribe .cbx_heading {
        font-size: 18px;
    }
    #subscribe .main-quotations .main-quotation-item{
        width: 100%;
        margin-bottom: 50px;
    }
    #subscribe .checkbox_block{
        margin-right: 0;
    }
}

#subscribe .subscribeform {
    width: 950px;
    margin: auto;
    max-width: 100%;
}


#subscribe .dopbusform {
    width: 95%;

}

#subscribe .button-main {
    border: 1px solid #bdbdbd;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    padding: 6px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #e3e3e3 0 1px 0;
    color: #545454;
    font-size: 14px;

    text-decoration: none;
    vertical-align: middle;
}

#subscribe .button-main:hover {
    border: 1px solid #474747;
    text-shadow: #1e4158 0 1px 0;
    background: #1985bf;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ab9f0), to(#1985bf));
    background: -webkit-linear-gradient(top, #4ab9f0, #1985bf);
    background: -moz-linear-gradient(top, #4ab9f0, #1985bf);
    background: -ms-linear-gradient(top, #4ab9f0, #1985bf);
    background: -o-linear-gradient(top, #4ab9f0, #1985bf);
    background-image: -ms-linear-gradient(top, #4ab9f0 0%, #1985bf 100%);
    color: #FFFFFF;
}

#subscribe .button-main:active {
    text-shadow: #1e4158 0 1px 0;
    border: 1px solid #0a3c59;
    background: #0cb800;
    background: -webkit-gradient(linear, left top, left bottom, from(#36d600), to(#1985bf));
    background: -webkit-linear-gradient(top, #36d600, #0cb800);
    background: -moz-linear-gradient(top, #36d600, #0cb800);
    background: -ms-linear-gradient(top, #36d600, #0cb800);
    background: -o-linear-gradient(top, #36d600, #0cb800);
    background-image: -ms-linear-gradient(top, #36d600 0%, #0cb800 100%);
    color: #ffffff;
}

#subscribe .button-main-active {
    border: 1px solid #183140;
    background: #f36c00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#f36c00));
    background: -webkit-linear-gradient(top, #ff6a00, #f36c00);
    background: -moz-linear-gradient(top, #ff6a00, #f36c00);
    background: -ms-linear-gradient(top, #ff6a00, #f36c00);
    background: -o-linear-gradient(top, #ff6a00, #f36c00);
    background-image: -ms-linear-gradient(top, #ff6a00 0%, #f36c00 100%);
    padding: 6px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #ccccc 0 1px 0;
    color: #ffffff;
    font-size: 14px;

    text-decoration: none;
    vertical-align: middle;
}

#subscribe .button-main-blue {
    border: 1px solid #183140;
    background: #1985bf;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ab9f0), to(#1985bf));
    background: -webkit-linear-gradient(top, #4ab9f0, #1985bf);
    background: -moz-linear-gradient(top, #4ab9f0, #1985bf);
    background: -ms-linear-gradient(top, #4ab9f0, #1985bf);
    background: -o-linear-gradient(top, #4ab9f0, #1985bf);
    background-image: -ms-linear-gradient(top, #4ab9f0 0%, #1985bf 100%);

    padding: 6px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #ccccc 0 1px 0;
    color: #ffffff;
    font-size: 14px;

    text-decoration: none;
    vertical-align: middle;
}

#subscribe .button-main-blue:hover {
    border: 1px solid #474747;
    text-shadow: #1e4158 0 1px 0;
    background: #2fc3f1;

    color: #fff;
}

#subscribe .form-field-horo {
    border: 1px solid #9c9c9c;
    background: #afe2ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #afe2ff;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    padding: 7px;
    width: 202px;


}

#subscribe .form-field-horo:focus {
    background: #fff;
    color: #1f1f1f;
}

.centered-text {
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .third-sub-block-margin {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1200px) {
    .third-sub-block-margin {
        margin-top: 0px;
    }
}


</pre></body></html>