@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
}
a{
    text-decoration: none;
}
.header{
    position: fixed;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.04em;
    color: #003D97;
    text-transform: uppercase;
}
.header-wrapper{
    display: flex;
}
.header-nav{
    margin: 23px auto;
    padding-right: 25px; 
}
.header-nav__link{
    padding-right: 25px; 
}
.header__btn{
    padding: 6px 40px;
    border-radius: 100px;
    border: 2px solid #003D97;
    margin: 13px auto;
    cursor: pointer;
}
.header__btn:hover{
    background: #003D97 ;
    color: #FFFFFF;
    transition:all;
    transition-duration: 1s;
}
/* btn */
.btn{
    padding: 6px 40px;
    border-radius: 100px;
    background: #003D97;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
}
.btn:hover{
    background: #ffffff ;
    color: #003D97;
    transition:all;
    transition-duration: 1s;
}
.main{
    background: url(../img/background.png) no-repeat ;
    height: 626px;
    background-size: cover;
}
.main-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}
.main__square {
	width: 230px;
	height: 230px;
    background: transparent;
    border: 5px solid white;
}
.main__title{
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: -190px;
}
.main__title__span{
    font-family: Dancing Script;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #003D97;
    margin-top: -90px;
}
.main__title__p{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: -40px;
}
.main__btn{
    background: #003D97;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 6px 40px;
    cursor: pointer;
}
.main__btn:hover{
    background: #FFFFFF ;
    color: #003D97;
    transition:all;
    transition-duration: 1s;
}
.main__img{
    padding-top: 70px;
}
.places{
    display: flex;
    justify-content: center;
    margin-top: -174px;
    margin-bottom: 7%;
}
.places-wrapper{
    width: 86.76vw;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.places__item{
    width: 21.69vw;
    /* height: 300px; */
    text-align: center;
    background-color: #FFFFFF;
}
.places__logo{
    width: 100%;
    /* height: 100%; */
    /* !!!!!!!!!!!!! */
}
.places__title{
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #003D97;

    padding-top: 25px;
    padding-bottom: 40px;
}
.places__second-title{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}
.places__p{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;

    color: #7E7E7E;
}
.wannago{
    display: flex;
    justify-content: center;
    background: url(../img/3.png) no-repeat center;
    background-size: cover;
    height: 265px;
}
.wannago__title{
    padding-top: 80px;
    /* font-size: 16px; */
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.wannago__p{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;

    color: #FFFFFF;
}
.wannago-form{
    display: flex;
}
.wannago-form__input{
    width: 200px;
    height: 25px;
    padding-left: 10px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-name{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-phone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wannago-form__btn{
    margin-left: 14px;
}
.work{
    background: url(../img/background3.png) no-repeat center;
    background-size: cover;
    height: 768px;
}
.work-wrapper{
    display: flex;
    justify-content: center;
    text-align: center;
}
.wrapper__title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.work-wrapper-item{
    width: 220px;
    padding: 0 25px;
}
.work-wrapper-item__h2{
    font-size: 17px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.04em;
}
.work-wrapper-item__p{      
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #7E7E7E;
}
.gallery-wrapper{
    margin: 0 auto;
    display: flex;
    width: 73.5vw;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.gallery-wrapper img{
    box-shadow:  0 0 8px rgba(0,0,0,0.5) ;
    margin-top: 20px;
}
.reviews{
    background: linear-gradient(180deg, #FFFFFF 16.02%, rgba(255, 255, 255, 0) 100%), url(../img/reviews-bg.png);
    background-size: 100% 100%;
}
.reviews-wrapper{
    display: flex;
    justify-content: space-around;    
    margin: 0 15%;
}
.reviews-item{
    width: 410px;
    background: url(../img/left-quote\ 1.png) no-repeat top left;
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;

    color: #7E7E7E;
}
.reviews-item__img{
    display: flex;
    letter-spacing: 0.04em;
    color: #003D97;
}
.reviews-item__p{
    margin-left: 15px;
}
.reviews-form{
    margin: 20px auto 0 auto;
    width: 465px;
    height: 285px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    text-align: center;
    padding: 10px;
}
.reviews-form__input{
    width: 370px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 10px;
    margin-bottom: 10px;
}
.reviews-form__title{
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.04em;
    color: #003D97;
}


@media  (max-width: 768px) {
    .header{
        display: none;
    }

    .main__title {
        font-size: 38px;

    }
    .main__title__span{
        font-size: 36px;
        margin-top: -75px;
    }
    .places__item{
        width: 43.3vw;
    }
    .places__title{
        padding: 0;
    } 
    .places__second-title{
        font-size: 14px;
    }
    .places__p{
        font-size: 10px;
    }
    .wannago__title{
        font-size: 13px;
    }
    .wannago__p{
        font-size: 10px;
    }
    .wannago-form__input{
        width: 100px;
    }
    .btn{
        /* padding: 7px 19px; */
    }
    .work{
        height: 1050px;
    }
    .work-wrapper{
        flex-wrap: wrap;
    }
    .reviews {
        height: 900px;
        background-size: 100% 100%;
    }
    .reviews-wrapper{
        margin: 0;
    }
    .reviews-form{
        width: 340px;
    }
    .reviews-form__input {
        width: 280px;
        height: 30px;
    }
}

@media screen and (min-width: 568px) and (max-width:768px) {
    .places__p{
        font-size: 14px;
    }
}
@media  (max-width: 1024px) {
    .places__title{
        padding: 0;
    }
    .places__p{
        font-size: 10px;
    }
}
