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

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

.r_showed {
    opacity: 1
}

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

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

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

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

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

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

.t-btn {
    display: inline-block;
    font-family: 'Roboto',Arial,sans-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-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-align_left {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

    .t-btn {
        white-space: normal
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

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

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

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

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

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

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

.t142 .t142__text {
    display: table-cell;
    vertical-align: middle;
    height: inherit
}

.t142 .t142__wrapone {
    position: relative
}

.t142 .t142__wraptwo {
    position: relative;
    z-index: 1;
    text-align: center
}

.t142 .t142__submit {
    font-family: 'Roboto',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: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box
}

@media screen and (max-width: 640px) {
    .t142__wraptwo {
        margin-left:20px;
        margin-right: 20px
    }

    .t142 .t142__submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-border-radius: 0
    }
}

.t668 {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

.t668>.t-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.t668__col {
    margin-bottom: 1px
}

.t668__col:last-child {
    margin-bottom: 0!important
}

.t668__wrapper {
    background-color: #fff
}

.t668__header {
    position: relative;
    cursor: pointer
}

.t668__trigger-button {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

.t668__trigger-button:not(:focus-visible) {
    outline: none
}

.t668__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.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;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px
}

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

.t668__opened .t668__lines {
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all ease-in-out 0.3s
}

.t668__content {
    display: none;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s
}

.t668__title {
    display: inline-block;
    padding-right: 30px
}

.t668__text {
    margin-top: -5px
}

.t668__textwrapper {
    padding: 0 0 20px
}

@media screen and (max-width: 960px) {
    .t668__header:hover .t668__icon {
        opacity:1
    }

    .t668__header:hover .t668__icon-hover {
        opacity: 0
    }
}

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

    .t668__content {
        padding-right: 20px!important;
        padding-left: 20px!important
    }

    .t668__text>a {
        word-break: break-word
    }

    .t668__text {
        margin-top: 0
    }

    .t668__icon {
        right: 8px!important
    }
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0
}

.t-container_100 {
    width: 100%;
    padding: 0
}

.t-container:before,.t-container:after,.t-container_100:before,.t-container_100:after {
    display: table;
    content: " ";
    width: 0
}

.t-container:after,.t-container_100:after {
    clear: both
}

.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%
}

.t-col_9 {
    max-width: 860px
}

.t-col_10 {
    max-width: 960px
}

.t-prefix_1 {
    padding-left: 100px
}

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

    .t-col {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%
    }

    .t-col_9 {
        max-width: 700px
    }

    .t-col_10 {
        max-width: 780px
    }

    .t-prefix_1 {
        padding-left: 80px
    }
}

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

    .t-col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    .t-col_9,.t-col_10 {
        width: 100%;
        max-width: 100%
    }

    .t-prefix_1 {
        padding-left: none
    }
}

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

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

.r_showed {
    opacity: 1
}

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

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

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

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

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

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

.t-btn {
    display: inline-block;
    font-family: 'Roboto',Arial,sans-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-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-align_left {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

    .t-btn {
        white-space: normal
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

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

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

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

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

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

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

.t142 .t142__text {
    display: table-cell;
    vertical-align: middle;
    height: inherit
}

.t142 .t142__wrapone {
    position: relative
}

.t142 .t142__wraptwo {
    position: relative;
    z-index: 1;
    text-align: center
}

.t142 .t142__submit {
    font-family: 'Roboto',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: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box
}

@media screen and (max-width: 640px) {
    .t142__wraptwo {
        margin-left:20px;
        margin-right: 20px
    }

    .t142 .t142__submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-border-radius: 0
    }
}

.t668 {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

.t668>.t-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.t668__col {
    margin-bottom: 1px
}

.t668__col:last-child {
    margin-bottom: 0!important
}

.t668__wrapper {
    background-color: #fff
}

.t668__header {
    position: relative;
    cursor: pointer
}

.t668__trigger-button {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

.t668__trigger-button:not(:focus-visible) {
    outline: none
}

.t668__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.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;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px
}

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

.t668__content {
    display: none;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s
}

.t668__title {
    display: inline-block;
    padding-right: 30px
}

.t668__text {
    margin-top: -5px
}

.t668__textwrapper {
    padding: 0 0 20px
}

@media screen and (max-width: 960px) {
    .t668__header:hover .t668__icon {
        opacity:1
    }

    .t668__header:hover .t668__icon-hover {
        opacity: 0
    }
}

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

    .t668__content {
        padding-right: 20px!important;
        padding-left: 20px!important
    }

    .t668__text>a {
        word-break: break-word
    }

    .t668__text {
        margin-top: 0
    }

    .t668__icon {
        right: 8px!important
    }
}
