
/* Header styles start */

.header{
    background: #1E0B05;
    padding: 30px 0;
}
.header__wrapper{
    padding-top: 0;
}

/* Header styles end */

/* Intro styles start */

.intro{
    background: url(../img/bg2.png) no-repeat center;
    padding-top: 190px;
    background-size: cover;
}

.intro__title{
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
}

.info__info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10%;
    align-items: center;
    margin-bottom: 100px;
}
.info__pic{
    position: relative;
    overflow:hidden;
    width:auto;
    max-height:550px;
 }
 
 .info__thumb{
    top:50%;
    left:50%;
    transform:translate(-30%, 0%);
    width:auto;
    height:100%;
    object-fit:cover;
 }

/* Intro styles end */

/* Info styles start */

.geo__geo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10%;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 100px;
}
.geo__pic{
    position: relative;
    overflow:hidden;
    width:auto;
    max-height:550px;
 }
 
 .geo__thumb{
    top:50%;
    left:50%;
    width:100%;
    object-fit:cover;
 }
.info__title{
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
}

.fond{
    background: url(../img/bg.png) no-repeat center;
    background-size: cover;
}
.fond__fond{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10%;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 100px;
}
.fond__pic{
    position: relative;
    overflow:hidden;
    width:auto;
    max-height:550px;
 }
 
 .fond__thumb{
    top:50%;
    left:50%;
    transform:translate(-30%, 0%);
    width:auto;
    height:100%;
    object-fit:cover;
 }
.center__center{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10%;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 100px;
}
.center__pic{
    position: relative;
    overflow:hidden;
    width:auto;
    max-height:550px;
 }
 
 .center__thumb{
    top:50%;
    left:50%;
    transform:translate(-30%, 0%);
    width:auto;
    height:100%;
    object-fit:cover;
 }

/*Media start*/
@media screen and (max-height: 900px){
    .info__info{
        margin-bottom: 70px;
    }
    .geo__geo{
        margin-bottom: 70px;
        padding-top: 70px;
    }
    .fond__fond{
        margin-bottom: 70px;
        padding-top: 70px;
    }
    .center__center{
        margin-bottom: 70px;
        padding-top: 70px;
    }
}
@media screen and (max-height: 750px){
    .info__info{
        margin-bottom: 50px;
    }
    .geo__geo{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .fond__fond{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .center__center{
        margin-bottom: 50px;
        padding-top: 50px;
    }
}

@media screen and (max-height: 600px){
    .intro__title{
        margin-bottom: 15px;
    }
    .info__info{
        margin-bottom: 30px;
    }
    .info__pic{
        height: 450px;
    }
    .geo__geo{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .geo__pic{
        height: 450px;
    }
    .info__title{
        margin-bottom: 15px;
    }
    .fond__fond{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .fond__pic{
        height: 450px;
    }
    .center__center{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .center__pic{
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .intro__title{
        font-size: 26px;
    }
    .info__info{
        margin-bottom: 50px;
    }
    .info__pic{
        height: 500px;
    }
    .geo__geo{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .info__title{
        font-size: 26px;
    }
    .fond__fond{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .fond__pic{
        height: 500px;
    }
    .center__center{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .center__pic{
        height: 500px;
    }
}

@media screen and (max-width: 800px) {
    .intro__title{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .info__pic{
        height: 400px;
    }
    .info__title{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .fond__pic{
        height: 400px;
    }
    .center__pic{
        height: 400px;
    }
}

@media screen and (max-width: 650px) {
    .info__info{
        margin-bottom: 25px;
    }
    .geo__geo{
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .fond__fond{
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .center__center{
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .info__info{
        display: block;
    }
    .geo__geo{
        display: block;
    }
    .fond__fond{
        display: block;
    }
    .center__center{
        display: block;
    }
    .info__thumb{
        display: block;
        width: 100%;
        transform:translate(0%, 0%);
    }
    .fond__thumb{
        display: block;
        width: 100%;
        transform:translate(0%, 0%);
    }
    .center__thumb{
        display: block;
        width: 100%;
        transform:translate(0%, 0%);
    }
    .info__text{
        margin-bottom: 25px;
    }
    .fond__text{
        margin-bottom: 25px;
    }
    .geo__pic{
        margin-bottom: 25px;
    }
    .center__pic{
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    .intro__title{
        font-size: 22px;
    }
    .info__title{
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .intro__title{
        font-size: 20px;
    }
    .info__title{
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {
    intro__title{
        font-size: 16px;
    }
    .info__title{
        font-size: 16px;
    }
    .info__pic{
        height: 250px;
    }
    .fond__pic{
        height: 250px;
    }
    .center__pic{
        height: 250px;
    }
}
/*Media end*/