*,
*::after,
*::before{
    box-sizing: border-box;
}

body{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #1f1e1e;
    font-family: 'Roboto', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    background-image: url(../images/bgimg.jpg);
    height: 100vh;
}

.logo__img{
    margin-top: 16px;
}

.header__phone{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: white;
    margin-top: 36px;
    margin-left: 382px;
}

.header__logo-phone{
    display: flex;
}

.header__phone-number{
    margin-left: 19px;
    padding: 20px;
    border-radius: 60px 60px 60px 60px;
    background-color: #886239;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
}

.menu__list{
    display: flex;
    margin-left: 140px;
    color: white;
    margin-top: 27px;
    margin-bottom: 24px;
}

.menu__item{
    margin-right: 100px;
}



.header__title{
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 117px;
    margin-top: 49px;
    text-align: center;
}

.header__descr{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.header__content{
    display: flex;
    flex-direction: column;
    margin-top: 400px;
    margin-bottom: 154px;
}

.header__btn{
    text-align: center;
    max-width: 250px;
    padding: 20px;
    background-color: #886239;
    border-radius: 60px 60px 60px 60px;
    margin-top: 20px;
    color: white;
}

.header__arrow{
    margin: 0 auto;
}

.offer{
    padding: 100px 0;
}

.country{
    font-family: 'Roboto', sans-serif;
    margin-top: 32px;
}

.country__text{
    font-size: 16px;
}

.country__box{
    border: 1px solid #d9d9de;
    max-width: 260px;
    margin-left: 31px;
}

.country__text{
    font-size: 16px;
    padding: 10px 19px 14px;
}

.country__inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}


.travel-info{
    background-image: url(/images/travel-info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 30px 0 51px;
}

.travel-info__title{
    color: white;
    margin-bottom: 50px;
}

.title{
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
}

.travel-info__items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 54px 67px;
}

.travel-info__img{
    margin-bottom: 15px;
}

.travel-info__text{
    color: white;
    font-size: 16px;
    line-height: 130%;
}

.popular{
    padding: 100px 0;
}

.popular__title{
    margin-bottom: 40px;
}

.popular__items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 32px;
    padding-bottom: 80px;
    border-bottom: 1px solid #d9d9de;
}

.popular__link{
    padding: 16px 24px 19px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 256px;
}

.popular__link:nth-child(3),
.popular__link:nth-child(6){
    grid-column: span 2;
    grid-row: span 2;
}

.popular__title{
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 15px;
}

.popular__title--big{
    font-size: 24px;
}

.popular-price{
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    margin-top: auto;
}

.popular__country{
    margin-bottom: 15px;
}

.popular__time{
    margin-bottom: 15px;
}

.map-title{
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    padding-bottom: 46px;
}
.map__iframe{
    margin-bottom: 100px;
}

.about{
    padding-bottom: 100px;
}

.about__inner{
    display: grid;
    grid-template-columns: 448px 640px;
    grid-gap: 32px;
}

.about__title{
    text-align: left;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

.about__text{
    margin-bottom: 34px;
}

.about__link{
    font-size: 16px;
    line-height: 19px;
    color: #c4c4c4;
    text-decoration: underline;
}

.about__video{
    background-image: url(/images/vidoe.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery{
    padding: 50px 0 105px;
    background-color: #886239;
    color: #fff;
}

.gallery__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 160px;
}

.gallery__link{
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.gallery__item-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 32px;
}

.slick-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -85px;
    right: 0px;

}

.slick-prev{
    right: 60px;
}

.slick-next{
    border: none;
}

.tour{
    margin-top: 100px;
    margin-bottom: 100px;
}

.tour__text-inner{
    white-space: nowrap;
    margin-top: 77px;
}

.text-tour-col{
    white-space: normal;
    display: inline-block;
    width: 535px;
    height: 344px;
    vertical-align: top;
}

.text-center{
    margin-top: 30px;
    margin-bottom: 30px;
}

.tour__text{
    padding-left: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.tour-line{
    margin-top: 65px;
    color: #C4C4C4;
}

.list__tour{
    list-style: none;
    display: flex;
    margin-top: 44px;
}

.item-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.item-numeric{
    font-family: 'PT Serif', serif;
    font-size: 68px;
    line-height: 75px;
    color: #886239;
    text-align: center;
}

.tour__title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}


.rest__checkbox:checked + .rest__checkbox-style::before{
    content: '';
    width: 18px;
    height: 18px;
    background-color: #c4c4c4;
}

.footer__site{
    background-color: #1F1E1E;
    padding: 77px 0;
}

.footer__logo{
    text-align: center;
}

.footer__menu{
    color: #fff;
    margin-top: 69px;
    display: flex;
    font-size: 14px;
}

.left__text{
    margin-left: 150px;
}

.center__text{
    margin-left: 120px;
}

.right__text{
    margin-left: 120px;
}

.text-upper{
    text-decoration: underline;
}

.rest{
    background-color: #EAEAEA;
}

.rest-title{
    padding-top: 75px;
    margin-bottom: 45px;
}

.rest__form{
    text-align: center;
}

.rest__input{
    width: 256px;
    height: 44px;
    border: none;
}

.rest__input::placeholder{
    color: #C4C4C4;
    padding-left: 10px;
}

.rest__input+.rest__input{
    margin-left: 32px;
}

.input__block{
    margin-bottom: 30px;
}

.rest__area{
    min-width: 840px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    height: 120px;
    border: none;
}

.rest__area::placeholder{
    font-size: 16px;
    color: #C4C4C4;
    padding: 10px;
}

.rest-btn{
    background-color: #886239;
    padding: 20px 65px;
    border-radius: 30px;
    border: none;
}

.rest__label{
    font-size: 16px;
    text-decoration: underline;
    align-self: center;
}

.rest__checkbox{
    margin-right: 20px;
}

.btn-block{
    max-width: 832px;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
}