:root{
    --main-color:#159895;
    --second-color:#002B5B;
    --hightlight-color: #1A5F7A;
}
body {
    font-family: 'Jura', sans-serif;
    margin: 0;
    line-height: 1.86;
    font-size: 18px;
    font-weight: 300;
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style-type: none;
}
.logo{
    width: 195px;
    height: 160px;
}
header{
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 43, 91,0.5);
}
.positioning{
    display: flex;
    flex-wrap: wrap;
}
.menu-list li{
    display: flex;
    align-items: center;

    color: var(--main-color);
    padding-left: 27px;
    padding-right: 27px;
    font-weight: 500;
    font-size: 16px;
}
.menu-list li>a{
    position: relative;
}
.menu-list li:hover>a{
    color: var(--second-color);
}
.menu-list li:hover>a::after{
    display: block;
}

.menu-list li>a::after{
    content: " ";
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--second-color);
    transform: translateY(8px);

}
li.active>a::after{
    display: block;
}
.grow:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
main{
    padding-left: 200px;
    padding-right: 200px;
}
h1{
    font-size: 56px;
    font-weight: lighter;
    color: var(--main-color);
    margin-top: 50px;
    margin-bottom: 50px;
}
h2{
    font-size: 36px;
    font-weight: lighter;
    color: var(--main-color);
    margin-top: 120px;
    margin-bottom: 60px;
}
.highlight{
    color: var(--hightlight-color);
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
}
.partners img{
    width: 250px;
    height: 167px;
}
.carousel-item{
    width: 75%;
}
.partners{
    justify-content: space-between;
}
.partners li{
    margin-bottom: 25px;
}
.contacts{
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}
.contacts a{
    margin-bottom: 25px;
}
footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--main-color);
    padding: 60px 200px;
    padding-bottom: 22px;
}
.facebook-icon>img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: url(../img/facebook-logo-vector-black-outline-line-art-jpeg.jpg) no-repeat #fc0;
}
.menu-list-footer li{
    color: var(--second-color);
    font-size: 14px;
}
footer img.logo{
    width: 200px;
    height: 200px;
}
.menu-list-footer{
    padding: 0;
}
.menu-list-footer>li{
    display: flex;
    align-items: center;
    color: var(--second-color);
    padding-left: 27px;
    padding-right: 27px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.menu-list-footer>li:hover>a{
    color: beige;
}
.menu-list-footer>li::before{
    content: " ";
    display: block;
    height: 1px;
    width: 20px;
    background-color: var(--second-color);
    position: absolute;
    transform: translate(-38px,2px);
}
.menu-list-footer>li:first-child::before{
    display: none;
}
.contacts-highlight{
    color: var(--main-color);
    font-weight: 500;
}
.contacts-highlight>a{
    color: var(--second-color);
}   
.adres{
    margin-top: 25px;
}
.tenders{
    margin-top:40px;
    margin-bottom: 70px;
    color: var(--main-color);
}
.tenders a{
    font-size: 22px;
}
.tenders>iframe{
    
    margin-top: 40px;
}
.tenders>h2{
    margin-top: 0;
}
.tenders a:hover{
    color: var(--hightlight-color);
}
.tenders-title{
    margin-top: 70px;
}
.backward-link{
    margin-top: 30px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: RGBA(21,152,149,0.35);
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.team-section>li>img{
    width: 300px;
    margin-right: 50px;
}
.team-block{
    display: flex;
    box-shadow: 0 0 30px rgba(0, 43, 91,0.4);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;

}
.team-describe{
    padding: 36px;
}
.team-describe>p{
    font-size: 30px;
}
.team-describe>p+p{
    text-transform: uppercase;
    font-size: 45px;
    line-height: 35px;
}
.projects-discription{
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.projects-discription>img{
    width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tenders-reports-addictional{
    margin-left: 20px;
    text-decoration: underline;
    color: #002B5B;
}
.zvit{
    margin-bottom: 40px;
    font-size: 25px;
    
}
.title-zvit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-zvit>h1{
    margin-left: 20px;
    margin-right: 20px;
}
.stripe-zvit{
    background: #002B5B;
    background: linear-gradient(90deg,rgba(0, 43, 91, 1) 0%, rgba(26, 95, 122, 1) 41%, rgba(21, 152, 149, 1) 100%);
    width: 487px;
    height: 12px;
}
.stripe-zvit2{
    background: #002B5B;
    background: linear-gradient(250deg,rgba(0, 43, 91, 1) 0%, rgba(26, 95, 122, 1) 41%, rgba(21, 152, 149, 1) 100%);
}
.zvit-mainul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch

}
ul.zvit-mainul{
    padding: 0;
}
.zvit-list{
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 20px;
    margin-top: 40px;
    justify-content: space-between;
}
.zvit-list>img{
    width: 125px;
    height: 165px;
    margin-right: 10px;
}
.zvit-list>div>p+p{
    color: grey;
}
.zvit-button{
    width: 170px;
    height: 34px;
    display: block;
    background-color: var(--main-color);
    text-align: center;
    color: azure;

}