.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: 'Open Sans',Arial,sans-serif;
    font-weight: 400;
    color: #000000;
}

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

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

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

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

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


.t-text-impact {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 400;
    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: 'Font',Arial,sans-serif;
    font-weight: 700;
    color: #000000;
}

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

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

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

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

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


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

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

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

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

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


.t-title {
    font-family: 'Font',Arial,sans-serif;
    font-weight: 700;
    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: 'Font',Arial,sans-serif;
    font-weight: 400;
    color: #000000;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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


    .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: 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: 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: 26px;
    }

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

}


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

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

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

    .t-text_lg {
        font-size: 16px;
        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: 10px;
        line-height: 1.45;
    }

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

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

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

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

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

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


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

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

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

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

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

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

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


    .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: 10px;
    }

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

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

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

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


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

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

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

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


@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: 'Font',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: 'Font',Arial,sans-serif;
    color: #000000;
    font-size: 18px;
    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: 'Font',Arial,sans-serif;
}

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

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

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

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

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

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

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

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

.t-form__successbox {
    font-family: 'Open Sans',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;
    }
}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild3732-6666-4466-b334-663032323731/Palatino-Linotype-Re.woff') format('woff');font-weight: 100;font-style: normal;}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild3562-6261-4939-a230-376666373535/BanderaPro.woff') format('woff');font-weight: 300;font-style: normal;}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild3638-3838-4363-b139-373464663031/ProximaNova-Regular.woff') format('woff');font-weight: 400;font-style: normal;}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild6336-6332-4230-b332-393635646662/ProximaNova-Extrabld.woff') format('woff');font-weight: 500;font-style: normal;}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild3764-6432-4035-a332-393162303835/Twentytwelve-Sans-G.woff') format('woff');font-weight: 600;font-style: normal;}@font-face {font-family: 'Font';src: url('https://static.tildacdn.com/tild3966-3434-4662-b437-653138383263/ProximaNova-Bold.woff') format('woff');font-weight: 700;font-style: normal;} 
/* T107 */

.t107 {
  text-align: center;
}

.t107__width {
  vertical-align: middle;
}

.t107__widthauto {
  width:auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}

 
/* T121 */

.t121 {
}

.t121__widthauto {
	width:100%;
	max-width: 940px;
	vertical-align: middle;
}

.t121 iframe{
	display:block;
	border:0;
	padding:0;
}

.t121 .t-video-lazyload {
    background-color: #000000;
}

 
/* T102 */

.t102__title {
    font-size: 104px;
    color: #fff;
    margin: 74px 0 54px 0;
}

.t102__descr {
    color: #fff;
    padding: 0 0 30px 0;
}

.t102__descr_center {
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .t102__title {
        font-size: 70px;
        line-height: 70px;
        margin-top: 30px;
    }

    .t102__descr {
        padding: 0 120px;
    }
}

@media screen and (max-width: 640px) {
    .t102__title {
        font-size: 34px;
        line-height: 38px;
        margin-top: 30px;
    }

    .t102__descr {
        padding: 0 10px;
    }
}
 
/* T001 */

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

.t001__uptitle {
	color: #ffffff;
	padding-bottom:60px;
	padding-top:30px;
}

.t001__title {
	color: #fff;
	padding: 24px 0px 38px 0px;
	letter-spacing: 0.5px;
}

.t001__descr {
	color: #fff;
	padding: 0px 0px 30px 0px;
}

.t001__descr_center {
	max-width: 700px;
	margin: 0 auto;
}

.t001__descr_center a:not([style]) {
	color:#fff !important;
}

.t001__descr_center a {
	font-weight: 600;
}

@media screen and (max-width: 640px){
.t001__title {
	padding-left: 10px;
	padding-right: 10px;	
}
.t001__uptitle {
	padding-left: 10px;
	padding-right: 10px;	
}
.t001__descr {
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 14px;
	line-height: 20px;
}
}

 
/* T005A */

.t005A {
}

.t005A__title {
	padding-right: 50px;
	margin-top: -2px;
	padding-bottom: 34px;
}

.t005A__descr {
	margin-top: -18px;
	padding-bottom: 26px;
}

.t005A__text {
	padding-top:8px;
	padding-bottom:5px;	
}

@media screen and (max-width: 640px){
.t005A__title {
	padding-right: 0px;
}
.t005A__text {
	margin-bottom: 20px;
}
}
 
/* 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;
}

 
/* T038 */
.t038__text-impact {
  text-align: center;
  padding-top: 8px;	
  padding-bottom: 2px;		
  padding-left: 50px;
  padding-right: 50px;	
}

@media screen and (max-width: 640px){
.t038__text-impact {
	padding-left: 0px;
	padding-right: 0px;		
}
}

 
/* T050 */
.t050__uptitle {
  padding-top: 9px;
  padding-bottom: 93px;	
}

.t050__descr {
  padding-top: 50px;
  padding-bottom: 9px;
}

 
/* 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;
}
 
/* T014 */

.t014 {
    overflow: hidden;
}

.t014 .ya-share2__container_size_m .ya-share2__icon {
  width: 26px;
  height: 26px;
}

.t014 .ya-share2__list {
  margin-bottom: 0;
}

.t014__circle-lg .ya-share2__container_size_m .ya-share2__icon {
  width: 34px !important;
  height: 34px !important;
  background-size: 34px 34px !important;
}

.t014__circle-lg .ya-share2__container_size_m .ya-share2__counter {
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 9px 0 9px;
}

.t014__circle-lg .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -9px;
}

.t014__circle-xl .ya-share2__container_size_m .ya-share2__icon {
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}

.t014__circle-xl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 14px;
  line-height: 1.3;
  padding: 13px 11px 0 11px;
}

.t014__circle-xl .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -11px;
}
  
.t014__circle-xxl .ya-share2__container_size_m .ya-share2__icon {
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px !important;
}

.t014__circle-xxl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 16px;
  line-height: 1.3;
  padding: 17px 14px 0 14px;
}

.t014__circle-xxl .ya-share2__container_size_m .ya-share2__counter:before {
  margin-left: -14px;
}

.t014__black-white .ya-share2__badge {
  background-color: #111 !important;
}

.t014__transp-white .ya-share2__badge {
  background-color: transparent !important;
}

.t014__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
  display: none;
}

.t014__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0 !important;
  margin-top: 1px;
}

.t014__circle-lg.t014__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}

.t014__circle-xl.t014__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}

.t014__circle-xxl.t014__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}

.t014__circle-xl.t014__transp-white .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}

.t014__circle-xxl.t014__transp-white .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}

.t014__white-black .ya-share2__badge {
  background-color: #fff !important;
}

.t014__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==);
}

.t014__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}

.t014__white-black .ya-share2__counter:before {
  background-color: #222;
}

.t014__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=);
}

.t014__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+);
}

.t014__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;
}

.t014__transp-black .ya-share2__badge {
  background-color: transparent !important;
}

.t014__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==);
}

.t014__circle-lg.t014__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}

.t014__circle-xl.t014__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px;
}

.t014__circle-xxl.t014__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px;
}

.t014__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0 !important;
  margin-top: 1px;
}

.t014__transp-black .ya-share2__counter:before {
  display: none;
}

.t014__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=);
}

.t014__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+);
}

.t014__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;
}
 
/* T144 */

.t144 {
}

