@font-face {
    font-family: 'ETSans Regular';
    font-display: swap;
    src: url("../../shared/fonts/ETSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'ETSans Bold';
    font-display: swap;
    src: url("../../shared/fonts/ETSans-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'ETText Regular';
    font-display: swap;
    src: url("../../shared/fonts/ETText-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'ETText Bold';
    font-display: swap;
    src: url("../../shared/fonts/ETText-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'Vollkorn';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(https://fonts.gstatic.com/s/vollkorn/v10/0yb9GDoxxrvAnPhYGxkkaE0Urhg0xTY.woff2) format('woff2')
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'D-DIN Condensed Bold', Arial;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-family: 'D-DIN Condensed Bold', Arial;
    color: rgb(51, 51, 51);
    position: relative;
}

header {
    text-align: center;
    margin: 20px 0;
    background: #fff;
}


.logo {
    width: 100%;
    display: flex;
    vertical-align: top;
    justify-content: center;
}

.logo .eet-logo {
    max-width: 300px;
    width: auto;
}

main {
    padding: 0;
    margin: 0 auto;
    background-color: #F8F4F1;
}

a {
    text-decoration: none;
}


.section_title {
    padding: 1.5rem 0;
}

.main-title {
    margin: 0 auto;
    text-align: center;
    max-width: 578px;
    font-size: 35px;    
    font-family: 'ETText Bold';
    font-weight: bold;
    color: #000;
}







.tab-container {
    position: relative;
    max-width: 420px;
    margin: 14px auto 30px;
}

.tabs {
    display: flex;
    position: relative;
    padding-top: 2px;
    gap: 0px;
    justify-content: center;
    width: 346px;
    margin: 0 auto;
}

.tab {
    flex: none;
    padding: 12px 0 8px;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 200px;
    color: #555;
    text-align: center;
    font-family: "ETText Bold", Roboto, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
}

.tab.active {
    color: #333;
}

.slider {
    position: absolute;
    top: 0;
    height: 3px;
    transition: all 0.3s ease;
    background-color: #0068A5;
}

.tab:first-child.active~.slider {
    background-color: #0068A5;
}

.tab-content {
    margin-top: 34px;
    padding: 0px;
    display: none;
}

.tab-content.active {
    display: block;
}

.arrow_left {
    position: absolute;
    left: -84px;
    bottom: -56px;
    width: 76px;
    height: 62px;
}

.arrow_left img {
    width: 100%;
    height: 100%;
}

.arrow_right {
    position: absolute;
    right: -90px;
    bottom: -56px;
    width: 76px;
    height: 62px;
}

.arrow_right img {
    width: 100%;
    height: 100%;
}

.section_offers {
    margin-bottom: 46px;
}


input[type="radio"] {
    accent-color: black;
    margin: 0px;
    width: 14px;
    height: 14px;
}

.offer_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offer_block {
    display: flex;
    max-width: 420px;
    padding: 16px 12px 12px 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    cursor: pointer;
}

.offer_block:hover {
    /* background-color: #CFCFCF80; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.offer_block.active {
    border-radius: 5px;
    border: 2px solid #000;
    background: #FFF;
}

.offer_desc {
    flex: 1;
}

.offer_radio {
    padding-top: 5px;
}

.offer_desc_title1 {
    color: #333;
    /* font-family: Roboto; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* padding-bottom: 4px; */
    /* 112.5% */
    padding: 3px 0;
    /*letter-spacing: -0.32px;*/
}

.offer_desc_title2 {
    color: #333;
    /* font-family: Roboto; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.32px;
}

.offer_desc_title3 {
    color: #555;
    /* font-family: Roboto; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.13px;
    margin-top: 0px;
    padding: 4.5px 0px;
}

.offer_desc_title4 {
    border-radius: 20px;
    /*background: rgba(247, 238, 212, 0.50);*/
    color: #DF0000;
    /* font-family: Roboto; */
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.12px;
    width: fit-content;
    padding: 0px 10px 0px 6px;
    margin-left: -7px;
    margin-top: 10px;
    margin-bottom: 2px;
    display: flex;
}

.offer_desc_title4 img {
    margin-top: 3px;
    margin-right: 5px;
}



.offer_btn_warp {
    display: flex;
    max-width: 420px;
    padding: 8px 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #0068A5;
    margin-top: 30px;
    color: #FFF;
    cursor: pointer;
    margin: 0 auto;
}

.offer_block.active .offer_desc_title1 {
    color: #000;
}

.offer_btn_warp:hover {
    background: #005b8f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.offer_btn {
    color: #FFF;
    font-family: "ETSans Regular", Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
    ;
}

.offer_btn a {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #FFF;
    font-family: "ETSans Regular", Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.offer_cancel {
    color: #555;
    text-align: center;
    /* font-family: Roboto; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 145.455% */
    letter-spacing: -0.11px;
    margin-top: 14px;
}


.section_six {
    width: 100%;
    margin-bottom: 32px;
}

.six_warp {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.six_block {
    width: 280px;
    display: flex;
    flex-direction: column;
}

.six_main .picture {
    width: 136px;
    margin: auto;
}

.six_main .picture img {
    max-width: 100%;
    width: auto;
    display: flex;
}

.six_main .title {
    color: #000;
    text-align: center;
    font-family: "ETText Bold";
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 32px;
    margin-bottom: 6px;
}

.six_main .title {
    color: #000;
    text-align: center;
    font-family: "ETText Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
    margin-bottom: 6px;
}

.six_main .desc {
    color: #333;
    text-align: center;
    font-family: "ETSans Regular", Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 108.333% */
    /*letter-spacing: -0.24px;*/
    margin-bottom: 16px;
}


.section_bottom_desc {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 1rem 2rem 1rem;
    color: #555;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

/* Footer */

footer {
    text-align: center;
    color: #fff;
    background-color: #000000;

    a {
        color: #fff;
    }
}

.footer-inner {
    line-height: 1.5;
    background: #424242;
    padding: 2rem 1rem;
    text-align: center;
    color: #fff;
}

.footer-inner a:hover {
    color: aquamarine;
    text-decoration: underline;
}


@media screen and (max-width: 620px) {
    .arrow_left {
        display: none;
    }

    .arrow_right {
        display: none;
    }
}


@media screen and (max-width: 450px) {
    header {
        margin: 13px 0;
    }
    .main-title {
        font-size: 30px;
        line-height: 34px;
        padding: 0px 10px;
    }

    .logo .eet-logo {
        max-width: 250px;
    }

    .section_offers {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 386px) {
    header {
        margin: 10px 0;
    }

    .logo .eet-logo {
        max-width: 200px;
    }
    
    .main-title {
        font-size: 21px;
        line-height: 27px;
    }

    .tabs {
        width: 100%;
    }

    .tab {
        width: 50%;
        font-size: 15px;
    }
}


/* @media screen and (min-width: 481px) {

}

@media screen and (min-width: 769px) {
    
}

@media screen and (min-width: 1280px) {
    
} */
