.thermal {
    background: #fff;
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}

/* t-intro */

.t-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}
.t-intro-content,
.t-intro-pic {
    width: 45%;
}
.t-intro-pic img {
    display: block;
    border-radius: 10px;
    width: 100%;
}
.t-intro-title {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.t-intro-description {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
    .t-intro-row {
        flex-flow: row wrap;
        justify-content: center;
    }
    .t-intro-content {
        text-align: center;
        width: 100%;
    }
    .t-intro-pic {
        max-width: 500px;
        margin-bottom: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .t-intro-title {
        font-size: 24px;
    }
    .t-intro-description {
        font-size: 15px;
    }
    .t-intro-row {
        padding-bottom: 60px;
    }
}

/* t-button */

.t-button {
    background: #1c3673;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 35px;
    position: relative;
    text-align: center;
    transition: ease 300ms;
}
.t-button:hover {
    background: #2e4d95;
}
@media screen and (max-width: 767px) {
    .t-button {
        font-size: 15px;
        padding: 14px 35px 15px;
        max-width: 350px;
        width: 100%;
    }
}

/* t-survey */

.t-survey {
    border-top: 1px solid #e1e5ee;
    padding: 80px 0;
    position: relative;
}
.t-survey-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t-survey-content {
    width: 55%;
}
.t-survey-pictures {
    position: relative;
    width: 40%;
}
.t-survey-pictures:before {
    border: 9px solid #f5f5f5;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: -25px;
    left: 25px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.t-survey-pic img {
    border-radius: 10px;
    display: block;
    width: 100%;
}
.t-survey-pic {
    display: block;
    position: relative;
    z-index: 1;
}
.t-survey-pic + .t-survey-pic {
    margin-top: 10px;
}
.t-survey-title {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}
.t-survey-description {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.5em;
}
@media screen and (max-width: 991px) {
    .t-survey-row {
        flex-flow: row wrap;
        justify-content: center;
    }
    .t-survey-content {
        margin-bottom: 30px;
        width: 100%;
    }
    .t-survey-pictures {
        max-width: 500px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .t-survey-title {
        font-size: 24px;
    }
    .t-survey {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .t-survey-description {
        font-size: 15px;
    }
    .t-survey-pictures:before {
        border: 5px solid #f5f5f5;
        top: -15px;
        left: 15px;
    }
}

/* t-problems */

.t-problems {
    background-color: #f5f6fa;
    padding: 80px 0;
}
.t-problems-title {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 450px;
}
.t-problems-about {
    margin-bottom: 30px;
}
.t-problems-row {
    display: flex;
    justify-content: space-between;
}
.t-problems-content {
    width: 40%;
}
.t-problems-defects {
    width: 55%;
}
.t-problems-box {
    border: 9px solid #fff;
    border-radius: 10px;
    padding: 40px 30px;
}
.t-problems-dsc {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.t-problems-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.t-problems-icon {
    min-width: 60px;
}
.t-problems-text {
    font-size: 16px;
    line-height: 1.5;
}
.t-problems-action {
    display: none;
}
@media screen and (max-width: 1199px) {
    .t-problems-box {
        padding: 35px 23px;
    }
    .t-problems-defects {
        width: 48%;
    }
    .t-problems-content {
        width: 48%;
    }
}
@media screen and (max-width: 991px) {
    .t-problems {
        padding: 80px 0 40px;
    }
    .t-problems-row {
        flex-flow: row wrap;
    }
    .t-problems-content {
        width: 100%;
    }
    .t-problems-content .t-button {
        display: none;
    }
    .t-problems-defects {
        width: 100%;
    }
    .t-problems-action {
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .t-problems {
        padding: 60px 0 30px;
    }
    .t-problems-title {
        font-size: 24px;
    }
    .t-problems-text {
        font-size: 14px;
    }
    .t-problems-box {
        padding: 30px 20px;
        margin: 0 -8px;
    }
}

/* content_ */

.content_ {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5;
}
.content_ p {
    margin-bottom: 15px;
}
.content_ ul {
    margin-bottom: 15px;
}
.content_ ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.content_ ul li:before {
    background: #1c3673;
    border-radius: 50px;
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    height: 6px;
    width: 6px;
}
@media screen and (max-width: 767px) {
    .content_ {
        font-size: 15px;
    }
}

/* t-examples */

.t-examples {
    background-color: #f5f6fa;
    padding: 80px 0;
}
.t-examples-wrapper {
    background: #fff;
    border: 4px solid #f5f6fa;
    border-radius: 10px;
    padding: 40px 40px 50px 80px;
}
.t-examples-row {
    display: flex;
    justify-content: space-between;
}
.t-examples-column {
    width: calc(50% - 20px);
}
.t-examples-picture img {
    display: block;
    width: 100%;
}
.t-examples-picture {
    display: block;
    margin-bottom: 15px;
}
.t-examples-description {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}
.t-examples-title {
    color: #1f1f1f;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.t-advantage-text {
    width: 55%;
}
.t-advantage-picture {
    width: 40%;
}
@media screen and (max-width: 1199px) {
    .t-examples-wrapper {
        padding: 40px 35px 50px 35px;
    }
}
@media screen and (max-width: 991px) {
    .t-examples {
        padding: 40px 0 80px;
    }
    .t-examples-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .t-examples {
        padding: 40px 0 60px;
    }
    .t-examples-title {
        font-size: 24px;
    }
    .t-examples-wrapper {
        padding: 40px 30px 50px 30px;
        margin: 0 -8px;
    }
    .t-examples-row {
        flex-flow: row wrap;
    }
    .t-examples-column {
        width: 100%;
    }
    .t-examples-column + .t-examples-column {
        margin-top: 20px;
    }
}

/* t-advantage */

.t-advantage {
    padding: 80px 0;
}
.t-advantage-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.t-advantage-title {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.t-advantage-list li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.t-advantage-list li:before {
    background: #1c3673;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 10px;
    width: 10px;
}
.t-advantage-picture:before {
    border: 9px solid #f5f5f5;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: -25px;
    left: 25px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.t-advantage-picture {
    position: relative;
}
.t-advantage-picture img {
    border-radius: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.t-advantage-objects {
    background: #fff;
    border: 4px solid #f5f6fa;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px 40px 50px 80px;
    margin: 80px 0;
}
.t-advantage-ttl {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}
.t-advantage-image {
    width: calc(50% - 15px);
}
.t-advantage-image img {
    display: block;
    width: 100%;
}
.t-advantage-info {
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
}
.t-advantage-order {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.t-advantage-list + .t-advantage-title {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .t-advantage-objects {
        padding: 40px 35px 50px 35px;
    }
}
@media screen and (max-width: 991px) {
    .t-advantage-row {
        flex-flow: row wrap;
    }
    .t-advantage-text {
        margin-bottom: 30px;
        width: 100%;
    }
    .t-advantage-picture {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .t-advantage {
        padding: 60px 0;
    }
    .t-advantage-title {
        font-size: 24px;
    }
    .t-advantage-list li {
        font-size: 15px;
    }
    .t-advantage-picture:before {
        border: 5px solid #f5f5f5;
        top: -15px;
        left: 15px;
    }
    .t-advantage-ttl {
        font-size: 24px;
    }
    .t-advantage-objects {
        padding: 40px 30px 40px 30px;
        margin: 40px -8px;
    }
    .t-advantage-image {
        width: 100%;
    }
    .t-advantage-image + .t-advantage-image {
        margin-top: 20px;
    }
}

/* t-customers */

.t-customers {
    background-color: #f5f6fa;
    padding: 100px 0 80px;
}
.t-customers-important {
    width: 56%;
}
.t-customers-example {
    width: 40%;
}
.t-customers-box {
    background: #fff;
    border-radius: 0 10px 10px 0;
    border-left: 4px solid #1c3673;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
    padding: 30px;
}
.t-customers-ttl {
    color: #1c3673;
    font-weight: 700;
    margin-bottom: 10px;
}
.t-customers .t-advantage-picture:before {
    border-color: #fff;
}
.t-customers-boxes {
    display: flex;
    justify-content: space-between;
}
.t-customers-description + .t-button {
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .t-customers-boxes {
        flex-flow: row wrap;
    }
    .t-customers-example,
    .t-customers-important {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .t-customers {
        padding: 60px 0;
    }
    .t-customers-description {
        font-size: 15px;
    }
}

/* t-order */

.t-order {
    padding: 80px 0;
}
.t-order-block {
    border: 4px solid #f5f6fa;
    border-top: none;
    border-radius: 10px;
    padding: 50px 125px;
    position: relative;
}
.t-order-block:before {
    background: #1c3673;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 4px;
    width: calc(100% - 20px);
}
.t-order-title {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
    width: 100%;
}
.t-order-info span {
    color: #e30713;
    font-weight: 700;
}
.t-order-info {
    background: #f8f8f8;
    border-left: 2px solid #1c3673;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 25px 30px;
    width: 100%;
}
.t-order-input input[type=text] {
    border: 1px solid #dedede;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.3em;
    padding: 21px 20px 20px;
    width: 100%;
}
.t-order-label {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.t-order-label span {
    color: #e30713;
}
.t-order-row {
    display: flex;
    margin: 0 -15px;
}
.t-order-col {
    padding: 0 15px;
    width: calc(100% / 3);
}
.t-order-description {
    color: #1f1f1f;
    font-size: 14px;
}
.t-order-text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.t-order-description {
    margin-bottom: 20px;
}
.t-order-text textarea {
    border: 1px solid #dedede;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.3em;
    outline: none;
    padding: 21px 20px 20px;
    resize: none;
    height: 125px;
    width: 100%;
}
.t-order-action {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.t-order-politic {
    font-size: 14px;
    text-align: center;
}
.t-order-politic a {
    color: #1c3673;
    text-decoration: underline;
}
.t-order-politic a:hover {
    color: #1c3673;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .t-order-block {
        padding: 50px 65px;
    }
}
@media screen and (max-width: 991px) {
    .t-order-row {
        flex-flow: row wrap;
    }
    .t-order-col {
        margin-bottom: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .t-order-block {
        padding: 40px 30px;
        margin: 0 -8px;
    }
    .t-order-title {
        font-size: 24px;
    }
    .t-order-info {
        font-size: 15px;
        padding: 20px;
    }
    .t-order-label {
        font-size: 15px;
    }
    .t-order-input input[type=text] {
        font-size: 14px;
        padding: 16px 20px 15px;
    }
    .t-order-text {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

.t-customers-files {
    padding-top: 25px;
}
.t-customers-file:hover,
.t-customers-file {
    display: flex;
    color: #000;
}
.t-customers-icon {
    position: relative;
    padding-right: 20px;
}
.t-customers-file-type {
    color: #1c3673;
    font-size: 15px;
    font-weight: 700;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 6px;
}
.t-customers-file-title {
    color: #1c3673;
    display: block;
    font-weight: 700;
}
.t-customers-file-size {
    color: #888;
    display: block;
    font-size: 14px;
}