@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    min-width: 320px;
    font-family: "Roboto", serif;
    color: #A48787;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: #270D0D;    
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

a,
button {
    transition: all linear 0.2s;
}


/* BASE
---------------------------------*/
.imt72carg-container {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.imt72carg-sector {
    position: relative;
    display: block;
}

.imt72carg-pack {
    position: relative;
    display: block;
    width: 976px;
    max-width: 100%;
    margin: 0 auto;
}

.imt72carg-pack-full {
    max-width: 100%;
}

.imt72carg-row {
    display: flex;
    justify-content: space-between;
}

.imt72carg-col-6 {
    flex: 1 0 50%;
    max-width: 50%;
}

.imt72carg-content-full {
    width: 100% !important;
    padding-left: 0 !important;
}

.imt72carg-btn {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    padding: 25px 50px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    background: #EF7E2D;
    cursor: pointer;
    transition: .4s;
}

h1 {
    color: #FFEBDC;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 36px;
}

h2 {
    color: #FFEBDC;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 24px 0;
}

h2.imt72carg-titpe-page {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 36px;
}

h3 {
    color: #FFEBDC;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin: 20px 0;
}

h3 span {
    color: #FFEBDC;
}

h4 {
    color: #FFEBDC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
}

p {
    margin: 0;
}

p a {
    color: #EF7E2D;
    font-weight: 700;
    text-decoration: none;
}

p + p {
    margin-top: 15px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.imt72carg-breadcrumbs {
    position: absolute;
    top: 70px;
    left: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.imt72carg-breadcrumbs li {
    position: relative;
    color: #FFEBDC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.imt72carg-breadcrumbs li+li:before {
    display: block;
    padding: 0 4px;
    content: '/';
    color: #EF7E2D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.imt72carg-breadcrumbs li a {
    color: #FFEBDC;
    text-decoration: none;
}

.imt72carg-breadcrumbs li a:hover {
    text-decoration: underline;
}

@media (max-width: 1719px) {
    .imt72carg-breadcrumbs {
        left: 20px;
    }
}

@media (max-width: 991px) {
    .imt72carg-pack {
        padding: 0 20px;
    }

    .imt72carg-breadcrumbs {
        display: none;
    }
}


/* SITE HEADER
---------------------------------*/
.imt72carg-site-tracking {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: .4s;
    background: #130202;
    color: #FFEBDC;
    padding: 8px 0;
}

.imt72carg-site-tracking .imt72carg-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1720px;
}

.imt72carg--tracking .imt72carg-emblem {
    max-width: 100%;
    transition: .4s;
}

.imt72carg-hbr-btn {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.imt72carg-hbr-btn .imt72carg-rays {
    position: absolute;
    height: 2px;
    width: 23px;
    background: #fff;
    left: 5px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    will-change: transform;
}

.imt72carg-hbr-btn .imt72carg-rays:nth-child(1) {
    top: 10px;
    transform-origin: left center;
}

.imt72carg-hbr-btn .imt72carg-rays:nth-child(2) {
    top: 16px;
    transform-origin: left center;
}

.imt72carg-hbr-btn .imt72carg-rays:nth-child(3) {
    top: 22px;
    transform-origin: left center;
}

.imt72carg-tracking_active .imt72carg-hbr-btn .imt72carg-rays:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}

.imt72carg-tracking_active .imt72carg-hbr-btn .imt72carg-rays:nth-child(2) {
    width: 0;
    opacity: 0;
}

.imt72carg-tracking_active .imt72carg-hbr-btn .imt72carg-rays:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 8px;
}

@media (max-width: 1759px) {
    .imt72carg-site-tracking .imt72carg-pack {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .imt72carg-site-tracking .imt72carg-emblem {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .imt72carg-hbr-btn {
        display: block;
    }
}

/* SECTION onset
---------------------------------*/
.imt72carg-sector-onset {
    padding: 110px 0 68px;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.imt72carg-sector-onset .imt72carg-pack {
    display: flex;
    justify-content: space-between;
}

.imt72carg-panel {
    width: 260px;
}

.imt72carg-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imt72carg-panel ul li {
    border-bottom: 1px solid #D9D9D940;
}

.imt72carg-panel ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #FFEBDC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.imt72carg-panel ul li a.active,
.imt72carg-panel ul li a:hover {
    background: #EF7E2D;
    color: #fff;
}

.imt72carg-left-choices {
    display: none;
}

.imt72carg-content {
    padding-right: 76px;
    width: calc(100% - 224px);
}

.imt72carg-content ul {
    padding-left: 18px;
}

.imt72carg-content li {
    margin-bottom: 10px;
}

.imt72carg-content ol {
    padding-left: 18px;
}

.imt72carg-content img {
    display: block;
    margin-bottom: 36px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .imt72carg-sector-onset {
        padding: 72px 0 24px;
    }
}

@media (max-width: 768px) {
    .imt72carg-content {
        padding-right: 0;
        width: 100%;
    }

    .imt72carg-panel {
        display: none;
        position: fixed;
        z-index: 9;
        top: 52px;
        left: 0;
        overflow-y: auto;
    }

    .imt72carg-panel.imt72carg-panel_active {
        background: #130202;
        width: 100%;
        height: calc(100vh - 48px);
    }

    .imt72carg-panel ul {
        width: 272px;
        background: #fff;
    }

    .imt72carg-left-choices {
        display: block;
    }

    .imt72carg-panel ul li a {
        color: #130202;
    }
}
/* FOOTER
---------------------------------*/
.imt72carg-endnote {
    padding: 10px;
    border-top: 1px solid #D9D9D940;
    color: #FFEBDC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.imt72carg-endnote .imt72carg-pack {
    width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imt72carg-tracking-choices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.imt72carg-tracking-choices li {
    list-style-type: none;
}

.imt72carg-tracking-choices li+li {
    margin-left: 40px;
}

.imt72carg-tracking-choices a {
    text-decoration: none;
    color: #FFEBDC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1759px) {
    .imt72carg-endnote .imt72carg-pack {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .imt72carg-endnote .imt72carg-pack {
        padding: 0;
    }

    .imt72carg-endnote .imt72carg-pack {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .imt72carg-writetext {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .imt72carg-tracking-choices li+li {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .imt72carg-tracking-choices {
        display: none;
    }
}

@media (max-width: 560px) {
    .imt72carg-tracking-choices {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .imt72carg-tracking-choices li+li {
        margin-left: 0;
        margin-top: 10px;
    }
}



/* TERMS
---------------------------------*/
.imt72carg-terms-title {
    color: #FFEBDC;
    margin-bottom: 24px;
}

.imt72carg-terms-content h2,
.imt72carg-terms-content h3,
.imt72carg-terms-content h4 {
    color: #FFEBDC;
}

.imt72carg-terms-content p,
.imt72carg-terms-content ul,
.imt72carg-terms-content ol {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.imt72carg-terms-content ul,
.imt72carg-terms-content ol {
    padding-left: 18px;
}

.imt72carg-terms-content a {
    text-decoration: none;
    font-weight: 700;
    color: #EF7E2D;
}

a.imt72carg-link-mail {
    text-decoration: none;
}

a.imt72carg-link-mail:hover {
    text-decoration: underline;
}



/* Form */

.imt72carg-form--item {
    position: relative;
    margin-bottom: 32px;
}

.imt72carg-form--input {
    font-family: "Roboto", sans-serif;
    color: #2E2E2E;
    border: none;
    height: 50px;
    padding: 5px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: 1px solid #2E2E2E;
    border-radius: 100px;
}

textarea.imt72carg-form--input {
    vertical-align: middle;
    height: 140px;
    border-radius: 20px;
    padding: 10px 20px;
}

.imt72carg-button {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: #EF7E2D;
    border: 2px solid #EF7E2D;
    border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: absolute;
    bottom: -24px;
    left: 20px;
    color: #EF7E2D;
}