@import "./reset.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.container{
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
}

.header{
    padding-top: 45px;
    background-color: #F1F1F1; 
}

.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    margin-bottom: 70px;
}

.logo{
    position: relative;
    padding: 0 12px 3px 0;
    
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: black;
}

.logo::after{
    /*position: absolute;
    right: 0;
    bottom: 0;*/

    position: absolute;
    right: 1;
    
    bottom: 0;
    
    width: 40px;
    height: 40px;
    content: "";
    background-image: url("../img/logo/logo.png");
    background-size: 40px 40px;

    /*display: block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;*/
}


.nav-list{
    display: flex;
    column-gap: 50px;
    font-weight: 500;
    font-size: 17px;
}

.nav-button{
    display: none;
}

.nav-link{
    color: black;
    
}

.nav-link.active{
    color: #606060;
}


.header-row{
    display:flex;justify-content: space-between;
    column-gap:35px;
}

.header-content{
    margin-top: 116px;
    max-width: 500px;
}

.header-heading{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}

.info{
    text-align: center;
    padding: 65px 0 20px 0;
    background-color: #F1F1F1;
}

.info h2{
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
}

.info h3{
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 25px;
}

.services{
    padding: 90px 0;
}

.services-title{
    font-weight: 600;
    font-size: 25px;
}

.services-title h2 {
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-title h3{
    color: #606060;
    margin-bottom: 25px;
}

.services-row{
    /*display: flex;*/
    
    /*justify-content: space-between;
    column-gap: 35px;*/
}

.services-card{

}

.services-card-title{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.services-card p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 25px;
}

.services-card-img{
    margin-bottom: 30px;
    width: 150px;
}

.portfolio{
    padding: 90px 0;
    background-color: #F1F1F1;
}

.portfolio-title{
    text-align: center;
    margin-bottom: 70px;
}

.title-1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

.title-2{
    font-weight: 600;
    font-size: 25px;
}

.map{
    
    
}

.map-content{
    width: 100%;
    height: 500px;
}

.contacts{
    text-align: center;
    padding: 90px 0;
}

.contacts-title{
    text-align: center;
}

.contacts-content{
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
}

.mts{
    
}

/*.mts::after{
    position: absolute;
    right: 1;
    
    bottom: 3px;
    
    width: 108px;
    height: 40px;
    content: "";
    background-image: url("../img/MTS-900x331.png");
    background-size: 108px 40px;
}*/

.mts-logo{
    width: 122px;
    height: 45px;
}

.a1-logo{
    width: auto;
    height: 40px;
}

.mail{
    width: 40px;
    height: 40px;
}