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


a {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.header {
    background:
        linear-gradient(rgba(8, 7, 13, 0.9), rgba(8, 7, 13, 0.9)),
        url("../img/bg-header.jpg");
        
    background-size: cover;
    background-position: center;
}

.top-header {
    padding: 0 100px;

    display: flex;
    justify-content: center;
}

.container-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
}

.header-text {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 100%;
 
    color: #FFFFFF;

    padding: 5px 0;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;

    border-bottom: 1px solid #C01212;
}

.header-lists {
    list-style-type: none;

    display: flex;
    gap: 20px;
    color: #FFFFFF;

    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.burger-icon {
    display: none;
}

.section-one {
    padding: 50px 100px 150px;

    display: flex;
    justify-content: center;
}

.container-section-one {
    max-width: 820px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headline-1 {
    text-align: center;

    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0%;

    color: #FFFFFF;
}

.text-after-headline {
font-family: 'Work Sans';
font-weight: 300;
font-size: 20px;
line-height: 23px;
text-align: center;

color: #FFFFFF;

margin: 16px 0 40px;
}

.cta-button {

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 24px;


background: #C01212;
border-radius: 41px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

text-align: center;

color: #FFFFFF;

width: max-content;
}


@media (max-width: 1440px) {
    .top-header {
    padding: 0 40px;
    
}


.header-text {
    
    padding: 24px 0 15px;
}

.header-lists {
    display: none;
}

.burger-icon {
    display: block;
}


.section-one {
    padding: 35px 40px 160px;

}

.headline-1 {
    
    font-size: 28px;
    line-height: 100%;
}

.text-after-headline {
    
font-size: 18px;
line-height: 100%;

}


}



@media (max-width: 767px) {
    .top-header {
    padding: 0 16px;
    
}


.header-text {
    
    padding: 24px 0 15px;
}


.section-one {
    padding: 45px 16px 100px;

}

.headline-1 {
    
    font-size: 24px;
}

.text-after-headline {
    
font-size: 16px;

}


}




.footer {
    background: #330101;
    padding: 24px 100px 40px;
}

.container-footer-one {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-lists {
    list-style-type: none;
    display: flex;
    gap: 60px;
    align-items: center;

    font-family: "Playfair Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;

    color: #fff;
}

.container-footer-two {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 100%;

    color: #FFFFFF;

    padding: 32px 0;
}

.container-footer-three {
    display: flex;
    justify-content: center;
 
}

.copyright {
font-family: 'Work Sans';
font-weight: 500;
font-size: 14px;
line-height: 16px;

color: rgba(175, 163, 188, 0.65);
}

.footer-logo {
    height: 70px;
}


@media (max-width: 1440px) {
    
.footer {
    padding: 24px 40px;
}

.container-footer-one {
    gap: 70px;
}

.footer-lists {

    gap: 80px;
}


}

@media (max-width: 767px) {
    
.footer {
    padding: 24px 16px;
}

.container-footer-one {
    gap: 18px;
}

.footer-lists {
    
    gap: 12px;
}




.container-footer-two {
    font-size: 14px;
}


.copyright {
font-size: 12px;
line-height: 100%;
}

.footer-logo {
    height: 42px;
}


}


.main {
    padding: 60px 100px;

    display: flex;
    justify-content: center;
}

.container-headline {
    display: flex;
    justify-content: center;

    margin-bottom: 40px;
}

.headline-2 {
    font-family: "Playfair Display", sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 43px;

color: #08070D;

max-width: 820px;

}

.section-one-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;

    width: 100%;
}

.main-text {
font-family: "Work Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 23px;

color: #08070D;

}

.text-one-section {
    width: 50%;
}

.img-one-section {

    width: 50%;

    background: url(../img/pic1.png);
    object-fit: cover;
    background-position: center center;
    border-radius: 24px;
}

.img-two-section {
      width: 50%;

    background: url(../img/pic2.jpg);
    object-fit: cover;
    background-position: center center;
    border-radius: 24px;
}

.img-one {
    display: none;
}

.headline-3 {
    font-family: 'Playfair Display';
font-weight: 700;
font-size: 20px;
line-height: 27px;

color: #C01212;

margin: 28px 0 16px;
}

.lists-main {
    font-family: 'Work Sans';
font-weight: 400;
font-size: 20px;
line-height: 23px;

color: #08070D;

display: flex;
flex-direction: column;
gap: 12px;

list-style-type: none;
}

.section-two-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin: 32px 0 60px;
}

.card-container {
    background: #FFA5A540;
    border-radius: 24px;
    padding: 24px;

    display: flex;
    gap: 10px;
    justify-content: space-between;

    width: 50%;
}

.headline-card {
    font-family: 'Playfair Display';
font-weight: 700;
font-size: 20px;
line-height: 27px;

color: #08070D;

margin-bottom: 8px;
}

.text-card {
    font-family: 'Work Sans';
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #08070D;
}

.nichetable__content, .nichetable__content-after, .open-regbox {
    font-family: "Work Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 23px;

color: #08070D;
}

.lists-table {
    list-style-type: none;
}

li::before {
    content: "" !important;
}

li {
    padding: 0 !important;
}

.section-three-main {
    margin: 60px 0 0;

    display: flex;
    flex-direction: column;
}

.container-text-image  {
    display: flex;
    gap: 20px;
    justify-content: space-between;

    width: 100%;
}


.bottom-text-main {
    font-family: "Work Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 23px;

background-color: #c01113;
border-radius: 6px;
padding: 15px 20px;
margin-top: 20px;

color: #fff;
}

.main-container {
    max-width: 1240px;
}






@media (max-width: 1440px) {
    
    


.main {
    padding: 60px 40px;
    
}

.main-container {
    max-width: 820px;
}

.container-headline {
    margin-bottom: 24px;
}

.headline-2 {
    
font-size: 24px;
line-height: 100%;

max-width: 590px;

}

.section-one-main {
    flex-direction: column-reverse;
}

.main-text {
    
font-size: 16px;
line-height: 100%;
}


.text-one-section {
    width: 100%;
}

.img-one-section, .img-two-section {

    width: 100%;
background: none;

}

.img-one {
    display: block;

    width: 100%;
    border-radius: 24px;
}


.headline-3 {
font-size: 16px;
line-height: 100%;

}

.lists-main {
font-size: 16px;
line-height: 100%;

}


.headline-card {
font-size: 16px;
line-height: 100%;

}

.text-card {
font-size: 14px;
line-height: 100%;
}

.nichetable__content, .nichetable__content-after, .open-regbox {
    font-family: "Work Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 23px;

color: #08070D;
}


.section-three-main {
    margin: 60px 0 0;
}



.bottom-text-main {
font-size: 18px;
line-height: 100%;

}


.container-text-image  {
    flex-direction: column-reverse;
}


}



@media (max-width: 767px) {
    
    


.main {
    padding: 60px 16px;
    
}

.section-two-main {
    flex-direction: column;
    gap: 16px;

    margin: 32px 0;
}

.card-container {
    width: 100%;
}



.headline-2 {
    
font-size: 20px;


}


.section-three-main {
    margin: 60px 0 0;
}


.lists-table, .score_text, .acontent__text {
    font-size: 16px;
}


.nichetable__td-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}



}

