body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@charset "UTF-8";

@font-face {
    font-family: Lato;
    /* Имя шрифта */
    src: url(assets2/font/Lato.ttf);
    /* Путь к файлу со шрифтом */
    font-display: swap;
}

.thank_you_review {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
    width: calc(100%);
    background: white;
    z-index: 3;
    padding: 10px 150px;
}

.thank_you_review.show {
    display: flex;
}

.thank_you_review .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.43);
}

.thank_you_review .header .logo {
    display: flex;
    align-items: center;
}

.thank_you_review .header .logo img {
    margin-right: 10px;
}

.thank_you_review .header .logo .title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #050505;
}

.thank_you_review .header .info h3 {
    text-align: end;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    color: #3257D3;
}

.thank_you_review .header .info p {
    text-align: end;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #312C2C;
}

.thank_you_review .main_part {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.thank_you_review .main_part .icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #3257D3;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank_you_review .main_part .icon h2 {
    font-family: 'Lato';
    font-style: normal;
    color: white;
    font-size: 70px;
    font-weight: 500;
}

.thank_you_review .main_part h4 {
    display: contents;
    text-align: center;
    font-family: 'Lato';
    color: #050505;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.thank_you_review .end {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.thank_you_review .end p:first-child {
    font-family: 'Lato';
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.thank_you_review .end p:last-child {
    width: fit-content;
    font-family: 'Lato';
    color: #3257D3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (min-width: 1500px) {
    .thank_you_review {
        padding: 10px 250px;
    }
}

@media screen and (max-width: 1085px) {
    .thank_you_review {
        padding: 15px;
    }
}

@media screen and (max-width: 800px) {
    .thank_you_review {
        padding: 15px;
    }

    .thank_you_review .header .logo .title {
        font-size: 16px;
    }

    .thank_you_review .header .info h3 {
        font-size: 15px;
    }

    .thank_you_review .header .info p {
        font-size: 12px;
    }

    .thank_you_review .main_part .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .thank_you_review .main_part .icon h2 {
        font-size: 20px;
    }

    .thank_you_review .main_part h4 {
        display: block;
        font-size: 22px;
        line-height: 26px;
    }

    .thank_you_review .end {
        flex-direction: column;
    }

    .thank_you_review .end p {
        margin-bottom: 5px;
    }

    .thank_you_review .end p:last-child {
        width: fit-content;
        margin-bottom: 20px;
    }
}
