/* Подключение шрифтов  */

@font-face {
	font-family: 'Gilroy Regular';
	src: url('../fonts/GilroyRegular.eot');
	src: local('☺'), url('../fonts/GilroyRegular.woff') format('woff'), url('../fonts/GilroyRegular.ttf') format('truetype'), url('../fonts/GilroyRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy Medium';
	src: url('../fonts/GilroyMedium.eot');
	src: local('☺'), url('../fonts/GilroyMedium.woff') format('woff'), url('../fonts/GilroyMedium.ttf') format('truetype'), url('../fonts/GilroyMedium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: local('☺'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype'), url('../fonts/ProximaNovaRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../fonts/ProximaNovaLight.eot');
	src: local('☺'), url('../fonts/ProximaNovaLight.woff') format('woff'), url('../fonts/ProximaNovaLight.ttf') format('truetype'), url('../fonts/ProximaNovaLight.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant Regular';
	src: url('../fonts/CormorantRegular.eot');
	src: local('☺'), url('../fonts/CormorantRegular.woff') format('woff'), url('../fonts/CormorantRegular.ttf') format('truetype'), url('../fonts/CormorantRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Playfair Display Bold';
	src: url('../fonts/PlayfairDisplayBold.eot');
	src: local('☺'), url('../fonts/PlayfairDisplayBold.woff') format('woff'), url('../fonts/PlayfairDisplayBold.ttf') format('truetype'), url('../fonts/PlayfairDisplayBold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

/* Шапка сайта */

.header {
    width: 100%;
}
.header_wrap_cap {
    max-width: 1120px;
    margin: 0 auto;
	margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 202px;
    height: 52px;
    display: flex;
    align-items: center;
}
.navigation_desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_link {
    margin-right: 20px;
}
.nav_link_cost {
    width: 132px;
    text-align: center;
}
.link {
    font-family: 'Gilroy Regular';
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    color: #11100E;
	position: relative;
}
.link:hover::before {
	transform: scaleX(1);
	transition: transform 0.3s;
}
.link::before {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #c0ad95;
	position: absolute;
	left: 0;
	bottom: -5px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
}
.contact_time_title {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 19px;
    color: #11100E;
    text-align: center;
}
.burger_menu {
    display: none;
}
.link_burger {
    display: none;
}

/* Секция "Информация о товаре" */

.product {
    width: 100%;
}
.product__links {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 35px;
}
.link__separator {
    margin-left: 8px;
    margin-right: 8px;
    font-family: 'Proxima Nova Regular';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #11100E;
}
.product__link {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #11100E;
    text-decoration: none;
}
.product__link:hover {
    border-bottom: 1px solid #11100E;
}
.product__container {
    width: 1120px;
    margin: 0 auto;
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
}
.product__leftSide {
    max-width: 450px;
	min-width: 350px;
    margin-right: 20px;
}
.image_big {
	width: 100%;
}
.product__slider {
    width: 100%;
}
.slider__big_picture {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.slider__image_wrap {
    margin-right: 25px;
}
.slider__litle_picture {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
}
.product__rightSide {
    max-width: 670px;
}
.product__title {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 50px;
    line-height: 28px;
    color: #000000;
    margin-top: 0px;
}
.product__title-mobile {
	display: none;
}
.product__text {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}
.product__line {
    width: 98%;
    height: 2px;
    background-color: #AF9678;
}
.product__info {
    margin-top: 30px;
    margin-bottom: 35px;
}
.product__info_text {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin: 0px;
}
.product__action {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.product__cost {
    display: flex;
    flex-direction: column;
	margin-right: 20px;
}
.cost__wrap {
	width: 206px;
    height: 56px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cost__title {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #11100E;
    margin: 0px;
}
.btn__product {
    height: 56px;
    background-color: #AF9678;
    border-radius: 8px;
    border: none;
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.3s;
}
.btn__product:hover {
    background-color: rgba(175,150,120,.8);
    transition: all 0.3s;
}
.product__calculation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.calculation__wrap {
	width: 85%;
}
.calculation__text {
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0px;
}
.btn__calculation {
    width: 85%;
    height: 56px;
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #FFFFFF;
    background: #AF9678;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.3s;
}
.btn__calculation:hover {
    background-color: rgba(175,150,120,.8);
    transition: all 0.3s;
}

/* Подвал сайта  */

.footer {
	width: 100%;
	background-color: #937A60;
}
.footer__container {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 360px;
}
.footer__logo_wrap {
	margin-right: 40px;
}
.footer__links {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 40px;
}
.footer__link {
	position: relative;
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.footer__link:nth-child(6) {
	margin-bottom: 0px;
}
.footer__link::before {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -5px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
}
.footer__link:hover::before {
	transform: scaleX(1);
	transition: transform 0.3s;
}
.footer__location {
	max-width: 550px;
	max-height: 220px;
}
.footer__location_img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.footer__location-mobile {
	display: none;
}


/* Модальное окно "Отправить контактные данные"*/

.modal_order_wrap {
	width: 895px;
	height: 470px;
	z-index: 1003;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	transition: all 0.3s ;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.modal_order_wrap.active {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%);
}
.modal_order_body {
	max-width: 640px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal_order_title {
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	color: #0E0E0E;
}
.form_order_submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 510px;
}
.order_input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border-radius: 8px;
	border: none;
	outline: none;
	background-color: #FBFBFB;
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	color: rgba(7, 7, 7, 0.39);
}
.order_input:nth-child(1) {
	margin-bottom: 25px;
}
.order_input:nth-child(2) {
	margin-bottom: 35px;
}
.btn_order_submit {
	width: 260px;
	height: 56px;
	border-radius: 8px;
	border: none;
	background: #AF9678;
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_order_submit:hover {
	background-color: rgba(175,150,120,.8);
    transition: all 0.3s;
}
.overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1002;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.3s;
}
.overlay.active {
	visibility: visible;
	opacity: 1;
}

/* Модальное окно "Заказ оформлен" */

.modal_success_wrap {
	width: 895px;
	height: 470px;
	z-index: 1003;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	transition: all 0.3s ;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.modal_success_wrap.active {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%);
}
.modal_success_body {
	max-width: 640px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.order_success_title {
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 34px;
	line-height: 45px;
	color: #000000;
	text-align: center;
}
.modal_success_close {
	width: 260px;
	height: 56px;
	border-radius: 8px;
	border: none;
	background: #AF9678;
	font-family: 'Gilroy Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s;
}
.modal_success_close:hover {
	background-color: rgba(175,150,120,.8);
	transition: all 0.3s;
}

/* Медиа запросы */

@media(max-width: 1180px) {
	.header_wrap_cap {
		width: 95%;
	}
    .footer__container {
		width: 95%;
	}
	.product__links {
		width: 95%;
	}
	.product__container {
		width: 95%;
	}
}
@media(max-width: 1100px) {
	.nav_link {
		margin-right: 15px;
	}
}
@media(max-width: 1050px) {
    .navigation_desktop {
		display: none;
	}
	.logo {
		order: 2;
	}
    .burger_menu {
		display: block;
		order: 0;
		width: 25px;
		height: 25px;
		cursor: pointer;
		z-index: 1002;
	}
	.burger_menu span:nth-of-type(1) {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #937A60;
		margin-bottom: 6px;
		transition: all 0.3s;
		border-radius: 2px;
	}
	.burger_menu span:nth-of-type(2) {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #937A60;
		margin-bottom: 6px;
		transition: all 0.3s;
		border-radius: 2px;
	}
	.burger_menu span:nth-of-type(3) {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #937A60;
		transition: all 0.3s;
		border-radius: 2px;
	}
	.link_burger {
		display: flex;
		flex-direction: column;
		width: 300px;
		height: 100%;
		justify-content: start;
		align-items: center;
		z-index: 1001;
		top: 0px;
		left: 0px;
		background-color: #c0ad95;
		position: absolute;
		transform: translateX(-100%);
		transition: all 0.3s;
	}
	.burger_nav_link_about {
		margin-top: 150px;
	}
	.burger_nav_link {
		margin-bottom: 20px;
	}
	.burger_menu.active span:nth-of-type(1) {
		background-color: #fff;
		transform: translateY(7.6px) rotate(45deg);
		transition: all 0.3s;
	}
	.burger_menu.active span:nth-of-type(2) {
		background-color: #fff;
		transform: rotate(-45deg);
		transition: all 0.3s;
	}
	.burger_menu.active span:nth-of-type(3) {
		background-color: #fff;
		display: none;
		transition: all 0.3s;
	}
	.link_burger.active {
		transform: translateX(0%);
		transition: all 0.3s;
	}
	.burger_link {
		font-family: 'Gilroy Medium';
		font-weight: 500;
		font-size: 21px;
		text-decoration: none;
		color:#fff;
		position: relative;
	}
	.burger_link:hover::before {
		transform: scaleX(1);
		transition: transform 0.3s;
	}
	.burger_link::before {
		content: '';
		width: 100%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		left: 0;
		bottom: -5px;
		transform: scaleX(0);
		transform-origin: left;
		transition: transform 0.3s;
	}
    .footer__container {
		height: 300px;
	}
    .footer__link {
		font-size: 25px;
	}
    .footer__location {
		max-width: 510px;
	}
	.product__links {
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.product__action {
		align-items: end;
	}
}
@media(max-width: 1000px) {
	.product__title {
		font-size: 45px;
	}
	.calculation__text {
		font-size: 20px;
	}
	.cost__title {
		font-size: 20px;
	}
	.btn__product {
		font-size: 20px;
	}
	.btn__calculation {
		font-size: 20px;
	}
	.cost__wrap {
		width: 170px;
	}
}
@media(max-width: 950px) {
	.modal_order_wrap {
		width: 750px;
	}
	.modal_order_title {
		font-size: 23px;
	}
	.modal_order_body {
		max-width: 570px;
	}
	.form_order_submit {
		width: 450px;
	}
	.order_input {
		font-size: 23px;
	}
	.btn_order_submit {
		font-size: 23px;
	}
	.btn_order_submit {
		width: 220px;
	}
	.modal_success_wrap {
		width: 750px;
		height: 400px;
	}
	.modal_succes_body {
		max-width: 570px;
	}
	.order_success_title {
		font-size: 30px;
	}
}
@media(max-width: 800px) {
	.product__container {
		flex-direction: column;
	}
	.product__title {
		font-size: 40px;
		display: none;
	}
	.product__title-mobile {
		display: block;
		font-family: 'Gilroy Regular';
    	font-weight: 400;
    	line-height: 28px;
    	color: #000000;
    	margin-top: 0px;
		font-size: 40px;
	}
	.product__text {
		font-size: 19px;
	}
	.product__info_text {
		font-size: 19px;
	}
	.cost__title {
		font-size: 19px;
	}
	.cost__wrap {
		height: 45px;
	}
	.calculation__text {
		font-size: 19px;
	}
	.product__info {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.btn__calculation {
		font-size: 19px;
	}
	.btn__product {
		font-size: 19px;
	}
	.modal_order_wrap {
		width: 600px;
		height: 400px;
	}
	.modal_order_body {
		max-width: 500px;
	}
	.modal_order_title {
		font-size: 20px;
	}
	.form_order_submit {
		width: 400px;
	}
	.order_input {
		font-size: 20px;
		height: 45px;
	}
	.btn_order_submit {
		width: 180px;
		height: 50px;
		font-size: 20px;
	}
	.modal_success_wrap {
		width: 600px;
		height: 350px;
	}
	.modal_success_body {
		max-width: 500px;
	}
	.order_success_title {
		font-size: 26px;
		line-height: 40px;
	}
	.modal_success_close {
		width: 230px;
		height: 50px;
	}
}
@media(max-width: 750px) {
	.footer__links {
		margin-top: 21px;
	}
    .footer__logo_wrap {
		display: flex;
		flex-direction: column;
	}
    .footer__location-mobile {
		margin-top: 22px;
		display: block;
	}
    .footer__location {
		display: none;
	}
}
@media(max-width: 620px) {
	.footer__link {
		font-size: 20px;
	}
	.modal_order_wrap {
		width: 480px;
		height: 370px;
	}
	.modal_order_title {
		font-size: 17px;
		margin-top: 0px;
		line-height: 28px;
	}
	.modal_order_body {
		max-width: 420px;
	}
	.form_order_submit {
		width: 340px;
	}
	.order_input {
		font-size: 17px;
	}
	.btn_order_submit {
		width: 160px;
		height: 45px;
		font-size: 17px;
	}
	.modal_success_wrap {
		width: 480px;
		height: 280px;
	}
	.modal_order_body {
		max-width: 420px;
	}
	.order_success_title {
		font-size: 23px;
	}
	.modal_success_close {
		width: 185px;
		height: 45px;
		font-size: 23px;
	}
}
@media(max-width: 500px) {
	.modal_order_wrap {
		width: 370px;
	}
	.modal_order_body {
		max-width: 330px;
	}
	.form_order_submit {
		width: 280px;
	}
	.modal_success_wrap {
		width: 370px;
	}
	.modal_success_body {
		max-width: 330px;
	} 
	.order_success_title {
		font-size: 20px;
		line-height: 30px;
	}
	.modal_success_close {
		width: 160px;
		font-size: 20px;
	}
}
@media(max-width: 390px) {
	.footer__logo {
		width: 158px;
		height: 52px;
	}
    .footer__logo_wrap {
		margin-right: 20px;
	}
    .footer__links {
		margin-right: 0px;
	}
	.product__leftSide {
		max-width: 350px;
		min-width: 300px;
	}
	.image__little {
		width: 130px;
		height: 130px;
	}
	.product__text {
		font-size: 17px;
	}
	.product__info_text {
		font-size: 17px;
	}
	.product__action {
		flex-direction: column;
		align-items: start;
	}
	.product__link {
		font-size: 11px;
	}
	.product__title-mobile {
		font-size: 36px;
	}
	.product__cost {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.cost__wrap {
		max-width: 152px;
		min-width: 130px;
		margin-right: 15px;
	}
	.cost__title {
		font-size: 17px;
	}
	.btn__product {
		font-size: 17px;
		width: 152px;
		height: 45px;
		margin-top: 0px;
	}
	.product__calculation {
		margin-top: 20px;
		align-items: start;
	}
	.calculation__wrap {
		width: 100%;
	}
	.calculation__text {
		font-size: 17px;
		text-align: start;
	}
	.btn__calculation {
		width: 70%;
		height: 45px;
		font-size: 17px;
		margin-top: 17px;
	}
	.modal_order_wrap {
		width: 300px;
	}
	.modal_order_body {
		max-width: 270px;
	}
	.modal_order_title {
		font-size: 15px;
		line-height: 24px;
	}
	.form_order_submit {
		width: 265px;
	}
	.form_order_submit {
		width: 235px;
	}
	.modal_success_wrap {
		width: 300px;
		height: 240px;
	}
	.modal_success_body {
		max-width: 270px;
	}
	.order_success_title {
		font-size: 19px;
	} 
	.modal_success_close {
		width: 155px;
		font-size: 19px;
	}
}
