.t-body {
    margin: 0px;
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none;
}

#allrecords a {
    color: #ff8562;
    text-decoration: none;
}

#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#allrecords ol {
    padding-left: 22px;
}

#allrecords ul {
    padding-left: 20px;
}

#allrecords b,
#allrecords strong {
    font-weight: bold;
}

@media print {
    body,
    html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none;
    }
}



/* Typo */

.t-text {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55;
}

.t-text_sm {
    font-size: 18px;
    line-height: 1.55;
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55;
}

.t-text_lg {
    font-size: 22px;
    line-height: 1.55;
}

.t-text_weight_plus {
    font-weight: 400;
}


.t-text-impact {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-text-impact_xs {
    font-size: 26px;
    line-height: 1.50;
}

.t-text-impact_sm {
    font-size: 32px;
    line-height: 1.35;
}

.t-text-impact_md {
    font-size: 38px;
    line-height: 1.35;
}

.t-text-impact_lg {
    font-size: 42px;
    line-height: 1.23;
}


.t-name {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}

.t-name_sm {
    font-size: 18px;
    line-height: 1.35;
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35;
}

.t-name_lg {
    font-size: 22px;
    line-height: 1.35;
}

.t-name_xl {
    font-size: 24px;
    line-height: 1.35;
}


.t-heading {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-heading_xs {
    font-size: 26px;
    line-height: 1.23;
}

.t-heading_sm {
    font-size: 28px;
    line-height: 1.17;
}

.t-heading_md {
    font-size: 30px;
    line-height: 1.17;
}

.t-heading_lg {
    font-size: 32px;
    line-height: 1.17;
}


.t-title {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23;
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23;
}

.t-title_sm {
    font-size: 48px;
    line-height: 1.23;
}

.t-title_md {
    font-size: 52px;
    line-height: 1.23;
}

.t-title_lg {
    font-size: 64px;
    line-height: 1.23;
}

.t-title_xl {
    font-size: 72px;
    line-height: 1.17;
}

.t-title_xxl {
    font-size: 82px;
    line-height: 1.17;
}


.t-descr {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}

.t-descr_sm {
    font-size: 18px;
    line-height: 1.55;
}

.t-descr_md {
    font-size: 20px;
    line-height: 1.55;
}

.t-descr_lg {
    font-size: 22px;
    line-height: 1.55;
}

.t-descr_xl {
    font-size: 24px;
    line-height: 1.50;
}

.t-descr_xxl {
    font-size: 26px;
    line-height: 1.45;
}

.t-descr_xxxl {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.45;
}


.t-uptitle {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px;
}

.t-uptitle_xs {
    font-size: 12px;
}

.t-uptitle_sm {
    font-size: 14px;
}

.t-uptitle_md {
    font-size: 16px;
}

.t-uptitle_lg {
    font-size: 18px;
}

.t-uptitle_xl {
    font-size: 20px;
    letter-spacing: 2px;
}

.t-uptitle_xxl {
    font-size: 22px;
    letter-spacing: 2px;
}

.t-uptitle_xxxl {
    font-size: 24px;
    letter-spacing: 2px;
}


@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 14px;
    }

    .t-text_sm {
        font-size: 16px;
    }

    .t-text_md {
        font-size: 18px;
    }

    .t-text_lg {
        font-size: 20px;
    }

    .t-text-impact_md {
        font-size: 30px;
    }


    .t-descr_xxs {
        font-size: 12px;
    }

    .t-descr_xs {
        font-size: 14px;
    }

    .t-descr_sm {
        font-size: 16px;
    }

    .t-descr_md {
        font-size: 18px;
    }

    .t-descr_lg {
        font-size: 20px;
    }

    .t-descr_xl {
        font-size: 22px;
    }

    .t-descr_xxl {
        font-size: 22px;
    }

    .t-descr_xxxl {
        font-size: 26px;
    }


    .t-uptitle_md {
        font-size: 14px;
    }

    .t-uptitle_lg {
        font-size: 16px;
    }

    .t-uptitle_xl {
        font-size: 18px;
    }

    .t-uptitle_xxl {
        font-size: 20px;
    }

    .t-uptitle_xxxl {
        font-size: 22px;
    }


    .t-title_xxs {
        font-size: 32px;
    }

    .t-title_xs {
        font-size: 38px;
    }

    .t-title_sm {
        font-size: 44px;
    }

    .t-title_md {
        font-size: 48px;
    }

    .t-title_lg {
        font-size: 60px;
    }

    .t-title_xl {
        font-size: 68px;
    }

    .t-title_xxl {
        font-size: 78px;
    }


    .t-name_xs {
        font-size: 14px;
    }

    .t-name_sm {
        font-size: 16px;
    }

    .t-name_md {
        font-size: 18px;
    }

    .t-name_lg {
        font-size: 20px;
    }

    .t-name_xl {
        font-size: 22px;
    }


    .t-heading_xs {
        font-size: 24px;
    }

    .t-heading_sm {
        font-size: 26px;
    }

    .t-heading_md {
        font-size: 28px;
    }

    .t-heading_lg {
        font-size: 30px;
    }

}


@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45;
    }

    .t-text_sm {
        font-size: 14px;
        line-height: 1.45;
    }

    .t-text_md {
        font-size: 16px;
        line-height: 1.45;
    }

    .t-text_lg {
        font-size: 18px;
        line-height: 1.45;
    }

    .t-text-impact_sm {
        font-size: 22px;
    }

    .t-text-impact_md {
        font-size: 26px;
    }

    .t-text-impact_lg {
        font-size: 28px;
    }


    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45;
    }

    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45;
    }

    .t-descr_md {
        font-size: 16px;
        line-height: 1.45;
    }

    .t-descr_lg {
        font-size: 18px;
        line-height: 1.45;
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.40;
    }

    .t-descr_xxl {
        font-size: 20px;
    }

    .t-descr_xxxl {
        font-size: 22px;
    }


    .t-uptitle_xs {
        font-size: 10px;
    }

    .t-uptitle_sm {
        font-size: 10px;
    }

    .t-uptitle_md {
        font-size: 12px;
    }

    .t-uptitle_lg {
        font-size: 14px;
    }

    .t-uptitle_xl {
        font-size: 16px;
    }

    .t-uptitle_xxl {
        font-size: 18px;
    }

    .t-uptitle_xxxl {
        font-size: 20px;
    }


    .t-title_xxs {
        font-size: 28px;
    }

    .t-title_xs {
        font-size: 30px;
    }

    .t-title_sm {
        font-size: 30px;
    }

    .t-title_md {
        font-size: 30px;
    }

    .t-title_lg {
        font-size: 30px;
    }

    .t-title_xl {
        font-size: 32px;
    }

    .t-title_xxl {
        font-size: 36px;
    }


    .t-name_xs {
        font-size: 12px;
    }

    .t-name_sm {
        font-size: 14px;
    }

    .t-name_md {
        font-size: 16px;
    }

    .t-name_lg {
        font-size: 18px;
    }

    .t-name_xl {
        font-size: 20px;
    }


    .t-heading_xs {
        font-size: 22px;
    }

    .t-heading_sm {
        font-size: 24px;
    }

    .t-heading_md {
        font-size: 24px;
    }

    .t-heading_lg {
        font-size: 26px;
    }
}


@media screen and (max-width: 480px) {
    .t-title_xl {
        font-size: 30px;
    }

    .t-title_xxl {
        font-size: 30px;
    }
}



/* Records */

.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none;
}

.t-records a {
    color: #ff8562;
    text-decoration: none;
}

.t-records a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.t-records ol {
    padding-left: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}


/* Btn */

