body {
    font-family: 'Lato', sans-serif;
    color: #333333;
}

img {
    max-width: 100%;
}



header {
    height: 72px;
    background: #199C6D;
    padding: 17px 0;
}


.header-con {
    display: flex;
}

.logo {
    flex: 1;
    margin-top: -4px;
}

.social {
    list-style-type: none;
    padding: 0;
      margin: 0;
}

.social li {
    display: inline-block;
    padding-left: 16px;
}


.dropdown-toggle {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    height: 39px;
    margin-right: 63px;
}

.dropdown-menu{
   min-width: 100px;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.dark {
    background: rgb(245 245 236 / 50%);
}

.hero {
    background: rgb(245 245 236 / 100%)!important;
   
}
.hero .hero-img-con{
     min-height: 700px;
}
.main-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    color: #333;
        margin-bottom: 12px;
}

.main-title span {
    color: #297764;
}

.content-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

p{
    font-size: 19px;
line-height: 28px;
color: #6F6B64;
    margin-bottom: 20px;
}


.store-links{
    padding: 0;list-style-type: none;
}

.store-links li{display: inline-block;margin-right: 15px;}



.pre-title{font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #B18E6E;
    margin-bottom: 18px;
}

.section-title{font-weight: 500;
font-size: 34px;
line-height: 41px;
color: #333333;}

.list-items{
    padding: 0;list-style-type: none;
}
.list-items li{
    font-size: 16px;
    line-height: 28px;
    color: #828282;
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}

.list-items li:before{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/mark.svg);
    background-repeat: no-repeat;
    top: 7px;
}

.more-section{padding-top: 80px;}
.more-section h2{margin-bottom: 50px;}
.more-card{
        text-align: center;
    margin-bottom: 60px;
}

.more-card img{margin-bottom: 15px;}
.card-title{
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #297764; 
    margin-bottom: 6px;
}


.card-text{
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #828282;
    margin: 0;
}


.footer-top {background: #297764;text-align: center;padding: 80px 0;}

.footer-top .section-title{
font-weight: 700;
font-size: 34px;
line-height: 41px;
color: #F3F5EC;
}
.footer-top p{
font-size: 19px;
line-height: 28px;
color: #F3F5EC;
}

.footer{
    background: #000;
    padding: 58px 0 30px;
}


.footer .contact{
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-align: right;
color: #C2C2C2
}
.footer .contact span{
font-weight: 400;
font-size: 18px;
line-height: 22px;
text-align: right;
color: #C2C2C2;
}

.footer .social{
    direction: rtl;
    margin-top: 20px;
  
}





.footer .copyrights{font-weight: 300;
font-size: 15px;
line-height: 20px;
color: #C2C2C2;
}


.footer .privacy{
    font-size: 15px;
line-height: 20px;
text-align: right;
text-decoration-line: underline;
color: #C2C2C2;
        display: block;

}


.footer-margin{margin-top: 65px;}


.footer-bottom{    background: #000;
    border-top: 1px #333 solid;
    height: 65px;
    text-align: center;
    padding: 18px;
}

.hero .content{margin-top: -40px;}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #1e2125;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent; 
}


.privacy-title{
    font-weight: bold;
font-size: 44px;
line-height: 53px;
text-align: center;
color: #121212;
    margin-bottom: 24px;
    margin-top: 56px;
}
.privacy  .content{margin-bottom: 80px;}
.privacy p{
    
font-weight: 400;
font-size: 19px;
line-height: 28px;
color: #6F6B64;

}

.footer-top{
    background: url(../img/background-english.svg);
    background-repeat: no-repeat;
    background-color: #297764;
    background-position: right;
}

