.t-body {
    margin: 0px;
}

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

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

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

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

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

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

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



/* Typo */

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

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

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

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

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

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


.t-text-impact {
    font-family: 'FuturaPT',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: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

}


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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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


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

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



/* Records */

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

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

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

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

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


/* Btn */

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

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

.t-btn_sending {
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Screen min max */

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

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

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

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

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

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

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

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

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

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



.t-hidden {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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


/* Tilda label */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.clearfix:after {
    clear: both;
}

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

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

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

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

.r_hidden {
    opacity: 0;
}

.r_showed {
    opacity: 1;
}

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

.t-popup {
    display: none;
}

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


/* Form vars */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .t-rec_pb-res-480_210 {
        padding-bottom: 210px !important;
    }
} 
/* 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;
    }
}
 
/* T050 */
.t050__uptitle {
  padding-top: 9px;
  padding-bottom: 93px;	
}

.t050__descr {
  padding-top: 50px;
  padding-bottom: 9px;
}

 
/* T134 */

.t134__logo {  
  width: 100%;
  font-size: 28px;
  font-weight: 600;
}

.t134 {
	text-align: center;
}

.t134__img {
	max-width:300px;	
}

.t134__title {
	font-family: 'FuturaPT',Arial,sans-serif;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 9px;
	color: #000000;
}

.t134__descr {
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'FuturaPT',Arial,sans-serif;
	padding-top: 22px;
	padding-bottom: 6px;
	opacity: 0.70;		
}

.t134 a {
	color: #000000;
}

 
/* T225 */

.t225__title {
  padding-top: 8px;
  padding-bottom: 3px;
  /* font-weight: 700; */
}

.t225__uptitle {
  padding-top: 10px;
  padding-bottom: 50px;
}

.t225__descr {
  padding: 41px 0px 0px 0px;
}


 
/* T466 */

.t466 {
  position: fixed;
  top: 0;
  right: 20px;
  left: 20px;
  z-index: 990;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.t466_opened .t466 {
    z-index: 991;
}

.t466.t466__beforeready {
  z-index: -1;
  opacity: 0;
}

.t466.t466__positionfixed {
	position: fixed;
}

.t466.t466__positionstatic {
	position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 989;
}

.t466.t466__positionabsolute {
	position: absolute;
}

.t466__container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 15px 10px;
  max-width: 1160px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.t466__container__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.t466__item {
  position: relative;
  padding: 0 10px;
  text-align: center;
  margin: auto;
}

.t466__burger_wrapper {
  width: 24px;
  height: 14px;
  position: absolute;
  
  top: 50%;
  margin-top: -7px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.t466__burger {
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.t466__small.t466__burger {
  width: 48px;
}

.t466__burger span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  height: 3px;
  background-color:#000;
}

.t466__small.t466__burger span {
  height: 2px;
}

.t466__burger span:nth-child(1) {
  top: 0px;
}

.t466__burger span:nth-child(2), .t466__burger span:nth-child(3) {
  top: 8px;
}

.t466__small.t466__burger span:nth-child(2), .t466__small.t466__burger span:nth-child(3) {
  top: 6px;
}

.t466__burger span:nth-child(4) {
  top: 16px;
}

.t466__small.t466__burger span:nth-child(4) {
  top: 12px;
}

.t466_opened .t466__burger span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.t466_opened .t466__small.t466__burger span:nth-child(1) {
  top: 6px;
}

.t466_opened .t466__burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.t466_opened .t466__burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t466_opened .t466__burger span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.t466_opened .t466__small.t466__burger span:nth-child(4) {
  top: 6px;
}

.t466__mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .t466__burger {
    display: block;
  }
  .t466__menu, .t466__descr {
    display: none;
  }
  .t466__item {
    text-align: left;
    margin-left: 0;
  }
  .t466__container {
    min-height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .t466__mobile .t466__menu, .t466__mobile .t466__descr {
    display: block;
  }

  .t466__mobile .t466__item {
    margin-bottom: 10px;
    width: 100%;
  }

  .t466__mobile .t466__item:last-child {
    margin-bottom: 0;
  }

  .t466__mobile {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }
}

 
.t675 .t-slds__wrapper {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.t675 .t-slds__arrow-withbg {
  background-color: transparent;
}

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

.t675__textwrapper {
  color: #fff;
  padding-top: 140px;
  margin-bottom: 40px;
}

.t675__title, .t675__descr {
  color: #fff;
  margin-top: 10px;
}

.t675__title {
  margin-bottom: 16px;
}

.t675__btn {
  margin-top: 23px;
}

@media screen and (min-width: 960px) {
  .t675__leftaligned .t-slds__arrow_wrapper {
    width: 60px !important;
  }
}

@media screen and (max-width: 960px) {
  .t675__leftaligned .t-slds__arrow_wrapper {
    width: 40px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1278px) {
  .t675__leftaligned .t675__textwrapper {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1060px) {
  .t675__leftaligned .t675__textwrapper {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .t675__textwrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .t675 .t-slds__arrow_wrapper {
    width: 40px !important;
  }
} 
/* .t678 */

.t678 .t-section__topwrapper {
    margin-bottom: 75px;
}

.t678 .t-section__title {
    margin-bottom: 30px;
}

.t678 .t-section__descr {
    max-width: 560px;
    margin: 0 auto;
}

.t678 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 30000px;
}

.t678 .t678__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    display: none;
    max-height: 0px;
    opacity: 0;
}

.t678 .t-input-group {
    margin-bottom: 25px;
}

.t678 .t-input-block textarea {
    padding-top: 17px;
}

.t678 .t-input-block textarea.t-input_pvis {
    padding-top: 26px;
}

.t678 .t-input-phonemask__wrap {
    background-color: #ffffff;
}

.t678 .t-input-title {
    padding-bottom: 5px;
}

.t678 .t-input-subtitle {
    padding-bottom: 15px;
}

.t678 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px;
}

.t678 .t-inputtime,
.t678 .t-datepicker__wrapper {
    max-width: 245px;
}

.t678 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.t678 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.t678 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px;
}

.t678 .t-form_bbonly .t-input-block {
    margin-bottom: 35px;
}

.t678 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0;
}

.t678 .t678__form-bottom-text {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .t678 .t-form__submit {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .t678 .t-input-block textarea {
        padding-top: 5px;
    }

    .t678 .t-input-block {
        padding-right: 0px;
    }

    .t678 .t-submit {
        width: 100%;
    }
}

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

    .t678 .t-inputtime,
    .t678 .t-datepicker__wrapper {
        max-width: 100%;
    }
} 
/* T718 */

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

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

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

.t718 .t718__contentwrapper {
    display: table-cell;
    vertical-align: middle;
}

.t718 .t718__contentbox {
    display: table;
    width: 100%;
    color: #fff;
}

.t718 .t718__contacts {
    margin-bottom: 40px;
}

.t718 .t-sociallinks {
    margin-top: 20px;
}

.t718 .t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0;
}

.t718 .t718__social_links_item:last-child {
    margin-right: 0;
}




.t718 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 10000px;
}

