/* ---- Specification ---- */
html {
    scroll-behavior: smooth;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.22em;
	color: #646464;
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

* {
	box-sizing: border-box;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.24em;
	letter-spacing: 0.05em;
	font-variant: small-caps;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.22em;
	letter-spacing: 0;
}

p {
	margin: 0;
	line-height: 1.4em;
	font-size: 14px;
}

button {
    background: transparent;
	cursor: pointer;
	border: none;
	outline: none;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
}


a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color: #ff513a;
	transition: all 0.5s ease;
}

a:hover {
	text-decoration: underline;
	transition: all 0.5s ease;
}

input:focus {
	outline: none;
}

.btn {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.21em;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	color: #646464;
	text-align: center;
	display: block;
	padding: 21px 16px;
	background-color: #fff;
	border: 1px solid #FFF;
	transition: all 0.5s ease;
}

.btn:hover {
	color: #ff513a;
	text-decoration: none;
	border: 1px solid #ff513a;
	transition: all 0.5s ease;
}

/* Slider */

.slider {
    justify-content: center;
	margin: 30px 0 0 0;
}

.slider__wrapper {
    width: 100%;
    position: relative;
}

.slider__btn-prev, .slider__btn-next {
	background: url('../img/suggestion1.svg') no-repeat;
    position: absolute;
    top: 40%;
    height: 10px;
    width: 10px;
    border: 0;
    transition: opacity 0.2s ease-in-out;
	background-color: #fff;
}

.slider__btn-prev {
	left: 0;
	padding: 12px 18px 12px 0;
	background-position: 100% 50%;
	rotate: 180deg;
}

.slider__btn-next {
	right: 0;
	padding: 12px 0 12px 18px;
	background-position: 100% 50%;
}

.slider__btn-prev:hover, .slider__btn-next:hover {
	background-color: rgb(168, 151, 206);
}

.slider__slide {
    width: 100%;
    height: 100%;
    display: none;
}

.slider__slide.slider__slide_active {
    display: block;
}

.slider__dots-wrapper {
    display: flex;
    justify-content: center;
	gap: 5px;
    margin: 40px 0 0px 0;
}

.slider__dot {
    width: 25px;
    height: 2px;
    background-color: #e4e4e4;
    cursor: pointer;
}

.slider__dot.slider__dot_active {
    background-color: #646464;
}

/* cheeseburger */

.nav-cheeseburger {
	background: url('../img/hamburger.png') no-repeat;
	width: 73px;
	height: 14px;
	display: none;
	margin: 0 0 0 0;
	background-size: 100% 100%;
}

.cheeseburger-menu {
	position: absolute;
	top: 80px;
	z-index: 9999;
	display: block
}

.cheeseburger-menu__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #f8f8f8;
	padding: 20px 40px;
}

.cheeseburger-menu__list_active {
	display: none;
}

.cheeseburger-menu__item a {
	color: #000000;
	font-size: 12px;
}

.cheeseburger-menu__item a:hover {
	color: #01d67c;
}

/* header */

