/*  RESPONSIVE  */

/* Very large: 1200px - 1279px */
@media (max-width: 1279px) {
	.container {
		max-width: 1174px;
	}
	.suggestion-wrap {
		max-height: 500px;
	}
	.suggestion-wrap__girl {
		max-width: 540px;
		max-height: 100%;
	}
	.suggestion-wrap__middle {
		max-width: 290px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.gift-wrap__item {
		max-width: 280px;
	}
	.nova-wrap__item {
		max-width: 280px;
	}
	.delivery-wrap {
		padding: 47px 190px 9px 325px
	}
	.spring-wrap {
		padding: 50px 470px 50px 326px;
		background-size: 100% 100%;
	}
	.collection-item {
		max-width: 280px
	}
	.adress-img {
		max-width: 573px;
	}
	.adress-wrap {
		padding: 50px 170px 0 50px;
	}
}

/* Large: 992px - 1199px */
@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}
	.nav-menu__list {
		gap: 8px;
	}
	.nav-links {
		margin: 0 0 0 25px;
		gap: 15px;
	}
	.suggestion-wrap {
		max-height: 420px;
	}
	.suggestion-wrap__girl {
		max-width: 400px;
	}
	.suggestion-wrap__middle {
		max-width: 245px;
	}
	.suggestion-wrap__right {
		max-width: 275px;
	}
	.gift-wrap__item {
		max-width: 230px;
	}
	.gift-wrap__picture {
		max-height: 325px;
	}
	.gift-certeficate {
		margin: 36px 0 0 29px;
	}
	.nova-wrap__item {
		max-width: 280px;
	}
	.nova-wrap__item {
		max-width: 230px;
	}
	.delivery-wrap {
		background-size: 100% 100%;
		padding: 32px 45px 30px 103px;
	}
	.spring-wrap {
		padding: 25px 371px 25px 249px;
	}
	.collection-item {
		max-width: 230px
	}
	.collection-item__title {
		margin: 5px 0;
	}
	.adress-cover {
		gap: 15px
	}
	.adress-img {
		max-width: 472px;
	}
	.adress-wrap {
		padding: 23px 67px 0 37px
	}
}
/* Medium: 768px - 991px */
@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}
	h1, h2, h3, h4, h5, h6 {
		letter-spacing: 0;
	}
	
	h1 {
		font-size: 25px;
		line-height: 1.28em;
	}
	
	h2 {
		font-size: 22px;
	}
	
	h3 {
		font-size: 19px;
	}
	
	h4 {
		font-size: 19px;
	}
	
	h5 {
		font-size: 15px;
	}
	
	h6 {
		font-size: 14px;
	}
	
	p {
		font-size: 13px;
	}
	.header {
		background-image: none;
		padding: 30px 0 99px 0;
	}
	.container-flex {
		background-image: url('../img/header2.png');
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.nav > :nth-child(4) {
		order: 1;
	}
	.header__line {
		margin: 17px 0;
	}
	.nav-menu {
		margin: 0 0 100px 0;
		width: 100%;
	}
	.nav-menu__list {
		justify-content: space-between;
		gap: inherit
	}
	.nav-links {
		margin: 0;
	}
	.nav-menu__item a {
		font-size: 13px;
		line-height: 1.43em;
	}
	.offer {
		max-width: 300px;
	}
	.offer__list {
		display: none;
	}
	.offer__title {
		margin: 0;
	}
	.offer__intro {
		font-size: 14px;
		margin: 20px 0;
		line-height: 1.42em;
	}
	.btn {
		padding: 17px;
		text-align: left;
	}
	.offer__btn {
		letter-spacing: 0.05em;
	}
	.offer__btn::before {
		right: 15px;
	}
	.suggestion {
		padding: 80px 0 0 0;
	}
	.section-wrapper {
		flex-direction: column;
		gap: 15px
	}
	.section-wrapper__line {
		display: none;
	}
	.section-wrapper__link {
		max-width: 151px;
	}
	.suggestion-wrap {
		margin: 25px 0 0 0;
		flex-direction: row-reverse
	}
	.suggestion-wrap__middle {
		display: none;
	}
	.suggestion-wrap__girl {
		max-width: 352px;
		width: 100%;
	}
	.suggestion-wrap__title {
		margin: 14px 0 23px 0;
	}
	.suggestion-wrap__wrap-price {
		line-height: 1.42em;
	}
	.suggestion-wrap__new-price {
		font-size: 14px;
	}
	.suggestion-wrap__right {
		max-width: 352px;
		background-size: 100% 100%;
		padding-right: 83px;
	}
	.suggestion-wrap__link {
		font-size: 14px;
		line-height: 1.42em;
		left: 10px;
		bottom: 15px;
	}
	.gift {
		padding: 80px 0 0 0;
	}
	.gift-wrap {
		flex-wrap: wrap;
		row-gap: 26px
	}
	.gift-wrap__item {
		max-width: 352px;
		width: 100%;
	}
	.gift-wrap__picture {
		max-height: 325px;
		margin: 0 0 10px 0;
	}
	.gift-certeficate {
		margin: 12px 0 0 56px;
	}
	.gift-wrap__text {
		line-height: 1.42em;
	}
	.nova {
		padding: 80px 0 0 0;
	}
	.earrings {
		padding: 80px 0 0 0;
	}
	.rings {
		padding: 80px 0 0 0;
	}
	.nova-wrap__item {
		max-width: 170px;
	}
	.slider__btn-prev, .slider__btn-next {
		top: 33%;
	}
	.nova-wrap__desc {
		font-size: 12px;
	}
	.delivery-wrap {
		background-size: 100% 100%;
		padding: 15px 45px 15px 47px;
	}
	.delivery-picture {
		max-height: 285px;
	}
	.spring {
		padding: 80px 0 0 0;
	}
	.spring-wrap {
		padding: 25px 312px 25px 100px;
	}
	.collection {
		padding: 80px 0 0 0;
	}
	.collection-item {
		max-width: 170px
	}
	.adress {
		padding: 80px 0 0 0;
	}
	.adress-cover {
		gap: 15px
	}
	.adress-wrap {
		font-size: 13px;
		padding: 29px 9px 29px 9px
	}
	.adress-wrap__wrapper {
		gap: 5px;
	}
	.adress-wrap__adress {
		font-size: 14px;
	}
	.adress-wrap__title {
		margin: 0 0 20px 0;
	}
	.adress-wrap__period {
		margin: 10px 0 10px 23px;
	}
	.adress-img {
		max-width: 350px;
		max-height: 280px;
	}
	.footer {
		margin: 80px 0 0 0;
	}
	.footer-cover {
		flex-wrap: wrap;
		row-gap: 27px;
	}
	.footer-wrap__title {
		font-size: 17px;
		font-weight: 600;
	}
	.footer-wrap__number {
		font-size: 14px;
		line-height: 1.42em;
		margin: 15px 0 10px 0;
	}
	.footer-wrap {
		width: 37%;
	}
	.footer-wrap:nth-child(2) {
		width: 20%;
	}
	.footer-wrap:nth-child(4) {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		border-top: 1px solid rgba(100, 100, 100, 0.5);
		padding: 20px 0 0 0;
	}
	.footer-wrap__responsive {
		width: 40%;
	}
	.footer-wrap__text {
		margin: 0px 0 15px 0;
		max-width: 100%;
	}
	.footer-wrap__subscribe-list {
		padding: 0 0 0 26px;
		flex-direction: row;
		gap: 40px
	}
	.modal__btn {
		text-align: center;
	}
}
/* Small: 576px - 767px */
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}
	.header {
		padding: 30px 0 35px 0;
	}
	.nav-menu {
		margin: 0 0 50px 0;
	}
	.nav-menu__item a {
		font-size: 12px;
	}
	.nav-menu__item img {
		display: none;
	}
	.container-flex {
		background-image: url('../img/header2.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 40% 70%;
	}
	.suggestion-wrap {
		max-height: 350px;
	}
	.suggestion-wrap__girl {
		max-width: 260px;
	}
	.suggestion-wrap__right {
		max-width: 260px;
		padding: 154px 0 0 29px;
	}
	.suggestion-wrap__link {
		max-width: 210px;
		padding: 12px;
	}
	.gift-wrap__item {
		max-width: 260px;
	}
	.gift-certeficate {
		margin: 12px 0 0 36px;
	}
	.nova-wrap {
		flex-wrap: wrap;
		row-gap: 26px
	}
	.nova-wrap__item {
		max-width: 260px;
	}
	.slider__btn-prev, .slider__btn-next {
		top: 405px;
		background-color:rgba(73, 185, 120, 0.575)
	}
	.delivery {
		padding: 80px 0 0 0;
	}
	.delivery-picture {
		display: none;
	}
	.spring-wrap {
		padding: 15px 158px 16px 58px;
	}
	.spring-wrap__text {
		margin: 15px 0;
	}
	.collection-wrap {
		flex-wrap: wrap;
		row-gap: 26px
	}
	.collection-item {
		max-width: 260px;
	}
	.adress-cover {
		flex-direction: column;
		gap:0
	}
	.adress-img {
		max-width: 100%;
		max-height: 352px;
	}
	.adress-wrap {
		padding: 50px 0px 50px 50px
	}
	.adress-wrap__title {
		margin: 0 0 25px 0;
	}
	.adress-wrap__line {
		max-width: 344px;
		margin: 16px 0;
	}
	.adress-wrap__period {
		margin: 16px 0 16px 23px;
	}
}
	