.t144__text {
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

.t144__img {
	max-width: 220px;
}

@media screen and (max-width: 960px){
.t144__img {
	margin-top: 40px;
	margin-bottom: 20px;
}
}

 
/* T148 */

.t148__title {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
  max-width: 480px;
  width:100%;
  margin-left:50px;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px){
  .t148__title{
    width:90%;
    margin-left:20px;
    margin-bottom: 20px;
  }
}

 
/* T157 */
.t157__text {
  padding-top:4px;
  padding-bottom:4px;
  border-left: 3px solid #000000;
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;	
}

 
/* T166 */

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

.t166__textsmall {
    color: #4b4b4b;
	padding-top: 11px;
	padding-bottom: 7px;
}

.t166__text {
	padding-top: 8px;	
	padding-bottom: 6px;
}

@media screen and (max-width: 960px){
.t166 .t-container{ 
	display: -webkit-block;
	display: block;
}
}
 
/* 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: 'Font',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;
    }
} 
/* T175 */

.t175 { 
}

.t175__widepadding {
	padding: 60px;
}

.t175__textwrapper {
}

.t175__title {	
	margin: 0 auto;	
}

.t175__descr {
	padding-top: 20px;
	margin: 0 auto;	
	color: #7f7f7f;
}

.t175__text {
	padding-top: 20px;
	margin: 0 auto;	

}

.t175__img {
	max-width:100%;
	margin:0 auto;	
	display: block;
}

@media screen and (max-width: 960px){
.t175__widepadding {
	padding: 20px;
}
/*.t175__img,
.t175__text
{
	margin-bottom:60px;
}*/
.t175 .t-col:first-child {
  margin-bottom: 60px;
}
}

 
/* T005 */

.t005 {
}

.t005__text {
	padding-top:8px;
	padding-bottom:5px;	
}

@media screen and (max-width: 640px){
.t005__text {
	margin-bottom: 20px;
}
}
 
/* T194 */
.t194__text {
  padding-bottom: 6px;
}

.t194 .t-align_left .t194__img {
  padding-bottom: 10px;
  padding-top: 4px;
  width: 100%;
}

.t194__sectitle {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.t194__secdescr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
}


@media screen and (max-width: 960px){
.t194 .t-align_left {
	margin-top: 20px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 640px){
.t194 .t-align_left {
	width: 100% !important;
}
}

 
/* T208 */
.t208__wrapper{
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}

.t208__textwrapper{
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;	
  padding-top: 0px;
  padding-bottom: 0px;			
}

.t208__text {
  padding-bottom:20px;
  padding-top:20px;
  color:#fff;	
}

@media screen and (max-width: 720px){
  .t208__textwrapper{
    margin: 20px 0px;	
    padding: 20px;
  }
}

 
/* t228 */

.t-menusub__menu {
    display: none;
}

.t228 {
 width:100%;
 height:80px;
 z-index: 990;
 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:'Font',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:'Font',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:'Font',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;
}
 
/* 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;
}
 
/* T251 */

.t251__wrapper {
  height: 100vh;
}

.t251__wrapper.t-container {
  padding: 0 20px;
  box-sizing: border-box;
}

.t251__container_indent {
	padding: 0 40px 0 40px;
	box-sizing: border-box;
}

.t251__col {
  float: left;
  height: 100%;
}

.t251__direction_left .t251__col {
  float: right;
}

.t251__col_left {
  width: 65%;
}

.t251__col_right {
  width: 35%;
}

.t251__block {
  display: block;
  height: 100%;
}

.t251__block.t251__block_small {
  height: 50%;
}

.t251__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.t251__wrapper:before, .t251__wrapper:after {
  display: table;
  contint: " ";
  clear: both;
}

@media screen and (max-width: 1200px){
.t251__wrapper.t-container {
  padding: 0 10px;
}
}

@media screen and (max-width: 1100px) {
  .t251__wrapper {
    height: 550px !important;
  }
}

@media screen and (max-width: 1000px) {
  .t251__wrapper {
    height: 520px !important;
  }
}

@media screen and (max-width: 960px){
  .t251__wrapper.t-container, .t251__container_indent {
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .t251__wrapper {
    height: auto !important;
  }

  .t251__col_left {
    height: 540px;
  }

  .t251__col_right {
    height: 300px;
  }

  .t251__col {
    width: 100%;
    float: none !important;
  }

  .t251__block.t251__block_small {
    width: 50%;
    float: left;
    height: 100%;
  }
}

@media screen and (max-width: 850px) {
  .t251__col_left {
    height: 480px;
  }

  .t251__col_right {
    height: 260px;
  }
}

@media screen and (max-width: 800px) {
  .t251__col_left {
    height: 440px;
  }

  .t251__col_right {
    height: 240px;
  }
}

@media screen and (max-width: 750px) {
  .t251__col_left {
    height: 400px;
  }

  .t251__col_right {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .t251__col_left {
    height: 350px;
  }

  .t251__col_right {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .t251__col_left {
    height: 300px;
  }

  .t251__col_right {
    height: 170px;
  }
}

@media screen and (max-width: 480px) {
  .t251__col_left {
    height: 270px;
  }

  .t251__col_right {
    height: 140px;
  }
}

@media screen and (max-width: 420px) {
  .t251__col_left {
    height: 230px;
  }

  .t251__col_right {
    height: 120px;
  }
}

 
/* T300 */

.t300{
	display:none;
}

.t300__tooltipster-noir {
	border-radius: 0px; 
	background: #000;
	color: #fff;
	max-width: 300px;
}

.t300__tooltipster-noir .tooltipster-content {
	padding: 18px 18px;
}

.t300__content-text a{
	color:inherit;
}

.t300__content-img img{
	width:100%;
	padding-bottom:16px;
}

.t300__content-text{
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.t300__content-title{
	font-family: 'Font',Arial,sans-serif;
	font-size: 20px;
	line-height: 28px;
	padding-bottom:4px;
	margin-top:-4px;
}

 
.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;
  }
}



 
/* T356 */

.t356__title {
	padding-top:8px;
	padding-bottom:9px;	
}
.t356__text {
	padding-top:8px;
	padding-bottom:6px;	
} 
/* t360 */

.t360__progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999999;
}
.t360__bar {
  width: 0px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  height: 2px;
}
.t360__barprogress {
  width: 70%;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.t360__barprogressfinished {
  width: 100%;
}

.t360__barprogresshidden {
  opacity: 0;
  width: 100%;
} 
/* T029 */

.t029__container {
  text-align: center;
  padding-bottom: 8px;
}

.t029__col {
  float: none;
  display: inline-block;
}

.t029__linewrapper {
  position: relative;
}

.t029__line {
  width: 100%;
  height: 1px;
  display: table-cell;
}

.t029__opacity {
  display: table-cell;
  min-width: 200px;
  height: 1px;
}

@media screen and (max-width: 600px) {
  .t029__opacity {
    min-width: 120px;
  }
}
 
.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;
}



 
/* T395 */

.t395__col {
    margin: 0 auto;
}

.t395__wrapper {
    display: table;
    width: 100%;
}

.t395__tab {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    border-right: none !important;
    position: relative;
}

.t395__tab.t395__tab_active:after {
    content: " ";
    position: absolute;
    z-index: 1;
}

.t395__tab_active:last-child:after {
    display: none;
}

.t395__title {
    padding: 0 22px;
    color: #777;
    transition: font-weight, color 0.3s ease;
}

.t395__width_12 {
    width: 12.5%;
}

.t395__width_14 {
    width: 14.28%;
}

.t395__width_16 {
    width: 16.66%;
}

.t395__width_20 {
    width: 20%;
}

.t395__width_25 {
    width: 25%;
}

.t395__width_33 {
    width: 33.3%;
}

.t395__width_50 {
    width: 50%;
}

.t395__width_100 {
    width: 100%;
}

.t395__tab_active {
    cursor: default;
}

.t395__tab_active .t395__title {
    color: #ff8562;
    padding-bottom: 18px;
    padding-top: 18px;
}

.t379__off,
.t395__off:not([data-record-type="396"]) {
    display: none !important;
}

.t395__off[data-record-type="396"] {
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t395__select {
    -webkit-appearance: none;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid;
    outline: none;
    margin: 0;
    font-size: 16px;
}

.t395__wrapper_mobile {
    position: relative;
    display: none;
}

.t395__wrapper_mobile:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t395__firefoxfix {
    width: 16px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}

.t395 .t-align_left .t395__tab_active {
    position: relative;
}

@media screen and (max-width: 960px) {
    .t395__col {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .t395__wrapper_mobile {
        display: block;
    }

    .t395__wrapper {
        display: none;
    }
    
    .t395__select {
        padding-right: 40px;
    }
}
 
.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;
}
 
.t397__col {
  margin: 0 auto;
}

.t397__wrapper {
  display: table;
  width: 100%;
}

.t397__tab {
  display: table-cell;
  cursor: pointer;
  border-bottom-color: #eee;
}

.t397__title {
  padding: 0 10px;
  color: #777;
  transition: font-weight, color 0.3s ease;
  padding-bottom: 18px;
}

.t397 .t-align_left .t397__title {
  padding-left: 0;
}

.t397 .t-align_right .t397__title {
  padding-right: 0;
}

.t397__width_12 {
  width: 12.5%;
}

.t397__width_14 {
  width: 14.28%;
}

.t397__width_16 {
  width: 16.66%;
}

.t397__width_20 {
  width: 20%;
}

.t397__width_25 {
  width: 25%;
}

.t397__width_33 {
  width: 33.3%;
}

.t397__width_50 {
  width: 50%;
}

.t397__width_100 {
  width: 100%;
}

.t397__tab_active {
  border-bottom: 1px solid #ff8562;
  cursor: default;
}

.t397__tab_active .t397__title {
  color: #ff8562;
  padding-bottom: 18px;
}

.t379__off,
.t397__off:not([data-record-type="396"]) {
    display: none !important;
}

.t397__off[data-record-type="396"] {
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t397__select {
  -webkit-appearance: none;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid;
  outline: none;
  margin: 0;
  font-size: 16px;
}

.t397__wrapper_mobile {
  position: relative;
  display: none;
}

.t397__wrapper_mobile:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t397__firefoxfix {
  width: 16px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  pointer-events: none;
}

.t397 .t-align_left .t397__tab_active {
  position: relative;
}

@media screen and (max-width: 960px) {
  .t397__col {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .t397__col.t-width_8 {
    max-width: 640px;
  }

  .t397__wrapper_mobile {
    display: block;
  }

  .t397__wrapper {
    display: none;
  }
  
  .t397__select {
      padding-right: 40px;
  }
}
 
/* 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: 'Font',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;
    }
} 
/* T407 */

.t407__wrapper {
  display: table;
  width: 100%;
}

.t407__col {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.t407__col:hover {
  opacity: .9;
}

.t407__textwrapper {
  padding: 40px;
}

.t407__uptitle,
.t407__title,
.t407__descr {
  color: #fff;
}

.t407__uptitle {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.t407__descr {
  margin-top: 14px;
}

@media screen and (max-width: 960px) {
  .t407__textwrapper {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  .t407__col {
    display: block;
    text-align: left;
    width: 100%;
  }
  .t407__oneblock .t407__col {
    display: none;
  }
  .t407__oneblock .t407__col_notempty {
    display: block;
  }
  .t407__oneblock,
  .t407__textwrapper {
    text-align: left;
  }
} 
/* T410 */

.t410 .jx-image .jx-label {
  font-family: 'Font',Arial,sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: .25em 0.6em;
}

.t410 .jx-image img {
    width: auto;
}

.t410__wrapper {
  position: relative;
}

.t410 .juxtapose {
  width: 100% !important;
}

.t410 .jx-knightlab {
  display: none !important;
}

.t410__mobile_left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.t410__mobile_right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
} 
/* 418 */

.t418 {
  overflow: hidden;
}

.t418__gallery {
  position: relative;
}

.t418__wrapper {
  position:relative;
  z-index: 1;
  margin: 0 auto;
}

.t418__slider {
  position:relative;
  margin: 0 auto;
}

.t418__slidecontainer {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;   
  list-style:none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: -webkit-grab; cursor: -moz-grab;
}

.t418__item {
  float:left;
  position:relative;
  height: 100%;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.t418__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.t418__control{
  position:absolute;
  top:0;
  bottom: 0;
  cursor:pointer; 
  background:transparent;
}

.t418__next {
  right: 0;
  z-index: 2;
  width: 75%;
}

.t418__previous {
  left: 0;
  z-index: 3;
  width: 25%;
}

.t418__height.t-width_6 {
  width: 560px !important;
  max-width: 560px !important;
}

.t418__height.t-width_7 {
  width: 660px !important;
  max-width: 660px !important;
}

.t418__height.t-width_8 {
  width: 760px !important;
  max-width: 760px !important;
}

.t418__height.t-width_9 {
  width: 860px !important;
  max-width: 860px !important;
}

.t418__height.t-width_10 {
  width: 960px !important;
  max-width: 960px !important;
}

.t418__height.t-width_11 {
  width: 1060px !important;
  max-width: 1060px !important;
}

.t418__height.t-width_12 {
  width: 1160px !important;
  max-width: 1160px !important;
}
 
/* T464 */

.t464__descr ul {
  padding: 0 !important;
  margin: 0;
}

.t464__descr li {
  display: block;
  margin-bottom: 10px;
}

.t464__descr li:last-child {
  margin-bottom: 0;
}

.t464__title {
  margin-bottom: 14px;
  color: #fff;
}

.t464__title a, .t464__descr a {
  color: inherit !important;
}

.t464__floatbeaker_lr3{
  display: none;
}

.t464__title_uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t464__logo {
  display: block;
  max-width: 120px;
  width: 100%;
}

.t464__text {
  color: #525252;
  margin-top: 40px;  
}

@media screen and (max-width: 960px) {
  .t464__col {
    max-width: 320px;
    display: inline;
    float: left;
    margin-bottom: 30px;
  }
  .t464__floatbeaker_lr3{
    display: block;
    width:100%;
    content:" ";
    clear: both;
  }
}

@media screen and (max-width: 640px) {
  .t464__col {
    max-width: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 464px) {
  .t464__col {
    max-width: 100%;
    width: 100%;
  }
}
 
/* t469 */

.t469__title {
	margin-bottom: 40px;
}

.t469__descr {
	margin-top: 40px;
}

.t469 .t-btn {
	margin-top: 60px;
}

.t469__line {
  max-width: 100px;
  width: 100%;
  height: 3px;
  background-color: #000;  
}
 
/* T474 */

.t474 .t-btn {
	margin-top: 60px;
}
 
/* T476 */

.t476__title {
  margin-bottom: 29px;
}

.t476__descr {
  margin-top: 31px;
}

.t476__col {
  margin: 0 auto;
}

.t476__wrapper {
  padding: 40px 0;
}

.t476__line {
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #666;
  margin: 0 auto;
}

.t476__content {
  background-color: #fff;
  padding: 80px 86px 85px;
}

@media screen and (max-width: 680px) {
  .t476__wrapper {
    padding: 40px 20px;
  }

  .t476__content {
    padding: 30px 20px 35px;
  }
} 
/* t514 */

.t514 .t-section__topwrapper {
	margin-bottom: 90px;
}

.t514 .t-section__title {
	margin-bottom: 20px;
}

.t514 .t-section__descr {
	max-width: 560px;
}

.t514 .t-section__bottomwrapper {
	margin-top: 105px;
}

.t514__leftcol {
	min-height: 1px;
}

.t514__row:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t514__righttablewrapper {
	position: relative;
}

.t514__bottommargin {
	margin-bottom: 30px;
}

.t514__timelinewrapper {
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 16px;	
}

.t514__sectiontextwrapper {
	display: table-cell;
	padding-left: 40px;	
}

.t514__textwr-bottompadding {
	padding-bottom: 90px;
}

.t514__circlewrapper {
	background: transparent;
    z-index: 100;
    position: absolute;    
	padding: 4px 0;
}

.t514__circle {
	width: 12px;
	height: 12px;
	border: 2px solid #d4d4d4;
	border-radius: 50%;	
}

.t514__rightcol_1 .t514__line {
    top: 28px !important;
}

.t514__line {
	width: 2px;
    position: absolute;
    top: 0px;
    left: 7px;
	right: 0;
	bottom: 0px;    
    background: #d4d4d4;
}

.t514__time_mobile {
	display: none;
}

@media screen and (max-width: 1200px){
.t514__sectiontextwrapper {
	padding-left: 20px;
}
}

@media screen and (max-width: 960px){
.t514 .t-section__bottomwrapper {
	margin-top: 90px
}

.t514 .t-section__topwrapper {
	margin-bottom: 75px;
}

.t514 .t-section__title {
	margin-bottom: 20px;
}

.t514__bottommargin {
	margin-bottom: 15px;
}

.t514__textwr-bottompadding {
	padding-bottom: 75px;
}

.t514__leftcol {
	display: none;
}

.t514__time_mobile {
	display: block;
}

.t514__circlewrapper {
	top: -2px !important;
}

.t514__rightcol_1 .t514__line {
    top: 20px !important;
}

.t514__line {
    top: 0px !important;
}
} 
/* T533 */

.t533 {
  visibility: hidden;
}

.t533 .t-section__topwrapper {
  margin-bottom: 90px;
}

.t533 .t-section__title {
  margin-bottom: 40px;
}

.t533 .t-section__descr {
  max-width: 560px;
}

.t533 .t-section__bottomwrapper {
  margin-top: 55px
}

.t533__separator {
  margin-bottom: 50px;
}

.t533__separator:after, .t533__separator:before {
  content: '';
  display: table;
  clear: both;
}

.t533__col {
  padding-top: 50px;
}

.t533__content {
  position: relative;
}

.t533__textwrapper {
  background: #F7F7F7;
  padding: 68px 30px 30px;
}

.t533__img {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: cover;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.t533__uptitle {
  color: #777;
}

.t533__descr {
  margin-top: 12px;
}

@media screen and (max-width: 960px) {
  .t533__col.t-col_3,
  .t533__col.t-col_4,
  .t533__col.t-col_6 {
    width: 100%;    
    max-width: 580px;
    display: table;
    vertical-align: middle;
    margin: 0 auto 50px;
    float: none;    
  }

  .t533 .t-section__bottomwrapper {
    margin-top: 0;
  }

  .t533 .t-section__topwrapper {
    margin-bottom: 40px;
  }

  .t533 .t-section__title {
    margin-bottom: 20px;
  }

  .t533__separator {
    margin-bottom: 0;
  }

  .t533__col {
    margin-bottom: 40px;
  }
}






 
/* T552 */

.t552__container {
    font-size: 0;
    min-height: 1px;
}

.t552__container.t-container {
    padding: 0 20px;
    box-sizing: border-box;
}

.t552__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box;
}

.t552__container_overflow {
    overflow: hidden;
}

.t552__tile {
    display: inline-block;
    vertical-align: bottom;
}

.t552__tile_25 {
    width: 25%;
}

.t552__tile_50 {
    width: 50%;
}

.t552__tile_33 {
    width: 33.3333%;
}

.t552__tile_100 {
    width: 100%;
}

.t552__blockimg {
    width: 100%;
    height: 240px;
}

.t552__blockimg_animated {
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.t552__blockimg_animated:hover {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.45);
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated {
    -webkit-transform-origin: right;
    transform-origin: right;
}

.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated {
    -webkit-transform-origin: left;
    transform-origin: left;
}

.t552__tile.t-tile_100 .t552__blockimg_animated {
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover,
.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}


@media screen and (max-width: 1200px) {
    .t552__container.t-container {
        padding: 0 10px;
    }
}


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

    .t552__container.t-container,
    .t552__container_indent {
        padding: 0 20px;
    }

    .t552__blockimg_animated {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

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

    .t552__tile_50,
    .t552__tile_33,
    .t552__tile_25 {
        width: 50%;
        width: calc(50%);
    }
}
 
/* T585 */

.t585__header {
    position: relative;
    cursor: pointer;
    padding: 27px 50px 27px 0;
    border-top: 1px solid #eee;
}

.t585__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 8px;
    transition: opacity ease-in-out .2s;
}

.t585__icon-hover {
    opacity: 0;
}

.t585__header:hover .t585__icon {
    opacity: 0;
}

.t585__header:hover .t585__icon-hover {
    opacity: 1;
}

.t585__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.t585__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 1;
}

.t585__opened .t585__lines {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    transition: all ease-in-out .3s;
}

.t585__content {
    display: none;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
}

.t585__textwrapper {
    padding: 0 0 20px;
}

.t585__text {
    margin-bottom: 20px;
}

.t585__img {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.t585__border {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

@media screen and (max-width: 960px) {
    .t585 .t-col_4:not(:last-child) .t585__border {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .t585__header {
        padding-top: 15px;
        padding-bottom: 14px;
    }

    .t585__text {
        margin-bottom: 15px;
    }
    
    .t585__text > a {
        word-break: break-word;
    }

    .t585__textwrapper {
        padding: 0 0 10px;
    }
}
 
/* 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;
}
}
 
/* t602 */

.t602__indicator {
	width: 0%;
	height: 4px;
	background: #199c68;
	position: fixed;
	top: 0;
	-webkit-transition: width .6s ease;
  	-o-transition: width .6s ease;
  	transition: width .6s ease;
	z-index: 99999;
}

@media screen and (max-width: 960px){
.t602__indicator {
  top: 0 !important;
}
}
 
/* T603 */

.t603__container {
  font-size: 0;
  min-height: 1px;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
}

.t603__container_indent {
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

.t603__tile {
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 0px 10px;
  box-sizing: border-box;
}

.t603__tile_25 {
  width: 25%;
}
.t603__tile_50 {
  width: 50%;
}
.t603__tile_33 {
  width: 33.3333%;
}
.t603__tile_100 {
  width: 100%;
}

.t603__title {
  padding-bottom: 8px;
}

.t603__descr {
  padding-bottom: 8px;
}

.t603__textwrapper {
  margin: 10px 0 10px 0;
}

.t603__blockimg{
  width: 100%;
}

.t603__blockimg_16-9 {padding-bottom: 56%;}
.t603__blockimg_4-3 {padding-bottom: 75%;}
.t603__blockimg_3-2 {padding-bottom: 66%;}
.t603__blockimg_1-1 {padding-bottom: 100%;}
.t603__blockimg_2-3 {padding-bottom: 150%;}
.t603__blockimg_3-4 {padding-bottom: 133%;}
.t603__blockimg_9-16 {padding-bottom: 177%;}

@media screen and (max-width: 1200px){
.t603__container.t-container {
  padding: 0px 0px 20px 0px;
}
}

@media screen and (max-width: 960px){
    .t603__container.t603__container_indent {
      padding: 0 15px 0 15px;
    }
    
    .t603__tile_33, .t603__tile_25 {
      width: 50%;
    }
    
    .t603__container {
      padding: 0px 5px 10px 5px;
    }
    
    .t603__container.t-container {
      padding: 0px 15px 10px 15px;
    }
    
    .t603__tile {
      padding: 10px 5px 0px 5px;
    }
    
    /* Fix scroll on iOs */
    @supports (-webkit-touch-callout: none) {
        .t603__container {
          border: 1px solid transparent;
        }
    }
}
 
.t604__imgwrapper {
  position: relative;
}

.t604__imgwrapper .t-slds__bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.t604 .t-slds__items-wrapper, .t604 .t-slds__container {
  overflow: visible;
}

.t604 .t-slds__wrapper {
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}

.t604 .t-slds__item .t-slds__wrapper {
    opacity: .3;
}

.t604 .t-slds__item_active .t-slds__wrapper {
    opacity: 1 !important;
}

.t604 .t-slds__item:first-child, .t604 .t-slds__item:last-child {
  pointer-events: none;
}

.t604__hidearrows .t-slds__arrow {
  opacity: 0 !important;
}

.t604__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.t604__play_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

.t604__play:hover .t604__play_icon {
  -moz-transform: translateY(-50%) scale(1.15);
  -ms-transform: translateY(-50%) scale(1.15);
  -webkit-transform: translateY(-50%) scale(1.15);
  -o-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

.t604__frame {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .t604 .t-slds__wrapper {
    padding: 0 !important;
  }
} 
/* t607 */

.t607 {
    z-index: 1000;
    position: fixed;
    right: 0;
	margin-right: 20px;
}

.t607__middle-pos {
    top: 50%;
    transform: translateY(-50%);
}
.t607__bottom-pos {
	bottom: 100px;
}
.t607__top-pos {
	top: 100px;
}


.t607 ul{
    list-style-type:none;
    margin: 0;
    padding: 0 !important;
}

.t607__list_item {
    padding: 6px 0;
}


.t607 .t-menu__link-item {
	position: relative;
	display: table;
}

.t607 .t-menu__link-item .t607__dot{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out all;
  	transition: .3s ease-in-out all;
	box-sizing: border-box;
}


.t607__tooltip {
	visibility: hidden;
	opacity: 0;
	color: #000;
	padding: 0 18px;
	position: absolute;
	white-space: nowrap;
	-webkit-transition: .3s ease-in-out opacity, .3s ease transform, .3s ease visibility;
  	transition: .3s ease-in-out opacity, .3s ease transform, .3s ease visibility;
}
.t607__tooltip {
	right: 10px;
	-webkit-transform: translateX(-20%) translateY(-50%);
	transform: translateX(-20%) translateY(-50%);
	top: 50%;
}


.t607__tooltip::after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
}
.t607__tooltip::after {
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}


.t607 .t-menu__link-item:hover .t607__tooltip {
	visibility: visible;
	opacity: 1;
}
.t-menu__link-item:hover .t607__tooltip {
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}


@media screen and (max-width: 960px){
.t607 {
  display: none;
}
}
 
/* t635 */

.t635__textholder {
	display: none;
}

.t635__typing-text {	
}

.typed-cursor{
	display: inline-block;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
 
/* t650 */

.t650 .t-section__topwrapper {
    margin-bottom: 90px;
}

.t650 .t-section__title {
    margin-bottom: 20px;
}

.t650 .t-section__descr {
    max-width: 560px;
}

.t650 .t-section__bottomwrapper {
    margin-top: 105px;
}

.t650 .t650__inner-col {
    position: relative;
}

.t650 .t650__row:not(:first-child) {
    margin-top: 40px;
}

.t650 .t650__row:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t650 .t650__bottommargin {
    margin-bottom: 10px;
}

.t650 .t650__text {
    padding: 30px 30px 40px;
}

.t650 .t650__btn-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.t650 .t650__btn-wrapper {
    padding: 0px 30px 30px;
    display: inline-block;
}

.t650 .t650__btntext-wrapper {
    padding: 0px 30px 20px;
    display: inline-block;
}

.t650 .t650__submit {
    display: table-cell;
}


@media screen and (max-width: 960px) {
    .t650 .t-section__bottomwrapper {
        margin-top: 90px
    }

    .t650 .t-section__topwrapper {
        margin-bottom: 75px;
    }

    .t650 .t-section__title {
        margin-bottom: 20px;
    }

    .t650 .t650__col {
        margin-bottom: 20px;
        height: auto !important;
    }

    .t650 .t650__row {
        margin-top: 20px !important;
    }

    .t650 .t650__bottommargin {
        margin-bottom: 15px;
    }

    .t650 .t650__text {
        padding-bottom: 30px;
    }

    .t650 .t650__btn-container {
        position: initial;
    }
} 
/* t660 */

.t660__container_indent {
	padding: 0 40px 0 40px;
	box-sizing: border-box;
}

.t660__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}

.t660__row_indent-10px {padding: 0px 10px 10px 10px;}
.t660__row_indent-20px {padding: 0px 20px 20px 20px;}
.t660__row_indent-40px {padding: 0px 40px 40px 40px;}
.t660__row_indent-10px:first-child {padding-top: 10px;}
.t660__row_indent-20px:first-child {padding-top: 20px;}
.t660__row_indent-40px:first-child {padding-top: 40px;}
.t660_no-bottom-indent .t660__row:last-child {padding-bottom: 0px !important;}
.t-container .t660__row {padding-left: 20px; padding-right: 20px;}
.t660__container_indent .t660__row {padding-left: 0px !important; padding-right: 0px !important;}

.t660__tile {
	display: inline-block;
	box-sizing: border-box;
}

.t660__tile_sm {width: 33.33%;}
.t660__tile_md {width: 50%;}
.t660__tile_lg {width: 66.66%; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.t660__tile_xl {width: 100%;}

.t660__tile_sm .t660__bgimg, .t660__tile_md .t660__bgimg {padding-bottom: 100%;}
.t660__tile_lg .t660__bgimg {flex: 1;}
.t660__tile_xl .t660__bgimg {padding-bottom: 65%;}

.t660__row_indent-10px .t660__bgimg_wrapper:first-child {margin-bottom: 10px;}
.t660__row_indent-10px .t660__tile_sm_left {padding-right: 7px;}
.t660__row_indent-10px .t660__tile_lg_right {padding-left: 3px;}
.t660__row_indent-10px .t660__tile_lg_left {padding-right: 3px;}
.t660__row_indent-10px .t660__tile_sm_right {padding-left: 7px;}
.t660__row_indent-10px .t660__tile_md_left {padding-right: 5px;}
.t660__row_indent-10px .t660__tile_md_right {padding-left: 5px;}

.t660__row_indent-20px .t660__bgimg_wrapper:first-child {margin-bottom: 20px;}
.t660__row_indent-20px .t660__tile_sm_left {padding-right: 13px;}
.t660__row_indent-20px .t660__tile_lg_right {padding-left: 7px;}
.t660__row_indent-20px .t660__tile_lg_left {padding-right: 7px;}
.t660__row_indent-20px .t660__tile_sm_right {padding-left: 13px;}
.t660__row_indent-20px .t660__tile_md_left {padding-right: 10px;}
.t660__row_indent-20px .t660__tile_md_right {padding-left: 10px;}

.t660__row_indent-40px .t660__bgimg_wrapper:first-child {margin-bottom: 40px;}
.t660__row_indent-40px .t660__tile_sm_left {padding-right: 26px;}
.t660__row_indent-40px .t660__tile_lg_right {padding-left: 14px;}
.t660__row_indent-40px .t660__tile_lg_left {padding-right: 14px;}
.t660__row_indent-40px .t660__tile_sm_right {padding-left: 26px;}
.t660__row_indent-40px .t660__tile_md_left {padding-right: 20px;}
.t660__row_indent-40px .t660__tile_md_right {padding-left: 20px;}


@media screen and (max-width: 1200px){
	.t-container .t660__row {padding-left: 10px; padding-right: 10px;}
}


@media screen and (max-width: 960px){
	.t660__container_indent, .t-container .t660__row {padding-left: 20px; padding-right: 20px;}	

	.t660__row_indent-20px {padding: 0px 10px 10px 10px;}
	.t660__row_indent-40px {padding: 0px 20px 20px 20px;}
	.t660__row_indent-20px:first-child {padding-top: 10px;}
	.t660__row_indent-40px:first-child {padding-top: 20px;}

	.t660__row_indent-20px .t660__bgimg_wrapper:first-child {margin-bottom: 10px;}
	.t660__row_indent-20px .t660__tile_sm_left {padding-right: 7px;}
	.t660__row_indent-20px .t660__tile_lg_right {padding-left: 3px;}
	.t660__row_indent-20px .t660__tile_lg_left {padding-right: 3px;}
	.t660__row_indent-20px .t660__tile_sm_right {padding-left: 7px;}
	.t660__row_indent-20px .t660__tile_md_left {padding-right: 5px;}
	.t660__row_indent-20px .t660__tile_md_right {padding-left: 5px;}

	.t660__row_indent-40px .t660__bgimg_wrapper:first-child {margin-bottom: 20px;}
	.t660__row_indent-40px .t660__tile_sm_left {padding-right: 13px;}
	.t660__row_indent-40px .t660__tile_lg_right {padding-left: 7px;}
	.t660__row_indent-40px .t660__tile_lg_left {padding-right: 7px;}
	.t660__row_indent-40px .t660__tile_sm_right {padding-left: 13px;}
	.t660__row_indent-40px .t660__tile_md_left {padding-right: 10px;}
	.t660__row_indent-40px .t660__tile_md_right {padding-left: 10px;}
}
 
/* t662 */

.t662__container_indent {
	box-sizing: border-box;
	padding: 0 40px 0 40px;
}

.t662__row {
	font-size: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.t662__row_indent-0px {padding-bottom: 0px;}
.t662__row_indent-10px {padding: 0px 10px 10px 10px;}
.t662__row_indent-20px {padding: 0px 20px 20px 20px;}
.t662__row_indent-40px {padding: 0px 40px 40px 40px;}
.t662__row_indent-10px:first-child {padding-top: 10px;}
.t662__row_indent-20px:first-child {padding-top: 20px;}
.t662__row_indent-40px:first-child {padding-top: 40px;}
.t662_no-bottom-indent .t662__row:last-child {padding-bottom: 0px !important;}
.t-container .t662__row {padding-left: 20px; padding-right: 20px;}
.t662__container_indent .t662__row {padding-left: 0px !important; padding-right: 0px !important;}


.t662__tile {
	display: inline-block;
	box-sizing: border-box;
	height: inherit;
}

.t662__tile_sm {width: 33.33%; 	display: -webkit-flex; display: -ms-flexbox; display: flex;}
.t662__tile_lg {width: 66.66%;}
.t662__tile_xl {width: 100%;}

.t662__tile_lg .t662__bgimg {padding-bottom: 66%;}
.t662__tile_sm .t662__bgimg {flex: 1;}
.t662__tile_xl .t662__bgimg {padding-bottom: 56%;}

.t662__row_indent-10px .t662__tile_sm_left {padding-right: 7px;}
.t662__row_indent-10px .t662__tile_lg_right {padding-left: 3px;}
.t662__row_indent-10px .t662__tile_lg_left {padding-right: 3px;}
.t662__row_indent-10px .t662__tile_sm_right {padding-left: 7px;}

.t662__row_indent-20px .t662__tile_sm_left {padding-right: 13px;}
.t662__row_indent-20px .t662__tile_lg_right {padding-left: 7px;}
.t662__row_indent-20px .t662__tile_lg_left {padding-right: 7px;}
.t662__row_indent-20px .t662__tile_sm_right {padding-left: 13px;}

.t662__row_indent-40px .t662__tile_sm_left {padding-right: 26px;}
.t662__row_indent-40px .t662__tile_lg_right {padding-left: 14px;}
.t662__row_indent-40px .t662__tile_lg_left {padding-right: 14px;}
.t662__row_indent-40px .t662__tile_sm_right {padding-left: 26px;}


@media screen and (max-width: 1200px){
	.t-container .t662__row {padding-left: 10px; padding-right: 10px;}
}


@media screen and (max-width: 960px){
	.t662__container_indent, .t-container .t662__row {padding-left: 20px; padding-right: 20px;}

	.t662__row_indent-20px {padding: 0px 10px 10px 10px;}
	.t662__row_indent-40px {padding: 0px 20px 20px 20px;}
	.t662__row_indent-20px:first-child {padding-top: 10px;}
	.t662__row_indent-40px:first-child {padding-top: 20px;}

	.t662__row_indent-20px .t662__tile_sm_left {padding-right: 7px;}
	.t662__row_indent-20px .t662__tile_lg_right {padding-left: 3px;}
	.t662__row_indent-20px .t662__tile_lg_left {padding-right: 3px;}
	.t662__row_indent-20px .t662__tile_sm_right {padding-left: 7px;}

	.t662__row_indent-40px .t662__tile_sm_left {padding-right: 13px;}
	.t662__row_indent-40px .t662__tile_lg_right {padding-left: 7px;}
	.t662__row_indent-40px .t662__tile_lg_left {padding-right: 7px;}
	.t662__row_indent-40px .t662__tile_sm_right {padding-left: 13px;}
}
 
.t665__col {
  margin-bottom: 30px;
}

.t665__col:last-child {
  margin-bottom: 0 !important;
}

.t665__answer, .t665__question {
  padding: 28px 40px 27px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.t665__question {
  margin-bottom: 30px;
}

.t665__question {
  background: #222;
}

.t665__question .t665__question-name, .t665__question .t665__question-text {
  color: #fff;
}

.t665__answer {
  background: #eee;
}

.t665__tail_left {
  position: absolute;
  left: 17px;
  bottom: -20px;
}

.t665__tail_right {
  position: absolute;
  right: 17px;
  bottom: -20px;
  z-index: 1;
}

.t665__question-name, .t665__answer-name {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  padding-top: 3px;
  padding-right: 15px;
}

.t665__question-text, .t665__answer-text {
  display: table-cell;
  /*vertical-align: top;*/
}

@media screen and (max-width: 725px) {
  .t665__question {
    margin-bottom: 20px !important;
  }

  .t665__col {
    margin-bottom: 50px !important;
  }

  .t665__answer, .t665__question {
    padding: 16px 20px 15px !important;
    border-radius: 20px;
  }

  .t665__tail_left {
    position: absolute;
    left: 10px;
    bottom: -17px;
  }

  .t665__tail_right {
    position: absolute;
    right: 10px;
    bottom: -17px;
    z-index: 1;
  }
}

@media screen and (max-width: 640px) {
  .t665__question-name, .t665__answer-name {
    width: auto;
    padding-top: 0;
    display: block;
    margin-bottom: 4px;
  }
}











 
/* t667 */

.t667__container_indent {
	padding: 0 40px 0 40px;
	box-sizing: border-box;
}

.t667__row {
  box-sizing: border-box;
  font-size: 0px;
}

.t667__row_indent-10px {padding: 0px 10px 10px 10px;}
.t667__row_indent-20px {padding: 0px 20px 20px 20px;}
.t667__row_indent-40px {padding: 0px 40px 40px 40px;}
.t667__row_indent-10px:first-child {padding-top: 10px;}
.t667__row_indent-20px:first-child {padding-top: 20px;}
.t667__row_indent-40px:first-child {padding-top: 40px;}
.t667_no-bottom-indent .t667__row:last-child {padding-bottom: 0px !important;}
.t-container .t667__row {padding-left: 20px; padding-right: 20px;}
.t667__container_indent .t667__row {padding-left: 0px !important; padding-right: 0px !important;}

.t667__tile {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}

.t667__tile_100 {
	width: 100%;
}

.t667__bgimg_16-9 {padding-bottom: 56%;}
.t667__bgimg_4-3 {padding-bottom: 75%;}
.t667__bgimg_3-2 {padding-bottom: 66%;}
.t667__bgimg_1-1 {padding-bottom: 100%;}
.t667__bgimg_2-3 {padding-bottom: 150%;}
.t667__bgimg_3-4 {padding-bottom: 133%;}
.t667__bgimg_9-16 {padding-bottom: 177%;}

.t667__row_indent-10px .t667__tile_left {padding-right: 5px;}
.t667__row_indent-10px .t667__tile_right {padding-left: 5px;}

.t667__row_indent-20px .t667__tile_left {padding-right: 10px;}
.t667__row_indent-20px .t667__tile_right {padding-left: 10px;}

.t667__row_indent-40px .t667__tile_left {padding-right: 20px;}
.t667__row_indent-40px .t667__tile_right {padding-left: 20px;}

@media screen and (max-width: 1200px){
	.t-container .t667__row {padding-left: 10px; padding-right: 10px;}
}


@media screen and (max-width: 960px){
	.t667__container_indent, .t-container .t667__row {padding-left: 20px; padding-right: 20px;}

	.t667__row_indent-20px {padding: 0px 10px 10px 10px;}
	.t667__row_indent-40px {padding: 0px 20px 20px 20px;}
	.t667__row_indent-20px:first-child {padding-top: 10px;}
	.t667__row_indent-40px:first-child {padding-top: 20px;}

  .t667__row_indent-20px .t667__tile_left {padding-right: 5px;}
  .t667__row_indent-20px .t667__tile_right {padding-left: 5px;}

  .t667__row_indent-40px .t667__tile_left {padding-right: 10px;}
  .t667__row_indent-40px .t667__tile_right {padding-left: 10px;}
}
 
/* T668 */

.t668__col {
    margin-bottom: 1px;
}

.t668__col:last-child {
    margin-bottom: 0 !important;
}

.t668__wrapper {
    background-color: #fff;
}

.t668__header {
    position: relative;
    cursor: pointer;
    padding: 25px 30px;
}

.t668__icon {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 8px;
    transition: opacity ease-in-out .2s;
}

.t668__icon-hover {
    opacity: 0;
}

.t668__header:hover .t668__icon {
    opacity: 0;
}

.t668__header:hover .t668__icon-hover {
    opacity: 1;
}

.t668__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.t668__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 1;
}

.t668__opened .t668__lines {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    transition: all ease-in-out .3s;
}

.t668__content {
    display: none;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    padding: 0 30px 30px;
}

.t668__title {
    padding-right: 30px;
}

.t668__text {
    margin-top: -5px;
}

.t668__img {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.t668__border {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

@media screen and (max-width: 640px) {
    .t668__header {
        padding: 20px !important;
    }

    .t668__content {
        padding: 0 20px 20px !important;
    }
    
    .t668__text > a {
        word-break: break-word;
    }

    .t668__icon {
        right: 8px !important;
    }
} 
.t670__imgwrapper {
    position: relative;
}

.t670__imgwrapper .t-slds__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.t670__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.t670__play_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.t670__play:hover .t670__play_icon {
    -moz-transform: translateY(-50%) scale(1.15);
    -ms-transform: translateY(-50%) scale(1.15);
    -webkit-transform: translateY(-50%) scale(1.15);
    -o-transform: translateY(-50%) scale(1.15);
    transform: translateY(-50%) scale(1.15);
}

.t670__frame {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.t670 .t-slds__caption {
    display: none;
}

.t670 .t-slds__caption.t-slds__caption-active {
    display: block;
}

@media screen and (max-width: 640px) {
    .t670 .t-slds__wrapper {
        padding: 0 !important;
    }
} 
/* t674 */

.t674 {
    background-color: #fff;
}

.t674__img-holder {
    display: none;
}

.t674__body_with-bg.t-zoomer__show_fixed:after {
    z-index: 1 !important;
} 
/* t754 */

.t754__parent {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.t754__separator_hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .t754__parent {
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .t754__parent {
        max-width: 640px;
    }
}

.t754 .t-store__card__btns-wrapper {
    margin-top: 20px;
}

.t754__separator {
    margin-bottom: 90px;
}

.t706__body_cartwinshowed .t754__imgwrapper {
    z-index: 0;
}

.t754__imgwrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 110%;
}

.t754__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.t754__img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.t754__bgimg_second, .t754__img_second {
    z-index: 1;
    opacity: 0;
}

.t754__markwrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    display: table;
}

.t754__mark {
    font-weight: normal;
    font-size: 12px;
    font-family: 'Font',Arial,sans-serif;
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 10px;
}

.t754__uptitle {
    margin-bottom: 8px;
    color: #ff8562;
}

.t754__descr {
    margin-top: 8px;
}

.t754__price-wrapper {
    margin-top: 12px;
}

.t754__price-wrapper_above-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.t754__price-item {
    display: inline-block;
    vertical-align: middle;
}

.t754__price-value, .t754__price-currency {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.t754__price-value+.t754__price-currency:before {
    content: ' ';
    white-space: pre;
}

.t754__price_old {
    position: relative;
    color: #bdbdbd;
}

.t754__price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 1px solid;
    width: 100%;
}

.t754__buttons {
    margin-top: 19px;
}

.t754__scroll-icon-wrapper {
    display: none;
}

.t754__buttonwrapper {
    padding: 0 20px;
    text-align: center;
}

.t754__showmore {
    margin-top: 50px;
}

@media screen and (max-width:980px) {
    .t754__showmore {
        margin-top: 40px;
    }
}

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

@media screen and (max-width:480px) {
    .t754__showmore {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet {
        width: 56px;
    }
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet {
        width: 55.8px;
    }
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet:nth-child(6n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) and (min-width: 640px) {
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet {
        width: 10.2%;
        margin-right: 1%;
    }
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet:nth-child(9n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet {
        width: 11.6%;
        margin-right: 1%;
    }
    .t754 .t-col_4 .t-slds:not(.t-slds__thumbsbullets-with-gallery) .t-slds__thumbsbullet.t-slds__bullet:nth-child(8n) {
        margin-right: 0;
    }
}

/* popup */

.t754 .t-popup {
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}

.t754 .t-popup__container {
    max-width: 1240px;
    right: 0px;
    left: 0px;
}

.t754__container {
    padding: 40px 20px;
}

.t754__container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t754 .t-popup__close {
    z-index: 999;
}

.t754__close-text-wrapper {
    z-index: 999;
    position: fixed;
    left: 20px;
    top: 20px;
}

.t754__close-text {
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.8;
    font-weight: normal;
}

.t754__close-text:before {
    content: '← ';
    white-space: pre;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1240px) {
    .t754 .t-popup__container {
        max-width: 1200px;
    }
    .t754__container {
        padding: 30px 10px;
    }
    .t754__col_left {
        margin-right: 10px;
    }
    .t754__col_right {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .t754 .t-popup__container {
        max-width: 1000px;
    }
    .t754__container {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .t754 .t-popup__container {
        max-width: 980px;
    }
    .t754__container {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 980px) {
    .t754 .t-popup {
        padding: 0px 20px;
    }
    .t754 .t-popup__container {
        max-width: 640px;
    }
    .t754__container {
        padding: 30px;
    }
    .t754__col_left, .t754__col_right {
        margin: 0px;
        display: block;
        max-width: 100%;
    }
    .t754__col_left {
        padding: 0px;
    }
    .t754__col_right {
        padding: 25px 0px 0px 0px;
    }
}

@media screen and (max-width: 670px) {
    .t754__btn {
        display: block;
        width: 100%;
    }
    .t754__btn:last-child {
        margin-top: 10px;
    }
    .t754 .t-popup__container {
        right: 20px;
        left: 20px;
    }
}

@media screen and (max-width: 560px) {
    .t754 .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .t754 .t-popup_show .t-popup__container.t-popup__container-static {
        max-width: 100%;
        min-height: 100vh;
        top: 0px;
        margin: 50px 0px 0px;
    }
    .t754 .t-popup {
        padding: 0px;
    }
    .t754 .t-popup__close {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
    }
    .t754 .t-popup__close-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        font-size: 0;
    }
    .t754 .t-popup__close-icon {
        width: 16px;
    }
    .t754 .t-popup__close-icon g {
        fill: #fff;
    }
    .t754__close-text-wrapper {
        display: none;
    }
    .t754__container {
        padding: 20px;
    }
    .t754__col_right {
        padding-top: 30px;
    }
    /* Popup animation and header redesign */
    .t754 .t-popup__container {
        transform: translateX(100%) translateY(0) scale(1) !important;
        padding-bottom: 40px;
    }
    .t754 .t-popup_show .t-popup__container {
        transform: translateX(0) translateY(0) !important;
        transition: transform ease-in-out .3s;
    }
    .t754 .t-popup .t-popup__close {
        transform: translateX(100%) scale(1);
        transition: transform ease-in-out .3s;
    }
    .t754 .t-popup.t-popup_show .t-popup__close {
        transform: translateX(0%) scale(1);
        transition: transform ease-in-out .3s;
    }
    /* Remove and replace cross icon with arrow icon*/
    .t754 .t-popup__close-wrapper {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .t754 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        width: 26px;
        position: absolute;
        left: 12px;
        top: 12px;
    }
    .t754 .t-popup__close-wrapper .t-popup__close-icon_cross {
        display: none;
    }
    .t754 .t-popup .t-popup__close {
        position: fixed;
    }
}

@media screen and (min-width: 560px) {
    .t754 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        display: none;
    }
    .t754 .t-popup__close {
        background-color: transparent !important;
    }
}

/* popup end */

/* popup content */

.t-popup .t754__title-wrapper {
    margin-bottom: 18px;
}

.t-popup .t754__title_small {
    margin-top: 4px;
    color: #777;
}

.t-popup .t754__descr {
    margin-top: 20px;
}

.t-popup .t754__price-wrapper {
    margin-top: 0px;
}

.t-popup .t754__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}

.t754 .t-product__option {
    margin-top: 10px;
    margin-bottom: 10px;
}

.t754 .t-product__option-title {
    padding-bottom: 3px;
}

.t754 .t-product__option-variants {
    position: relative;
    display: table;
    min-width: 150px;
}

.t754 .t-product__option-variants:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.t754 .t-product__option-select {
    width: 100%;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.t754 .t-product__option-select::-ms-expand {
    width: 0;
    height: 0;
    opacity: 0;
}

@media screen and (max-width: 640px) {
    .t754 .t-product__option-select {
        font-size: 16px;
    }
}

/* popup content end */

/* slider */

.t754 .t-slds__wrapper {
    padding: 0 !important;
}

.t754 .t-slds__arrow_wrapper {
    height: auto !important;
}

/* slider end */

@media screen and (min-width: 960px) {
    .t754__imgwrapper:hover .t754__bgimg_first_hover, .t754__imgwrapper:hover .t754__img_first_hover {
        opacity: 0;
    }
    .t754__imgwrapper:hover .t754__bgimg_second, .t754__imgwrapper:hover .t754__img_second {
        z-index: 3;
        opacity: 1;
    }
}

@media screen and (max-width: 960px) {
    .t754__separator {
        display: none;
    }
    .t754__container_mobile-grid {
        font-size: 0px;
    }
    .t754__col_mobile-grid {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .t754__col {
        margin-bottom: 60px;
    }
    .t-col_8 .t754__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0px;
    }
    .t-col_8 .t754__imgwrapper_mobile-nopadding .t754__img {
        position: initial;
    }
    .t754__img_second {
        display: none;
    }
    .t754__container_mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        box-sizing: border-box;
    }
    .t754__container_mobile-flex .t754__col {
        min-width: 38%;
        max-width: 38%;
        margin-bottom: 0px !important;
    }
    .t754__container_mobile-flex .t754__col:first-child {
        margin-left: 20px;
    }
    .t754__scroll-icon-wrapper {
        display: block;
        padding: 0px 40px 20px 0px;
        color: #a1a1a1;
        text-align: right;
        font-size: 0px;
        mix-blend-mode: multiply;
    }
    @-webkit-keyframes t754__icon-anim {
        0% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        10% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        20% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 1;
        }
        70% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        80% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        81% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
    }
    @keyframes t754__icon-anim {
        0% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        10% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        20% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 1;
        }
        70% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        80% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        81% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
        100% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
    }
    .t754__scroll-icon {
        -webkit-animation: t754__icon-anim 1.5s infinite;
        animation: t754__icon-anim 1.5s infinite;
    }
}

@media screen and (max-width: 640px) {
    .t754__container_mobile-grid {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .t754__col_mobile-grid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .t754__container_mobile-flex .t754__col:first-child {
        margin-left: 0px;
    }
    .t754__container_mobile-flex .t754__col {
        min-width: 70%;
        max-width: 70%;
    }
    .t754__scroll-icon-wrapper {
        padding: 0px 20px 10px 0px;
    }
}

@media screen and (max-width: 480px) {
    .t754__container_mobile-grid:not(.mobile-two-columns) .t754__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0px;
    }
    .t754__container_mobile-grid:not(.mobile-two-columns) .t754__imgwrapper_mobile-nopadding .t754__img {
        position: initial;
    }
    .t754__col_mobile-grid {
        width: 100%;
        display: block;
    }
    .t754__container_mobile-flex .t754__col {
        min-width: 80%;
        max-width: 80%;
    }
    .t754 .mobile-two-columns .t-col.t-item {
        width: 50%;
        display: inline-block;
    }
    .t754 .mobile-two-columns .t754__title.t-name {
        font-size: 14px;
        word-break: break-word;
    }
    .t754 .mobile-two-columns .t754__btn.t-btn {
        font-size: 12px;
        padding: 0 10px;
    }
    .t754 .mobile-two-columns .t754__btn.t754__btn_second.t-btn {
        font-size: 12px;
        padding: 0px 10px;
    }
} 
/*t766*/

.t766 .t-popup {
  -webkit-overflow-scrolling: touch;
}

.t766__close-text-wrapper {
  z-index: 999;
  position: fixed;
  left: 20px;
  top: 20px;
}

.t766__close-text {
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  opacity: 0.8;
  font-weight: normal;
  color: #fff;
}

.t766__close-text:before {
  content: "←\a0";
  font-family: Arial, Helvetica, sans-serif;
} 

.t766__imgwrapper {
  position: relative;
}

.t766 .t-slds__arrow-right {
  right: 15px;
}

.t766 .t-slds__arrow-left {
  left: 15px;
}

.t766 .t-width .t-slds__wrapper {
  padding: 0;
}

.t766__gallery_indent {
  padding: 15px;
}

.t766 .t-slds__container {
  background-color: #eee;
}

.t766__wrapper {
  padding: 40px;
}

.t766__title {
  margin-bottom: 12px;
}

.t766__title_small {
  color: #666;
  margin-bottom: 12px;
}

.t766__descr {
  margin-top: 15px;
  margin-bottom: 30px;
}

.t766__options-wrapper {
  margin: 20px 0px;
}

.t766__bottom-wrapper {
  border-top: 1px solid #eee;
  padding-top: 23px;
  display: table;
  width: 100%;
}

.t766__btn-wrapper {
  display: table-cell;
  text-align: right;
}

.t766__price-wrapper {
  display: table-cell;
  text-align: left;
}

.t766__price-item {
  display: inline-block;
  vertical-align: middle;
}

.t766__price-value, .t766__price-currency {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.t766__price-value + .t766__price-currency:before {
  content:'\a0';
}

.t766__price_old {
  position: relative;
  color: #bdbdbd;
}

.t766__price_old:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  left: -1px;
  border-top: 1px solid;
  width: 100%;
}

.t766 .t-product__option {
  margin-top: 10px;
  margin-bottom: 10px;
}

.t766 .t-align_center .t-product__option {
  display: inline-table;
}

.t766 .t-align_center .t-product__option ~ .t-product__option {
  padding-left: 10px;
}

.t766 .t-product__option-title {  
  display: table-cell;
  padding-right: 5px;
}

.t766 .t-product__option-variants {
  position: relative;
  display: table-cell;
  min-width: 150px;
}

.t766 .t-product__option-variants:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  pointer-events: none;
}

.t766 .t-product__option-select {
  width: 100%;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.t766 .t-product__option-select::-ms-expand {
  width: 0;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .t766__bullet.t-slds__bullet {
    width: 40px;
    margin-right: 4px;
    margin-top: 3px;
  }

  .t766 .t-align_center .t-product__option {    
	display: table;
	padding: 0px !important;
  }

  .t766 .t-align_center .t-product__option {    
	margin-left: auto;
	margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  .t766__container_indent {
    padding: 20px !important;
  }

  .t766__container:not(.t766__container_indent) .t766__wrapper {
    padding: 30px 20px;
  }

  .t766__price-wrapper, .t766__btn-wrapper {
    display: block;
  }

  .t766__btn-wrapper {
    margin-top: 20px;
  }

  .t766__btn {
    display: block;
    width: 100%;
  }

  .t766__footer {
    width: 100%;
    padding-top: 12px;
  }

  .t766 .t-product__option-select { font-size: 16px; }
}


@media screen and (max-width: 560px) {
  .t766 .t-popup_show .t-popup__container {
    max-width: 100%;
    right: 0;
    left: 0;
    top: 50px;
    bottom: 0px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .t766 .t-popup_show .t-popup__container.t-popup__container-static {
    max-width: 100%;
    min-height: 100vh;
    top: 0px;
    margin: 50px 0px 0px;
  }

  .t766 .t-popup {
    padding: 0px;
  }

  .t766 .t-popup__close {
    width: 100%;
    height: 50px;
    background: #000;
    position: fixed;
    display: table;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
  }

  .t766 .t-popup__close-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    font-size: 0;
  }

  .t766__close-text-wrapper {
	display: none;
  }

  .t766 .t-popup__close-icon {
    width: 16px;
  }
}





 
/* t786 */

.t786 .t-store__card__btns-wrapper {
    margin-top: 20px;
}

.t786__container {
    font-size: 0px;
    box-sizing: border-box;
}

.t786__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: initial;
}

.t786__container_indent.t786__container_clgap-0px {
    padding: 0px 40px 0px 40px;
}

.t786__container_indent.t786__container_clgap-10px {
    padding: 0px 35px 0px 35px;
}

.t786__container_indent.t786__container_clgap-20px {
    padding: 0px 30px 0px 30px;
}

.t786__container_indent.t786__container_clgap-40px {
    padding: 0px 20px 0px 20px;
}

.t-container_100.t786__container_clgap-10px {
    padding: 0px 5px 0px 5px;
}

.t-container_100.t786__container_clgap-20px {
    padding: 0px 10px 0px 10px;
}

.t-container_100.t786__container_clgap-40px {
    padding: 0px 20px 0px 20px;
}

.t-container.t786__container_clgap-0px {
    padding: 0px 20px 0px 20px;
}

.t-container.t786__container_clgap-10px {
    padding: 0px 15px 0px 15px;
}

.t-container.t786__container_clgap-20px {
    padding: 0px 10px 0px 10px;
}

.t786__container_clgap-10px .t786__col {
    padding: 0px 5px 0px 5px;
}

.t786__container_clgap-20px .t786__col {
    padding: 0px 10px 0px 10px;
}

.t786__container_clgap-40px .t786__col {
    padding: 0px 20px 0px 20px;
}

@media screen and (max-width: 1200px) {
    .t-container.t786__container_clgap-0px {
        padding: 0px 10px 0px 10px;
    }
    .t-container.t786__container_clgap-10px {
        padding: 0px 5px 0px 5px;
    }
    .t-container.t786__container_clgap-20px, .t-container.t786__container_clgap-40px {
        padding: 0px 0px 0px 0px;
    }
    .t-container.t786__container_clgap-40px .t786__col {
        padding: 0px 10px 0px 10px;
    }
}

@media screen and (max-width: 960px) {
    .t-container_100.t786__container_clgap-0px {
        padding: 0px 0px 0px 0px;
    }
    .t-container_100.t786__container_clgap-10px {
        padding: 0px 5px 0px 5px;
    }
    .t-container_100.t786__container_clgap-20px {
        padding: 0px 5px 0px 5px;
    }
    .t-container_100.t786__container_clgap-40px {
        padding: 0px 10px 0px 10px;
    }
    .t-container.t786__container_clgap-0px, .t786__container_indent.t786__container_clgap-0px {
        padding: 0px 20px 0px 20px;
    }
    .t-container.t786__container_clgap-10px, .t786__container_indent.t786__container_clgap-10px {
        padding: 0px 15px 0px 15px;
    }
    .t-container.t786__container_clgap-20px, .t786__container_indent.t786__container_clgap-20px {
        padding: 0px 15px 0px 15px;
    }
    .t-container.t786__container_clgap-40px, .t786__container_indent.t786__container_clgap-40px {
        padding: 0px 10px 0px 10px;
    }
    .t786__container_clgap-20px .t786__col {
        padding: 0px 5px 0px 5px;
    }
    .t786__container_clgap-40px .t786__col {
        padding: 0px 10px 0px 10px;
    }
}

.t786__col_25 {
    width: 25%;
}

.t786__col_33 {
    width: 33.333%;
}

.t786__col_50 {
    width: 50%;
}

.t786__col_100 {
    width: 100%;
}

.t786__separator {
    margin-bottom: 90px;
}

.t706__body_cartwinshowed .t786__imgwrapper {
    z-index: 0;
}

.t786__imgwrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 110%;
}

.t786__imgwrapper_16-9 {
    padding-bottom: 56%;
}

.t786__imgwrapper_4-3 {
    padding-bottom: 75%;
}

.t786__imgwrapper_3-2 {
    padding-bottom: 66%;
}

.t786__imgwrapper_1-1 {
    padding-bottom: 100%;
}

.t786__imgwrapper_2-3 {
    padding-bottom: 150%;
}

.t786__imgwrapper_3-4 {
    padding-bottom: 133%;
}

.t786__imgwrapper_9-16 {
    padding-bottom: 177%;
}

.t786__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.t786__img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.t786__bgimg_second, .t786__img_second {
    z-index: 1;
    opacity: 0;
}

.t786__markwrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    display: table;
}

.t786__mark {
    font-weight: normal;
    font-size: 12px;
    font-family: 'Font',Arial,sans-serif;
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 10px;
}

.t786__uptitle {
    margin-bottom: 8px;
    color: #ff8562;
}

.t786__descr {
    margin-top: 8px;
}

.t786__price-wrapper {
    margin-top: 12px;
}

.t786__price-wrapper_above-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.t786__price-item {
    display: inline-block;
    vertical-align: middle;
}

.t786__price-value, .t786__price-currency {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.t786__price-value+.t786__price-currency:before {
    content: '\a0';
}

.t786__price_old {
    position: relative;
    color: #bdbdbd;
}

.t786__price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 1px solid;
    width: 100%;
}

.t786__buttons {
    margin-top: 19px;
}

.t786__scroll-icon-wrapper {
    display: none;
}

.t786__buttonwrapper {
    padding: 0 20px;
    text-align: center;
}

.t786__showmore {
    margin-top: 50px;
}

.t786__separator_hide {
    display: none;
}

@media screen and (max-width:980px) {
    .t786__showmore {
        margin-top: 40px;
    }
}

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

@media screen and (max-width:480px) {
    .t786__showmore {
        margin-top: 20px;
    }
}

/* popup */

.t786 .t-popup {
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}

.t786 .t-popup__container {
    max-width: 1240px;
    right: 0px;
    left: 0px;
}

.t786 .t-popup__container.t786__popup-container_8-cols {
    max-width: 760px;
}

.t-popup .t786__container {
    display: block;
    padding: 40px 20px;
}

.t786__popup-container_8-cols .t786__container {
    padding: 40px !important;
}

.t786__popup-container_8-cols .t786__wrapper {
    padding-top: 40px;
}

.t-popup .t786__container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.t786 .t-popup__close {
    z-index: 999;
}

.t786__close-text-wrapper {
    z-index: 999;
    position: fixed;
    left: 20px;
    top: 20px;
}

.t786__close-text {
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.8;
    font-weight: normal;
}

.t786__close-text:before {
    content: "←\a0";
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1240px) {
    .t786 .t-popup__container {
        max-width: 1200px;
    }
    .t-popup .t786__container {
        padding: 30px 10px;
    }
    .t786__col_left {
        margin-right: 10px;
    }
    .t786__col_right {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .t786 .t-popup__container {
        max-width: 1000px;
    }
    .t-popup .t786__container {
        padding: 30px 20px;
    }
    .t786 .t-popup__container.t786__popup-container_8-cols {
        max-width: 620px;
    }
}

@media screen and (max-width: 1000px) {
    .t786 .t-popup__container {
        max-width: 980px;
    }
    .t-popup .t786__container {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 980px) {
    .t786 .t-popup {
        padding: 0px 20px;
    }
    .t786 .t-popup__container {
        max-width: 640px;
    }
    .t-popup .t786__container {
        padding: 30px;
    }
    .t786__col_left, .t786__col_right {
        margin: 0px;
        display: block;
        max-width: 100%;
    }
    .t786__col_left {
        padding: 0px;
    }
    .t786__col_right {
        padding: 25px 0px 0px 0px;
    }
}

@media screen and (max-width: 670px) {
    .t786__btn {
        display: block;
        width: 100%;
    }
    .t786__btn:last-child {
        margin-top: 10px;
    }
    .t786 .t-popup__container {
        right: 20px;
        left: 20px;
    }
}

@media screen and (max-width: 560px) {
    .t786 .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .t786 .t-popup_show .t-popup__container.t-popup__container-static {
        max-width: 100%;
        min-height: 100vh;
        top: 0px;
        margin: 50px 0px 0px;
    }
    .t786__popup-container_8-cols .t786__container {
        padding: 20px !important;
    }
    .t786__popup-container_8-cols .t786__wrapper {
        padding-top: 30px;
    }
    .t786 .t-popup {
        padding: 0px;
    }
    .t786 .t-popup__close {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
    }
    .t786 .t-popup__close-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        font-size: 0;
    }
    .t786 .t-popup__close-icon {
        width: 16px;
    }
    .t786 .t-popup__close-icon g {
        fill: #fff;
    }
    .t786__close-text-wrapper {
        display: none;
    }
    .t-popup .t786__container {
        padding: 20px;
    }
    .t786__col_right {
        padding-top: 30px;
    }
    
    /* Popup animation and header redesign */
    .t786 .t-popup__container {
        transform: translateX(100%) translateY(0) scale(1) !important;
        padding-bottom: 40px;
    }
    .t786 .t-popup_show .t-popup__container {
        transform: translateX(0) translateY(0) !important;
        transition: transform ease-in-out .3s;
    }
    .t786 .t-popup .t-popup__close {
        transform: translateX(100%) scale(1);
        transition: transform ease-in-out .3s;
    }
    .t786 .t-popup.t-popup_show .t-popup__close {
        transform: translateX(0%) scale(1);
        transition: transform ease-in-out .3s;
    }
    /* Remove and replace cross icon with arrow icon*/
    .t786 .t-popup__close-wrapper {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .t786 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        width: 26px;
        position: absolute;
        left: 12px;
        top: 12px;
    }
    .t786 .t-popup__close-wrapper .t-popup__close-icon_cross {
        display: none;
    }
    .t786 .t-popup .t-popup__close {
        position: fixed;
    }
}

@media screen and (min-width: 560px) {
    .t786 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        display: none;
    }
    .t786 .t-popup__close {
        background-color: transparent !important;
    }
}

/* popup end */

/* popup content */

.t-popup .t786__title-wrapper {
    margin-bottom: 18px;
}

.t-popup .t786__title_small {
    margin-top: 4px;
    color: #777;
}

.t-popup .t786__descr {
    margin-top: 20px;
}

.t-popup .t786__price-wrapper {
    margin-top: 0px;
}

.t-align_center .t786__price-wrapper {
    margin-bottom: 10px;
}

.t-popup .t786__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}

.t786 .t-product__option {
    margin-top: 10px;
    margin-bottom: 10px;
}

.t786 .t-product__option-title {
    padding-bottom: 3px;
}

.t786 .t-product__option-variants {
    position: relative;
    display: table;
    min-width: 150px;
}

.t786 .t-align_center .t-product__option {
    display: inline-table;
}

.t786 .t-align_center .t-product__option~.t-product__option {
    padding-left: 10px;
}

.t786 .t-align_center .t-product__option-title, .t786__popup-container_8-cols .t-product__option-title {
    display: table-cell;
    padding-right: 5px;
    padding-bottom: 0px;
}

.t786 .t-align_center .t-product__option-variants, .t786__popup-container_8-cols .t-product__option-variants {
    display: table-cell;
}

.t786 .t-product__option-variants:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.t786 .t-product__option-select {
    width: 100%;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.t786 .t-product__option-select::-ms-expand {
    width: 0;
    height: 0;
    opacity: 0;
}

@media screen and (max-width: 960px) {
    .t786 .t-align_center .t-product__option {
        display: table;
        padding: 0px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 640px) {
    .t786 .t-product__option-select {
        font-size: 16px;
    }
}

/* popup content end */

/* slider */

.t786 .t-slds__wrapper {
    padding: 0 !important;
}

.t786 .t-slds__arrow_wrapper {
    height: auto !important;
}

/* slider end */

@media screen and (min-width: 960px) {
    .t786__imgwrapper:hover .t786__bgimg_first_hover, .t786__imgwrapper:hover .t786__img_first_hover {
        opacity: 0;
    }
    .t786__imgwrapper:hover .t786__bgimg_second, .t786__imgwrapper:hover .t786__img_second {
        z-index: 3;
        opacity: 1;
    }
}

@media screen and (max-width: 960px) {
    .t786__separator {
        display: none;
    }
    .t786__container_mobile-grid {
        padding: 0px 10px;
    }
    .t786__col_mobile-grid {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .t786__col {
        margin-bottom: 60px;
    }
    .t-col_8 .t786__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0px;
    }
    .t-col_8 .t786__imgwrapper_mobile-nopadding .t786__img {
        position: initial;
    }
    .t786__img_second {
        display: none;
    }
    .t786__container_mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0px !important;
    }
    .t786__container_mobile-flex .t786__col {
        min-width: 38%;
        max-width: 38%;
        margin-bottom: 0px !important;
    }
    .t786__container_mobile-flex.t786__container_clgap-0px .t786__col:first-child {
        margin-left: 20px;
    }
    .t786__container_mobile-flex.t786__container_clgap-10px .t786__col:first-child, .t786__container_mobile-flex.t786__container_clgap-20px .t786__col:first-child {
        margin-left: 15px;
    }
    .t786__container_mobile-flex.t786__container_clgap-40px .t786__col:first-child {
        margin-left: 10px;
    }
    .t786__container_clgap-0px .t786__mobile-flex-gap {
        width: 20px;
        min-width: 20px;
        height: inherit;
    }
    .t786__container_clgap-10px .t786__mobile-flex-gap, .t786__container_clgap-20px .t786__mobile-flex-gap {
        width: 15px;
        min-width: 15px;
        height: inherit;
    }
    .t786__container_clgap-40px .t786__mobile-flex-gap {
        width: 10px;
        min-width: 10px;
        height: inherit;
    }
    .t786__scroll-icon-wrapper {
        display: block;
        padding: 0px 40px 20px 0px;
        color: #a1a1a1;
        text-align: right;
        font-size: 0px;
    }
    @-webkit-keyframes t786__icon-anim {
        0% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        10% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        20% {
            -webkit-transform: translate3d(-20px, 0px, 0px);
            opacity: 1;
        }
        70% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        80% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        81% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
    }
    @keyframes t786__icon-anim {
        0% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        10% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 0;
        }
        20% {
            transform: translate3d(-20px, 0px, 0px);
            opacity: 1;
        }
        70% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        80% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 1;
        }
        81% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
        100% {
            transform: translate3d(0px, 0px, 0px);
            opacity: 0;
        }
    }
    .t786__scroll-icon {
        -webkit-animation: t786__icon-anim 1.5s infinite;
        animation: t786__icon-anim 1.5s infinite;
    }
}

@media screen and (max-width: 640px) {
    .t786__container_mobile-grid {
        box-sizing: border-box;
    }
    .t786__container_mobile-flex .t786__col:first-child {
        margin-left: 0px;
    }
    .t786__container_mobile-flex .t786__col {
        min-width: 70%;
        max-width: 70%;
    }
    .t786__scroll-icon-wrapper {
        padding: 0px 20px 10px 0px;
    }
}

@media screen and (max-width: 480px) {
    .t786__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0px;
    }
    .t786__imgwrapper_mobile-nopadding .t786__img {
        position: initial;
    }
    .t786__col_mobile-grid {
        width: 100%;
        display: block;
    }
    .t786__container_mobile-flex .t786__col {
        min-width: 80%;
        max-width: 80%;
    }
    .t786 .mobile-two-columns .t-item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .t786 .mobile-two-columns .t786__title.t-name {
        font-size: 14px;
        word-break: break-word;
    }
    .t786 .mobile-two-columns .t786__btn.t-btn {
        font-size: 12px;
        padding: 0 10px;
    }
    .t786 .mobile-two-columns .t786__btn.t786__btn_second.t-btn {
        font-size: 12px;
        padding: 0px 10px;
    }
} 
/* T795 */

.t795__title {
  margin-bottom: 40px;
}

.t795__descr {
  max-width: 560px;        
}
 
/* t796 */

[data-record-type="796"] {
    padding: 0 !important;
}

.t796__shape-border {
    position: absolute;
    left: 0;
    font-size: 0px;
    width: 100%;
    overflow: hidden;
    display: none;
    pointer-events: none;
}

.t796__shape-border_bottom {
    bottom: -1px;
}

.t796__shape-border_bottom-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: -1px;
}

.t796__shape-border_top {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: -1px;
}

.t796__shape-border_top-flip {
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
    top: -1px;
}

.t796__svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101%;
    fill: #fff;
}

.t796__svg path {
    pointer-events: initial;
}
 
.t806 .t806__result-share {
    margin-top: 45px;
    font-size: 0;
}

.t806 .t806__social-btn {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 35px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.t806 .t806__social-btn:not(:last-child) {
    margin-right: 10px;
}

.t806 .t806__social-btn-vk {
    background-color: #48729e;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.t806 .t806__social-btn-fb {
    background-color: #3c5a98;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.t806 .t806__social-btn-twitter {
    background-color: #00aced;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.t806 .t806__social-btn .t-sociallinks__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t806 .t806__test {
    position: relative;
    width: 100%;
    border: 0px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.t806 .t806__question,
.t806 .t806__result {
    display: none;
    position: relative;
    top: 0;
    left: 0;
}

.t806 .t806__question.show,
.t806 .t806__result.show {
    display: block;
}

.t806 .t806__question {
    width: 100%;
}

.t806 .t806__number {
    margin-bottom: 15px;
}

.t806 .t806__number span {
    opacity: 0.3;
}

.t806 .t806__number span:first-child {
    opacity: 0.7;
}

.t806 .t806__quest-info {
    padding-bottom: 30px;
    width: 100%;
}

.t806 .t806__quest-text {
    margin-bottom: 20px;
    text-align: left;
}

.t806 .t806__quest-img {
    width: 100%;
}

.t806 .t806__quest-img img,
.t806 .t806__start-img img {
    max-width: 100%;
    width: 100%;
}

.t806 .t806__btn_next,
.t806 .t806__btn_result,
.t806 .t806__btn_check {
    margin-top: 35px;
}

.t806 .t806__answer {
    position: relative;
    padding: 15px 0;
    text-align: left;
}

.t806 .t806__answer .t-radio__wrapper {
    width: 90%;
}

.t806 .t806__answers .t806__answer .t-vote__btn-res {
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 0;
}

.t806 .t806__answers.t806__answers_answered .t806__answer .t-vote__btn-res {
    opacity: 1;
}

.t806 .t806__input {
    display: none;
}

.t806 .t806__input+span {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.t806 .t806__details {
    display: none;
    padding-left: 30px;
    opacity: 0.8;
    color: #333333;
    width: 85%;
}

.t806 .t-radio__indicator {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.t806 .t806__start {
    position: relative;
    top: 0;
    left: 0;
}

.t806 .t806__start-wrap {
    position: relative;
}

.t806 .t806__start-uptitle {
    opacity: 0.3;
    margin-bottom: 20px;
}

.t806 .t806__start-title {
    margin-bottom: 20px;
}

.t806 .t806__start-btn {
    margin-top: 45px;
    color: #ffffff;
}

.t806 .t806__start-img {
    margin-bottom: 30px;
}

.t806 .t806__result-wrap {
    position: relative;
}

.t806 .t806__result-wrap img {
    width: 100%;
    max-width: 100%;
}

.t806 .t806__result-variant {
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.t806 .t806__result-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.t806 .t806__result-desc.t806__result-desc_withoutimg {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 10;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.t806 .t806__result-wrap {
    margin-bottom: 30px;
    font-size: 0;
}

.t806 .t806__result-count {
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.t806 .t806__answer-text {
    margin: 0 !important;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.t806 .t806__answer-indicator {
    top: 3px;
}

.t806 .t806__answer-text_wrap {
    display: inline-block;
    vertical-align: top;
}

.t806 .t806__answers.t806__answers_answered .t806__answer-indicator {
    border-color: #a1a1a1;
}

.t806 .t806__answers .t806__answer-indicator {
    opacity: 1;
}

.t806 .t806__answer-text div[data-customstyle="yes"] {
    display: inline;
}

.t806 .t806__answers.t806__answers_answered .t806__answer {
    opacity: 0.6;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_correct label .t806__answer-indicator,
.t806 .t806__answers.t806__answers_answered .t806__answer_correct label .t806__answer-indicator::after {
    border-color: #199c68 !important;
    background-color: #199c68 !important;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_wrong label .t806__answer-indicator,
.t806 .t806__answers.t806__answers_answered .t806__answer_wrong label .t806__answer-indicator::after {
    border-color: #ff4a4a !important;
    background-color: #ff4a4a !important;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_correct .t806__answer-icon {
    fill: #199c68 !important;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_wrong .t806__answer-icon {
    fill: #ff4a4a !important;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_correct.t806__answer_withoutopacity,
.t806 .t806__answers.t806__answers_answered .t806__answer_wrong {
    opacity: 1;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_correct label,
.t806 .t806__answers.t806__answers_answered .t806__answer_correct .t-vote__btn-res {
    color: #199c68 !important;
}

.t806 .t806__answers.t806__answers_answered .t806__answer_wrong label,
.t806 .t806__answers.t806__answers_answered .t806__answer_wrong .t-vote__btn-res {
    color: #ff4a4a !important;
}

.t806 .t806__btn_next,
.t806 .t806__btn_check,
.t806 .t806__btn_result {
    display: none;
    color: #ffffff;
}

.t806 .t806__btn_next.t806__btn_show,
.t806 .t806__btn_check.t806__btn_show,
.t806 .t806__btn_result.t806__btn_show {
    display: inline-block;
}

.t806 .t806__btn_restart {
    margin-top: 45px;
    color: #ffffff;
}

.t806 .t806__test_inner-space {
    padding: 45px 45px 65px;
}

.t806 .t806__result_inner-space {
    padding-left: 30px;
    padding-right: 30px;
}

.t806 .t806__answer_wrong .t806__answer-indicator,
.t806 .t806__answer_correct .t806__answer-indicator {
    position: relative;
}

.t806 .t806__answer-icon {
    position: relative;
    margin-right: 1px;
    top: 3px;
}

.t806 .t806__answer-indicator div {
    position: relative;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.t806 .t806__answer-indicator div::after {
    content: '';
    position: absolute;
    display: none;
    left: 12px;
    top: 3px;
    z-index: 10;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-50%, 50%);
    -ms-transform: rotate(45deg) translate(-50%, 50%);
    transform: rotate(45deg) translate(-50%, 50%);
}

.t806 .t806__answer_correct .t806__answer-indicator div::after {
    display: inline-block;
}

.t806 .t806__answer-indicator.t-checkbox__indicator:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t806 .t806__answer_wrong .t806__answer-indicator::before {
    content: '+';
    position: absolute;
    top: -9px;
    left: 15px;
    z-index: 10;
    width: 0;
    height: 0;
    font-family: 'Arial', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
    .t806 .t806__test_inner-space {
        padding: 23px 20px 45px;
    }

    .t806 .t806__col {
        padding-left: 0;
        padding-right: 0;
    }

    .t806 .t806__test {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t806 .t806__result_inner-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    .t806 .t806__number {
        margin-bottom: 10px;
    }

    .t806 .t806__quest-info {
        padding-bottom: 20px;
    }

    .t806 .t806__start-img {
        margin-bottom: 20px;
    }

    .t806 .t806__quest-text {
        margin-bottom: 10px;
    }

    .t806 .t806__btn_next,
    .t806 .t806__btn_result,
    .t806 .t806__btn_check {
        margin-top: 20px;
    }

    .t806 .t806__start-uptitle {
        margin-bottom: 10px;
    }

    .t806 .t806__start-title {
        margin-bottom: 15px;
    }

    .t806 .t806__start-btn {
        margin-top: 30px;
    }

    .t806 .t806__result-wrap {
        margin-bottom: 20px;
    }

    .t806 .t806__result-count {
        margin-bottom: 5px;
    }

    .t806 .t806__btn_restart {
        margin-top: 30px;
    }
} 
/* t833 */

.t833__demo {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.t833__demo::before,
.t833__demo::after {
    content: '';
    display: table;
}

.t833__demo::after {
    clear: both;
}

.t833__demo-col {
    display: inline;
    float: left;
    margin-bottom: 40px;
}

.t833__demo-item {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
}

.t833__sliderwrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    z-index: 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .t833__sliderwrapper.t-screenmin-1200px {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .t833__sliderwrapper.t-screenmin-980px {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .t833__sliderwrapper.t-screenmin-640px {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .t833__sliderwrapper.t-screenmin-480px {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .t833__sliderwrapper.t-screenmin-320px {
        display: none;
    }
}

@media screen and (min-width: 321px) {
    .t833__sliderwrapper.t-screenmax-320px {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .t833__sliderwrapper.t-screenmax-480px {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    .t833__sliderwrapper.t-screenmax-640px {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .t833__sliderwrapper.t-screenmax-980px {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .t833__sliderwrapper.t-screenmax-1200px {
        display: none;
    }
}

.t833__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.t833__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.t833__slide {
    width: 100%;
    height: 100%;
}

.t833__slide {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    opacity: 0;
}

.t833__slide.t833__slide_opacity:first-child {
    opacity: 1;
}

.t833__slider_fade .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,
.t833__slider_fade .t833__slide.t833__slide_fx1 {
    z-index: 1;
}

.t833__slider_zoom .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,
.t833__slider_zoom .t833__slide.t833__slide_fx1 {
    z-index: 1;
}

.t833__slider_effect .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,
.t833__slider_effect .t833__slide.t833__slide_fx1 {
    z-index: 1;
}

.t833__slider_fade .t833__slide {
    -webkit-transition: opacity 3s, -webkit-transform 8s;
    transition: opacity 3s, -webkit-transform 8s;
    -o-transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s, -webkit-transform 8s;
}

.t833__slider_fade .t833__slide.t833__slide_fx,
.t833__slider_fade .t833__slide.t833__slide_fx1 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.t833__slider_zoom .t833__slide {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: opacity 3s, -webkit-transform 8s;
    transition: opacity 3s, -webkit-transform 8s;
    -o-transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s, -webkit-transform 8s
}

.t833__slider_zoom .t833__slide.t833__slide_fx,
.t833__slider_zoom .t833__slide.t833__slide_fx1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.t833__slider_effect .t833__slide {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 3s, -webkit-transform 8s;
    transition: opacity 3s, -webkit-transform 8s;
    -o-transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s;
    transition: opacity 3s, transform 8s, -webkit-transform 8s;
}

.t833__slider_effect .t833__slide.t833__slide_fx,
.t833__slider_effect .t833__slide.t833__slide_fx1 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .t833__demo-col {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 960px) {
    .t833__demo-col {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .t833__demo-item {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
} 
/* t849 */

.t849 .t-section__topwrapper {
  margin-bottom: 90px;
}

.t849 .t-section__title {
  margin-bottom: 40px;
}

.t849 .t-section__descr {
  max-width: 560px;
}

.t849__header {
  position: relative;
  cursor: pointer;
  padding: 27px 50px 27px 0;
  border-top: 1px solid #eeeeee;
}

.t849__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 8px;
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.t849__icon-hover {
  opacity: 0;
}

.t849__header:hover .t849__icon {
  opacity: 0;
}

.t849__header:hover .t849__icon-hover {
  opacity: 1;
}

.t849__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
}

.t849__lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.t849__opened .t849__lines {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.t849__content {
  display: none;
  -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
  -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
  transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
}

.t849__textwrapper {
  padding: 0 0 20px;
}

.t849__text {
  margin-bottom: 20px;
}

.t849__img {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.t849__border {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}

.t849__divider {
    float: left;
    width: 100%;
}

@media screen and (max-width: 960px) {
  .t849 {
    -webkit-text-size-adjust: 100%;
  }
  
  .t849 .t-section__topwrapper {
    margin-bottom: 45px;
  }

  .t849 .t-section__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  .t849__header {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .t849__text {
    margin-bottom: 15px;
  }

  .t849__textwrapper {
    padding: 0 0 10px;
  }
} 
.t890__arrow {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation-name: t890__zoom;
    animation-duration: 500ms;
    animation-fill-mode: both;
}

.t890__arrow-sm {
    transform: scale(0.8);
}

.t890__arrow svg rect,
.t890__arrow svg path {
    transition: 200ms ease-in;
}

@keyframes t890__zoom {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 640px) {
    .t890__arrow {
        transform: scale(0.8);
    }
    
    .t890__arrow.t890__arrow-sm {
        transform: scale(0.6);
    }
}
 
/* t910 */

.t910{
	padding-bottom: 80px;
}

.t910__col {
    display: table;
    height: 100%;
}

.t910__uptitle {
	color: #afafaf;
	padding-bottom:40px;
	padding-top:0px;
	letter-spacing: 2px;
	text-align: left;
	position: absolute;
	top: 110px;
	left: 0;
}

.t910__title {
	letter-spacing: 0.3px;
}

.t910__descr, .t910__title {
	color: #fff;
	text-align: left;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 110px;
}

@media screen and (max-width: 960px){
.t910__col {
    height: auto;
}
}

@media screen and (max-width: 640px){
.t910__title {
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 40px;
}
.t910__uptitle {
    position: static;
    padding: 60px 10px 60px 30px;
	font-size: 12px;
}
.t910__descr {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 20px;
    padding-bottom: 100px;
}
}
 
/* t922 */

.t922 {
    position: relative;
}

.t922__col_right {
    float: right;
}

.t922__right-prefix_1 { padding-right: 100px; }
.t922__right-prefix_2 { padding-right: 200px; }
.t922__right-prefix_3 { padding-right: 300px; }
.t922__right-prefix_4 { padding-right: 400px; }
.t922__right-prefix_5 { padding-right: 500px; }
.t922__right-prefix_6 { padding-right: 600px; }

.t922__wrapper{
	display: table;
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
}

.t922__textwrapper{
	display: block;
	background-color: #fff;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: -60px;
	margin-right: -60px;
}

.t922__title-wrapper {
  margin-bottom: 18px;
}

.t922__title_small {
  margin-top: 4px;
  color: #777;
}

.t922__descr {
  margin-top: 20px;
}

.t922__price-item {
  display: inline-block;
  vertical-align: middle;
}

.t922__price-value, .t922__price-currency {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.t922__price-value + .t922__price-currency:before {
  content:'\a0';
}

.t922__btn-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}

.t922__btn-bottom {
  margin-bottom: 0px !important;
}

.t922__btn_wide {
  width: 100%;
}

.t922__price_old {
  position: relative;
  color: #bdbdbd;
}

.t922__price_old:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  left: -1px;
  border-top: 1px solid;
  width: 100%;
}

.t922__textwrapper {
  display: table-cell;
}

.t922__info {
  display: table;
}

.t922 .t-product__option {
  margin-top: 10px;
  margin-bottom: 10px;
}

.t922 .t-product__option-title {
  padding-bottom: 3px;
}

.t922 .t-product__option-variants {
  position: relative;
  display: table;
  min-width: 150px;
}

.t922 .t-align_center .t-product__option {
  margin-left: auto;
  margin-right: auto;      
  display: table;
}

.t922 .t-align_center .t-product__option-title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 0px;
}

.t922 .t-align_center .t-product__option-variants {
  display: table-cell;
  vertical-align: middle;
}

.t922 .t-product__option-variants:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.t922 .t-product__option-select {
  width: 100%;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.t922 .t-product__option-select::-ms-expand {
  width: 0;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
    .t922__right-prefix_1 { padding-right: 80px; }
    .t922__right-prefix_2 { padding-right: 160px; }
    .t922__right-prefix_3 { padding-right: 240px; }
    .t922__right-prefix_4 { padding-right: 320px; }
    .t922__right-prefix_5 { padding-right: 400px; }
    .t922__right-prefix_6 { padding-right: 480px; }
}

@media screen and (max-width: 960px){
    .t922__col_right {
        float: none;
    }
    
    #allrecords .t922 .t-container {
        position: static;
    	background-color: #fff;
    }
    
    #allrecords .t922 .t-cover {
        position: static;
        height: auto !important;
    }
    
    #allrecords .t922 .t-cover__filter {
        position: absolute;
        height: 500px;
        top: 0;
    }
    
    .t922 .t922__container {
        max-width: 100%;
    }
    
    .t922 .t922__card-container {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0;
    }
    
    .t922__card-container .t-cover__wrapper {
        display: block;
        height: auto !important;
        width: 100%;
    }
    
    .t922__wrapper {
        padding: 0;
    }
	
	.t922 .t-cover__wrapper {
        width: auto;
    }
    
    .t922__textwrapper {
        padding: 45px 20px 90px;
    }
	
	.t922__right-prefix_1,
	.t922__right-prefix_2,
	.t922__right-prefix_3,
	.t922__right-prefix_4,
	.t922__right-prefix_5,
	.t922__right-prefix_6
	{
	  padding-right: none;
	}
}

@media screen and (max-width: 640px) {
  .t922 .t-product__option-select { font-size: 16px; }
}

@media screen and (max-width: 480px) {
    .t922__btn-wrapper {
        margin-bottom: 25px;
    }
}
 
.t937__container {
    display: flex;
    flex-wrap: wrap;
}

.t937__container_indent {
    padding: 0 20px;
}

.t937__col_hidden {
    display: none;
}

.t937 .t-container_100 .t-col {
    margin-left: 0;
    margin-right: 0;
}

.t937__col_playlist {
    margin-left: 0;
    position: relative;
    width: 30%;
    height: 100%;
    max-height: 100%;
}

.t937__col_video {
    margin-right: 0;
    flex: 1;
}

.t937__playlist-fade {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    height: 90px;
    pointer-events: none;
}

.t937__playlist-wrap {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    background-color: white;
    border-radius: 0px 3px 3px 0;
    border: 1px solid #d9d9d9;
}

.t937__title-wrap {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    border-bottom: 1px solid #d9d9d9;
}

.t937__subheading {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.t937__subheading-title {
    margin-left: 6px;
    font-size: 14px;
}

.t937__subheading-icon {
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.t937__playlist {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    list-style: none;
}

.t937__description-wrap {
    width: 100%;
}

#allrecords .t937__playlist {
    padding: 0;
    margin: 0;
}

.t937__playlist-item {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    color: #4d4c4c;
}

.t937__playlist-link {
    padding: 15px;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.t937__playlist-section {
    margin-left: 23px;
    padding: 10px 15px;
    padding-top:20px;
    display: block;
}

.t937__playlist-link_active {
    background-color: #F0F0F0;
}

#allrecords .t937__playlist-link {
    color: #4d4c4c;
}

.t937__description {
    margin-top: 20px;
}

.t937__video_empty {
    height: 100%;
}

.t937__video-description {
    margin-top: 10px;
}

.t937__video-frame {
    background-color: #000000;
    border: 1px solid #000000;
}

.t937__system-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.t937__playlist-number,
.t937__playlist-time {
    font-size: 13px;
    color: #7A7A7A;
    text-align: right;
}

.t937__playlist-number {
    width: 25px;
    flex-shrink: 0;
    margin-left: -12px;
}

.t937__playlist-title {
    margin-left: 10px;
    margin-right: auto;
    flex-grow: 1;
    font-weight: 400;
}

.t937__playlist-time {
    margin-left: 10px;
    min-width: 40px;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .t937__container_indent {
        padding: 0;
    }

    .t937__col_video {
        order: 1;
    }

    .t937__col_playlist {
        order: 3;
        width: 100%;
    }

    .t937__col_description {
        order: 2;
    }

    .t937__description {
        margin-bottom: 20px;
    }

    .t937__title-wrap {
        border-radius: 3px 3px 0 0;
    }

    .t937__subheading-title {
        font-size: 13px;
    }

    .t937__subheading::before {
        top: 1px;
    }

    .t937__playlist-wrap {
        border-radius: 3px;
    }

    .t937__playlist-number,
    .t937__playlist-time {
        font-size: 12px;
    }

    .t937__playlist-fade {
        left: 21px;
        right: 21px;
    }

    .t937__system-message {
        min-height: 300px;
    }
}

/*Don't draw icon in IE*/
_:-ms-lang(x),
.t937__subheading-icon {
    display: none;
} 
.t944__buttonwrapper_indent {
    margin-left: 40px;
    margin-right: 40px;
}

.t944 .t944__btn {
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}

#allrecords a.t944__btn {
    color: #ffffff;
}

.t944__btn-icon {
    white-space: nowrap;
}

.t944__btn {
    font-size: 24px; 
	padding: 15px 50px;
    line-height: 1.5;
    min-height: 80px;
    background-color: #1f5bff;
}

.t944__btn_sm {
	padding: 15px 30px;
	font-size: 18px; 
	min-height: 50px;
}

.t944__btn_lg {
    padding: 40px 70px;
	font-size: 24px; 
	min-height: 120px;
}

.t944__btn_xl {
    padding: 50px 90px;
	font-size: 30px;
	min-height: 145px;
}

.t944__btn_xxl {
    padding: 50px 110px;
	font-size: 36px; 
	min-height: 160px;
}

.t944__arrow {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.t944__arrow_sm {
    width: 12px;
    height: 12px;
}


.t944__arrow_lg {
    width: 18px;
    height: 18px;
}

.t944__arrow_xl {
    width: 22px;
    height: 22px;
}

.t944__arrow_xxl {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 960px) {
    .t944__buttonwrapper_indent {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .t944__btn {
        font-size: 18px; 
    	padding: 15px;
        line-height: 1.5;
        min-height: 60px;
    }
    
    .t944__btn_sm {
    	padding: 10px 10px;
    	font-size: 16px; 
    	min-height: 50px;
    }
    
    .t944__btn_lg {
        padding: 20px 40px;
    	font-size: 22px; 
    	min-height: 80px;
    }
    
    .t944__btn_xl {
        padding: 30px 60px;
    	font-size: 26px; 
    	min-height: 100px;
    }
    
    .t944__btn_xxl {
        padding: 40px 80px;
    	font-size: 30px;
    	min-height: 120px;
    }
    
    .t944__arrow {
        width: 12px;
        height: 12px;
    }
    
    .t944__arrow_sm {
        width: 10px;
        height: 10px;
    }
    
    
    .t944__arrow_lg {
        width: 16px;
        height: 16px;
    }
    
    .t944__arrow_xl {
        width: 18px;
        height: 18px;
    }
    
    .t944__arrow_xxl {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 640px) {
    .t944__btn {
        font-size: 14px; 
    	padding: 10px 15px;
        line-height: 1.5;
        min-height: 50px;
    }
    
    .t944__btn_sm {
    	padding: 8px 10px;
    	font-size: 12px; 
    	min-height: 40px;
    }
    
    .t944__btn_lg {
        padding: 15px 20px;
    	font-size: 16px; 
    	min-height: 60px;
    }
    
    .t944__btn_xl {
        padding: 15px 30px;
    	font-size: 18px;
    	min-height: 70px;
    }
    
    .t944__btn_xxl {
        padding: 20px 40px;
    	font-size: 20px; 
    	min-height: 80px;
    }
    
    .t944__arrow {
        width: 10px;
        height: 10px;
    }
    
    .t944__arrow_sm {
        width: 8px;
        height: 8px;
    }
    
    
    .t944__arrow_lg {
        width: 11px;
        height: 11px;
    }
    
    .t944__arrow_xl {
        width: 12px;
        height: 12px;
    }
    
    .t944__arrow_xxl {
        width: 14px;
        height: 14px;
    }
} 
.t976 {
	z-index: 500;
}
.t976__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.t976__wrapper_alignleft {
    -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
            justify-content: flex-start;
}
.t976__wrapper_alignright {
    -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
            justify-content: flex-end;
}
.t976__wrapper_aligncenter {
    -webkit-justify-content: center;
              -ms-flex-pack: center;
            justify-content: center;
}
.t976__list-item {
	position: relative;
	padding: 0 10px 10px 0;
	max-width: 100%;
}
.t976__list-item:last-child {
    padding-right: 0!important;
}
.t976__menu-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid transparent;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.t976__menu-link_small {
	padding: 9px 18px 8px;
	font-size: 12px;
}
.t976__menu-link_medium {
	padding: 10px 18px 12px;
}
.t976__menu-link_large {
	padding: 10px 29px 13px;
}
.t-active.t976__menu-link {
	background-color: #393939;
	color: #fff;
}

.t976 a,
#allrecords .t976 a {
	text-decoration: none;
	color: #000000;
}

@media screen and (max-width: 640px) {
   .t976__menu-link_small {
    	padding: 7px 15px 6px;

    }
    .t976__menu-link_medium {
    	padding: 8px 16px 10px;
    }
    .t976__menu-link_large {
    	padding: 8px 25px 10px;
    } 
} 
.t979__grid {
    position: relative;
    overflow: hidden;
}

.t979__container.t-container .t979__grid {
    margin: 0px 20px;
}

.t979__container.t-container_100 .t979__grid {
    margin: 0px 10px;
}

.t979__grid-item {
    position: absolute;
}

.t979__image {
    width: 100%;
    height: 100%;
    display: none;
}

.t979__container_indent {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.t979__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.t979__overlay-filter {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.t979__overlay-content {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    width: 80%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.t979__overlay-title {
    padding-bottom: 5px;
    color: #fff;
}

.t979__overlay-descr {
    color: #fff;
}

.t979__grid-item:hover .t979__overlay {
    opacity: 1;
}

.t979__grid-item:hover .t979__overlay-content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t979__overlay_zoomable {
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .t979__overlay {
        opacity: 0;
        display: block;
    }

    .t979__overlay-content {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1200px){
    .t979__container.t-container .t979__grid {
        margin: 0px 10px;
    }
}


@media screen and (max-width: 960px) {
    .t979__container.t979__container_indent {
        padding: 0 20px;
    }
    
    .t979__container.t-container {
        padding: 0 10px;
        width: auto;
    }
    
    .t979__container.t-container_100 {
        width: auto;
    }

    .t979__container_padd-column {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t979__container_padd-40 {
        padding-left: 20px;
        padding-right: 20px;
    }
}