@charset "utf-8";


@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v47-latin-500.eot');
    src: url('../fonts/roboto-v47-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-500.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-500.woff') format('woff'),
        url('../fonts/roboto-v47-latin-500.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v47-latin-600.eot');
    src: url('../fonts/roboto-v47-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-600.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-600.woff') format('woff'),
        url('../fonts/roboto-v47-latin-600.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-600.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot');
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-700.woff') format('woff'),
        url('../fonts/roboto-v47-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #494949;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 1.6;*/
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;

    overflow: hidden;
    background-color: #F0F1F2;



}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 18px;
}

.nowrap {
    white-space: nowrap;
}






ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 40px;
}

ul li:before {
    content: "";
    background-color: #494949;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 9px;
    margin: 0 0 0 -18px;
}


h1 {
    color: #333;
    font-size: 26px;
    margin: 0 0 20px;


}

h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0 30px;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}
h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}

hr {
    border: none;
    border-bottom: 1px solid rgb(206, 211, 217);
    margin: 20px 0;
}

header {
    background-color: #fff;
    padding: 10px 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 4px 0;
    position: relative;
    z-index: 1000;
}

.logo {
    color: #323b3b;
    font-size: 20px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
}

.logo p {
    margin: 0;
}

.images {
    max-width: 900px;
    margin: 0 auto;
}

.images img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

article {
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;

}



.content {
    padding: 20px 40px;
}

.infos {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;

}

.infos_column {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.btn {
    color: #323b3b;
    background-color: rgb(255, 0, 26);
    font-size: 14px;
    font-weight: 700;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;

}

a.btn:hover {
    background-color: #F3DD28;
}


footer {
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0 40px 20px;
}


@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul {
        margin: 0 0 20px;
    }

    ul li {
    padding: 0 0 0 0.9375rem;
    }
    ul li:before {
    margin: 0 0 0 -0.9375rem;
    }
    

h1 {
    text-align: center;
}

h4 {
 margin: 0 0 5px;
}
    

.logo {
    
    display: flex;
    justify-content: center;
    
    gap: 20px;
    padding: 0 16px;
}









.content {
    padding: 16px;
}

.infos {
    margin: 0 0 20px;

}

.button_container {
    display: flex;
    justify-content: center;
}

footer {
    margin: 0 auto 20px;
    padding: 0 16px 16px;
}
}

@media only screen and (max-width: 640px) {
    h2 {
        margin: 30px 0;
    }
    
    .infos {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    

    .infos_column {
        width: 100%;
        gap: 16px;
    }

    .info {justify-content: center;}
}

@media only screen and (max-width: 475px) {
    .logo {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin: 0 0 16px;
    }
}