.t718 .t718__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
}

.t718 .t-input-group {
    margin-bottom: 25px;
}

.t718 .t-input {
    background-color: transparent;
    -webkit-appearance: none;
}

.t718 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent;
}

.t718 .t-input-block textarea.t-input_pvis {
    padding-top: 26px;
}

.t718 .t-input-title {
    padding-bottom: 5px;
}

.t718 .t-input-subtitle {
    padding-bottom: 15px;
}

.t718 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px;
}

.t718 .t-inputtime,
.t718 .t-datepicker__wrapper {
    max-width: 245px;
}


.t718 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.t718 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px;
}

.t718 .t-form_bbonly .t-input-block {
    margin-bottom: 30px;
}

.t718 .t-form__submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.t718 .t718__form-bottom-text {
    margin-top: 20px;
}


@media screen and (max-width: 960px) {
    .t718 .t-section__topwrapper {
        margin-bottom: 45px;
    }

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

    .t718 .t718__contentwrapper {
        padding: 0 0 40px 0;
        text-align: center;
    }

    .t718 .t718__social_links {
        margin-top: 20px;
    }
}


@media screen and (max-width: 750px) {
    .t718 .t718__col {
        float: none;
        width: 100%;
        min-height: auto !important;
    }

    .t718 .t718__contentbox {
        float: none;
        width: 100%;
        height: auto !important;
    }

    .t718 .t-form__submit {
        margin-top: 28px;
    }
}

@media screen and (max-width: 640px) {
    .t718 .t-form__submit {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .t718 .t-input-block textarea {
        padding-top: 12px;
    }

    .t718 .t-submit {
        width: 100%;
    }
}

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

    .t718 .t-inputtime,
    .t718 .t-datepicker__wrapper {
        max-width: 100%;
    }

    .t718 .t718__contacts {
        font-size: 18px;
    }
} 
/* T738 */

.t738 .t-section__topwrapper {
  margin-bottom: 105px;
}

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

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

.t738 .t-section__bottomwrapper {
  margin-top: 105px
}

.t738 .t-slds__arrow_wrapper {
    width: 5%;
}

.t738__slds-wrapper {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.t738__linkwrapper {
  margin: 0 auto;
  width: 100%;
}

.t738__img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.t738__item {
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
}

.t738__item_4-in-row {
  width: 25%;
}

.t738__item_6-in-row {
  width: 16.666%;
}

.t738__greyonhovercolor{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.t738__greyonhovercolor:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

.t738__alphaonhover{
  opacity: 0.5;
}

.t738__alphaonhover:hover{
    opacity: 1;
}

.t738__width_6 { max-width: 600px; }
.t738__width_7 { max-width: 700px; }
.t738__width_8 { max-width: 800px; }
.t738__width_9 { max-width: 900px; }
.t738__width_10 { max-width: 1000px; }
.t738__width_11 { max-width: 1100px; }
.t738__width_12 { max-width: 1200px; }
.t738__width_100 { max-width: 100%; }


@media screen and (max-width: 1200px){
.t738__item {
  padding: 10px;
}

.t738__width_6 { max-width: 480px; }
.t738__width_7 { max-width: 560px; }
.t738__width_8 { max-width: 640px; }
.t738__width_9 { max-width: 720px; }
.t738__width_10 { max-width: 800px; }
.t738__width_11 { max-width: 880px; }
.t738__width_12 { max-width: 960px; }
.t738__width_100 { max-width: 100%; }
}



@media screen and (max-width: 960px){
.t738 .t-section__bottomwrapper {
  margin-top: 45px
}

.t738 .t-section__topwrapper {
  margin-bottom: 45px;
}

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

.t738__item_6-in-row {
  width: 33.333%;
}
.t738__witharrows .t-width .t-slds__wrapper {
    padding: 0 35px;
  }
}


@media screen and (max-width: 640px) {
.t738__item_4-in-row {
  width: 50%;
}
}


@media screen and (max-width: 440px) {
.t738__item_6-in-row {
  width: 50%;
}
}
