:root {
    --col1: #05203e;
     --col2: #ecc101;
    /*--col3: #5C5C5C;
    --col4: #D9D9D9;
    --col5: #EFF4F8;
    --col6: #0181FF; */
    --fon1: "Roboto", sans-serif;
}



body {
    font-family: var(--fon1), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: var(--col3);
    /* background: #e0e0e0; */
    background: var(--col1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}


.container {
    max-width: 1000px;
}

.bg1 {
    background: var(--col1);
    padding: 30px 0;
    color: #FFF;

}


.logo {
    width: fit-content;
}
.logo img{
    height: 70px;
    max-width: 200px;
}

a {
    color: var(--col3);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--col2);
}

p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 22px;
}

h1 {
    font-size: 24px;
    font-weight: 700;
}

h2 {
    font-size: 18px;
}

.hero img {
    max-width: 80%;
}

.block {
    background: #FFF;
    color: #333;
    padding: 6px 20px;
    margin: 10px 0;
    border-radius: 10px;
}

.contact {
    font-size: 26px;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
}

.list ul{
    padding-left: 13px;
}
.list ul li::marker,
.list2 ul li::marker{
    color: #cba600;
}

.list2 ul{
    padding-left: 0;
    margin-left: 13px;
    margin-top: 5px;

}
.list2 ul li{
   padding-left: 10px;
   padding-bottom: 3px;
}

.contact .cont-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact a {
    font-weight: 700;
    display: flex;
    text-align: center;
    flex-wrap: wrap;

}

.contact i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    background: #ecc101;
    font-size: 20px;
    padding: 9px;
}

h3 {
    font-size: 20px;
    text-align: center;
}

footer span {
    display: block;
    text-transform: uppercase;
    padding: 5px;
    font-size: 35px;
    color: var(--col1);
    font-weight: 700;

}

.top-contact{
    text-align: right;
    color: #FFF;
}
.top-contact a{
    color: #FFF;
}

ul.top-contact{
    list-style: none;
}

footer{
    background: #FFF;
    text-align: center;
}
footer ul{
    list-style: none;
    margin-top: 10px;
}
footer ul li{
    padding: 0 10px;
}
footer ul li a{
    text-decoration: underline;
}
footer ul li a:hover{
    color: var(--col1);
}

.pgb20 p{
    margin-bottom: 20px;
}

.terms{
    color: #d2d2d2;
}

.terms h3{
    color: var(--col2);
    margin-bottom: 30px;
}

.terms h4{
    font-size: 18px;
    color: var(--col2);
}