@font-face {
    font-family: 'Monument Extended Regular';
    src: url('../../uploads/fonts/MonumentExtended-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Monument Extended Ultrabold';
    src: url('../../uploads/fonts/MonumentExtended-Ultrabold.otf') format('opentype'); 
}

@font-face {
    font-family: 'TT Firs Neue Regular';
    src: url('../../uploads/fonts/TT Firs Neue Regular.ttf');
}

@font-face {
    font-family: 'TT Firs Neue Light';
    src: url('../../uploads/fonts/TT Firs Neue Light.ttf');
}

@font-face {
    font-family: 'TT Firs Neue Medium';
    src: url('../../uploads/fonts/TT Firs Neue Medium.ttf');
}

.reportInformationReviewThankYou,
#loader,
#reportContacts {
    display: none;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
}

#loader {
    z-index: 20;
}


.loaderContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderSVG {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headContainer {
    position: relative;
}

.headContainerImage {
    width: 101%;
    height: 101%;
}

.headContainerText {
    position: absolute;
    top: 40%;
    margin: 0px 15px;
    color: #FFF;
    font-family: Monument Extended Regular;
    font-size: 26px;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.reportNotFoundContainer,
.reportContainer {
    width: calc(100% - 30px);
    max-width: 600px;
}

.reportNotFoundContainer{
    margin: 60px auto;
}

.reportContainer {
    margin: 10px auto;
}

.reportNotFoundContainer {
    text-align: center;
    margin-top: 120px;
}

.reportNotFoundTitle {
    color: #FFF;
    font-family: Monument Extended Regular;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.reportNotFoundText {
    font-family: TT Firs Neue Light;
    margin-top: 12px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: 175%;
}

.reportLogo {
    margin: 30px auto;
    text-align: center;
}

.reportLogoImage {
    width: 138px;
    height: 32px;
    text-align: center;
}

.bodySVGContainer {
    /* height: 400px; */
    height: calc( 100% - 200px );
    resize: both;
    overflow: hidden;
}

.bodySVG {
    fill: none;
    width: 100%;
    height: 100%;
}

.bodyPart {
    stroke: #fff;
    stroke-width: 1px;
}

.reportTitle,
.reportContactsTitle {
    color: #00AEEF;
    font-family: TT Firs Neue Medium;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.reportList {
    margin: 20px auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.reportItemContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.reportItemFirstRow {
    display: flex;
    width: 355px;
    align-items: center;
    gap: 10px;
}

.reportItemSymbol {
    width: 20px;
    height: 20px;
    resize: both;
}

.reportItemSymbolSVG {
    width: 100%;
    height: 100%;
    fill: none;
    min-width: 20px;
}

.reportItemTitle {
    color: #FFF;
    font-family:  TT Firs Neue Light;
    font-size: 16px;
    font-style: normal;
    line-height: 125%;
}

.reportItemComment {
    color: #F5F5F5;
    font-family: TT Firs Neue Light;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.reportItemLine {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.reportInformationContainer {
    margin: 20px 0px;
}

.reportInformationReviewTitle {
    color: #FFF;
    font-family: TT Firs Neue Medium;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
}

.reportInformationReviewStars {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    resize: both;
    margin: 10px 0px;
}

.reviewStarSVG {
    width: 50px;
    height: 100%;
    fill: #B6B6B6;
}

.reportInformationReviewThankYou {
    color: #FFF;
    font-family: TT Firs Neue Light;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
}

.reportRulesContainer {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
}

.reportIconSVG {
    width: 20px;
    height: 20px;
}

.reportIconText {
    color: #FFF;
    font-family: TT Firs Neue Light;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
}

.reportContacts {
    margin: 0px 0px 30px 0px;
}

.reportContactsName {
    color: #FFF;
    font-family: TT Firs Neue Medium;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
    text-transform: uppercase;
    padding-top: 5px;
}

.reportContactsNumber {
    color: #FFF;
    font-family: TT Firs Neue Medium;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: uppercase; 
    padding-top: 5px;
}

.reportItemContainer:last-child .reportItemLine {
    display: none;
}

.contentContainer {
    margin-top: 96px;
}

@media only screen and (min-width: 800px) {

    .headContainer {
        display: none;
    }

    body {
        display: flex;
        flex-direction: column; 
        align-items: stretch;
    }

    .reportLogo {
        margin: 30px auto 50px auto;
    }

    .contentContainer {
        display: flex;
        justify-content: space-around;
        gap: 30px;
        position: relative;
        margin-top: 96px;
    }
    
    .bodySVGContainer {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        resize: both;
        overflow: hidden;
        z-index: 10;
        width: 50%;
        height: calc( 100% - 200px );
    }

    .reportContainer {
        margin-left: 55%;
    }

    .bodySVGContainer {
        height: 100%;
    }

    .bodySVGContainer, .reportContainer {
        flex: 1;
    }

    .reportContainer {
        max-width: 400px;
    }

    .reportItemContainer {
        max-width: 400px;
    }
    .reportLogo {
        position: fixed;
        top: 0;
        padding: 30px 0px;
        background-color: #222;
        width: 100%;
        z-index: 10;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 800px) {
    .reportLogo {
        background-color: #222;
        position: fixed;
        top: 0;
        z-index: 10;
        padding: 10px 0px;
        margin: 0px auto;
        width: 100%;
    }
}