html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    color: #000000;
}
.t-menu__link-item {color:#ffffff;font-size:22px;font-weight:600;}
@media screen and (min-width: 981px) {
    .logo {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        white-space: nowrap;
        padding-right: 30px;
    }

    .list_item {
        display: inline-block;
        white-space: nowrap;
    }

    .positionabsolute {
        position: absolute;
    }

    .top-menu {
        background-color: rgba(0, 0, 0, 0.40);
        width: 100%;
        height: 80px;
        z-index: 2000;
        top: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
        transition: background-color .3s linear;
    }

    .maincontainer {
        width: 100%;
        height: 80px;
        display: table;
    }

    .leftside {
        display: table-cell;
        vertical-align: middle;
    }

    ul {
        margin: 0;
    }

    .centerside {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .t-cover {
        height: 100vh;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        vertical-align: middle;
        position: relative;
        background-attachment: fixed;
    }

    .t-title_sm {
        font-size: 48px;
        line-height: 1.23;
    }

    .t-descr_xl {
        font-size: 24px;
        line-height: 1.5;
    }

    .t580__arrow-icon_mobile {
        display: none;
    }

    .t580__buttons {
        margin-top: 70px;
    }

    .t-title_lg {
        font-size: 64px;
        line-height: 1.23;
    }

}

@media screen and (max-width: 980px) {
    .t-cover {
        background-position: left center;
        background-attachment: scroll;
        background-size: cover;
    }

    .list {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .list_hidden {
        opacity: 1;z-index: index 99999;
    }

    .list_item {
        display: block;
        text-align: center;
        padding: 10px !important;
        white-space: normal;
    }

    .logo {
        white-space: normal;
        padding: 0;
        text-align: center;
        font-size: 24px;
        margin: 20px;
    }

    .top-menu {
        background: #000000;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        height: auto !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
        transition: background-color .3s linear;
    }

    .maincontainer {
        height: auto !important;
        display: block;
    }

    .leftside,
    .rightside,
    .centerside {
        display: block;
        text-align: center;
        float: none;
    }

    .leftcontainer,
    .centercontainer,
    .rightcontainer {
        padding: 10px 0;
    }

    .t-cover,
    .t-cover__carrier,
    .t-cover__filter {
       /* height: 500px !important;*/
    }

    .t580__arrow-icon_mobile {
        display: block;
        width: 20px;
        margin: 0 auto 20px;
        fill: #c9c9c9;
    }

    .t580__arrow-icon {
        display: none;
    }

    .t-container {
        max-width: 640px;
    }

    .t-title_sm {
        font-size: 30px;
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4;
    }

    .t580__buttons {
        margin-top: 30px;
    }

    .t-title_lg {
        font-size: 30px;
        line-height: 1.23;
    }

    .t-col_1,
    .t-col_2,
    .t-col_3,
    .t-col_4,
    .t-col_5,
    .t-col_6,
    .t-col_7,
    .t-col_8,
    .t-col_9,
    .t-col_10,
    .t-col_11,
    .t-col_12 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .t-cover,
    .t-cover__carrier,
    .t-cover__filter {
        height: 360px !important;
    }

    .t-prefix_1 {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 480px) {

    .t-cover,
    .t-cover__carrier,
    .t-cover__filter {
        height: 240px !important;
    }
}

#allrecords {
    -webkit-font-smoothing: antialiased;
}

.t-cover {
    background-image: url('/images/top-bg.png');
}

.top-menu a {
    text-decoration: none;
}


nav {
    display: block;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: content-box;
}

* {
    outline: none !important;
}

div {
    display: block;
}

.padding40px {
    width: 40px;
}



.leftcontainer {
    display: inline-block;
}

.imgwrapper {
    display: inline-block;
}


.t-title {
    font-family: 'Noto Serif', serif;
}





.list {
    list-style-type: none;
    padding: 0 !important;
    transition: opacity ease-in-out .2s;
}

.list_item {
    clear: both;
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

.rightside {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.t-cover__carrier.loaded {
    opacity: 1;
    transition: opacity 700ms;
}

.t-cover {
    background-color: #000;
    overflow: hidden;
    width: 100%;
}

.t-cover__arrow {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
}

.t-cover__arrow-wrapper {
    display: inline-block;
    -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;
    cursor: pointer;
}

.t-cover__arrow-wrapper_animated {
    animation: t-arrow-bottom 1.7s infinite ease;
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}

.t-btn {
    display: inline-block;
    font-family: 'Noto Serif', serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    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-cover .t-container,
.t-cover .t-container_10,
.t-cover .t-container_100,
.t-cover .t-container_8 {
   /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.t-container:before,
.t-container:after,
.t-container_10:before,
.t-container_10:after,
.t-container_8:before,
.t-container_8:after,
.t-container_100:before,
.t-container_100:after {
    display: table;
    content: " ";
    width: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.t580 {
    text-align: center;
}

.t-align_center {
    text-align: center;
}



.t467 .t-col_10 {
    max-width: 900px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-height: 20px;
}

.t-col {
    display: inline;
    /*float: left;
    margin-left: 20px;
    margin-right: 20px;*/
    width: auto;
}

.t580__title {
    margin-bottom: 25px;
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto;
}



.t-title {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
}



.t-descr {
    font-family: 'Noto Serif', serif;
    font-weight: 300;
}



.t580__buttons-wrapper {
    display: table;
    position: relative;
}

.t580__arrow-icon {
    width: 45px;
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    top: 0;
    bottom: 0;
    margin: auto;
}

.t580__btn:last-of-type {
    margin-right: 0;
}

.t580__btn {
    margin-bottom: 20px
}

#rec416923482 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

#rec415539905 {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    min-height: 20px;
}

.t467__title {
    margin-bottom: 40px;
}

.t905__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.t905__card {
    width: 50%;
    display: flex;
    background-color: #fff;
}

@media screen and (min-width: 980px) {
    .t905__content {
        position: relative;
        width: 50%;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .t905__wrapper .t905__card:nth-child(4n-1) .t905__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .t905__wrapper .t905__card:nth-child(4n) .t905__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .t905__wrapper .t905__card:first-child .t905__content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .t905__wrapper .t905__card:nth-child(4n) .t905__content:after {
        left: -39px !important;
        right: 100% !important;
        border-right-color: #ffffff;
        border-left-color: transparent;
    }

    .t905__wrapper .t905__card:nth-child(4n-1) .t905__content:after {
        left: -39px !important;
        right: 100% !important;
        border-right-color: #ffffff;
        border-left-color: transparent;
    }

    .t905__wrapper .t905__card:first-child .t905__content:after {
        right: -39px;
        border-right-color: transparent;
        border-left-color: #ffffff;
        left: inherit;
    }

    .t905__content_wrapper {
        width: 80%;
        padding: 20px 0;
        font-size: 16px;
    }

    .t905__content:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 20px;
        top: 50%;
        right: -39px;
        transform: translateY(-50%);
        border-left-color: #fff;
    }

    .t905__image_wrapper {
        width: 50%;
    }

    .t905__wrapper .t905__card:first-child .t905__image_wrapper .t905__image,
    .t905__wrapper .t905__card:nth-child(2n) .t905__image_wrapper .t905__image {
        height: 311px;
        padding-bottom: initial;
    }

    .t905__wrapper .t905__card:nth-child(4n) .t905__image_wrapper .t905__image,
    .t905__wrapper .t905__card:nth-child(4n-1) .t905__image_wrapper .t905__image {
        height: 360px;
        padding-bottom: initial;
    }

    .t905__image {
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .t083__textclass1 {
        position: absolute;
        top: 220px;
        left: -25px;
        width: 290px;
        font-size: 13px;
        line-height: 23px;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 26px;
    }

    .t083 .t-prefix_1 {
        padding-left: 100px;
    }

    .t142 .t142__submit_size_xl {
        padding-left: 80px;
        padding-right: 80px;
    }

    #rec416507628 .t-cover,
    #rec416507628 .t-cover__carrier.loaded {
        background-repeat: no-repeat;
    }

    #rec416728920 {
        display: none;
    }

    .t463__col {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
    }

    .t463__content {
        padding: 2px 40px 0;
        display: table-cell;
        vertical-align: middle;
    }

    .t463__maincontainer {
        width: 100%;
        height: 80px;
        display: table;
    }

    .t-align_right {
        text-align: right;
    }

    .t-title_xs {
        font-size: 42px;
    }

    .t-col_6 {
        max-width: 460px;
    }

    .t-col_5 {
        max-width: 460px;
    }

    .t700 .t-container_flex {
        display: flex;
    }

    .t700__col.t-col_5 {
        padding-top: 7%;
    }

    .t700 .t-prefix_1 {
        padding-left: 100px;
    }
}

@media screen and (max-width: 979px) {
    .t905 .t-container {
        max-width: 640px;
    }

    .t905__card {
        width: 100%;
        display: block;
    }

    .t905 .t-container .t905__content {
        font-size: 24px;
        padding: 20px;
    }

    .t905 .t-col {
        display: block;
        float: none;
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
    }

    .t-cover__carrier {
        background-attachment: scroll;
    }

    .t905__image {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .t-cover__filter {
       /* height: 700px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;*/
    }

    .t083__textclass1,
    .t083__textclass2,
    .t083__textclass3 {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 90%;
        max-width: 480px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .t083__textclass1.t-title {
        font-size: 20px;
        line-height: 26px;
        padding: 10px;
    }

    .t142 .t142__submit_size_xl {
        padding-left: 20px;
        padding-right: 20px;
    }

    #rec416507628 {
        display: none;
    }

    #rec416728920 img {
        width: 100%;
    }

    .t463__col {
        margin-bottom: 20px;
        padding: 0;
    }

    .t463__col,
    .t463__copyright {
        width: 100%;
        display: block;
        text-align: center;
    }

    .t463__content {
        display: block;
        padding: 2px 20px 0;
        vertical-align: middle;
    }

    .t463__maincontainer {
        height: auto !important;
        padding: 40px 0;
        display: block;
        width: 100%;
    }

    .t-title_xs {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .t700__col.t-col_5 {
        margin-left: auto;
        margin-right: auto;
        width: 80%;display:block;
    }

    .t700 .t700__img {
        width: 50%;
        height: auto;
    }
}

.t-align_left {
    text-align: left;
}

.t905 .t-col_12 {
    max-width: 1160px;
}

.t021__line {
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #000000;
}

.t021__text-impact {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 54px;
}

.t-text-impact_md {
    font-size: 30px;
    line-height: 1.35;
}

.t-text-impact {
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    color: #000000;
}

.t021 .t-container {
    max-width: 780px;
}

.t142 .t142__submit_size_xl {
    height: 80px;
    line-height: 80px;
    font-size: 26px;

}

.t142 .t142__submit {
    font-family: 'Noto Serif', serif;
    text-align: center;
    -webkit-appearance: none;
    font-weight: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
}

.t142 .t142__wraptwo {
    position: relative;
    z-index: 1;
    text-align: center;
}

.t083__inner {
    position: relative;
    width: 100%;
    float: left;
}

.t083__imgwrapper {
    width: 100%;
    text-align: center;
}

.t083 .t083__image {
    max-width: 100%;
}

.t051__text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.t051 .t-container {
    max-width: 980px;
}

#rec416923400 {
    padding-top: 40px;
}

.t463__img {
    max-width: 150px;
}

.t463 .t-sociallinks__item,
.t463__right_social_links_item {
    display: inline-block;
    margin: 4px 1px 0;
    overflow: hidden;
}

.t463__colwrapper {
    display: table;
    width: 100%;
}

.t700 .t-section__topwrapper {
    margin-bottom: 105px;
}

.t700 .t700__contentbox {
    display: table;
    width: 100%;
}

.t700 .t700__contentwrapper {
    display: table-cell;
    vertical-align: middle;
}

.t700 .t700__img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

form {
    display: block;
    margin-top: 0em;
}

.t700 .t-form__inputsbox {
    transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    max-height: 10000px;
}

.t-form__errorbox-bottom {
    display: none;
}

.t700 .t-input-group {
    margin-bottom: 25px;
}

.t700 .t-form_bbonly .t-input-block {
    margin-bottom: 30px;
}

.t-form__errorbox-wrapper {
    background: #f95d51;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.t-form__errorbox-text {
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
}

.t-form__errorbox-item {
    margin-top: 10px;
    display: none;
}

.t700 .t-input {
    -webkit-appearance: none;
}

.t-input_bbonly {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.t-input {
    margin: 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t-input {
    font-family: 'Noto Serif', serif;
    color: #ffffff;
}

.t-form .t-submit {
    position: relative;
}

.t700 .t-form__submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.t-submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.t-submit {
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    background-color: #ff0004;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}