/* Extra small: 451px - 575px */
@media (max-width: 575px) {
	.container {
		padding: 0 15px;
		width: 100%;
	}
	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 17px;
	}
	
	h4 {
		font-size: 17px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6 {
		font-size: 13px;
	}
	
	p {
		font-size: 13px;
	}
	.nav-menu {
		display: none;
	}
	.header__line {
		margin: 18px 0 105px 0;
	}
	.nav-cheeseburger {
		display: block;
	}
	.nav-logo__image {
		background: url(../img/logo1.png);
		width: 68px;
		height: 19px;
		background-size: cover;
		margin: 0;
	}
	.container-flex {
		background-image: none;
	}
	.header {
		padding: 13px 0 159px 0;
	}
	.header::before {
		background-image: url('../img/offer4.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.btn {
		text-align: right;
		padding: 20px 10px 20px 20px;
	}
	.offer__btn {
		max-width: 288px;
	}
	.offer__btn::before {
		left: 10px;
	}
	.suggestion {
		padding: 60px 0 0 0;
	}
	.suggestion-wrap {
		flex-direction: column-reverse;
		max-height: 100%;
		margin: 20px 0 0 0;
		gap: 15px
	}
	.suggestion-wrap__right {
		max-width: 100%;
		height: 270px;
		padding: 69px 68px 0 40px;
	}
	.suggestion-wrap__wrap-price {
		font-size: 13px;
	}
	.suggestion-wrap__girl {
		max-width: 100%;
		height: 270px;
	}
	.suggestion-wrap__link {
		font-size: 13px;
		max-width: 100%;
		left: 0; 
  		right: 0; 
 		margin-inline: auto; 
 	 	width: fit-content;
	}
	.gift {
		padding: 60px 0 0 0;
	}
	.gift-wrap__item {
		max-width: 200px;
	}
	.gift-wrap__picture {
		max-height: 280px;
	}
	.gift-wrap__text {
		font-size: 13px;
	}
	.gift-certeficate {
		max-width: 150px;
		max-height: 195px;
		margin: 61px 0 0 9px;
		padding: 26px 23px 0 7px;
	}
	.nova {
		padding: 60px 0 0 0;
	}
	.earrings {
		padding: 60px 0 0 0;
	}
	.rings {
		padding: 60px 0 0 0;
	}
	.nova-wrap__item {
		max-width: 200px;
	}
	.slider__btn-prev, .slider__btn-next {
		top: 330px;
	}
	.delivery {
		padding: 60px 0 0 0;
	}
	.delivery-wrap {
		padding: 15px 20px 15px 20px;
	}
	.spring {
		padding: 60px 0 0 0;
	}
	.spring-wrap {
		background-image: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url('../img/spring1.jpg');
		padding: 15px 79px 15px 38px;
	}
	.collection {
		padding: 60px 0 0 0;
	}
	.collection-item {
		max-width: 200px;
	}
	.adress {
		padding: 60px 0 0 0;
	}
	.adress-wrap {
		padding: 25px 0px 25px 25px
	}
	.adress-wrap__title {
		margin: 0 0 20px 0;
	}
	.footer {
		margin: 60px 0 0 0;
	}
	.footer-cover {
		flex-wrap: nowrap;
		flex-direction: column;
		row-gap: 20px;
	}
	.footer-wrap {
		width: 100%;
	}
	.footer-wrap {
		text-align: center;
	}
	.footer-wrap__number {
		margin: 15px auto 10px;
	}
	.footer-wrap__advice {
		margin: 15px auto 20px;
		padding: 15px 40px;
	}
	.footer-wrap__wrap-pay {
		justify-content: center;
	}
	.footer-wrap:nth-child(2) {
		width: 100%;
	}
	.footer-wrap__nav {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 17px;
		row-gap: 20px;
	}
	.footer-wrap:nth-child(4) {
		flex-direction: column;
	}
	.footer-wrap__responsive {
		width: 100%;
	}
	.footer-wrap__subscribe-list {
		justify-content: center;
	}
	.footer-wrap__text {
		margin: 15px 0;
	}
	.form-book {
		max-width: 100%;
	}
	.form__btn {
		text-align: center;
	}
	.modal-window {
		width: 100%;
	}
	.modal-window2 {
		width: 100%;
		padding: 70px 0;
	}
	.modal__btn {
		text-align: center;
	}
}

/*Henry`s breakpoint: 0px (320px) - 450px */
@media (max-width: 450px) {
	.header {
		padding: 13px 0 65px 0;
	}
	.header__line {
		margin: 18px 0 60px 0;
	}
	.suggestion-wrap__right {
		height: 232px;
		padding: 69px 60px 0 40px;
	}
	.suggestion-wrap__girl {
		height: 232px;
	}
	.suggestion-wrap__link {
		padding: 8px;
	}
	.gift-wrap__item {
		margin: 0 auto;
	}
	.gift-wrap__item {
		max-width: 210px;
	}
	.nova-wrap__item {
		margin: 0 auto;
	}
	.slider__btn-prev, .slider__btn-next {
		top: 680px;
	}
	.delivery-wrap {
		text-align: center;
	}
	.delivery-wrap__link::before {
		background-image: none;
	}
	.spring-wrap {
		text-align: center;
		padding: 15px;
	}
	.spring-wrap__text {
		margin: 10px 0;
	}
	.collection-item {
		margin: 0 auto;
		text-align: center;
	}
	.section-wrapper {
		text-align: center;
	}
	.section-wrapper__link {
		margin: 0 auto;
	}
	.adress-wrap {
		text-align: center;
		padding: 25px 30px;
	}
	.adress-wrap__wrapper {
		flex-direction: column;
	}
	.adress-wrap__wrapper::before {
		background: none;
	}
	.adress-wrap__wrapper {
		margin: 0;
	}
	.adress-wrap__period {
		margin: 15px 0;
	}
	.adress-wrap__phone {
		margin: 0;
	}
}