*{
	box-sizing: border-box;
}

body{
	font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #7D7987;
}

/*font-family: 'Inter', sans-serif;   надоо*/

.button{
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    background-color: #FB8F1D;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #FB8F1D;
    outline: none;
}

.button:hover{
	color: #FB8F1D;
	background-color: #fff;
}

.title{
	color: #000;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
    font-size: 36px;
    line-height: 50px;
}

.container--big{
	max-width: 1221px;
	margin: 0 auto;
	padding: 0 10px;
}

.container{
	max-width: 1125px;
	margin: 0 auto;
	padding: 0 10px;
}

.header__inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.menu{
	margin-left: auto;
}

.menu__list{
	display: flex;
}

.menu__list-item + .menu__list-item{
	margin-left: 35px;
}

.menu__list-link{
	font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #B8BECD;
    text-decoration: none;
}

.menu__list-link:hover{
	color: #202336;
}

.user-nav{
	margin-left: 34px;
}

.user-nav__link{
	font-weight: 500;
	background-color: #FB8F1D;
    color: #fff;
    padding: 10px 36px;
    border: 1px solid #FB8F1D;
    border-radius: 8px;
    text-decoration: none;
}

.user-nav__link:hover{
	color: #FB8F1D;
	background-color: #fff;
}

.top__inner{
	padding: 115px 0 50px;
	background-image: url(../images/top-bg.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.top__title{
	font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #202336;
    max-width: 356px;
    margin-bottom: 75px;
}

.top__form{
	width: 500px;
}

.top__form-text{
	font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #202336;
    margin-bottom: 70px;
}

.top__form-inputs{
	display: flex;
	flex-wrap: wrap;
}

.top__form-input{
	height: 52px;
	padding: 20px 30px;
	border: 0.8px solid #AFB0B9;
    border-radius: 6px;
    outline: none;
    width: 220px;
    margin-right: 30px;
    margin-bottom: 35px;
    position: relative;
    background-image: url(../images/arrow-btn.svg);
    background-size: 9px;
    background-position: center right 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form__btn{
	padding: 14px 59px;
	margin-top: 20px;
}

.info{
	padding: 285px 0 260px;
}

.info__inner{
	display: flex;
	justify-content: space-between;
}

.info__content{
	padding: 110px 0;
	max-width: 450px;
}

.info__content-title{
	margin-bottom: 20px;
}

.info__content-text{
	margin-bottom: 40px;
}

.info__content-btn{
	padding: 12px 38px;
	text-decoration: none;
}

.destinations{
	padding: 30px 0 60px;
}

.destinations__nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}

.destinations__nav-link{
	font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #FB8F1D;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
}

.destinations__nav-link::after{
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 6px;
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.svg);
}

.slider__item{
	width: 260px;
	height: 330px;
	position: relative;
	margin: 0 10px;
}

.slider__item-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.slider__item-inf{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 11px 32px 5px 0;
    border-radius: 0px 6px 0px 0px;
}

.slider__item-title{
	color: #042521;
	font-weight: 600;
    font-size: 17px;
    line-height: 25px;
}

.slider__item-text{
	color: #80918E;
	font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.slick-dots{
	margin-top: 40px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.slick-dots button{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	outline: none;
	font-size: 0;
	background-color: #fff;
	padding: 0;
	margin: 0 5px;
	border: 1px solid #1ABE84;
}

.slick-dots .slick-active button{
	background: linear-gradient(156.14deg, #BFF0DD 12.18%, #57D2A3 87.99%);
}

.guide{
	padding: 170px 0 250px;
}

.guide__inner{
	display: flex;
	justify-content: space-between;
}

.guide__content{
	padding: 150px 0 90px;
	max-width: 415px;
}

.guide__content-title{
	margin-bottom: 20px;
}

.guide__content-text{
	margin-bottom: 40px;
}

.guide__content-btn{
	padding: 12px 43px;
	text-decoration: none;
}

.people{
	padding-bottom: 210px;
}

.people__inner{
	display: flex;
	justify-content: space-between;
}

.people__content{
	padding-bottom: 100px;
	max-width: 450px; 
}

.people__content-title{
	margin-bottom: 145px;
}

.people__content-rate{
	display: flex;
	margin-bottom: 30px;
}

.people__content-star{
	margin: 0 8px;
}

.people__content-text{
	font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 40px;
}

.people__content-name{
	font-weight: 700;
    font-size: 22px;
    line-height: 48px;
    color: #000;
}

.people__content-profession{
	font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.85);
}

.people__inf-img{
	padding-top: 120px;
	position: relative;
}

.people-img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.people__nav{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 20px 0 0 30px;
	border-radius: 16px 0px 0px 0px;
}

.prev{
	margin-right: 20px;
}

.prev,
.next{
	cursor: pointer;
}

.prev:hover.prev path{
	stroke: #D7D7D7;
}

.prev:hover.prev circle{
	stroke: #D7D7D7;
}

.next:hover.next path{
	stroke: #D7D7D7;
}

.next:hover.next circle{
	stroke: #D7D7D7;
}

.stories{
	padding: 60px 0 75px;
}

.stories__nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}

.stories__nav-link{
	font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #FB8F1D;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
}

.stories__nav-link::after{
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 6px;
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.svg);
}

.stories__blocks{
	display: flex;
	justify-content: space-between;
}

.stories__block{
	font-family: 'Inter', sans-serif;
}

.stories__block-img{
	width: 260px;
	height: 230px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
	margin-bottom: 13px;
}

.stories__block-title{
	font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    color: #000;
    margin-bottom: 13px;
    max-width: 255px;
}

.stories__block-text{
	font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 23px;
    max-width: 255px;
}

.stories__block-link{
	font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
}

.footer{
	background-color: #F9F9FB;
}

.footer__inner{
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	color: #848484;
}

.footer__text{
	width: 343px;
}

.footer__text-img{
	margin-bottom: 25px;
}

.footer__text-info{
	margin-bottom: 55px;
}

.footer__menu-title{
	font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
}

.footer__menu-list{
	list-style: none;
}

.footer__menu-link{
	font-size: 18px;
    line-height: 38px;
    text-decoration: none;
    color: #848484;
}

.footer__menu-link:hover{
	color: #202336;
}

.footer__social{
	display: flex;
	justify-content: center;
	padding: 110px 0 30px;
}

.footer__social-link + .footer__social-link{
	margin-left: 35px;
}

.menu__btn{
	width: 40px;
	height: 30px;
	display: none;
	cursor: pointer;
}

.menu__btn span{
	display: block;
	height: 2px;
	width: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 14px;
}

.menu__btn::after,
.menu__btn::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #000;
	left: 0;
}

.menu__btn::after{
	bottom: 0;
}

.menu__btn::before{
	top: 0;
}