.t-btn {
    display: inline-block;
    font-family: 'FuturaPT',Arial,sans-serif;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t-btn td {
    vertical-align: middle;
}

.t-btn_sending {
    opacity: 0.5;
}

@media screen and (max-width: 640px) {
    .t-btn {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.t-btn_xs {
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.t-btn_lg {
    height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px;
}

.t-btn_xl {
    height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px;
}

.t-btn_xxl {
    height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px;
}

@media screen and (max-width: 640px) {
    .t-btn_sm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t-btn_lg {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .t-btn_xl {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .t-btn_xxl {
        font-size: 26px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.t-btntext {
    font-family: 'FuturaPT',Arial,sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.t-btntext_sm {
    font-size: 16px;
}

.t-btntext_lg {
    font-size: 24px;
}

.t-uppercase.t-btntext {
    font-size: 16px;
}

.t-uppercase.t-btntext_sm {
    font-size: 14px;
}

.t-uppercase.t-btntext_lg {
    font-size: 20px;
}

.t-btntext:after {
    content: "\00a0→";
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width:640px) {
    .t-btntext_lg {
        font-size: 20px;
    }
}


/* Screen min max */

@media screen and (max-width: 1200px) {
    .t-screenmin-1200px {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .t-screenmin-980px {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .t-screenmin-640px {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .t-screenmin-480px {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .t-screenmin-320px {
        display: none;
    }
}

@media screen and (min-width: 321px) {
    .t-screenmax-320px {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .t-screenmax-480px {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    .t-screenmax-640px {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .t-screenmax-980px {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .t-screenmax-1200px {
        display: none;
    }
}



.t-hidden {
    display: none;
}

.t-opacity_50 {
    filter: alpha(opacity=50);
    KHTMLOpacity: 0.50;
    MozOpacity: 0.50;
    opacity: 0.50;
}

.t-opacity_70 {
    filter: alpha(opacity=70);
    KHTMLOpacity: 0.70;
    MozOpacity: 0.70;
    opacity: 0.70;
}

.t-uppercase {
    text-transform: uppercase;
}

.t-align_center {
    text-align: center;
}

.t-align_left {
    text-align: left;
}

.t-align_right {
    text-align: right;
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto;
}

.t-valign_middle {
    vertical-align: middle;
}

.t-valign_top {
    vertical-align: top;
}

.t-valign_bottom {
    vertical-align: bottom;
}

.t-margin_left_auto {
    margin-right: 0;
    margin-left: auto;
}


/* Tilda label */

.t-tildalabel {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-size: 14px;
}

.t-tildalabel:hover .t-tildalabel__wrapper {
    opacity: 1;
}

.t-tildalabel_white {
    background-color: #fff;
    color: #000;
}

.t-tildalabel_gray {
    background-color: #eee;
    color: #000;
}

.t-tildalabel__wrapper {
    display: table;
    height: 30px;
    width: 270px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: 0.4;
}

.t-tildalabel__txtleft {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    font-weight: 300;
    font-size: 12px;
}

.t-tildalabel__wrapimg {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.t-tildalabel__img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.t-tildalabel__txtright {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}

.t-tildalabel__link {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.t-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
    color: #000;
}

.t-tildalabel-free {
    padding: 35px 0px 45px;
    height: auto;
    text-align: center;
}

.t-tildalabel-free__main {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: inherit;
    opacity: 0.4;
}

.t-tildalabel-free__links-wr {
    display: table;
    margin: 30px auto 0px;
}

.t-tildalabel-free__txt-link {
    display: table-cell;
    padding: 0px 15px;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    opacity: 0.25;
}

.t-tildalabel-free__txt-link:hover,
.t-tildalabel-free__main:hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .t-tildalabel-free__txt-link {
        display: block;
        padding: 5px 30px;
    }

    .t-tildalabel-free__main {
        opacity: 0.7;
    }

    .t-tildalabel-free__txt-link {
        opacity: 0.4;
    }
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.t-mbfix {
    opacity: 0.01;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0px;
    left: 0px;
    z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.t-mbfix_hide {
    -webkit-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px);
}

.r_anim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.r_hidden {
    opacity: 0;
}

.r_showed {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.t-popup {
    display: none;
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* Form vars */

.t-submit {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-input {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-input__vis-ph {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-select {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-form .uploadcare-widget-button {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-input-error {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-form__errorbox-wrapper {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-form__errorbox-text {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-form__errorbox-item {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-form__successbox {
    font-family: 'FuturaPT',Arial,sans-serif;
}

.t-rec_pt_0 {
    padding-top: 0;
}

.t-rec_pt_15 {
    padding-top: 15px;
}

.t-rec_pt_30 {
    padding-top: 30px;
}

.t-rec_pt_45 {
    padding-top: 45px;
}

.t-rec_pt_60 {
    padding-top: 60px;
}

.t-rec_pt_75 {
    padding-top: 75px;
}

.t-rec_pt_90 {
    padding-top: 90px;
}

.t-rec_pt_105 {
    padding-top: 105px;
}

.t-rec_pt_120 {
    padding-top: 120px;
}

.t-rec_pt_135 {
    padding-top: 135px;
}

.t-rec_pt_150 {
    padding-top: 150px;
}

.t-rec_pt_165 {
    padding-top: 165px;
}

.t-rec_pt_180 {
    padding-top: 180px;
}

.t-rec_pt_195 {
    padding-top: 195px;
}

.t-rec_pt_210 {
    padding-top: 210px;
}

.t-rec_pb_0 {
    padding-bottom: 0;
}

.t-rec_pb_15 {
    padding-bottom: 15px;
}

.t-rec_pb_30 {
    padding-bottom: 30px;
}

.t-rec_pb_45 {
    padding-bottom: 45px;
}

.t-rec_pb_60 {
    padding-bottom: 60px;
}

.t-rec_pb_75 {
    padding-bottom: 75px;
}

.t-rec_pb_90 {
    padding-bottom: 90px;
}

.t-rec_pb_105 {
    padding-bottom: 105px;
}

.t-rec_pb_120 {
    padding-bottom: 120px;
}

.t-rec_pb_135 {
    padding-bottom: 135px;
}

.t-rec_pb_150 {
    padding-bottom: 150px;
}

.t-rec_pb_165 {
    padding-bottom: 165px;
}

.t-rec_pb_180 {
    padding-bottom: 180px;
}

.t-rec_pb_195 {
    padding-bottom: 195px;
}

.t-rec_pb_210 {
    padding-bottom: 210px;
}

@media screen and (max-width: 480px) {
    .t-rec_pt_0 {
        padding-top: 0;
    }

    .t-rec_pt_15 {
        padding-top: 15px;
    }

    .t-rec_pt_30 {
        padding-top: 30px;
    }

    .t-rec_pt_45 {
        padding-top: 45px;
    }

    .t-rec_pt_60 {
        padding-top: 60px;
    }

    .t-rec_pt_75 {
        padding-top: 75px;
    }

    .t-rec_pt_90 {
        padding-top: 90px;
    }

    .t-rec_pt_105 {
        padding-top: 90px;
    }

    .t-rec_pt_120 {
        padding-top: 90px !important;
    }

    .t-rec_pt_135 {
        padding-top: 90px !important;
    }

    .t-rec_pt_150 {
        padding-top: 90px !important;
    }

    .t-rec_pt_165 {
        padding-top: 90px !important;
    }

    .t-rec_pt_180 {
        padding-top: 120px !important;
    }

    .t-rec_pt_195 {
        padding-top: 120px !important;
    }

    .t-rec_pt_210 {
        padding-top: 120px !important;
    }

    .t-rec_pb_0 {
        padding-bottom: 0;
    }

    .t-rec_pb_15 {
        padding-bottom: 15px;
    }

    .t-rec_pb_30 {
        padding-bottom: 30px;
    }

    .t-rec_pb_45 {
        padding-bottom: 45px;
    }

    .t-rec_pb_60 {
        padding-bottom: 60px;
    }

    .t-rec_pb_75 {
        padding-bottom: 75px;
    }

    .t-rec_pb_90 {
        padding-bottom: 90px;
    }

    .t-rec_pb_105 {
        padding-bottom: 90px;
    }

    .t-rec_pb_120 {
        padding-bottom: 90px !important;
    }

    .t-rec_pb_135 {
        padding-bottom: 90px !important;
    }

    .t-rec_pb_150 {
        padding-bottom: 90px !important;
    }

    .t-rec_pb_165 {
        padding-bottom: 90px !important;
    }

    .t-rec_pb_180 {
        padding-bottom: 120px !important;
    }

    .t-rec_pb_195 {
        padding-bottom: 120px !important;
    }

    .t-rec_pb_210 {
        padding-bottom: 120px !important;
    }
}

@media screen and (max-width: 480px) {
    .t-rec_pt-res-480_0 {
        padding-top: 0 !important;
    }

    .t-rec_pt-res-480_15 {
        padding-top: 15px !important;
    }

    .t-rec_pt-res-480_30 {
        padding-top: 30px !important;
    }

    .t-rec_pt-res-480_45 {
        padding-top: 45px !important;
    }

    .t-rec_pt-res-480_60 {
        padding-top: 60px !important;
    }

    .t-rec_pt-res-480_75 {
        padding-top: 75px !important;
    }

    .t-rec_pt-res-480_90 {
        padding-top: 90px !important;
    }

    .t-rec_pt-res-480_105 {
        padding-top: 105px !important;
    }

    .t-rec_pt-res-480_120 {
        padding-top: 120px !important;
    }

    .t-rec_pt-res-480_135 {
        padding-top: 135px !important;
    }

    .t-rec_pt-res-480_150 {
        padding-top: 150px !important;
    }

    .t-rec_pt-res-480_165 {
        padding-top: 165px !important;
    }

    .t-rec_pt-res-480_180 {
        padding-top: 180px !important;
    }

    .t-rec_pt-res-480_195 {
        padding-top: 195px !important;
    }

    .t-rec_pt-res-480_210 {
        padding-top: 210px !important;
    }

    .t-rec_pb-res-480_0 {
        padding-bottom: 0 !important;
    }

    .t-rec_pb-res-480_15 {
        padding-bottom: 15px !important;
    }

    .t-rec_pb-res-480_30 {
        padding-bottom: 30px !important;
    }

    .t-rec_pb-res-480_45 {
        padding-bottom: 45px !important;
    }

    .t-rec_pb-res-480_60 {
        padding-bottom: 60px !important;
    }

    .t-rec_pb-res-480_75 {
        padding-bottom: 75px !important;
    }

    .t-rec_pb-res-480_90 {
        padding-bottom: 90px !important;
    }

    .t-rec_pb-res-480_105 {
        padding-bottom: 105px !important;
    }

    .t-rec_pb-res-480_120 {
        padding-bottom: 120px !important;
    }

    .t-rec_pb-res-480_135 {
        padding-bottom: 135px !important;
    }

    .t-rec_pb-res-480_150 {
        padding-bottom: 150px !important;
    }

    .t-rec_pb-res-480_165 {
        padding-bottom: 165px !important;
    }

    .t-rec_pb-res-480_180 {
        padding-bottom: 180px !important;
    }

    .t-rec_pb-res-480_195 {
        padding-bottom: 195px !important;
    }

    .t-rec_pb-res-480_210 {
        padding-bottom: 210px !important;
    }
} 
/* T015 */
.t015 {
    box-sizing: border-box;
}

.t015__title {
  padding-top: 8px;
  padding-bottom: 3px;
}

.t015__uptitle {
  padding-top: 10px;
  padding-bottom: 40px;
}

.t015__descr {
  padding: 41px 0px 0px 0px;
}

 
/* T017 */
.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}

.t017__title {
  padding-top: 2px;
  padding-bottom: 0px;
}

.t017__descr {
  padding-top: 21px;
}
 
/* T033 */

.t033 {
}

.t033 .t-container{ 
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
}

.t033__lineTop {
	border-top: 4px solid #000000;
	padding-left: 0;
	width: 100%;
	margin-top: 1px;
}

.t033__title {
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	padding-top: 19px;
}

.t033__descr {
	margin-top: -12px;
}

@media screen and (max-width: 1200px){
.t033__title {
	font-size: 22px;
}
}

@media screen and (max-width: 960px){
.t033 .t-container{ 
	display: -webkit-block;
	display: block;
}
.t033__title{
	padding-bottom: 40px;
}
.t033__lineTop.t033__lineTop_mobilepadding {
    padding-bottom: 40px;
}
}

@media screen and (max-width: 640px){
.t033__lineTop {
	width: 100%;
}
.t033__descr {
}
}
 
/* T051 */

.t051 {
}

.t051__text {
	text-align: center;
}

 
/* T004 */

.t004 {
	padding-top:8px;
	padding-bottom:6px;
	position: relative;
}

.t004__text-column-count_2{
	column-count: 2;
	column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;	
}

.t004__text-column-count_3{
	column-count: 3;
	column-gap: 40px;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;	
}

.t004__text-column-count_4{
	column-count: 4;
	column-gap: 40px;
	-moz-column-count: 4;
	-moz-column-gap: 40px;
	-webkit-column-count: 4;
	-webkit-column-gap: 40px;	
}

.t004__initial-letter::first-letter{
    font-size: 100px;
    float: left;
    line-height: .65;
    margin: 10px 10px 10px 0;
}

.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.t004 table td,
.t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.t004 table thead td,
.t004 table th {
  font-weight: bold;
  border-bottom-color: #888;
}

@media screen and (max-width: 1200px){
.t004__text-column-count_2,
.t004__text-column-count_3,
.t004__text-column-count_4{
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;	
}
}

@media screen and (max-width: 960px){
.t004__text-column-count_2,
.t004__text-column-count_3,
.t004__text-column-count_4{
	column-count: 1;
	column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;	
}
}

@media screen and (max-width: 640px){
.t004 h1 {
	font-size: 28px;
	line-height: 35px;
}
}
 
/* T118 */

.t118 {
	padding-top: 28px;
	padding-bottom: 28px;
}

.t118__line{
	height: 1px;
    background-color: #000000;
    border:none;
	opacity: 0.2;
	filter: alpha(opacity=20);    
}
 
/* T119 */

.t119__preface {
    color: #000;
	font-size: 30px;
	line-height: 1.35;
}

@media screen and (max-width: 640px) {
    .t119__preface {
    	font-size: 22px;
    }
}

@media screen and (min-width: 960px) {
    .t119__preface {
		margin-top: -1px;
    }
}
 
/* T120 */
.t120__title {
    padding-top: 4px;
    padding-bottom: 14px;
}

.t120__descr {
    margin-top: -6px;
    padding-bottom: 3px;
}
 
/* T123 */

.t123 {
}

.t123__centeredContainer {
	text-align: center;
}
 
/* T142 */

/*.t142 {*/
/*    overflow:hidden;*/
/*}*/

.t142 .t142__submit-overflowed {
    line-height: 1.1 !important;
}

.t142 .t142__text {
    display: table-cell;
    vertical-align: middle;
    /*height: 50px;*/
    height: inherit;
}

.t142 .t142__wrapone {
    position: relative;
    /*right: 50%; */
    /*float: right;*/
}

.t142 .t142__wraptwo {
    position: relative;
    z-index: 1;
    /*right: -50%;*/
    text-align: center;
}

.t142 .t142__submit {
    font-family: 'FuturaPT',Arial,sans-serif;
    text-align: center;
    line-height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: bold;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
}

.t142 .t142__submit_size_sm {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.t142 .t142__submit_size_lg {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px;
}

.t142 .t142__submit_size_xl {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px;
}

.t142 .t142__submit_size_xxl {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px;
}

@media screen and (max-width: 640px) {
    .t142 .t142__submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 20px;
        margin-right: 20px;
        -webkit-border-radius: 0px;
    }

    .t142 .t142__submit_size_lg,
    .t142 .t142__submit_size_xl,
    .t142 .t142__submit_size_xxl {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .t142 .t142__submit_size_lg .t142__text,
    .t142 .t142__submit_size_xl .t142__text,
    .t142 .t142__submit_size_xxl .t142__text {
        height: 60px;
    }
} 
/* t182 */

.t182 {
	text-align: center;
}

.t182__wrapper{
	padding-top: 42px;
	padding-bottom: 42px;
}

.t182__title {
	color: #fff;
	padding: 24px 0px 24px 0px;
	letter-spacing: 1px;
}

.t182__descr {
	color: #fff;
	padding: 15px 0px 30px 0px;
}

.t182__buttons{
	margin-top:45px;
}

.t182 .t-btn:nth-child(2){
	margin-left: 10px;
}

@media screen and (max-width: 640px){
.t182__title {
	font-size: 30px;
	line-height: 30px;	
	padding-left: 10px;
	padding-right: 10px;	
}
.t182__descr {
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 14px;
	line-height: 20px;
}

.t182 .t-btn{
	margin: 7px 3px;
}

.t182 .t-btn:nth-child(2) {
    margin-left: 3px;
}
}
 
/* T183 */

.t183__wrapper{
	padding-top: 42px;
	padding-bottom: 42px;
}

.t183__uptitle {
	color: #fff;
	padding-bottom:20px;
	padding-top:10px;
}

.t183__title {
	color: #fff;
	padding: 24px 0px 24px 0px;
	letter-spacing: 1px;
}

.t183__buttons{
	margin-top:45px;
}

.t183 .t-btn:nth-child(2){
	margin-left: 10px;
}

@media screen and (max-width: 640px){
.t183__title {
	padding-left: 10px;
	padding-right: 10px;	
}
.t183__uptitle {
	padding-left: 10px;
	padding-right: 10px;	
}
.t183 .t-btn:nth-child(2){
	margin-left: 5px;
}
.t183 .t-btn{
	margin: 5px;
}
}

 
/* T188 */

.t188{
    overflow: hidden;
}

.t188__wrapone{
	position: relative; 
	right: 50%; 
	float: right;
}

.t188__wraptwo{
	position: relative; 
	z-index: 1; 
	right: -50%;
}

.t188__sociallinkimg{
	display: inline-block;
	padding-left: 5px; 
	padding-right: 5px;
}

.t188__imgwrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} 
/* T193 */

.t193 {
}

.t193__title {
	padding-top:8px;
	padding-bottom:20px;		
	text-align: center; 
	color: #fff;
}

.t193__text {
	padding-top:4px;
	padding-bottom:6px;	
	text-align: center; 			
	color: #fff;
	margin: 0 20px;
}

.t193 hr{
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0;
	border-top: 1px solid #fff;
	opacity: 0.1;	
}

.t193__textwrapper {
  margin: 0 auto 70px;
  max-width: 600px;
}

.t193__headtitle, .t193__descr {
  color: #fff;
  padding: 0 20px;
}

.t193__descr {
  margin-top: 30px;
}

@media screen and (max-width: 960px){
.t193 .t193__col {
	margin-top:20px;
	margin-bottom: 20px;	
}
}

@media screen and (max-width: 640px){
.t193__uptitle {
  margin-bottom: 15px;
}
.t193__descr {
  margin-top: 18px;
}
.t193__textwrapper {
margin: 0 auto 20px;
}
}

 
/* t228 */

.t-menusub__menu {
    display: none;
}

.t228 {
 width:100%;
 height:80px;
 z-index: 2000;
 position:fixed;
 top:0;
 box-shadow: 0px 1px 3px rgba(0,0,0,0);
 transition: background-color .3s linear; 
}

.t228__beforeready{
 visibility: hidden;
}

.t228 ul{
 margin:0px;
}

.t228__maincontainer{
 width:100%;
 height:80px;	
 display: table; 
}

.t228__maincontainer.t228__c12collumns{
 max-width:1200px;
 margin:0 auto;
}

.t228__leftside{
 display: table-cell;	
 vertical-align: middle;   	 
}

.t228__centerside{
 display: table-cell;	
 vertical-align: middle;     	 
 text-align: center;
 width: 100%;
}

.t228__centerside.t228__menualign_left{
 text-align: left;
}
.t228__centerside.t228__menualign_right{
 text-align: right;
}

.t228__rightside{
 display: table-cell;	
 vertical-align: middle;     	 
 text-align: right;
}

.t228__right_langs_lang a[href=""] {
    cursor: text;
}

.t228 .lastside{
 display: table-cell;	
 vertical-align: middle; 
}

.t228__padding40px{
 width:40px;
}

.t228__maincontainer.t228__c12collumns .t228__padding40px{
 width:20px;
}

.t228__logo {
 display: inline-block;
 font-size:24px;
 font-weight: 400;
 white-space: nowrap; 
 padding-right: 30px; 
}

.t228__imglogo {
  margin-right: 30px;
  vertical-align: middle;
}

.t228__list {
 list-style-type:none; 
 margin: 0px;
 padding:0 !important;
transition: opacity ease-in-out .2s;
}

.t228__list_item {
 clear: both;
 font-family:'FuturaPT',Arial,sans-serif;
 font-size: 16px; 
 display:inline-block;
 padding-left:15px;
 padding-right:15px; 
 margin: 0px;
 color: #000000;
 white-space: nowrap;  
}

.t228__list_item .t-active{
 opacity: .7;
}

.t228__list_item:first-child {
  padding-left: 0;
}

.t228__list_item:last-child {
  padding-right: 0;
}

.t228__leftcontainer{
	display: inline-block;
}
.t228__rightcontainer{
 display: table;
 text-align: right;
 width:auto;
 position:relative;
 float:right;
}
.t228__right_descr{
 padding-left: 30px;
 display: table-cell;	
 vertical-align: middle;   
 white-space: nowrap;    	  
 font-family:'FuturaPT',Arial,sans-serif;
 font-size: 13px; 
 color: #000000; 
}
.t228__right_buttons{
 padding-left: 30px;
 display: table-cell;	
 vertical-align: middle;     	  
}
.t228__right_buttons_wrap{
 display: table;
 width:auto;
 float:right;
}
.t228__right_buttons_but{
 display: table-cell;	
 vertical-align: middle;     	  
}

.t228__right_share_buttons{
 display: table-cell;	
 vertical-align: middle;   
 min-width: 220px;
}
.t228 .b-share{
	display:table !important;
	float:right;
}
.t228 .b-share-btn__wrap{
	display: table-cell !important;
	float: none !important;
	padding-left:5px !important;
}

.t228__right_langs{
 padding-left: 30px;
 display: table-cell;	
 vertical-align: middle;     	  
}
.t228__right_langs_wrap{
 display: table;
 width:auto;
 float:right;
}
.t228__right_langs_lang{
 display: table-cell;	
 vertical-align: middle;
 padding: 0px 10px;     
 font-family:'FuturaPT',Arial,sans-serif;
 font-size: 16px; 
 color: #000000; 
 word-break: keep-all;
}
.t228__right_social_links{
 padding-left: 30px;
 display: table-cell;	
 vertical-align: middle;     
 line-height:0px;
}
.t228__right_social_links_wrap{
 display: table;
 width:auto;
}
.t228__right_social_links a{
 display:block;
 vertical-align:middle;
}
.t228__right_social_links_item{
 display: table-cell;	
 vertical-align: middle;
 padding: 0px 5px;     
}

.t228__mobile {
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}

.t228 a ,
#allrecords .t228 a {
 text-decoration:none;
 color: #000000;
} 

.t228 .t-btn{
	height:40px;
	font-size: 14px;
	padding-left:30px;
	padding-right:30px;
	margin-left: 10px;
}

.t228__right_langs_lang a,
.t228__right_langs_lang .t794__tm-link {
    white-space: nowrap;
}

@media screen and (max-width: 1200px){
.t228__padding40px{
 width:20px;
}

.t228__maincontainer.t228__c12collumns .t228__padding40px{
 width:20px;
}
.t228__imglogo {
  margin-right: 15px;
}
.t228__logo {
 padding-right:15px;
}
.t228__right_descr{
 padding-left: 15px;
}
.t228__right_buttons{
 padding-left: 15px;
}
.t228__right_share_buttons{
 padding-left: 15px;
}
.t228__right_langs{
 padding-left: 15px;
}
.t228__right_social_links{
 padding-left: 15px;
}
}

@media screen and (max-width: 980px){
.t228__list_hidden {
  opacity: 1;
}
.t228{
	position:static;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	height: auto !important;
}

.t228__maincontainer {
    height: auto !important;
    display: block;
}

.t228__mobile.t228__positionfixed + .t228.t228__positionfixed {
    top: 64px;
}

.t228__leftside,
.t228__rightside,
.t228__centerside{
	display: block;
	text-align: center;
	float: none;
}
.t228__leftcontainer,
.t228__centercontainer,
.t228__rightcontainer{
	padding: 20px 0px;
}

.t228__imglogo {
  width: auto !important;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
}

.t228__imglogomobile.t228__imglogo {
  width: 100% !important;
  min-width: 100% !important;
}

.t228__padding40px{
	display: none;
}
.t228__padding10px{
	display: none;
}
.t228__rightcontainer{
	display: table;
	position: static;
	float: none;
	text-align:center;
	margin: 0 auto;
}
.t228__right_share_buttons{
	display: table;
	position: static;
	padding:15px 0px;
	margin: 0px auto;	
	text-align: center;
	float: none;
	min-width: inherit;
}
.t228__right_buttons{
	display: table;
	padding:15px 0px;
	margin: 0px auto;
	text-align: center;
}
.t228__right_descr,
.t228__right_langs,
.t228__right_social_links{
	display: table;
	padding:10px 0px;
	margin: 0px auto;
	text-align: center;	
}
.t228__logo {
	text-align: center;
	margin: 20px;
}
.t228 img {
	float: inherit;
}
.t228 .t228__list_item {
	display:block;
	text-align: center;
	padding: 10px !important;	
	white-space: normal;
}
.t228__list_item a {
  display: inline-block;
}
.t228 .t-btn{
	margin-left: 5px;
	margin-left: 5px;	
}
.t228__logo{
	white-space: normal;
	padding:0px;
}
.t228.t228__hidden {
  display: none;
  height: 100%;
}

.t228__mobile {
  background-color: #111;
  display: block;
  
}

.t228__mobile_text {
    position: absolute;
    color: #fff;
    top: 50%;
    max-width: calc(100% - 80px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
}

.t228__mobile_container {
  padding: 20px;
  position: relative;
  min-height: 24px;
}

.t228__burger {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 28px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1003;
}

.t228__burger span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  height: 3px;
  background-color:#fff;
}

.t228__burger span:nth-child(1) {
  top: 0px;
}

.t228__burger span:nth-child(2), .t228__burger span:nth-child(3) {
  top: 8px;
}

.t228__burger span:nth-child(4) {
  top: 16px;
}

.t228_opened .t228__burger span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.t228_opened .t228__burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.t228_opened .t228__burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t228_opened .t228__burger span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
}

@media screen and (max-width: 640px){
    .t228__right_buttons_but {
    	display: table;
    	padding:0px 0px;
    	margin: 0px auto 10px;
    }
}

.t228__overflow {
    overflow: scroll;
}

.t228__positionabsolute {
	position: absolute;
}
.t228__mobile.t228__positionfixed {
	position: fixed;
}
.t228__positionstatic {
	position: static;
}

.t228 .ya-share2__container_size_m .ya-share2__icon {
  width: 28px;
  height: 28px;
}

.t228 .ya-share2__list {
  margin-bottom: 0;
}

.t228 .ya-share2__container_size_m .ya-share2__counter {
  line-height: 28px;
}

.t228__black-white .ya-share2__badge {
  background-color: #111 !important;
}

.t228__transp-white .ya-share2__badge {
  background-color: transparent !important;
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
  display: none;
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0 !important;
  margin-top: 2px;
}

.t228__white-black .ya-share2__badge {
  background-color: #fff !important;
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t228__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}

.t228__white-black .ya-share2__counter:before {
  background-color: #222;
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 28px 28px;
}

.t228__transp-black .ya-share2__badge {
  background-color: transparent !important;
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0 !important;
  margin-top: 2px;
}

.t228__transp-black .ya-share2__counter:before {
  display: none;
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 28px 28px;
}
 
/* T229 */

.t-menusub__menu {
    display: none;
}

.t229 {
 width:100%;
 position: fixed;
 top:0;
 z-index:990;
 box-shadow: 0px 1px 3px rgba(0,0,0,0);
 -webkit-transition: background-color 300ms linear;
 -moz-transition: background-color 300ms linear;
 -o-transition: background-color 300ms linear;
 -ms-transition: background-color 300ms linear;
 transition: background-color 300ms linear;  
 height:50px; 
}
.t229__beforeready{
 visibility: hidden;
}
.t229.t229__positionabsolute{
	position: absolute;
}
.t229.t229__positionfixed{
	position: fixed;
}
.t229.t229__positionstatic{
	position: static;
}
.t229__maincontainer{
 width:100%;
 height:50px;	
 display: table;
 position: relative;
}

.t229__maincontainer.t229__c12collumns{
 max-width:1200px;
 margin:0 auto;
}

.t229__centerside{
 display: table-cell;	
 vertical-align: middle;     	 
 text-align: center;
 width: 100%;
}
.t229__centerside.t229__menualign_left{
 text-align: left;
}
.t229__centerside.t229__menualign_right{
 text-align: right;
}

.t229__padding40px{
 width:40px;
}

.t229 .t229__maincontainer.t229__c12collumns .t229__padding40px{
 width:20px;
}

.t229 ul {
 list-style-type:none; 
 margin: 0px;
 padding:0 !important; 
}

.t229__list_item {
 clear: both;
 font-size: 16px; 
 display:inline-block;
 padding-left:15px;
 padding-right:15px; 
 margin: 0px;
 white-space: nowrap;
 color: #000000;
 font-family:'FuturaPT',Arial,sans-serif;
}

.t229 a ,
#allrecords .t229 a {
 text-decoration:none;
 color: #000000;
} 

.t229__list_item .t-active{
	opacity:0.7;
}

@media screen and (max-width: 1200px){
.t229__padding40px{
 width:20px;
}
}

@media screen and (max-width: 980px){
.t229{
	position:static;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	height: auto !important;
}
.t229.t229__positionabsolute,
.t229.t229__positionfixed,
.t229.t229__positionstatic{
	position: static;
}
.t229__centerside{
	display: block;
	text-align: center;
	float: none;
	padding: 20px 0px;
}
.t229__padding40px{
	display: none;
}
.t229 .t229__list_item {
	display:block;
	text-align: center;
	padding: 12px 10px !important;	
	white-space: normal;
}
}


 
/* t270 */

.t270__error-msg {
    text-align: center;
    display: none;
}

.t270__error-msg-text {
	display: inline-block;
    margin: 0 20px 35px 20px;
    padding: 15px;
    color: #ff0000;
	border: 1px solid #ff0000;
	font-size: 14px;
    font-family: tfutura, Arial;
}
 
/* t280 */

.t280 {
    transition: visibility 0.2s, opacity 0.2s;
}

.t280__container {
    width: 100%;
    z-index: 990;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.t280__beforeready {
    visibility: hidden;
}

.t280__main_opened .t280__container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 99999;
}

.t280__container.t280__positionfixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.t280__container.t280__positionstatic {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}

.t280__container.t280__positionabsolute {
    position: absolute;
}

.t280__col-12 {
    max-width: 1160px;
}

.t280__container__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .3s;
}

.t280__menu__content {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
}

.t280__main_opened .t280__container__bg {
    opacity: 0 !important;
}

.t280__logo__container {
    display: table;
    height: 100px;
}

.t280__logo__content {
    display: table-cell;
    vertical-align: middle;
}

.t280__logo {
    position: relative;
    z-index: 1;
    display: block;
    transition: all ease-in-out .2s;
}

.t280__logo:hover {
    opacity: .8;
}

.t280__logo__img {
    display: block;
    height: 100%;
}

.t280__burger {
    position: absolute;
    width: 28px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 40px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.t280__big .t280__burger {
    width: 42px;
    height: 32px;
    margin-top: -16px;
}

.t280__small .t280__burger {
    width: 22px;
    height: 14px;
    margin-top: -7px;
}

.t280__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}

.t280__big .t280__burger span {
    height: 5px;
}

.t280__small .t280__burger span {
    height: 2px;
}

.t280__burger span:nth-child(1) {
    top: 0px;
}

.t280__burger span:nth-child(2),
.t280__burger span:nth-child(3) {
    top: 8px;
}

.t280__big .t280__burger span:nth-child(2),
.t280__big .t280__burger span:nth-child(3) {
    top: 13px;
}

.t280__small .t280__burger span:nth-child(2),
.t280__small .t280__burger span:nth-child(3) {
    top: 6px;
}

.t280__burger span:nth-child(4) {
    top: 16px;
}

.t280__big .t280__burger span:nth-child(4) {
    top: 26px;
}

.t280__small .t280__burger span:nth-child(4) {
    top: 12px;
}

.t280__main_opened .t280__burger span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t280__main_opened .t280__small .t280__burger span:nth-child(1) {
    top: 6px;
}

.t280__main_opened .t280__big .t280__burger span:nth-child(1) {
    top: 6px;
}

.t280__main_opened .t280__burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t280__main_opened .t280__burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t280__main_opened .t280__burger span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t280__main_opened .t280__big .t280__burger span:nth-child(4) {
    top: 18px;
}

.t280__main_opened .t280__small .t280__burger span:nth-child(4) {
    top: 6px;
}

.t280__menu__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
    transition: .3s ease-in-out;
    overflow-y: auto;
    padding: 0 20px;
    display: none;
}

.t280__main_opened .t280__menu__wrapper {
    z-index: 9999;
    opacity: 1;
    display: block;
}

.t280__menu__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.t280__menu {
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
    transition: .2s ease-in-out;
    right: 0;
    left: 0;
    opacity: 0;
    margin: 0 auto;
}

.t280__menu__wrapper_2 .t280__menu {
    top: 47%;
}

.t280__main_opened .t280__menu {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.t280__menu_static .t280__menu {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    padding: 140px 0 0;
}

.t280__main_opened .t280__menu_static .t280__menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.t280__menu__item {
    display: block;
    margin: 20px auto;
}

.t280__menu__item:first-child {
    margin-top: 0 !important;
}

.t280__menu__item:last-child {
    margin-bottom: 0 !important;
}

.t280__menu__item.t-active {
    opacity: 0.7;
}

.t280_opened {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.t280__bottom {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(30%) scale(.9);
    transform: translateY(30%) scale(.9);
    transition: .2s ease-in-out;
    opacity: 0;
}

.t280__main_opened .t280__bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.t280 .t-sociallinks__item,
.t280__social__item {
    display: inline-block;
    margin: 0 3px;
}

.t280__bottom__item,
.t280 .t-sociallinks {
    margin-top: 20px;
    display: block;
}

.t280__menu_static .t280__bottom {
    position: relative;
    bottom: auto;
    display: block;
    padding: 40px 0 20px;
    left: auto;
    right: auto;
}

.t280__menu_static .t280__menu__container {
    position: relative;
    display: block;
    z-index: 9999;
    height: auto;
}

.t280__menu__container {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .t280__menu__content {
        padding: 0 20px;
    }

    .t280__burger {
        right: 20px;
    }
}

@media screen and (max-width: 980px) {
    .t280__menu__wrapper .t-menusub__content {
        padding-top: 3px;
    }
}

@media screen and (max-width: 660px) {
    .t280__menu__content {
        padding: 0 20px;
    }
}

.t280 .ya-share2__container_size_m .ya-share2__icon {
    width: 28px;
    height: 28px;
}

.t280 .ya-share2__container_size_m .ya-share2__counter {
    line-height: 28px;
}

.t280__black-white .ya-share2__badge {
    background-color: #111 !important;
}

.t280__transp-white .ya-share2__badge {
    background-color: transparent !important;
}

.t280__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
    display: none;
}

.t280__transp-white .ya-share2__container_size_m .ya-share2__counter {
    padding-left: 0 !important;
    margin-top: 2px;
}

.t280__white-black .ya-share2__badge {
    background-color: #fff !important;
}

.t280__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t280__white-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222;
}

.t280__white-black .ya-share2__counter:before {
    background-color: #222;
}

.t280__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t280__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t280__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px;
}

.t280__transp-black .ya-share2__badge {
    background-color: transparent !important;
}

.t280__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t280__transp-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222;
    padding-left: 0 !important;
    margin-top: 2px;
}

.t280__transp-black .ya-share2__counter:before {
    display: none;
}

.t280__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t280__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t280__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px;
} 
.t331__body_popupshowed.t-body_popupshowed {
    height: auto;
}

.t331__fullwidth .t331__video-carier, .t331__fullwidth .t331__youtube {
  height: 100vh !important;
}

.t331__fullwidth iframe {
  display: block;
}

@media screen and (max-width: 640px) {
  .t331__fullwidth .t331__mainblock {
    padding: 0;
  }
}



 
.t332__line {
  width: 2px;
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  background: #ff7b00;
}

.t332__circle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 0;
  background: #ff7b00;
  border-radius: 100px;
  border: 2px solid #fff;
}

.t332__col {
  padding: 20px 0;
}

.t332__col_left {
  width: auto;
  overflow: hidden;
  position: relative;
  padding-left: 55px;
}

.t332__col_right {
  width: 100px;
  float: left;
}

.t332__title {	
  margin-bottom: 6px;
}

.t332__descr {
  color: #777;
  margin-top: 10px;
}

.t332__uptitle_mobile {
  display: none;
}

.t332__link {
  margin-top: 7px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .t332__circle {
    width: 12px;
    height: 12px;
    top: 17px;
    left: -2px;
  }
  .t332__line {
    left: 5px;
  }
  .t332__col {
    padding: 16px 0;
  }
  .t332__col_left {
    padding-left: 30px;
    overflow: visible;
  }
  .t332__col_right {
    display: none;
  }
  .t332__uptitle_mobile {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 540px) {
  .t332__title {
	margin-bottom: 0;
  }
  .t332__uptitle_mobile {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .t332__descr {
	margin-top: 5px;
  }
  .t332__circle {
    width: 10px;
    height: 10px;
  }
  .t332__line {
    left: 4px;
  }
  .t332__col_left {
    padding-left: 20px;
  }
} 
/* T338 */

.t338__logo {
	margin-bottom: 55px;
	max-width: 280px;
    width: 100%;
}

.t338__title {
	color: #fff;
	margin-bottom: 50px;
}

.t338__descr {
	color: #fff;
	margin-bottom: 63px;
}

.t338__btn {
	border-radius: 100px;
	font-size: 14px;
	height: 50px;
	padding-right: 34px;
	padding-left: 34px;
	color: #fff;
} 
/* T387 */

.t387__img {
  width:100px;
  height:100px; 
}

.t387__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.t387__title {
  margin-top: 23px;
}

.t387__descr {
  margin-top: 20px;
}

@media screen and (max-width: 960px){
  .t387__col {
    margin-bottom: 40px;
  }
} 
.t390__wrapper {
  padding: 40px 45px;
}

.t390__close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 29px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 9999999;
}

.t390__close:hover {
  opacity: .7;
}

.t390__close-line {
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.t390__close-line-first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.t390__close-line-second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t390__img {
  display: block;
  width: 100%;
}

.t390__btn {
  font-size: 14px;
  height: 52px;
  padding: 0 25px;
  margin-top: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.t390__btn.t390__btn_first {
    margin-right: 4px !important
}

.t390__btn-wrapper, .t390__social {
  margin-top: 16px;
}

.t390__uptitle {
  margin-bottom: 12px;
}

.t390__descr {
  margin-top: 17px;
}

@media screen and (max-width: 960px) {
  .t390__wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .t390__wrapper {
    padding: 20px;
  }
  .t390__btn {
    font-size: 12px;
    height: 44px;
    padding: 0 18px;
  }

  .t390__btn-wrapper, .t390__social {
    margin-top: 16px;
  }

  .t390__uptitle {
    margin-bottom: 6px;
  }

  .t390__descr {
    margin-top: 8px;
  }
}

/* T390 */

.t390 .ya-share2__container_size_m .ya-share2__icon {
  width: 26px;
  height: 26px;
}

.t390 .ya-share2__list {
  margin-bottom: 0;
}

.t390__circle-lg .ya-share2__container_size_m .ya-share2__icon {
  width: 34px !important;
  height: 34px !important;
  background-size: 34px 34px !important;
}

.t390__circle-lg .ya-share2__container_size_m .ya-share2__counter {
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 9px 0 9px;
}

.t390__circle-lg .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -9px;
}

.t390__circle-xl .ya-share2__container_size_m .ya-share2__icon {
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}

.t390__circle-xl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 14px;
  line-height: 1.3;
  padding: 13px 11px 0 11px;
}

.t390__circle-xl .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -11px;
}
  
.t390__circle-xxl .ya-share2__container_size_m .ya-share2__icon {
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px !important;
}

.t390__circle-xxl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 16px;
  line-height: 1.3;
  padding: 17px 14px 0 14px;
}

.t390__circle-xxl .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -14px;
}

.t390__black-white .ya-share2__badge {
  background-color: #111 !important;
}

.t390__transp-white .ya-share2__badge {
  background-color: transparent !important;
}

.t390__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
  display: none;
}

.t390__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0 !important;
  margin-top: 1px;
}

.t390__circle-lg.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}

.t390__circle-xl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}

.t390__circle-xxl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}

.t390__circle-xl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}

.t390__circle-xxl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}

.t390__white-black .ya-share2__badge {
  background-color: #fff !important;
}

.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t390__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}

.t390__white-black .ya-share2__counter:before {
  background-color: #222;
}

.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 24px 24px;
}

.t390__transp-black .ya-share2__badge {
  background-color: transparent !important;
}

.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.t390__circle-lg.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}

.t390__circle-xl.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px;
}

.t390__circle-xxl.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px;
}

.t390__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0 !important;
  margin-top: 1px;
}

.t390__transp-black .ya-share2__counter:before {
  display: none;
}

.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 24px 24px;
}



 
/* t393 */

.t393 {
    transition: background-color 300ms linear;
}

.t393.t393__beforeready {
    visibility: hidden;
}

.t393 .t393__wrapper {
    position: relative;
    min-height: 20px;
}

.t393 .t393__submit {
    font-family: 'FuturaPT',Arial,sans-serif;
    text-align: center;
    border: 0 none;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
}

.t393.t393__positionabsolute {
    position: absolute;
    z-index: 99999;
}

.t393.t393__positionfixed {
    position: fixed;
    z-index: 99999;
}

.t393.t393__positionstatic {
    position: static;
}

.t393 .t393__submit_size_sm {
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.t393 .t393__submit_size_lg {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

.t393 .t393__submit_size_xl {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding-left: 35px;
    padding-right: 35px;
}

.t393 .t393__submit_size_xxl {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    padding-left: 45px;
    padding-right: 45px;
}

@media screen and (max-width: 980px) {
    .t393 {
        position: static;
        text-align: center;
        display: block;
        margin: 0;
        padding: 20px;
        height: auto !important;
    }

    .t393.t393__positionabsolute,
    .t393.t393__positionfixed,
    .t393.t393__positionstatic {
        position: static;
    }
} 
.t396{
}

.t396__iframe{
	z-index:10000;
	background-color:#fff;
	width: 100vw;
	height: 100vh;
	position:fixed;
	top:0px;
	left:0px;
	border:0px;
}

.t396__body_overflow_hidden{
	overflow:hidden;
}

.t396__display_none{
	display:none;
}

.t396__artboard{
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}

.t396__artboard.rendering .tn-elem{
	visibility: hidden;
}

.t396__artboard.rendered .tn-elem{
	visibility: visible;
}

.t396__carrier{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	width:100%;
	height:100vh;
	-moz-transform: unset;
}

.t396__filter{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:100%;
	height:100vh;
	transform: translateZ(0);
}

.t396__elem{
	position:absolute;
	box-sizing: border-box;
	display: table;
}

.t396 .tn-atom{
	display: table-cell;
	vertical-align: middle;	
	width:100%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

.t396 a.tn-atom{
	text-decoration:none;
}

.t396 .tn-atom__img{
	width:100%;
	display:block;
}

.t396 .tn-atom__html{
    vertical-align: top;	
}

.t396 .tn-atom__pin{
    border-radius:1000px;
    border-style:solid;
}

.t396 .tn-atom__pin_onclick{
    cursor:pointer;
}

.t396 .tn-atom__tip{
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 90vw;
    padding: 15px;
    display: none;
}

.t396 .tn-atom__pin:hover .tn-atom__tip{
    display: none;
}

.t396 .tn-atom__tip-img{
	width:100%;
	display:block;
	margin-bottom:10px;
}

.t396 .tn-atom__tip[data-tip-pos=top] {
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.t396 .tn-atom__tip[data-tip-pos=bottom] {
    top: 100%;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.t396 .tn-atom__tip[data-tip-pos=left] {
    right: 100%;
    margin-right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.t396 .tn-atom__tip[data-tip-pos=right] {
    left: 100%;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.t396__ui{
	position:absolute;
	top:16px;
	left:196px;
	background-color:#fa876b;
	color:#000 !important;
	height:30px;
	line-height:30px;
	width:100px;
	z-index:1000;
	text-align:center;
	border-radius:3px;
	display:none;
	font-size:14px;
}
 
/* T400 */

.t400__off {
    display: none !important;
}

.t400 .t400__submit-overflowed {
    line-height: 1.1 !important;
}

.t400 .t400__text {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 5px;
}

.t400 .t400__wrapone {
    position: relative;
}

.t400 .t400__wraptwo {
    position: relative;
    z-index: 1;
    text-align: center;
}

.t400 .t400__submit {
    font-family: 'FuturaPT',Arial,sans-serif;
    text-align: center;
    line-height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: bold;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
}

.t400 .t400__submit_size_sm {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.t400 .t400__submit_size_lg {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px;
}

.t400 .t400__submit_size_xl {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px;
}

.t400 .t400__submit_size_xxl {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px;
}

.t400 .t400__submit_size_sm .t400__text {
    height: 30px;
}

@media screen and (max-width: 640px) {
    .t400 .t400__submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 20px;
        margin-right: 20px;
        -webkit-border-radius: 0px;
    }

    .t400 .t400__submit_size_lg,
    .t400 .t400__submit_size_xl,
    .t400 .t400__submit_size_xxl {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .t400 .t400__submit_size_lg .t400__text,
    .t400 .t400__submit_size_xl .t400__text,
    .t400 .t400__submit_size_xxl .t400__text {
        height: 60px;
    }
} 
/* T412 */

.t412 {
  text-align: center;
}

.t412__img {
  margin-bottom: 30px;
  width:100px;
  height:100px; 
}

.t412__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.t412__title {
  margin-bottom: 25px;
    padding: 0 25px;
}

.t412__descr {
  font-size: 16px;
  line-height: 25px;
  padding: 0 25px;  
  padding-bottom: 3px;
  padding-top: 1px;
}

.t412__content{
  border: 0px solid #000000;
  padding: 35px 0 48px 0;
  box-sizing: border-box;
}

.t412__wrapper{
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.t412__btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
}

.t412__buttonwrapper {
  display: block;
}

@media screen and (max-width: 960px){
.t412__col {
  max-width: 100%;
  margin-bottom: 40px;
  height: auto !important;
  border:none;
}
}
 
.t416__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: .7;
}

.t416__content {
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-30%) scale(.9);
  -ms-transform: translateY(-30%) scale(.9);
  -webkit-transform: translateY(-30%) scale(.9);
  -o-transform: translateY(-30%) scale(.9);
  transform: translateY(-30%) scale(.9);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  right: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
}

.t416__content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
}

.t416__content.t416__content_static {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -moz-transform: translateY(30%) scale(.9);
  -ms-transform: translateY(30%) scale(.9);
  -webkit-transform: translateY(30%) scale(.9);
  -o-transform: translateY(30%) scale(.9);
  transform: translateY(30%) scale(.9);
}

.t416__content.t416__content_static {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.t416__nowidth .t416__mainblock {
  padding: 0 66px;
}

.t416__nowidth.t416__content_static .t416__mainblock {
  padding: 0 46px;
}

@media screen and (max-width: 640px) {
  .t416__mainblock {
    padding: 0 20px;
  }
  .t416__nowidth .t416__mainblock {
    padding: 0 66px;
  }
  .t416__nowidth.t416__content_static .t416__mainblock {
    padding: 0 46px;
  }
}

.t416__wrapper iframe .i-page {
 padding: 30px;
}
 
/* T457 */

.t457__logo {
  margin-top: 30px;  
  width: 100%;
}

.t457__img {
  max-width:150px;	   
}

.t457 {
  text-align: center;
}

.t457__ul {
 text-align: center;
 list-style-type:none; 
 padding-left: 10px !important;
 padding-top: 16px;
 padding-right:10px; 
 padding-bottom:0px;  
 margin: 0px;
}

.t457__li {
 clear: both;
 font-family:'FuturaPT',Arial,sans-serif;
 color:#000000;
 font-size: 14px; 
 display:inline;
 padding-left:15px;
 padding-right:15px; 
 margin: 0px;
 font-weight: 600;
}

.t457 a {
 text-decoration:none;
} 

.t457__copyright{
 text-align: center;	
 font-family:'FuturaPT',Arial,sans-serif;
 font-size: 14px; 
 color:#000000;
 opacity: 0.70;	
 padding-top: 40px;
 padding-bottom: 10px;
}

@media screen and (max-width: 960px){
.t457__ul {
 padding-top: 16px;
}
}

@media screen and (max-width: 640px){
.t457 li {
 display: inline-block;
 margin-bottom: 20px;
}
} 
/* T474 */

.t474 .t-btn {
	margin-top: 60px;
}
 
/* t490 */

.t490 .t-section__topwrapper {
	margin-bottom: 105px;
}

.t490 .t-section__title {
	margin-bottom: 30px;
}

.t490 .t-section__descr {
	max-width: 560px;
}

.t490 .t-section__bottomwrapper {
	margin-top: 105px
}

.t490__wrapperleft{
	padding-left: 0px;
	padding-right: 0px;
}

.t490__wrappercenter{
	padding-left: 20px;
	padding-right: 20px;
}

.t490__separator {
	margin-bottom: 90px;
}

.t490__bgimg {
	margin-bottom: 25px;
	width:100px;
	height:100px;
	max-width: 100%;	
    background-size: cover;    
    background-repeat: no-repeat;    
    background-position: center;        
}

.t490__img {
	margin-bottom: 25px;
	width:100px;
	height:auto;	
	max-width: 100%;
}

.t490__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.t490 .t-name_xl {
	margin-bottom: 25px;
	margin-top:18px;
}

.t490 .t-name_sm {
	margin-bottom: 25px;
	margin-top: 12px;
}

.t490 .t-heading_md {
	margin-bottom: 25px;
	margin-top: 12px;
}

@media screen and (max-width: 960px){
.t490 .t-section__bottomwrapper {
	margin-top: 45px
}

.t490 .t-section__topwrapper {
	margin-bottom: 45px;
}

.t490 .t-section__title {
	margin-bottom: 20px;
}

.t490__col {
	margin-bottom: 45px;
}

.t490__separator {
    margin-bottom: 0px !important;
}
}
 
/* t513 */

.t513 .t-section__topwrapper {
	margin-bottom: 90px;
}

.t513 .t-section__title {
	margin-bottom: 20px;
}

.t513 .t-section__descr {
	max-width: 560px;
}

.t513 .t-section__bottomwrapper {
	margin-top: 105px;
}

.t513__row:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t513__rightcol, .t513__leftcol {
	margin-top: 45px;
	margin-bottom: 45px;
}

.t513__line {
	height: 1px;
	background: #000;
	opacity: 0.1;
}

.t513__bottommargin {
	margin-bottom: 35px;
}

.t513__personwrapper {	
	display: table;
}

.t513__persontextwrapper, .t513__personimgwrapper {
	display: table-cell;
	vertical-align: middle;
}

.t513__img {
	width:50px;
    height:50px;	
	margin-right: 20px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;			
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  	
}

@media screen and (max-width: 960px){
.t513 .t-section__bottomwrapper {
	margin-top: 90px
}

.t513 .t-section__topwrapper {
	margin-bottom: 75px;
}

.t513 .t-section__title {
	margin-bottom: 20px;
}

.t513__rightcol {
	margin-top: 0px;
}

.t513__leftcol {
	margin-bottom: 20px;
}

.t513__bottommargin {
	margin-bottom: 20px;
}
} 
/* t523 */

.t523 .t-section__topwrapper {
	margin-bottom: 90px;
}

.t523 .t-section__title {
	margin-bottom: 20px;
}

.t523 .t-section__descr {
	max-width: 560px;
}

.t523 .t-section__bottomwrapper {
	margin-top: 105px;
}

.t523__row {
	margin-bottom: 60px;
}

.t523__row:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t523__tablewrapper {
	display: table;
	width: 100%;
}

.t523__bottommargin {
	margin-bottom: 35px;
}

.t523__bottommargin_sm {
	margin-bottom: 10px;
}

.t523__time, .t523__textwrapper {
	display: table-cell;
	vertical-align: top;
}

.t523__time {
	text-align: right;
	width: 160px;
}

.t523__img {
	width: 100%;
}

.t523__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media screen and (max-width: 960px){
.t523 .t-section__bottomwrapper {
	margin-top: 90px
}

.t523 .t-section__topwrapper {
	margin-bottom: 75px;
}

.t523 .t-section__title {
	margin-bottom: 20px;
}

.t523__tablewrapper, .t523__time, .t523__textwrapper {
	display: block;
}

.t523__img {
	margin: 0 auto 25px;
    max-width: 150px;
	display: block;
}

.t523__bottommargin {
	margin-bottom: 15px;
}

.t523__time, .t523__textwrapper {
	text-align: center;
}

.t523__time {
	width: 100% !important;
	margin-top: 15px;
}
}
 
/* t524 */

.t524 .t-section__topwrapper {
	margin-bottom: 105px;
}

.t524 .t-section__title {
	margin-bottom: 40px;
}

.t524 .t-section__descr {
	max-width: 560px;
}

.t524 .t-section__bottomwrapper {
	margin-top: 105px
}

.t524__wrapperleft{
	padding-left: 0px;
	padding-right: 0px;
}

.t524__wrappercenter{
	padding-left: 20px;
	padding-right: 20px;
}

.t524__separator {
	margin-bottom: 90px;
}

.t524__itemwrapper {
	margin: 0 auto;
}

.t524__imgwrapper {
	width: 200px;
	max-width: 100%;	
	margin-bottom: 20px;
}

.t524__bgimg {
  width:100%;
  max-width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.t524__img {
	width:100%;
	max-width: 100%;
	height:auto;
}

.t524__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.t524__persdescr {
	color: #7a7a7a;
}

.t524__bottommargin_sm {
	margin-bottom: 4px;
}

.t524__bottommargin_lg {
	margin-bottom: 18px;
}

@media screen and (max-width: 960px){
.t524 .t-section__bottomwrapper {
	margin-top: 45px
}

.t524 .t-section__topwrapper {
	margin-bottom: 45px;
}

.t524 .t-section__title {
	margin-bottom: 20px;
}

.t524__separator {
    display: none;
}

.t524__container {
	font-size: 0;
}

.t524__col {
	margin-bottom: 45px;
}

.t524__col-mobstyle {
	width: 50%;
	display: inline-block;
	vertical-align: top;	
}

.t524__itemwrapper_1, .t524__itemwrapper_3 {
	max-width: 300px;
}

.t524__itemwrapper_2 {
	max-width: 460px;
}

.t524__itemwrapper_4 {
	max-width: 220px;
}
}


@media screen and (max-width: 640px){
.t524__col-mobstyle:nth-child(odd) {
    padding-left: 40px;
}

.t524__col-mobstyle:nth-child(even) {
    padding-right: 40px;
}
}


@media screen and (max-width: 480px){
.t524__col-mobstyle {
	width: 100%;
	display: block;
}

.t524__col-mobstyle:nth-child(odd) {
    padding-left: 20px;
}

.t524__col-mobstyle:nth-child(even) {
    padding-right: 20px;
}
}
 
/* t539 */

.t539 .t-section__topwrapper {
	margin-bottom: 105px;
}

.t539 .t-section__title {
	margin-bottom: 40px;
}

.t539 .t-section__descr {
	max-width: 560px;
}

.t539 .t-section__bottomwrapper {
	margin-top: 105px
}

.t539__separator {
  margin-bottom: 60px;
}

.t539__separator:after, .t539__separator:before {
  content: '';
  display: table;
  clear: both;
}

.t539__bgimg {
	width:100%;	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.t539__persdescr {
	color: #7a7a7a;
}

.t539__bottommargin_sm {
	margin-bottom: 4px;
}

.t539__bottommargin_lg {
	margin-bottom: 18px;
}

.t539__textwrapper {
	background: #fff;
	box-sizing: border-box;
}

.t539__textwr-padding {
	padding: 25px 25px 30px;
}

.t539__textwr-padding_sm {
	padding: 20px 20px 25px;
}

@media screen and (max-width: 960px){
.t539 .t-section__bottomwrapper {
	margin-top: 45px
}

.t539 .t-section__topwrapper {
	margin-bottom: 45px;
}

.t539 .t-section__title {
	margin-bottom: 20px;
}

.t539__separator {
	display: none;
}

.t539__container {
	font-size: 0;
}

.t539__col-mobstyle {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.t539__itemwrapper {
	margin: 0 auto 40px auto;
}

.t539__itemwrapper_1, .t539__itemwrapper_3 {
	max-width: 300px;
}

.t539__itemwrapper_2 {
	max-width: 460px;
}

.t539__itemwrapper_4 {
	max-width: 220px;
}

.t539__textwr-padding {
    padding: 15px 20px 20px;
}

.t539__bottommargin_lg {
	margin-bottom: 10px;
}
}


@media screen and (max-width: 640px){
.t539__col-mobstyle.t539__col_odd {
    padding-left: 40px;
}

.t539__col-mobstyle.t539__col_even {
    padding-right: 40px;
}
}


@media screen and (max-width: 480px){
.t539__col-mobstyle {
	width: 100%;
	display: block;
}

.t539__col-mobstyle.t539__col_odd {
    padding-left: 20px;
}

.t539__col-mobstyle.t539__col_even {
    padding-right: 20px;
}
} 
/* t578 */

.t578__title {
	margin-bottom: 70px;
}

.t578 .t-sociallinks {
	margin-top: 45px;
}

.t578__text {
	margin-top: 45px;
}

.t578__persdescr {
	margin-top: 4px;
	opacity: 0.7;
}

.t578 .t-sociallinks__item {
  display: inline-block;
  margin: 4px 1px 0;
}

.t578__imgwrapper {
	width: 160px;
	max-width: 100%;	
	margin-bottom: 20px;
}

.t578__bgimg {
  width:100%;
  max-width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media screen and (max-width: 960px){
.t578__imgwrapper {
	max-width: 100%;
}
} 
/* t581 */

.t581 {
	text-align: center;
}

.t581 .js-payment-systembox {
    bottom: -50px;
    top: initial;
}

.t581__wrapper{
	padding-top: 42px;
	padding-bottom: 42px;
}

.t581__title {
	color: #fff;
	margin-bottom: 25px;	
}

.t581__descr {
	color: #fff;
}

.t581__buttons{
	margin-top:70px;
}

.t581__buttons-wrapper {
	display: table;
	position: relative;
}

.t581__arrow-icon {
	width: 45px;
    position: absolute;
	left: -30px;
	transform: translateX(-100%);
	fill: #fff;
	top: 0;
    bottom: 0;
    margin: auto;
}

.t581__arrow-icon_mobile {
	display: none;
}

.t581__arrow-icon_right {
	right: -30px;
    transform: scaleX(-1);
    transform-origin: right;
	left: auto;
}

.t581__btn-size_lg{
	height:70px;
	font-size:22px;
	padding-left:70px;
	padding-right:70px;
}

.t581__btn-size_xl{
	height:80px;
	font-size:26px;
	padding-left:80px;
	padding-right:80px;
}

.t581__btn-size_xxl{
	height:100px;
	font-size:30px;
	padding-left:90px;
	padding-right:90px;
}

.t581__marginleft20px{
	margin-left:20px;
}

@media screen and (max-width: 960px){
.t581__buttons{
	margin-top:30px;
}

.t581__arrow-icon {
    display: none;
}

.t581__arrow-icon_mobile {
	display: block;
	width: 20px;
    margin: 0 auto 20px;
	fill: #fff;
}
}

@media screen and (max-width: 640px){
.t581__marginleft20px{
	margin-left:0px;
}

.t581__btn, .t581__buttons-wrapper {
	margin-bottom: 10px;
	width: 100%;
}

.t581__btn-size_lg, .t581__btn-size_xl, .t581__btn-size_xxl{
	height:60px;
	font-size:18px;
	padding-left:40px;
	padding-right:40px;
}
} 
/* t588 */

.t588 {
	text-align: center;
}

.t588__title {
	margin-bottom: 25px;
}

.t588__buttons{
	margin-top:70px;
}

.t588__buttons-wrapper {
	display: table;
	position: relative;
}

.t588__arrow-icon {
	width: 45px;
    position: absolute;
	left: -30px;
	transform: translateX(-100%);
	fill: #fff;
	top: 0;
    bottom: 0;
    margin: auto;
}

.t588__arrow-icon_mobile {
	display: none;
}

.t588__arrow-icon_right {
	right: -30px;
    transform: scaleX(-1);
    transform-origin: right;
	left: auto;
}

.t588__btn-size_lg{
	height:70px;
	font-size:22px;
	padding-left:70px;
	padding-right:70px;
}

.t588__btn-size_xl{
	height:80px;
	font-size:26px;
	padding-left:80px;
	padding-right:80px;
}

.t588__btn-size_xxl{
	height:100px;
	font-size:30px;
	padding-left:90px;
	padding-right:90px;
}

.t588__marginleft20px{
	margin-left:20px;
}

@media screen and (max-width: 960px){
.t588__buttons{
	margin-top:30px;
}

.t588__arrow-icon {
    display: none;
}

.t588__arrow-icon_mobile {
	display: block;
	width: 20px;
    margin: 0 auto 20px;
	fill: #fff;
}
}

@media screen and (max-width: 640px){
.t588__marginleft20px{
	margin-left:0px;
}

.t588__btn, .t588__buttons-wrapper {
	margin-bottom: 10px;
	width: 100%;
}

.t588__btn-size_lg, .t588__btn-size_xl, .t588__btn-size_xxl{
	height:60px;
	font-size:18px;
	padding-left:40px;
	padding-right:40px;
}
}
 
/* t594 */

.t594 .t-section__topwrapper {
	margin-bottom: 105px;
}

.t594 .t-section__title {
	margin-bottom: 40px;
}

.t594 .t-section__descr {
	max-width: 560px;
}

.t594 .t-section__bottomwrapper {
	margin-top: 105px
}

.t594__container:before {
	display:none;
}

.t594__container {	
	text-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.t594__item {
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	margin: 0;
}

.t594__item_3-in-row {
	width: 33.333%;
}
.t594__item_4-in-row {
	width: 25%;
}
.t594__item_5-in-row {
	width: 20%;
}
.t594__item_6-in-row {
	width: 16.666%;
}

.t594__linkwrapper {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.t594__img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.t594__greyonhovercolor{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.t594__greyonhovercolor:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.t594__alphaonhover{
  	opacity: 0.5;
}

.t594__alphaonhover:hover{
  	opacity: 1;
}


@media screen and (max-width: 1200px){
.t594__item {
	padding: 10px;
}
}


@media screen and (max-width: 960px){
.t594 .t-section__bottomwrapper {
	margin-top: 45px
}

.t594 .t-section__topwrapper {
	margin-bottom: 45px;
}

.t594 .t-section__title {
	margin-bottom: 20px;
}

.t594__item_4-in-row, .t594__item_5-in-row, .t594__item_6-in-row {
	width: 33.333%;
}
}


@media screen and (max-width: 640px) {
.t594__container {
	padding: 0 20px;
	box-sizing: border-box;
}
}


@media screen and (max-width: 440px) {
.t594__item_3-in-row, .t594__item_4-in-row, .t594__item_5-in-row, .t594__item_6-in-row {
	width: 50%;
}
}
 
/* t842 */

.t842 .t-section__topwrapper {
  margin-bottom: 90px;
}

.t842 .t-section__title {
  margin-bottom: 40px;
}

.t842 .t-section__descr {
  max-width: 560px;
}

.t842 .t-section__bottomwrapper {
  margin-top: 105px;
}

.t842__inner-col {
  position: relative;
}

.t842__row:not(:first-child) {
  margin-top: 40px;
}

.t842__row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.t842__bottommargin {
  margin-bottom: 15px;
}

.t842__bgwrapper {
  position: relative;
  width: 135px;
  height: 100%;
}

.t842__bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.t842__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t842__wrap_right {
  padding: 30px 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.t842__btn-container {
  margin-top: 5px;
  width: 100%;
  font-size: 0;
}

.t842__btn-container.t842__btn-container_topmargin {
  margin-top: 20px;
}

.t842__btn-wrapper {
  display: inline-block;
}

.t842__btntext-wrapper {
  display: inline-block;
}

.t842__btn {
  display: table-cell;
}


@media screen and (max-width: 960px) {
  .t842 .t-section__bottomwrapper {
    margin-top: 45px;
  }

  .t842 .t-section__topwrapper {
    margin-bottom: 45px;
  }

  .t842 .t-section__title {
    margin-bottom: 20px;
  }

  .t842__col {
    margin-bottom: 20px;
    height: auto !important;
  }

  .t842__row {
    margin-top: 20px !important;
  }

  .t842__wrap_right {
    padding-bottom: 30px;
  }

  .t842__bottommargin {
    margin-bottom: 10px;
  }

  .t842__bgwrapper {
    max-width: 150px !important;
  }

  .t842__btn-container {
    position: initial;
  }
}


@media screen and (max-width: 460px) {
  .t842__wrap {
    display: block;
  }

  .t842__wrap_right {
    padding: 20px;
  }
  
  .t842__bgwrapper.t842__bgwrapper_height {
    padding-bottom: 60%;
   }
    
  .t842__bgwrapper {
    max-width: 100% !important;
    width: 100%;
  }
}