.header {
	padding: 32px 0 175px 0;
	position: relative;
	background-image: url('../img/header1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.header::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: url('../img/offer1.png');
	background-repeat: no-repeat;
	background-size: 100% 746px;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.nav-logo__image {
	background: url(../img/logo.png);
    width: 118px;
    height: 28px;
    display: block;
    margin-right: auto;
}

.nav-menu__item img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.nav-menu__list {
	display: flex;
	gap: 30px;
}

.nav-menu__item a {
	font-size: 14px;
	color: #646464;
	transition: color 0.5s ease;
}

.nav-menu__item a:hover {
	color: #ff513a;
	text-decoration: none;
	transition: color 0.5s ease;
}

.nav-links {
	display: flex;
	margin: 0 0 0 38px;
	gap: 22px;
}

.nav-links__like {
	background: url(../img/nav2.svg);
    width: 23px;
    height: 23px;
    display: block;
	background-size: 100%;
	margin: auto 0;
}

.nav-links__busket {
	background: url(../img/nav3.svg);
    width: 33px;
    height: 33px;
    display: block;
	background-size: cover
}

.header__line {
	width: 100%;
	border: 1px solid rgba(81, 81, 81, 0.5);
	margin: 30px 0 178px 0;
}

.offer {
	max-width: 700px;
}

.offer__list {
	display: flex;
	gap: 10px
}

.offer__item {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
}

.offer__item::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../img/offer2.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	background-position: left;
}

.offer__title {
	margin: 20px 0;
}

.offer__intro {
	font-size: 15px;
	margin: 0 0 20px 0;
}

.offer__btn {
	color: rgba(100, 100, 100, 0.7);
	max-width: 330px;
	padding-right: 51px;
	position: relative;
}

.offer__btn::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('../img/offer3.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
}

/* suggestion */

.suggestion {
	padding: 110px 0 0 0;
}

.section-wrapper {
	display: flex;
	gap: 8px
}

.section-wrapper__line {
	margin: auto 0;
}

.section-wrapper__link {
	margin: auto 0;
	position: relative;
}

.section-wrapper__link::before {
	content: '';
	display: block;
	width: 9px;
	height: 10px;
	background-image: url('../img/suggestion1.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: -16px;
	top: 4px
}

.suggestion-wrap {
	display: flex;
	max-height: 520px;
	margin: 30px 0 0 0;
	justify-content: space-between;
}

.suggestion-wrap__left {
	position: relative;
}

.suggestion-wrap__girl {
	width: 633px;
	height: 520px;
}

.suggestion-wrap__link {
	position: absolute;
	background-color: #fff;
	color: #646464;
	letter-spacing: 0.05em;
	font-size: 15px;
	font-variant: small-caps;
	line-height: 1.24em;
	padding: 20px 17px;
	left: 40px;
	bottom: 40px;
	transition: color 0.5s ease;
}

.suggestion-wrap__link:hover {
	color: #ff513a;
	text-decoration: none;
	transition: color 0.5s ease;
}

.suggestion-wrap__middle {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.suggestion-wrap__right {
	background-image: url('../img/suggestion5.png');
	background-size: cover;
	max-width: 306px;
	padding: 205px 0 0 20px;
}

.suggestion-wrap__probe {
	font-size: 12px;
}

.suggestion-wrap__title {
	line-height: 1.42em;
	margin: 15px 0;
}

.suggestion-wrap__wrap-price {
	display: flex;
	gap: 8px;
}

.suggestion-wrap__new-price {
	font-size: 16px;
	color: #ff513a;
}

/* gift */

.gift {
	padding: 110px 0 0 0;
}

.gift-wrap {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.gift-wrap__item {
	width: 305px;
}

.gift-wrap__picture {
	background-size: cover;
	position: relative;
	width: 100%;
	height: 365px;
	margin: 0 0 15px 0;
}

.gift-wrap__item:nth-child(1) .gift-wrap__picture {
	background-image: url('../img/gift1.png');
}

.gift-wrap__item:nth-child(2) .gift-wrap__picture {
	background-image: url('../img/gift2.png');
}

.gift-wrap__item:nth-child(3) .gift-wrap__picture {
	background-image: url('../img/gift3.png');
}

.gift-wrap__item:nth-child(4) .gift-wrap__picture {
	background-image: url('../img/gift4.png');
}

.gift-wrap__text {
	font-size: 14px;
}

.gift-certeficate {
	position: absolute;
	background: url('../img/gift5.png');
	width: 183px;
	height: 260px;
	margin: 73px 0 0 53px;
	padding: 66px 44px 0 22px;
}

.gift-certeficate__title {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #515151;
	margin: 0 0 5px 0;
}

.gift-certeficate__text {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #7c7c7c;
}

.gift-certeficate__line {
	border: 1px solid #ffcec7;
	width: 100%;
	margin: 8px 0 7px 0;
}

.gift-certeficate__price {
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #ff513a;
}

/* nova */

.nova {
	padding: 110px 0 0 0;
}

.nova-wrap {
	display: flex;
	justify-content: space-between;
}

.nova-wrap__item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.nova-wrap__img {
	margin: 0 0 12px 0;
}

.nova-wrap__desc {
	font-size: 13px;
	color: rgba(100, 100, 100, 0.7);
	margin: 5px 0;
}

.nova-wrap__price {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.42em;
}

.nova-wrap__new {
	position: absolute;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 10px 22px;
	background-color: #13e7c0;
}

/* earrings */

.earrings {
	padding: 110px 0 0 0;
}

/* rings */

.rings {
	padding: 110px 0 0 0;
}

/* delivery */

.delivery-wrapper {
	display: flex;
	vertical-align: bottom;
}

.delivery-wrap {
	margin: auto 0 0 0;
	background: url('../img/delivery1.png') no-repeat;
	padding: 47px 190px 28px 325px;
	max-width: 996px;
	height: 100%;
	border-bottom: none;
}

.delivery-wrap__text {
	margin: 15px 0;
}

.delivery-wrap__line {
	width: 100%;
	border: 1px solid rgba(100, 100, 100, 0.7);
	margin: 0 0 15px 0;
}

.delivery-wrap__link {
	position: relative;
	font-weight: 700;
}

.delivery-wrap__link::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url('../img/delivery3.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: -19px;
	top: 3px
}

.delivery-picture {
	max-height: 410px;
	width: 283px;
	margin: 0 0 1px 0;
}

/* spring */

.spring {
	padding: 110px 0 0 0;
}

.spring-wrap {
	background-image: url('../img/spring1.jpg');
	background-repeat: no-repeat;
	padding: 64px 590px 64px 326px;
}

.spring-wrap__title_orange {
	color: #ff513a;
}

.spring-wrap__text {
	color: #515151;
	margin: 20px 0;
}

.spring-wrap__promo {
	font-size: 15px;
	background-color: #fff;
	padding: 15px 22px;
}

/* collection */

.collection {
	padding: 110px 0 0 0;
}

.collection-wrap {
	display: flex;
	justify-content: space-between;
	margin: 36px 0 0 0;
}

.collection-item__img {
	width: 100%;
}

.collection-item__title {
	margin: 12px 0 5px 0;
}

.collection-item__desc {
	font-size: 13px;
	color: rgba(100, 100, 100, 0.7);
}

/* adress */

.adress {
	padding: 110px 0 0 0;
}

.adress-cover {
	display: flex;
	gap: 21px;
	justify-content: space-between;
}

.adress-wrap {
	background-image: url('../img/adress2.png');
	background-repeat: no-repeat;
	width: 100%;
	padding: 50px 234px 0 50px;
	font-size: 15px;
}

.adress-wrap__title {
	margin: 0 0 31px 0;
}

.adress-wrap__wrapper {
	margin: 0 0 0 23px;
	display: flex;
	gap: 8px;
	position: relative;
}

.adress-wrap__wrapper::before {
	content: '';
	display: block;
	width: 15px;
	height: 17px;
	background-image: url('../img/adress3.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: -23px;
}

.adress-wrap__map {
	font-size: 13px;
}

.adress-wrap__period {
	margin: 15px 0 15px 23px;
	display: block;
}

.adress-wrap__phone {
	margin: 0 0 0 23px;
	display: block;
}

.adress-wrap__line {
	border: 1px solid #646464;
	width: 100%;
	margin: 15px 0 15px 0;
}

.adress-img {
	max-width: 629px;
}

/* footer */

.footer	{
	margin: 120px 0 0 0;
	background-image: url('../img/footer1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 49px 0 50px 0;
}

.footer-cover {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}

.footer-wrap {
	width: 25%;
}

.footer-wrap__title {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.22em;
	color: #515151;
}

.footer-wrap__number {
	display: block;
	font-size: 16px;
	color: #646464;
	margin: 20px 0 15px 0;
	max-width: 115px;
}

.footer-wrap__number:hover {
	color: #ff513a;
	transition: all 0.5s ease;
} 

.footer-wrap__advice {
	display: block;
	border: 1px solid #ff513a;
	color: #ff513a;
	padding: 15px;
	margin: 15px 0 20px 0;
	transition: all 0.5s ease;
}

.footer-wrap__advice:hover {
	border: 1px solid #13e7c0;
	color: #515151;
	transition: all 0.5s ease;
}

.footer-wrap__shedule {
	display: block;
}

.footer-wrap__shedule_first {
	margin: 0 0 10px 0;
}

.footer-wrap__payment {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin: 20px 0 15px 0;
}

.footer-wrap__wrap-pay {
	display: flex;
	gap: 15px;
}

.footer-wrap__wrap-pay img:nth-child(1) {
	max-width: 35px;
	max-height: 27px;
}

.footer-wrap__wrap-pay img:nth-child(2) {
	max-width: 46px;
	max-height: 14px;
	margin: auto 0;
}

.footer-wrap__wrap-pay img:nth-child(3) {
	max-width: 71px;
	max-height: 16px;
	margin: auto 0;
}

.footer-wrap__subtitle {
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 20px 0;	
}

.footer-wrap__nav {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.footer-wrap__nav a {
	color: rgba(81, 81, 81, 0.8);
	transition: color 0.5s ease;
}

.footer-wrap__nav a:hover {
	color: #ff513a;
	transition: color 0.5s ease;
}

.footer-wrap__subscribe-list {
	padding: 0 0 0 26px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.footer-wrap__subscribe-list a {
	color: #646464;
	position: relative;
	transition: color 0.5s ease;
}

.footer-wrap__subscribe-list a:hover {
	color: #ff513a;
	transition: color 0.5s ease;
}

.footer-wrap__subscribe-list li:nth-child(1) a::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url('../img/footer5.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: -25px;
}

.footer-wrap__subscribe-list li:nth-child(2) a::before {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	background-image: url('../img/footer6.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: -26px;
}

.footer-wrap__text {
	margin: 20px 0 15px 0;
	max-width: 250px;
	line-height: 1.26em;
	font-weight: 600;
}

.form-book {
	max-width: 221px;
}

.form-book__input {
	background: none;
	border: none;
	font-family: inherit;
    border-bottom: 1px solid #bcbcbc;
    font-size: 13px;
    width: 100%;
	padding: 0 0 6px 0;
	color: rgba(100, 100, 100, 0.7);
	font-weight: 500;
	margin: 0 0 16px 0;
}

.form__btn, .form2__btn {
	font-size: 13px;
	color: #ff513a;
	width: 100%;
	display: none;
	padding: 15px;
	border: 1px solid #ff513a;
	background: none;
}

.form__btn:hover, .form2__btn:hover {
	border: 1px solid #13e7c0;
	color: #515151;
	transition: all 0.5s ease;
}

.form__btn_active {
    display: initial;
}

/* modal window - universal*/
.error {
	font-size: 13px;
	font-family: inherit;
}

.body-fixed {
    padding-right: 16px;
    overflow: hidden;
}

.modal {
    display: none;
}

.modal2 {
    display: none;
}

.modal-active {
    display: initial;
}

.modal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(110, 156, 159, 0.95);
}

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 491px;
	height: 503px;
    z-index: 3;
    background-color: #ffffff;
	padding: 32px 70px 70px 70px;
}

.modal-window2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 600px;
	height: 278px;
    z-index: 3;
    background-color: #ffffff;
	padding: 70px;
}

.modal-close {
	background: url('../img/close.svg') no-repeat;
	background-size: 100%;
	display: block;
	width: 15px;
	height: 15px;
	margin-left: auto;
}

.modal-title {
	text-align: center;
	padding: 24px 38px 0 0;
}

.modal-title2 {
	text-align: center;
}

.modal__btn {
    background: #6E9C9F;
	color: #FFFFFF;
	margin: 35px 0 0 0;
	width: 100%;
}

.modal__btn:hover {
	background: #509498;
}

.modal2__btn {
	color: #6E9C9F;
	border: 1px solid #6E9C9F;
	display: block;
	width: 243px;
	margin: 35px auto 0;
	transition: all  0.5s ease;
}

.modal2__btn:hover {
	background: #6E9C9F;
	color: #FFFFFF;
	transition: all  0.5s ease;
}

#form-cover  {
	width: 100%;
	max-width: 100%;
}

#form-cover .form-book__input {
	margin: 20px 0 0 0;
} 
