/* --------- Font connection -------- */

@font-face {
    font-family: 'Abadi MT Std';
    src: url('../fonts/AbadiMTStd-Light.eot'); 
    src: url('../fonts/AbadiMTStd-Light.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/AbadiMTStd-Light.woff2') format('woff2'), 
        url('../fonts/AbadiMTStd-Light.woff') format('woff'), 
        url('../fonts/AbadiMTStd-Light.ttf') format('truetype'),
        url('../fonts/AbadiMTStd-Light.svg#AbadiMTStd-Light') format('svg'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abadi MT Std';
    src: url('../fonts/AbadiMTStd.eot'); 
    src: url('../fonts/AbadiMTStd.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/AbadiMTStd.woff2') format('woff2'), 
        url('../fonts/AbadiMTStd.woff') format('woff'), 
        url('../fonts/AbadiMTStd.ttf') format('truetype'), 
        url('../fonts/AbadiMTStd.svg#AbadiMTStd') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abadi MT Std';
    src: url('../fonts/AbadiMTStd-Bold.eot'); 
    src: url('../fonts/AbadiMTStd-Bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/AbadiMTStd-Bold.woff2') format('woff2'), 
        url('../fonts/AbadiMTStd-Bold.woff') format('woff'),
        url('../fonts/AbadiMTStd-Bold.ttf') format('truetype'), 
        url('../fonts/AbadiMTStd-Bold.svg#AbadiMTStd-Bold') format('svg'); 
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ------------ Specification ----------- */

body {
	font: 400 18px/1.4em 'abadi', sans-serif;
	letter-spacing: 0em;
	color: #141849;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content {
	flex-grow: 1;
}

.container {
	width: 1330px;
	margin: 0 auto;
}

.container-wide {
	width: 1435px;
	margin: 0 auto;
	padding: 0;
}

.container-fluid {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

body, p, div, ul, li, a, h1, h2, h3, h4, span, button, input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul, li{
	list-style: none;
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button {
	transition: all 0.2s ease;
}

img {
	max-width: 100%;
}

input, input:hover, input:focus, input:active, button, button:hover, button:focus, button:active {
    outline: none;
    border: none;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.flex-column { 
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.button {
	max-width: 230px;
	width: 100%;
	height: 58px;
	font-family: 'abadi', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 59px;
	display: block;
	color: #FFF;
	background-color: #fd5004;
	text-align: center;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.button:hover, .button:active {
	color: #fff;
}

.button:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.button:active {
	color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

.section-title {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0em;
}

/* ------------- HEADER ------------ */

.header {
	background-color: #1d1038;
	padding-top: 115px;
}

.navigation {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 10;
    background-color: #1d1038;
    transition: all 0.0s ease;
}

.navigation_fixet {
	opacity: 0;
	position: fixed;
}

.navigation_fixet:hover {
	opacity: 1;
	transition: all 0.3s ease;
}

.nav {
	position: relative;
	justify-content: space-between;
}

.social {
	width: 90px;
    position: absolute;
    bottom: 18px;
    right: -193px;
}

.logo {
	height: 115px;
}

.logo__img {
	width: 120px;
}

.main-slide {
	padding: 275px 0 280px 0;
}

.personal {
    width: 72px;
    margin-bottom: 16px;
    margin-right: 7px;
}

.offer__btn {
	margin-top: 58px;
}

.offer__btn:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.offer__btn:active {
	color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

.offer__title {
	color: #fff;
	font-size: 82px;
	font-weight: 700;
	line-height: 1.23em;
	text-transform: uppercase;
	max-width: 1122px;
}

.offer__title_new {
	max-width: 1132px;
}

.menu {
	max-width: 750px;
	width: 100%;
	margin-bottom: 8px;
}

.menu li {
	line-height: 43px;
}

.menu li a, .menu li a:focus, .menu li a:active {
	color: #dff3fd;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
    padding: 15px 8px;
}

.menu li a:hover {
	color: #70acf3;
}

.menu li a:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #70acf3;
	position: absolute;
	left: 0;
	bottom: 13px;
	transition:  all 0.2s ease;
	transform: scaleX(0);
}

.menu li a:hover:after {
	transform: scaleX(1);
}

/* -------------- Menu Bar -------------  */

.burger {
	margin-bottom: 7px;
	margin-left: 26px;
	display: none;
}

.burger__btn {
	background: transparent;
	border: none;
	height: 25px;
	cursor: pointer;
}

.burger__btn span, .burger__btn span:after, .burger__btn span:before {
	width: 30px;
    height: 2px;
    background-color: #dff3fd;
}

.burger__btn span {
	display: block;
	position: relative;
}

.burger__btn span:after {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
}

.burger__btn span:before {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
}

.burger_fixet {
	position: fixed;
	top: 31px;
    right: 21px;
	z-index: 3;
}

.burger_fixet .burger__btn span, .burger_fixet .burger__btn span:after, .burger_fixet .burger__btn span:before {
	background-color: #c5bfbf;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.burger-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
}

.back-menu, .modal__back {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bar {
	background: #fff;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 220px;
    z-index: 999;
    overflow-y: scroll;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.bar__close {
	background: transparent;
    height: 21px;
    opacity: 0.7;
    width: 21px;
	position: absolute;
   	top: 21px;
    right: 28px;
}

.bar__close:after, .bar__close:before {
	content: '';
	width: 29px;
    height: 2px;
    background-color: #4b0c30;
    position: absolute;
    top: 9px;
	transition: all 0.3s ease 0s;
}

.bar__close:before {
	transform: rotate(45deg);
	left: -4px;
}

.bar__close:after {
	transform: rotate(-45deg);
	left: -4px;
}

.bar__list {
	padding-top: 60px;
}

.bar__list a {
	/*display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 3.5em;
    padding: 0 20px;
	letter-spacing: 0.01em;
	color: rgb(56, 56, 56);
	position: relative;
	transition: all 0s ease;*/

	font-family: 'Abadi MT Std';
	font-size: 15px;
    padding: 7px 25px;
    float: left;
    color: #4b0c30;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: block;
    letter-spacing: 0.5px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.bar__list li:first-child a {
	border-top: 1px solid #eee;
}


/*.bar__list a:hover {
	color: #fff;
	background-color: #4f5254;
}

.bar__list li:not(:last-child) :after {
	content: '';
	width: 75px;
	height: 1px;
	background: #DEE6E9;
	position: absolute;
	bottom: -1px;
    left: 20px;
}*/

.bar__call a {
	text-align: center;
    background-color: #1d1038;
    color: #dff3fd;
    font-size: 15px;
    color: #141849;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    letter-spacing: 0.5px;
    padding: 10px 25px;
    width: 100%;
    border-bottom: 1px solid #eee;
   
}

.bar__call {
	 margin-top:  auto;
}



/*.bar__call {
	font-size: 17px;
	line-height: 1.4em;
    margin: auto 0 0 0;
    text-align: center;
    background-color: #4f5254;
}
*/


/*.bar__phone {
	color: #fff;
	letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    display: block;
    padding: 13px 0;
}*/

.bar__phone:hover, .bar__phone:focus, .bar__phone:active {
	color: #fff;
}

/*.bar__phone p:before {
	content: url('../img/phone-icon.svg');
	position: absolute;
	top: 15px;
    left: 71px;
}*/

/* ----------- Menu Bar End ----------- */

/* Слайдер */ 
 .slick-slider{} 
/* Слайдер запущен */ 
 .slick-slider.slick-initialized{} 
/* Слайдер с точками */ 
 .slick-slider.slick-dotted{}


/* Ограничивающая оболочка */ 
.slick-list {
	overflow: hidden;
} 
/* Лента слайдов */ 
.gallery .slick-track, .main .slick-track {
	display: flex;
}

/* Слайд */ 
.slick-slide{} 
/* Слайд активный (показывается) */ 
.slick-slide.slick-active{} 
/* Слайд основной */ 
.slick-slide.slick-current{} 
/* Слайд по центру */ 
.slick-slide.slick-center{} 
/* Клонированный слайд */ 
.slick-slide.slick-cloned{}


/* Стрелка */ 
.slick-arrow{
	position: absolute;
	top: 50%;
	margin: -25px 0 0 0;
	z-index: 10;
	font-size: 0;
	width: 25px;
	height: 50px;
} 

/* Стрелка влево */ 
.slick-arrow.slick-prev{
	left: 709px;
	background: url('../img/left.svg') 0 0 / 100% no-repeat;
} 

/* Стрелка вправо */ 
.slick-arrow.slick-next{
	right: 709px;
	background: url('../img/right.svg') 0 0 / 100% no-repeat;
} 

/* Стрелка не активная */ 
.slick-arrow.slick-disabled{}

.lb-data .lb-number {
	display: none !important;
}

/* Точки (булиты) */ 
.main .slick-dots{
	position: absolute;
    right: 15%;
    top: 561px;
    text-align: right;
    cursor: pointer;
} 
.main .slick-dots li{
	list-style: none;
} 

/* Элемент точки */ 
.main .slick-dots li button {
	font-size: 0;
	width: 18px;
	height: 2px;
	background-color: #fff;
} 

/* Активная точка */ 
.main .slick-dots li.slick-active button {
	width: 33px;
} 

/*------------- BIG SALE -----------*/

.big-sele {
	padding: 88px 0 128px 0;
	background-color: #1d1038;
}

.sale__title {
	margin-bottom: 29px;
}

.sale__shihping {
	font-size: 26px;
	color: #fa5b15;
	font-weight: 400;
	margin-bottom: 67px;
}

.sale {
	text-align: center;
}

.sale-item {
	position: relative;
	max-width: 468px;
	width: 100%;
	height: 319px;
	margin: 5px;
}

.sale-item__frame {
	max-width: 468px;
	width: 100%;
	height: 319px;
	overflow: hidden;
}

.sale-item__img {
	max-width: 100%;
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.sale-item__btn {
    min-width: 262px;
    height: 62px;
    font-weight: 700;
    font-size: 19px;
    line-height: 60px;
    border: 2px solid #e0dad5;
    background-color: #1d1038;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sale-item__btn:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.sale-item__btn:active {
	color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

.big-sele .wrapper {
	margin: 0 auto;
}

.sale-bottom__btn {
	margin: 81px auto 0 auto;
}

.sale-bottom__btn:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.sale-bottom__btn:active {
	color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

/* --------- BEST MEMORIES ---------- */

.best-memories, .we-strive {
	padding: 94px 0 100px 0;
	background-color: #fff;
}

.memories__title, .aspirations__title {
	font-size: 57px;
	color: #141849;
	margin-bottom: 59px;
	text-align: center;
	text-transform: none;
	font-weight: 400;
}

.memories__info, .aspirations__info {
	font-family: 'Abadi MT Std';
	max-width: 958px;
	margin: 0 auto 28px auto;
	text-align: justify;
    font-size: 21px;
    letter-spacing: -0.01em;
    font-weight: 300;
}

.memories__btn {
	margin: 69px auto 0 auto;
	background-color: #2761c5;
}

/*------------- OUR ADVANTAGES -----------*/

.our-advantages {
	background-color: #1d1038;
}

.dekor-picture {
	height: 566px;
}

.advantages {
	padding: 52px 0 55px 0;
}

.advantages__item {
	text-align: center;
}

.advantages__title {
    margin: 22px 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.advantages__title_phone {
	margin: 11px 0 9px 0;
}

.advantages__info_card {
	margin: 29px 0 18px 0;
}

.advantages__info {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
    letter-spacing: 0.02em;
}

.advantages__namber, .advantages__namber:hover, 
.advantages__namber:focus, .advantages__namber:active {
	color: #70acf3;
	text-decoration: none;
}

.advantages__item_shipp {
	max-width: 238px;
}

.advantages__item_money {
	max-width: 380px;
}

.advantages__item_support {
	max-width: 252px;
}

.best-sellers__content {
	text-align: center;
}

/*-------------- BEST SELLERS ---------------*/

.our-best-sellers {
	padding: 86px 0 107px 0;
}

.best-sellers {
	text-align: center;
}

.best-sellers__title {
	color: #141849;
	margin-bottom: 50px;
    font-size: 41px;
}

.best-sellers__btn {
	margin: 29px auto 0 auto;
}

/*-------------- FOOTER ----------------*/

.footer {
	border-top: 1px solid #141849;
	padding: 38px 0 46px 0;
}

.footer .logo {
	width: 187px;
}

.subscription {
	width: 404px;
}

.service {
	width: 172px;
}

.footer-menu {
	width: 187px;
    margin-top: -4px;
}

.subscription__form {
	margin: 18px 0 23px 0;
}

.subscription__btn, input.subscription__input {
    width: 100%;
    height: 38px;
    line-height: 36px;
    color: #141849;
    background-color: #fff;
    border: 1px solid #141849;
}

input.subscription__input {
	max-width: 256px;
	padding-left: 22px;
}

.subscription__btn {
	max-width: 146px;
	height: 38px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	border-left: transparent;
	cursor: pointer;
	position: relative;
}

.subscription__btn:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #141849;
	border-left: transparent;
}

.subscription__btn:focus {
	color: #141849;
	background-color: #fff;
}

.subscription__btn:after {
	content: '';
	width: 100%;
	height: 36px;
	background-color: #141849;
	position: absolute;
	left: 0;
	top: 0;
	transition:  all 0.3s ease;
	transform: scaleX(0);
	z-index: -1;
}

.subscription__btn:hover:after {
	transform: scaleX(1);
}

input.subscription__input:hover, 
input.subscription__input:focus {
	color: #141849;
	background-color: #fff;
}

input.subscription__input::-webkit-input-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input::-moz-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input:-moz-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input:-ms-input-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input:focus::-webkit-input-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input:focus::-moz-placeholder {
	color: #141849;
	text-transform: uppercase;
	font-weight: 700;
}

input.subscription__input:focus:-moz-placeholder {
	color: #141849;
	text-transform: uppercase;
}

input.subscription__input:focus:-ms-input-placeholder {
	color: #141849;
	text-transform: uppercase;
}

.subscription__title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 0.9em;
}

.service__title {
	padding-bottom: 13px;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 0.8em;
    letter-spacing: -0.025em;
}

.service__menu li a, .footer-menu__list li a {
	text-transform: uppercase;
    color: #141849;
    font-size: 15px;
    line-height: 1.3em;
    position: relative;
    letter-spacing: 0.02em;
    padding: 2px 3px;

}

.service__menu li a:hover, .footer-menu__list li a:hover {
	color: #141849;
}

.service__menu li a:after, .footer-menu__list li a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #141849;
	position: absolute;
	left: 0;
	bottom: 2px;
	transition:  all 0.2s ease;
	transform: scaleX(0);
}

.service__menu li a:hover:after, .footer-menu__list li a:hover:after {
	transform: scaleX(1);
}

.subscription__copy {
	font-size: 14px;
}

.footer-menu__list li {
	line-height: 17px;
}

/* ----------------- Pages Home End ------------------ */

/* ----------------- Pages About Us ------------------ */

/* ------------ Hesder -------------*/

.main-inner {
    padding: 289px 0;
}

.main-inner .offer__title {
	font-family: 'Abadi MT Std';
	max-width: 1125px;
}

.gallery__link {
	width: 100%;
	height: 100%;
	display: block;
}

/* --------- Hesder End ----------*/

/* --------- We Strive -------------- */

.aspirations__title {
    max-width: 770px;
    margin: 0 auto 59px auto;
    line-height: 1.0em;
}

.aspirations__info_appeal {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
    max-width: 880px;
}

.aspirations__btn {
	margin: 0 auto;
}

.aspirations__link {
	text-decoration: underline;
	color: #141849;
}

.aspirations__link:hover {
	color: #141849;
}

.gallery__item {
	width: 33.3%;
	height: 405px;
}

.aspirations__btn {
	margin-top: 72px;
}

.gallery {
	margin-top: 125px;
}

/* ----------------- Pages About Us End ------------------ */

/* ----------------- Pages Shop Us ------------------ */

.content {
	padding: 100px 0;
}

.content-shop {
	text-align: center;
}

.main-inner .offer__title_cont {
	    max-width: 1200px;
}

/* ----------------- Pages Shop Us End ------------------ */

/* ------------------------ Media Queries ---------------------------- */

/* ---------- 1366 - 1600px ------------ */
@media screen and (max-width: 1600px) {
	.container-wide  {
		width: 1302px;
	}

	.sale-item, .sale-item__frame {
        max-width: 421px;
    	height: 287px;
	}

	.gallery__item {
	    width: 33.4%;
	    height: 283px;
	}
}

/* ---------- 992 - 1366px ------------ */
@media screen and (max-width: 1366px) {
	.header {
	    padding-top: 83px;
	}

	.container {
		width: 960px;
	}

	.logo__img {
	    width: 87px;
	}

	.logo {
	    height: 83px;
	}

	.menu li a, .menu li a:focus, .menu li a:active {
	    font-size: 12px;
	    padding: 10px 4px;
	}

	.menu {
		max-width: 540px;
		margin: 0;
	}

	.personal {
	    width: 61px;
	    margin-bottom: 8px;
	    margin-right: 4px;
	}

	.social {
	    width: 75px;
	    bottom: 10px;
	    right: -138px;
	}

	.main-slide, .main-inner {
	    padding: 148px 0 154px 0;
	}

	.offer__title {
	    font-size: 59px;
	    max-width: 947px;
	}

	.button {
	    max-width: 164px;
	    height: 42px;
	    font-size: 12px;
	    line-height: 45px;
	}

	.main .slick-dots {
	    top: 350px;
	    right: 100px;
	}

	.main .slick-dots li {
	    line-height: 1em;
	}

	.offer__btn {
	    margin-top: 41px;
	}

	.section-title {
	    font-size: 30px;
	}

	.sale__title {
	    margin-bottom: 13px;
	}

	.sale__shihping {
	    font-size: 20px;
	    margin-bottom: 44px;
	}

	.big-sele {
	    padding: 59px 0 92px 0;
	}

	.sale-item, .sale-item__frame {
	    max-width: 313px;
    	height: 214px;
	}

	.container-wide {
		width: 970px;
	}

	.sale-item__btn {
	    min-width: 194px;
	    height: 46px;
	}

	.sale-bottom__btn {
	    margin: 54px auto 0 auto;
	}

	.memories__title, .aspirations__title {
		font-size:  41px;
	    margin-bottom: 38px;
	}

	.best-memories, .we-strive {
	    padding: 90px 0 72px 0;
	}

	.memories__info, .aspirations__info {
	    max-width: 689px;
	    margin: 0 auto 18px auto;
	    letter-spacing: -0.01em;
	    line-height: 1.2em;
	}

	.memories__btn {
	    margin: 44px auto 0 auto;
	}

	.dekor-picture {
	    height: 408px;
	}

	.advantages {
	    padding: 38px 0 33px 0;
	}

	.advantages__title {
	    margin: 10px 0 7px 0;
	    font-size: 16px;
	}

	.advantages__item_shipp {
	    max-width: 273px;
	}

	.advantages__item_money {
	    max-width: 324px;
	}

	.advantages__item_support {
	    max-width: 273px;
	}

	.advantages__item_support img {
		height: 46px;
	}

	.advantages__title_phone {
	    margin: 2px 0 7px 0;
	}

	.our-best-sellers {
	    padding: 60px 0 76px 0;
	}

	.best-sellers__title {
	    margin-bottom: 30px;
	}

	.best-sellers__content img {
	    max-width: 753px;
	}

	.best-sellers__btn {
	    margin: 23px auto 0 auto;
	}

	.footer {
	    padding: 27px 0 25px 0;
	}

	.footer .logo {
	    width: 134px;
	}

	.service {
	    width: 150px;
	}

	.footer-menu {
	    width: 135px;
	}

	.service__title, .subscription__title {
	    font-size: 15px;
	}

	.service__title {
	    padding-bottom: 6px;
	}

	.subscription__btn {
	    max-width: 103px;
	}

	.subscription__form {
	    margin: 11px 0 15px 0;
	}

	.subscription__copy {
	    line-height: 1em;
	}

	.footer-menu__list li {
	    line-height: 15px;
	}

	.sale-item__btn {
	    border: 1px solid #e0dad5;
	}

	.menu li a:after {
	    bottom: 8px;
	}

	.aspirations__title {
		max-width: 550px;
	}

	.aspirations__info_appeal {
	    max-width: 646px;
	}

	.gallery {
	    margin-top: 86px;
	}

	.gallery__item {
	    height: 234px;
	}
}

/* ---------- 768 - 992px ------------ */
@media screen and (max-width: 991.98px) {
	.header {
	    padding-top: 63px;
	}

	.container, .container-wide {
		width: 720px;
	}

	.logo__img {
	    width: 66px;
	}

	.logo {
	    height: 63px;
	}

	.menu li a, .menu li a:focus, .menu li a:active {
	    font-size: 11px;
	    padding: 7px 3px;
	    letter-spacing: 0.05em;
	}

	.menu {
	    max-width: 374px;
	    margin: 0;
	}

	.personal {
	    width: 64px;
	}

	.personal__use img {
		width: 22px;
	}

	.main .slick-dots {
	    top: 270px;
	    right: 43px;
	}

	.offer__title {
	    font-size: 43px;
	    max-width: 689px;
	}

	.offer__btn {
	    margin-top: 30px;
	}

	.main-slide, .main-inner {
	    padding: 115px 0 134px 0;
	}

	.section-title {
	    font-size: 32px;
	    line-height: 1em;
	}

	.memories__title, .aspirations__title {
		font-size: 38px;
	}

	.sale__title {
	    margin-bottom: 7px;
	}

	.sale__shihping {
	    font-size: 18px;
	    margin-bottom: 20px;
	}

	.sale-item, .sale-item__frame {
	    max-width: 230px;
	    height: 167px;
	}

	.sale-bottom__btn {
	    margin: 38px auto 0 auto;
	}

	.big-sele {
	    padding: 59px 0 69px 0;
	}

	.dekor-picture {
	    height: 267px;
	}

	.our-best-sellers {
	    padding: 60px 0 41px 0;
	}

	.footer .logo {
	    width: 75px;
	}

	.footer {
	    padding: 27px 0 20px 0;
	}

	.best-sellers__content img {
	    max-width: 564px;
	}

	.memories__title, .aspirations__title {
		font-weight: 700;
	}

	.aspirations__title {
	    max-width: 540px;
	}

	.advantages__item_shipp {
	    max-width: 210px;
	}

	.advantages__item_money {
	    max-width: 263px;
	}

	.advantages__item_support {
	    max-width: 225px;
	}

	.footer-menu__list li {
	    margin-bottom: 6px;
	}

	.subscription {
	    width: 290px;
	}

	.gallery {
	    margin-top: 67px;
	}

	.social {
	    display: none;
	}

	.navigation {
		overflow: visible;
	}

	.best-memories, .we-strive {
	    padding: 50px 0 72px 0;
	}
}

/* ---------- 576 - 768px ------------ */
@media screen and (max-width: 767.98px) {
	.header {
	    padding-top: 54px;
	}

	.container, .container-wide {
		width: 540px;
	}

	.menu {
		display: none;
	}

	.nav {
		justify-content: flex-end;
	}

	.burger {
		display: block;
	}

	.best-sellers__content img {
	    max-width: 494px;
	}

	.logo__img {
	    width: 57px;
	}

	.logo {
	    height: 54px;
	    margin-right: auto;
	}

	.main .slick-dots {
	    top: 253px;
	}

	.offer__title {
	    font-size: 33px;
	    max-width: 476px;
	}

	.big-sele .wrapper {
		justify-content: center;
	}

	.sale-bottom__btn {
	    margin: 32px auto 0 auto;
	}

	.dekor-picture {
	    height: 255px;
	}

	.advantages__info {
	    letter-spacing: 0.04em;
	}

	.advantages__item_money {
	    max-width: 184px;
	}

	.advantages__item_support {
	    max-width: 165px;
	}

	.advantages__item_shipp {
	    max-width: 137px;
	}

	.advantages__title {
	    letter-spacing: 0.04em;
	}

	.advantages__item_money img {
		width: 45px;
	}

	.advantages__item_support img {
		height: 40px;
	}

	.advantages__item_shipp img {
		width: 50px;
	}

	.advantages__title_phone {
	    margin: 0px 0 7px 0;
	}

	.footer .wrapper {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		padding-bottom: 28px;
	}

	.footer .logo {
	    width: 97px;
	}

	.subscription__copy {
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%, 30%);
	}

	.service {
	    width: 179px;
	}

	.subscription {
	    margin-bottom: 23px;
	}

	.advantages__info {
	    font-size: 14px;
	}

	.footer-menu__list li {
	    margin-bottom: 9px;
	}

	.subscription {
	    max-width: 404px;
	    width: 100%;
	}

	.footer .logo__img {
	    width: 67px;
	}

	.footer .logo {
	    height: 64px;
	    margin-bottom: 20px;
	}

	.gallery {
		flex-direction: column;
		align-items: center;
	}

	.gallery__item {
		width: 90%;
		height: 348px;
		margin-bottom: 20px;
	}

	.content {
		padding: 50px 0;
	}
}

/* ---------- 414 - 576px ------------ */
@media screen and (max-width: 576px) {
	.container, .container-wide {
		width: 90%;
	}

	.advantages__info {
	    font-size: 16px;
	}

	.advantages {
		flex-wrap: wrap;
	}

	.best-sellers__content img {
	    width: 80%;
	}

	.sale-item, .sale-item__frame {
	    max-width: 476px;
	    height: 230px;
	}

	.advantages__item {
	    margin-bottom: 60px;
	}

	.advantages {
	    padding: 72px 0 18px 0;
	}

	.advantages__item_shipp {
		max-width: 312px;
	}

	.advantages__item_money {
	    max-width: 310px;
	}

	.advantages__item_support {
		max-width: 281px;
	}

	.advantages__title {
	    margin: 22px 0 10px 0;
	    font-size: 19px;
	}

	.advantages__item_support img {
	    height: auto;
	}

	.advantages__item_money img {
	    width: auto;
	}

	.advantages__item_shipp img {
		width: auto;
	}

	.footer .logo {
	    width: 82px;
	}

	.service__title, .subscription__title {
	    font-size: 16px;
	}


	.service__title {
	    padding-bottom: 14px;
	}

	.service__menu li a, .footer-menu__list li a {
	    font-size: 15px;
	}

	.service {
	    width: 183px;
	}

	.footer-menu {
	    width: 93px;
	}

	.main-slide, .main-inner {
	    padding: 95px 0 115px 0;
	}

	.main-slide_1 {
		padding: 125px 0 95px 0;
	}

	.main-slide_2 {
		padding: 100px 0;
	}

	.main-slide_3 {
		padding: 118px 0 95px 0;
	}

	.service__menu {
		margin-bottom: 9px;
	}

	.gallery__item {
	    height: 273px;
	    margin-bottom: 15px;
	}

	.main .slick-dots {
		display: none !important;
	}
}

/* ---------- 320 - 414px ------------ */
@media screen and (max-width: 414px)  {
	.sale-item, .sale-item__frame {
	    max-width: 175px;
	    height: 118px;
	}

	.sale-item, .sale-item__frame {
	    max-width: 364px;
	    height: 162px;
	}

	.subscription__form {
	    margin: 7px 0 0px 0;
	}

	.subscription__btn {
	    max-width: 84px;
	}

	.footer-menu {
	    width: 93px;
	}

	.our-best-sellers {
	    padding: 38px 0 41px 0;
	}

	.dekor-picture {
	    height: 198px;
	}

	.offer__title {
	    text-align: center;
	}

	.offer__btn {
	    margin: 30px auto 0 auto;
	}

	.sale-item {
		margin: 5px 0;
	}

	 .subscription__copy {
	    text-align: center;
	}

	.gallery__item {
	    height: 198px;
	    margin-bottom: 10px;
	}

	.memories__info, .aspirations__info {
		text-align: left;
	}
}