.header {
	position: fixed;
	width: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.top__container{
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}
.header__top{
	border-bottom: 1px solid rgba(53, 58, 75, 0.26);
	transition: .5s;
	opacity: 1;
	max-height: 165px;
}
.header__top.hidden {
	opacity: 0;
	max-height: 0;
	transition: .5s;
}
.header__bot {
	position: relative;
}
.displayflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.displaynone {
	display: none;
}
.lang_block {
	margin-left: 10px;
	cursor: pointer;
}


.lang_choice,
.other_lang a {
	font-size: 20px;
	padding: 2px;
}
.other_lang {
	color: #fff;
    background-color:#e2d9e0;
    text-align: center;
}
.lang_choice {
	padding-right: 15px;
	background: url(../images/langchoice.svg) right center / 8px no-repeat;
	background-position-y: 12px;
	display: flex;
}
.lang_choice:hover img {
    transform: rotate(360deg);
    transition: 1s;
}
.lang_choice img {
	margin-right: 10px;
}
.lang {
	display: block;
}
.lang:hover {
	color: #a4a4a4;
	background-color: #fff;
	transition: .5s;
}

.header_text {
	position: relative;
}
.other_lang {
  	position: absolute;
  	top: 0;
    width: 100%;
    z-index: 10;
  	visibility: hidden;
  	opacity: 0;
  	transition: 0.6s;
  	transform: translate(0, 35%);
  	border: 1px solid #d9d9d9;
}
.other_lang.active {
  	width: 100%;
	top: 0;
	visibility: visible;
  	opacity: 1;
  	transform: translate(0, 35%);
  	z-index: 10;
}
.active-lang {
	color: #a4a4a4;
	background-color: #fff;
}

.select-language {
	border: none;
	cursor: pointer;
	margin-left: 10px;
}
.header__language p{
	margin: 0 10px;
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	color: #353A4B;
}

.header__phone{
	margin-left: 50px;
}
.header__phone:hover p{
	text-shadow: 1px 0px 0px black;
    transition: 0.3s text-shadow;
}
.header__phone p{
	margin-left: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #353A4B;
}

.header__logo {
	font: Playfair Display;
	font-size: 28px;
	white-space: nowrap;
}

.header__search{
	width: 224px;
	border: none;
	border-bottom: 1px solid rgba(53, 58, 75, 0.68);
	padding: 5px;
	background: #fff;
}
.search__btn {
	display: inline-block;
	margin-left: 5px;
	background: none;
	border: none;
	cursor: pointer;
}
form.formsearch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form__items {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.form__items a {
	margin-left: 5px;
	background: #fff;
}

.header__basket{
	display: inherit;
	margin-left: 50px;
}

.bot__container{
	padding: 28px 0;
}

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

.menu__item{
	font-family: Montserrat;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #353A4B;
}

.menu__item:hover {
    text-shadow:1px 0px 0px black;
  	transition: 0.3s text-shadow;
}
.slider__swarowski{
    padding-top: 240px;
}
.slider__swarowski{
	width: auto;
}
.slider__item > img{
	
}
.slider__item {
	position: relative;
    width: 100%;
}

.slider__container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.slick-slide img{
	width: 100%;
}

.slider__item{
	position: relative;
}

.slider__logo,
.slider__text{
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	font-size: 61.2941px;
	line-height: 58px;
	color: #353A4B;
	text-transform: uppercase;
}
.slider__text{
	margin-top: 20px;
}

.slider__logo {
    font-size: 90px;
}

.slider__swarowski{
	overflow-x: hidden;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots{
	bottom: 100px;
}
.slick-dots.hidden {
	display: none;!important
}
.slick-dots {
	font-size:0;
	padding:0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 60px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before{
	font-family: Playfair Display;
	font-weight: normal;
	font-size: 24px;
	line-height: 35px;
	color: #FFFFFF;
}
.slick-dots li:nth-child(1) button:before{
	content: "01";
}
.slick-dots li:nth-child(2) button:before{
	content: "02";
}
.slick-dots li:nth-child(3) button:before{
	content: "03";
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: grey;
}

.slick-dots li:nth-child(1) button:after{
	position: absolute;
	content: '';
	width: 90px;
	height: 2px;
	background-color: #FFFFFF;
	top: 20px;
    left: 36px;
	border-radius: 70%;
}

.slick-dots li:nth-child(2) button:after{
	position: absolute;
	content: '';
	width: 90px;
	height: 2px;
	background-color: #FFFFFF;
	top: 20px;
    left: 36px;
	border-radius: 70%;
}
.content {
	padding: 100px 0;
}


.title__cards {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 44px;  
	color: #353A4B;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.04em;
}

.blockflex{
	display: flex;
	flex-wrap: wrap;
}



.card {
	padding: 40px 40px 20px 40px
}

.card__flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
	padding: 20px 30px;
    background: #fff;
}
.card__flex:nth-child(4n) {
    margin-right: 0;
}
.card:hover{
	
}
.card img{
	margin: 0 auto;
	width: 100%;
	object-fit: contain;
}
.new-collection__item {
	width: 24%;
	padding: 50px 50px 30px 50px;
}
.new-collection__desc {
	margin: 30px 0;
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.04em;
	color: #353A4B;
}
.new-collection__item img {
	width: 264px;
	height: 258px;
}
.new-collection__price p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.04em;
	color: #333333;
}

.buy{
	position: relative;
	border: none;
	cursor: pointer;
	background: url('../images/busket.svg') center no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
}

.buy::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0;
	left: 35%;
	background: url('../images/busketplus.svg') center no-repeat;
}

.buy:hover::before {
	animation: jump 1s linear infinite;
}

@keyframes jump {
	0% {top: 0}
	25% {top: -5px}
	50% {top: -10px}
	75% {top: -5px}
	100% {top: 0}
}

.disabled {
	background: url('../images/complete.png') center no-repeat;
	pointer-events: none;
}
.disabled::before {
	display: none;
}

.view-all{
	display: flex;
    justify-content: center;
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	margin-top: 30px;
}

.view-all__link{
	text-align: center;
}
.view-all__link img {
	opacity: 0;
}
.view-all__link:hover {
	text-shadow: 1px 0px 0px black;
    transition: 0.3s text-shadow;
}
.view-all__link img{
	animation: blick 2s linear infinite;
}
@keyframes blick {
	0% { opacity: 0; }
	25% { opacity: .5; }
	50% {opacity: 1;}
	75% {opacity: .5;}
	100% {opacity: 0;}
}

.title__cards {
	position: relative;
}
.title__cards span{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #B995B1;
    opacity: 0.15;
}
.description-item__title {
	font-weight: 600;
}

.categories__item {
	border: 1px solid #E2E2E2;
}
.categories__item:hover{
	box-shadow: 7px 7px 10px 4px rgba(34, 60, 80, 0.18);
	transition: .2s;
}

.sale__buy {
	width: 100%;
	border: none;
	cursor: pointer;
	background: #B995B1;
	border-radius: 2px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	padding: 20px;
	color: #FFFFFF;
}

.sale__buy:hover{
	background: #FFF;
	outline: 1px solid #B995B1;
	outline-radius: 2px;
	color: #B995B1;
	transition: .5s;
}

.categories__item  img {
	height: 286px;
	width: 286px;
	object-fit: contain;
}
.sale__item {
	padding: 0;
}
.sale__item img{
    height: 264px;
    width: 264px;
    object-fit: contain;
}
.padding {
	padding: 0;
}
.categories__desc{
	margin: 30px 0;
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.04em;
	color: #353A4B;
	text-align: center;
	padding: 0 5px;
}

.categories__desc:hover {
	text-shadow: 1px 0px 0px black;
    transition: 0.3s text-shadow;
}

.categories__price p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.04em;
	color: #333333;
}
.jewerly__item img {
	width: 390px;
	height: 100%;
    object-fit: contain;
}
.jewerly__item {
	background: transparent;
	border: 1px solid #d9d9d9;
	padding: 0;
}
.jewerly__item a:first-child{
	background: #fff;
}

.jewerly__desc{
	padding: 0 10px;
}
/*.left__image {
	display: flex;
    max-width: 683px;
    height: 100%;
    margin: 0 auto;
}*/
.accessroies__eyes img {
	width: 100%;
    height: 100%;
}
.accessories__hands img {
	width:  100%;
	height: 100%;
}
.accessories__ear img {
	width: 100%;
    height: 100%;
}
.accessories__items img{
	filter: brightness(0.9);
}
.accessories__items,
.accessories__right-top,
.accessories__right-bot{
	display: flex;
}

.accessories__left,
.accessroies__eyes,
.accessories__hands,
.accessories__ear{
	position: relative;
}
.accessories__right {
	margin-left: 30px;
}

.left__text,
.accessroies__eyes p,
.accessories__ear p,
.accessories__hands p{
	position: absolute;
	top: 50%;
	left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%);
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.accessories__hands{
	margin-left: 30px;
}
.accessories__right-bot{
	margin-top: 45px;
}
.accessories__view{
	display: flex;
    align-items: center;
    margin-left: 100px;
}

.accessories__left::before{
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #B995B1;
	top: -15px;
}

.accessories__right-top{
	position: relative;
}

.accessories__right-top::before,
.accessories__right-top::after{
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #B995B1;
}

.accessories__right-top::before{
	top: -15px;
}
.accessories__right-top::after{
	bottom: -30px;
}
.access-block:hover{
	box-shadow: 7px 7px 10px 4px rgba(34, 60, 80, 0.18);
	transition: .2s;
}
.left__image img {
	height: 100%;
	width: 100%;
}
.accessories__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    margin-left: 30px;
}

.accessories__link{
	position: relative;
	padding: 90px 30px;
	border: 1px solid black;
	border-radius: 100%;
	font-family: Playfair Display;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.04em;
}

.accessories__link::before{
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	background-color: #F8F4F7;
	top: 0;
	right: 38px;
    animation: moving 3s infinite linear;
    transform-origin: -40px 100px;
    border-radius: 100%;
}


@keyframes moving {
    100% {transform: rotate(-360deg);}
}

.accessories__link::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 60%;
	left: 10%;
	background: url('../images/Vector.svg') no-repeat;
	animation: blick 3s linear infinite;
}

@keyframes blick{
	0%{opacity: 1;}
	25%{opacity: 0.5;}
	50%{opacity: 0.0;}
	75%{opacity: 0.5}
	100%{opacity: 1}
}

.access-block {
	display: block;
}

.accessroies__eyes .access-block,
.accessories__hands .access-block {
	height: 289px;
}
.accessories__ear .access-block {
	height: 294px;
}
.left__image .access-block {
	height: 628px;
}

.decoration__item{
	width: 32%;
	padding: 20px 30px;
}
.decoration__item:nth-child(3n){
	margin-right: 0;
}
.decoration__item img {
    height: 286px;
    width: 286px;
    object-fit: contain;
}
.decoration__item:hover{
	box-shadow: 7px 7px 10px 4px rgba(34, 60, 80, 0.18);
	transition: .2s;
}
.decoration__item img{
	margin: 0 auto;
}

.decorations__desc{
	margin-top: 42px;
	margin-bottom: 32px;
	font-family: Playfair Display;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.04em;
}

.decorations__price  p{
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.04em;
}
.footer__border {
	border-top: 1px solid #5A5E6B;
	border-bottom: 1px solid #5A5E6B;
}
.footer__container{
	padding: 50px 0;
}

.footer__logo{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.menu__items-footer {
	display: flex;
	justify-content: space-between;
}
.copyright{
	padding: 50px 0;
	font-family: Uk_Antique;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0em;
}

.footer__socials{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.footer__inst{
	margin: 0 30px;
}

.createviastana {
    text-align: right;
}


/*-----------------------------------burger---------------------------------*/


.burger{
	display: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/burger.svg) center no-repeat;
	background-size: 20px;
	transition: .3s;
	margin-left: 20px;
}

.burger_active{
	width: 20px;
	height: 20px;
	background: url(../images/cancel.svg) center no-repeat;
	background-size: 20px;
	transition: .3s;
}

/*-----------------------------------burger---------------------------------*/


.path__container {
	padding-top: 280px;
	padding-bottom: 40px;
}

.path__main {
	position: relative;
	font-family: Playfair Display;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.04em;
}
.path__main::before {
	position: absolute;
	content: "";
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #000000;
	transition: .5s;
}
.path__main:hover::before{
	width: 100%;
}

.path__here {
	font-family: Playfair Display;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.04em;
}

.sale__buy-page {
	background-color: #FFFFFF;
	color: #353A4B;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.04em;
}

.sale__buy-page:hover{
	outline-color: #353A4B;
	color: #353A4B;
}

.sorting {
	padding: 50px 0 30px 0;
}

.sorting-box {
	display: flex;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	align-items: center;
	color: #353A4B;
}

.sorting-text {
	margin-right: 10px;
}
.sorting-select {
	cursor: pointer;
	background: none;
	padding: 3px;
	width: 100%;
}

.page__items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.page__items a{
	margin-right: 20px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.04em;
}
.arrow-rotate {
	transform: rotate(180deg);
}
.next {
	font-size: 20px;
	line-height: 28px;
	color: #787C8B;
}

.categories__buy {
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}
	

.card__desc {
	padding: 30px 0;
	text-align: center;
	font-family: Playfair Display;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}

.card__price {
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	padding: 0 30px 35px 30px;
}

.card__item:hover {
	box-shadow: 7px 7px 10px 4px rgba(34, 60, 80, 0.18);
	transition: .2s;
}

.contacts__container {
	padding: 100px 0 0 0;
}
.backgroundcol {
	background: #fff;
	padding: 30px 0;
}
.contacts__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.phone__item {
	display: flex;
}
.contacts__phone,
.contacts__street,
.contacts__email {
	display: flex;
	align-items: center;

}

.contacts__phone,
.contacts__email {
	position: relative;
}

.contacts__phone::before,
.contacts__email::before {
	position: absolute;
	content: "";
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #d9d9d9;
}

.contacts__phone:hover::before,
.contacts__email:hover::before{
	width: 100%;
	transition: 1s;
}

.contacts__email:hover a{
	
}

.contacts__info a{
	margin-left: 15px;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
}

.feedback__form {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	width: 70%;
	margin: 0 auto;
}
.feedback__form form {
	width: 90%;
}
.form-one form {
	width: 90%;
}
.feedback__data {
    display: flex;
    text-align: left;
    justify-content: space-between;
}
.feedback__form p {
	margin-bottom: 10px;
}
.feedback__name,
.feedback__phone {
	height: 59px;
	width: 100%;
}
.input__name,
.input__phone {
	width: 49%;
}
.feedback__name{
	margin-right: 50px;
}
.feedback__phone,
.feedback__name,
.feedback__area {
	position: relative;
	background: #FFFFFF;
	border: 0.5px solid #949494;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
}

.feedback__commentary {
	margin-top: 60px;
	text-align: left;
}

.feedback__area {
	width: 100%;
	min-height: 110px;
	resize: vertical;
}

.feedback__send {
	margin-top: 30px;
	padding: 20px 115px;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	background: #A06593;
	border: none;
	color: #FFFFFF;
	transition: .5s;
	border-radius: 5px;
}

.feedback__send:hover {
	background: #FFF;
	color: #A06593;
	outline: 1px solid #A06593;
}


.about-item__images {
	display: flex;
	height: 100%;
}
/*.about-item__images div{
	cursor: pointer;
}*/
#slider-internal {
	height: 100%;
}
.small-images img {
	width: 150px;
	height: 100%;
	object-fit: contain;
}
.slider-internal__item {
	border: 1px solid #D8D8D8;
	margin: 0 5px;
}
.slider-internal__item img {
	width: 742px;
	height: 725px;
	object-fit: contain;
	cursor: pointer;
}

.small-images {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 767px;
}

.small-images__item {
	margin-bottom: 20px;
}
.small-images__item:last-child {
	margin-bottom: 0;
}

.about-item__preview {
    width: 55%;
}
.big-images {
	margin-left: 30px;
}
.big-images {
	width: 68%;
}

.big-images .slick-list {
	height: 100%;
}
.big-images .slick-track {
	height: 100%;
}
.about-item__container {
	padding: 50px 0 100px 0;
}

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

.about-item__specification {
	display: flex;
	width: 44%;
}
.about-item__description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-item__header {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #787C8B;
}

.about-item__name {
	margin-top: 50px;
	font-family: Playfair Display;
	font-weight: 500;
	font-size: 36px;
	line-height: 30px;
}

.about-item__text {
	margin-top: 16px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
}
.color__item {
	width: 30px;
	height: 30px;
	background-color: #D6B95C;
	border-radius: 60%;
}
.color__item,
.size__item {
	cursor: pointer;
	border: none;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	letter-spacing: 0em;
	padding: 0;
}

.color__item.active {
	position: relative;
}

.color__item.active::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 20%;
	left: 20%;
	right: 0;
	background-image: url('../images/tick.svg');
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
	opacity: 1;
	z-index: 10;
}
.color__item.active::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	border-radius: 60%;
	transition: .5s;
}


.size__item.active {
	border-bottom: 1px solid #5A5E6B;
	font-weight: 600;
}

.size__item {
	margin-right: 15px;
	background: none;
}
.about-item__price {
	margin-top: 16px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
}

.color-text {
	margin-top: 30px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
}

.about-item__color {
	display: flex;
}
.about-item__size {
    margin: 10px 0;
}
.color__item {
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 16px;
}

.about-item__manual {
	display: flex;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
}

.about-item__manual img {
	margin-left: 10px;
}

.about-item__buy {
	display: flex;
	align-items: center;
	margin-top: 33px;
}

.buy__product {
	padding: 12px 169px;
	background: #F2A6B6;
	border: 1px solid #A06593;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	cursor: pointer;
	transition: .3s;
}
.buy__product.disabled {
	background: #d9d9d9;
	pointer-events: none;
}

.buy__product:hover {
	background: #fff;
	color: #F2A6B6;
	border-color: #F2A6B6;
}

.busket__item,
.link__item {
	margin-left: 30px;
}

.about-item__buy-icon {
	position: relative;
}
.ya-share2 {
    position: absolute;
    content: "";
    visibility: hidden;
    opacity: 0;
    left: 120%;
    transition: opacity .5s;
}
.ya-share2.active{
	visibility: visible;
	opacity: 1;
}

.product__color {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: 0 auto;
}

.about-item__characters {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-top: 50px;
}

.characters__row {
	display: flex;
	margin-top: 20px;
}
.characters-name {
	width: 55%;
}
.characters-data {
	width: 43%;
}
.characters-name p,
.characters-data p{
	margin-bottom: 27px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
}
.characters-data p{
	font-weight: normal;
}
.characters-name p:last-child,
.characters-data p:last-child {
    margin-bottom: 0;
}

.description-item__container {
	padding: 150px 0;
}
.desctiption-item__content {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.description-item__title {
	margin-bottom: 30px;
}

.description-item__text {
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0em;
}


.elem-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 30px 0;
	border-bottom: 1px solid #D8D8D8;
}

.faq__elem:first-child{
	border-top: 1px solid #D8D8D8;
}

.elem-top p{
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
}

.elem-top img{
	margin: 0;
}
.faq__elem {
	position: relative;
	z-index: 5;
}
.elem-bot {
	display: none;
	padding: 15px;
}
.elem-bot.active_text p {
    padding: 10px;
    font-size: 16px;
}
.active_text{
	visibility: visible;
    height: auto;
    padding: 15px 0;
    opacity: 1;
    transition: 1.5s;
}

.elem-top::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  content: '';
  background-image: url(../images/faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq__elem.active .elem-top::after {
	transform: rotate(90deg);
	transition: 1s;
}

/*busket*/


.busket.disabled {
	display: none;
}
.count.disabled {
	display: none;
}
.feedback__container.disabled {
	display: none;
}
.empty-cart {
	display: none;
}
.empty-cart.active {
	display: block;
}
.product {
	width: 100%;
	border-collapse: collapse;
}

.product__head th {
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0em;
	padding-bottom: 30px;
}
.product__head th:first-child {
	text-align: left;
	width: 160px;
}

th.product__name {
    width: 30%;
}

.product__body td {
	text-align: center;
	padding: 30px 0;
}

.product__title img{
	width: 150px;
	height: 150px;
	border: 1px solid #D8D8D8;
	margin: 0;
}
.remove {
	background: url('../images/remove.svg') no-repeat center;
	width: 24px;
	height: 24px;
	background-size: 24px;
	border: none;
	cursor: pointer;
}
.remove img {
    margin: 0 auto;
}
.product__body tr{
	border: none;
  	border-top: 1px solid #D8D8D8;;
  	border-bottom: 1px solid #D8D8D8;;
}

.product__name h3 {
	font-family: Playfair Display;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
}
.product__name a:hover {
	border-bottom: 1px solid #d9d9d9;
	transition: .3s;
}
.product__name p {
	margin-top: 18px;
	text-align: left;
}
.product__size-color p,
.product__count p,
.product__price p,
.product__summ p,
.product__name p {
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}

.product__summ p{
	font-weight: 500;
}

.bucket__container {
	padding: 50px 0;
}

.count__container {
	padding-bottom: 100px;
}

.count__product,
.count__summ {
	display: flex;
	justify-content: space-between;
}
.count__product span:first-child,
.count__summ span:first-child {
	width: 30%;
}
.count__summ {
	padding-top: 30px;
}
.count__product {
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
}

.count__items {
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	max-width: 500px;
	margin: 0 auto;
}

.count__product span:nth-child(2) {
	color: #5A5E6B;
	font-weight: normal;
}

.count-items {
	display: flex;
	justify-content: center;
}
.js-plus {
	background: url(../images/plus.png) no-repeat center;
	margin-left: 10px;
}

.js-minus {
	background: url(../images/minus.png) no-repeat center;
	margin-right: 10px;
}

.js-minus,
.js-plus {
/*	width: 100px;
	height: 100px;*/
/*	background-size: 100px;*/
	width: 26px;
	height: 26px;
	border: none;
	cursor: pointer;
	background-size: 22px;
}

.small-images__item.active {
	border: 1px solid #D8D8D8;
}
.empty-cart__container {
	padding: 100px 0;
}
.empty-cart__items {
	display: flex;
	justify-content: center;
}
.empty-cart__item {
	font-size: 26px;
	color: #984d5a;
	padding: 30px 50px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
@media (max-width: 1620px) {
	.top__container {
		padding: 30px 0;
	}
	.header__top {
		max-height: 100px;
	}
	.bot__container {
		padding: 20px 0;
	}
	.menu__item {
		font-size: 16px;
	}
	.slider__swarowski {
		padding-top: 160px;
	}
	.path__container {
		padding-top: 200px;
		padding-bottom: 0;
	}
	.sorting {
		padding: 0 0 30px 0;
	}
	.product__name h3 {
		font-size: 21px;
	}
	.product__size-color p, .product__count p, .product__price p, .product__summ p, .product__name p {
		font-size: 16px;
	}
	.path__here {
		font-size: 16px;
	}
	.path__main,
	.count__items {
		font-size: 16px;
	}
	.title__cards {
		font-size: 28px;
	}
	.product__head th {
		font-size: 18px;
	}
	.title__cards span {
		font-size: 45px;
	}
	.left__text,
	.accessroies__eyes p,
	.accessories__ear p,
	.accessories__hands p {
		font-size: 45px;
	}
	.sale__buy {
		font-size: 20px;
	}
	.slider-internal__item img {
		width: 600px;
		height: 100%;
	}
	.about-item__header {
		font-size: 18px;
	}
	.about-item__name {
		font-size: 32px;
		line-height: 120%;
		margin-top: 20px;
	}
	.about-item__text {
		font-size: 16px;
		margin-top: 10px;
		line-height: 120%;
	}
	.color-text {
		font-size: 18px;
		margin-top: 10px;
	}
	.characters__row {
		margin-top: 15px;
	}
	.about-item__buy {
		margin-top: 20px;
	}
	.about-item__characters {
		margin-top: 20px;
	}
	.small-images {
		height: 663px;
	}
}


@media(max-width: 1400px) {
	.accessories__items {
		flex-direction: row;
		justify-content: center;
	}
	.accessories__items, .accessories__right-top, .accessories__right-bot {
    	display: flex;
    	justify-content: flex-start;
	}
	/*.accessories__left {
	    margin: 0 auto;
	}*/
	.accessories__right {
		max-width: 100%;
	}
	.title__cards span {
		font-size: 45px;
    	bottom: 20%;	
	}
	.buy__product {
		padding: 12px 100px;
	}
	.about-item__characters {
	    margin-top: 10px;
	}
	.description-item__container {
		padding: 100px 0;
	}
	.left__text,
	.accessroies__eyes p,
	.accessories__ear p,
	.accessories__hands p {
		font-size: 40px;
	}
	.accessories__left {
    	width: 49%;
	}
	.left__image .access-block {
    	height: 500px;
	}
	.accessroies__eyes .access-block, 
	.accessories__hands .access-block {
    	height: 230px;
	}
	.accessories__ear .access-block {
		height: 225px;
	}
}
@media (max-width: 1300px) {
	.jewerly__desc {
		margin: 20px 0;
	}
	.sale__buy {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.categories__desc {
		font-size: 18px;
	}
	.categories__price p {
		font-size: 16px;
	}
	.page__items a {
		font-size: 16px;
	}
	.about-item__header {
		font-size: 16px;
	}
	.about-item__name {
		font-size: 28px;
		margin-top: 10px;
	}
	.about-item__price {
		font-size: 16px;
	}
	.about-item__text,
	.color-text {
		margin-top: 5px;
	}
	.color__item {
		width: 25px;
		height: 25px;
	}
	.size__item {
		font-size: 18px
	}
	.buy__product {
		padding: 8px 80px;
		font-size: 16px;
	}
	.characters-name p, .characters-data p {
		font-size: 16px;
		line-height: 100%;
	}
	.slider-internal__item img {
		width: 400px;
	}
	.small-images img {
		width: 130px;
	}
	.small-images {
		height: 584px;
	}
}
@media (max-width: 1200px){
	.container{
		/*max-width: 1000px;*/
		margin: 0 auto;
	}
	.header__logo {
		font-size: 20px;
	}
	.dispnone {
		display: none;
	}
	/*.card__flex {
		width: 33%;
	}*/
	.slider__swarowski{
    	padding-top: 150px;
  	}
  	.slick-dots {
    	bottom: 25px;
	}
	.top__container {
    	display: flex;
    	justify-content: space-between;
    	padding: 30px 0;
	}
	.header__logo {
	    display: flex;
	    align-items: center;
	}
	.slider__logo {
		font-size: 60px;
	}
	.slider__text{
		font-size: 30px;
	}
	.bot__container {
    	padding: 20px 0;
	}
	.menu__item{
		font-size: 14px;
	}
	.content {
		padding: 50px 0;
	}
	.title__cards{
		margin-bottom: 30px;
	}
	.title__cards {
		font-size: 40px;
	}
	.new-collection__title::before{
		font-size: 55px;
	}
	.accessories__items {
		flex-direction: row;
	}
	.left__text,
	.accessroies__eyes p,
	.accessories__hands p,
	.accessories__ear p {
		font-size: 35px;
	}
	.accessories__right-bot{
		justify-content: flex-start;
		align-items: flex-end;
	}
	.accessories__view{
		margin-left: 50px;
	}
	.accessories__right-bot{
		margin-top: 30px;
	}
	.accessories__right-top::after{
		bottom: -17px;
	}

	.decoration__item{
		padding: 20px 40px;
	}
	.decorations__desc{
		font-size: 16px;
		margin-top: 32px;
		margin-bottom: 22px;
	}
	.decorations__title::before{
		font-size: 55px;
	}

	.home__title::before{
		font-size: 55px;
	}
	.home__item{
		padding: 50px 30px 20px 30px;
	}
	.home__desc{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 23px;
	}
	.swarovski-video {
		height: 400px;
	}
	.footer__container{
		padding: 25px 0;
	}
	.footer__logo {
		margin-bottom: 30px;
	}
	.footer__socials {
		margin-top: 30px;
	}
	.copyright {
		padding: 20px 0;
	}
	.path__container {
		padding-top: 200px;
		padding-bottom: 20px;
	}
	.contacts__container {
    	padding: 50px 0 0 0;
	}

	.feedback__commentary {
		margin-top: 30px;
	}
	.contacts__info a {
		font-size: 14px;
	}
	.small-images {
   		display: flex;
    	flex-direction: row;
    	margin-top: 20px;
	}
	.about-item__images {
    	flex-direction: column-reverse;
    	justify-content: space-between;
    	height: 100%;
	}
	.big-images {
    	margin-left: 0;
    	width: 100%; 
	}
	.buy__item {
	    padding: 10px 100px;
	    background: #F2A6B6;
	    border: 1px solid #A06593;
	    font-family: Montserrat;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 25px;
	    letter-spacing: 0em;
	}
	.product__body td {
		padding: 10px 0;
	}
	.product__head th {
		padding-bottom: 10px;
	}
	.product__name h3 {
		font-size: 18px;
	}
	.slider-internal__item img {
		height: auto;
	}
	.about-item__name {
		font-size: 26px;
	}
	.about-item__text {
		margin-top: 5px;
	}
	.color-text {
		margin-top: 10px;
	}
	.about-item__header,
	.about-item__text,
	.about-item__price,
	.color-text,
	.size__item,
	.buy__product,
	.characters-name p, 
	.characters-data p {
		font-size: 18px;
	}
	.description-item__container {
		padding: 80px 0;
	}
	.small-images {
		height: 160px;
	}
	.small-images__item {
		flex-shrink: 0;
		margin-right: 20px;
	}
	.small-images__item:last-child {
		margin-right: 0;
	}
	.small-images__item {
		margin-bottom: 0;
	}
	.elem-top p {
		font-size: 16px;
	}
	.about-item__preview {
		width: 45%;
	}
	.about-item__specification {
		width: 54%;
	}
	.small-images img {
		width: 155px;
	}
	.about-item__header, .about-item__text, .about-item__price, .color-text, .size__item, .buy__product, .characters-name p, .characters-data p, .description-item__text {
		font-size: 16px;
	}
	.description-item__title {
		font-size: 28px;
	}
	.left__image .access-block {
		height: 450px;
	}
	.accessroies__eyes .access-block, 
	.accessories__hands .access-block {
		height: 200px;
	}
	.accessories__ear .access-block {
		height: 220px
	}
}
@media (max-width: 1000px) {
	.categories__item img {
		height: 180px;
	}
	.jewerly__item img {
		height: 100%;
	}
	.sale__item img {
		height: 180px;
	}
	.decoration__item img {
		height: 180px;
	}
	.home__item img {
		height: 180px;
	}
	.sale__buy {
		font-size: 18px;
	}
	.categories__desc {
		font-size: 18px;
	}
	.categories__price p {
		font-size: 14px;
	}
	.page__items a {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.header__top {
		height: auto;
	}
	.container {
		max-width: 900px;
	}
	.top__container {
		padding: 15px 0;
	}
	.path__container {
		padding-top: 100px;
	}
	.header__info {
		display: none;
	}
	.displaynone {
		display: block;
	}
	.header__search {
		width: 70%;
	}
	.form__items {
		display: none;
	}
	.header__phone {
		display: none;
	}
	.card__flex{
		width: 32%;
	}
	.card__flex {
		margin-right: 2%;
	}
	.card__flex:nth-child(4n) {
    margin-right: 2%;
	}
	.card__flex:nth-child(3n) {
    margin-right: 0;
	}
	.header__phone p,
	.header__language p {
		font-size: 14px;
	}
	.slider__swarowski{
    	padding-top: 65px;
  	}
  	.slider__logo {
  		font-size: 60px;
  	}
  	.slick-dots {
		display: none;
	}
	.slider__text {
		font-size: 28px;
		margin-top: 5px;
		line-height: 20px;
	}
	.slick-dots {
    	bottom: 20px;
	}
	.slider__container {
		align-items: flex-start;
	}
	.burger {
		display: block;
		margin-left: 20px;
	}
	.bot__container {
		padding: 0;
	}
	.nav__menu ul {
		padding: 20px;
	}
	.menu__items{
		position: absolute;
		width: 350px;
		text-align: center;
		background-color: black;
		transition: .8s;
		display: block;
		top: 0;
		right: -500px;
		z-index: 998;
	}
	.menu__items.active{
		display: block;
		transition: .8s;
		top: 0;
		right: 0;
	}
	.menu__item{
		margin-bottom: 10px;
	}
	.menu__item:first-child {
		margin-bottom: 20px;
	}
	.menu__item:nth-child(2) {
		margin-bottom: 20px;
	}
	.margin:first-child {
		margin-bottom: 10px;
	}
	.margin:nth-child(2) {
		margin-bottom: 10px;
	}
	.menu__item {
    	font-size: 15px;
	}
	.searchimg {
		padding: 5px;
		border: 1px solid #fff;
    	background: #fff;
	}
	.lang__link {
		display: block;
		color: #fff;
		margin: 0 10px 0 10px;
		padding: 5px;
	}
	.lang__link:hover {
		color: pink;
		outline: 1px solid pink;
		transition: .5s;
	}
	.flex {
		display: flex;
		justify-content: center;
	}
	.active-lang {
		background: none;
		color: pink;
		outline: 1px solid pink;
	}
	.menu__link {
		color: #fff;
		transition: .5s;
	}
	.menu__link:hover {
		border-bottom: 1px solid #d9d9d9;
	}
	.main__link {
		border: 1px solid #d9d9d9;
		padding: 3px;
	}
	.left__text, .accessroies__eyes p, .accessories__hands p, .accessories__ear p {
    	font-size: 30px;
	}
	.accessories__hands {
    	margin-left: 15px;
    	margin-top: 0px;
	}
	.accessories__right {
		margin-left: 20px;
	}
	.accessories__left {
		margin: 0;
	}
	.accessories__link {
		padding: 70px 10px;
	}
	.accessories__link::before{
		width: 20px;
		height: 20px;
	}
	.accessories__link::after{
		width: 20px;
		height: 20px;
	}
	.accessories__link::before {
		transform-origin: -25px 85px;
	}
	.header__basket {
		margin-left: 20px;
	}	
	.title__cards {
		font-size: 30px;
	}
	.footer__logo {
    	margin: 0 auto;
	}
	.footer__logo {
		margin-bottom: 20px;
	}
	.menu__items-footer {
		display: block;
		text-align: center;
		margin-top: 60px;
	}
	.item-foot{
		color: #353A4B;
	}
	.copyright {
		font-size: 15px;
	}
	.contacts__info {
		flex-direction: column;
		align-items: flex-start;
	}
	.contacts__info div {
		margin-top: 15px;
	}
	.feedback__name {
		margin-right: 0;
	}
	.feedback__data {
		display: block
	}
	.feedback__name, .feedback__phone {
		width: 100%;
	}
	.input__phone {
		margin-top: 30px;
	}
	.about-item__name {
		margin-top: 25px;
	}
	.description-item__container {
		padding: 50px 0;
	}
	.characters-name p,
	.characters-data p{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.about-item__characters {
		margin-top: 25px;
	}
	.js-cart-item{
		display: flex;
		flex-direction: column;
	}
	.product__head {
		display: none;
	}
	.product__name h3,
	.product__name p {
		text-align: center;
	}
	.product__price {
		display: none;
	}
	tbody.product__body.js-cart {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.product__body tr {
		position: relative;
		width: 33%;
		justify-content: space-between;
		padding: 5px;
		border: 1px solid #D8D8D8;
		margin: 1px;
	}
	td.product__size-color {
		margin-top: auto;
	}
	.count__container {
		padding-bottom: 50px;
	}
	.remove {
		position: absolute;
		top: 10px;
		right: 10px;
		height: 26px;
		background: url('../images/trash.svg') center no-repeat;
		background-size: 26px;
	}
	td.product__remove {
		padding: 0;
	}
	.product__title img {
		margin: 0 auto;
	}
	.product__name p {
		margin-top: 5px;
	}
	.input__name, .input__phone {
		width: 100%;
	}
	.slider-internal__item img {
    	width: 300px;
    	height: 345px;
	}
	.about-item__name {
		font-size: 20px;
	}
	.about-item__header, .about-item__text, .about-item__price, .color-text, .size__item, .buy__product, .characters-name p, .characters-data p {
		font-size: 16px;
	}
	.about-item__characters,
	.about-item__buy {
		margin-top: 5px;
	}
	.characters__row {
		margin-top: 10px;
	}
	.characters-name {
		width: 60%;
	}
	.title__cards span {
		font-size: 35px;
	}
	.social__svg {
		width: 25px;
		height: 25px;
	}
	.categories__desc{
		margin: 20px 0;
	}
	.empty-cart__item {
		font-size: 22px;
		color: #984d5a;
		padding: 20px 40px;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
	}
	.search__btn {
		margin: 0;
		padding: 0;
	}
	.accessroies__eyes .access-block, 
	.accessories__hands .access-block {
		height: 150px;
	}
	.left__image .access-block {
		height: 350px;
	}
	.accessories__ear .access-block {
		height: 170px;
	}
}
@media(max-width: 776px) {
	.header__logo {
		font-size: 16px;
	}
	.slider__swarowski {
    	padding-top: 55px;
	}
	.slider__logo {
		font-size: 40px;
	}
	.slider__text {
		font-size: 20px;
	}
	.header__phone p {
		display: none;
	}
	.header__phone {
		margin-left: 10px;
	}
	.card__flex {
		width: 49%;
	}
	.card__flex {
		margin-right: 0;
	}
	.card__flex:nth-child(4n) {
		margin-right: 0;
	}
	.blockflex {
		justify-content: space-between;
	}
	.product__body tr {
		width: 49%;
	}
	.input__phone,
	.input__name {
    	margin: 0 auto;
    	width: 100%;
	}
	.input__phone {
		margin-top: 15px;
	}
	.feedback__send {
		padding: 15px 0;
		width: 100%;
	}
	.characters-name {
		width: 50%;
	}
	.description-item__text {
		font-size: 16px;
		line-height: 170%;
	}
	.left__text,
	.accessroies__eyes p,
	.accessories__ear p,
	.accessories__hands p {
		font-size: 20px;
	}
	.accessories__right {
		margin: 0;
	}
	.accessories__items,
	.accessories__right-bot {
    	flex-direction: column;
	}
	.accessroies__eyes {
		width: 49%;
	}
	.accessories__hands {
		width: 49%;
		margin: 0;
	}
	.accessories__right-top {
		margin-top: 30px;
		justify-content: space-between;
	}
	.accessories__right-bot {
		flex-direction: row;
	}
	.accessories__ear {
		width: 49%;
	}
	.accessories__view {
		width: 49%;
		justify-content: center;
		margin: 0;
	}
	.accessories__left {
		width: 100%;
	}
	.accessories__right-bot {
		align-items: center;
	}
	.left__image .access-block {
		height: 350px;
	    width: 350px;
	    margin: 0 auto;
	}
	.accessroies__eyes .access-block, .accessories__hands .access-block {
    	height: 200px;
	}
	.accessories__ear .access-block {
    	height: 300px;
	}
	.accessories__link {
		padding: 0;
		border: none;
	}
	.accessories__link::before {
		display: none;
	}
	.accessories__link::after {
		top: 100%;
	}
	.feedback__form {
		font-size: 14px;
	}
	.feedback__phone, .feedback__name, .feedback__area {
		padding: 5px;
	}
	.categories__desc{
		margin: 15px 0;
	}
	.feedback__form.form-one {
		width: 90%;
	}
	.feedback__area {
		resize: none;
	}
	.empty-cart__item {
		font-size: 20px;
		color: #984d5a;
		padding: 15px 30px;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
	}
}
@media (max-width: 700px) {
	.about-item__content {
    	display: block;
	}
	.big-images img {
    	width: 100%;
	}
	.about-item__preview {
		width: 100%;
	}
	.about-item__specification {
		display: block;
		width: 100%;
	}
	.about-item__specification {
		margin-top: 20px;
    	margin-left: 0;
	}
	.about-item__manual img {
		margin-left: 20px;
	}
	.sorting-box {
		font-size: 16px;
	}
	.main__link {
		font-size: 18px;
		padding: 5px 10px;
	}
}
@media(max-width: 576px) {
		.header__logo {
			font-size: 16px;
		}
		.slider__logo {
			font-size: 28px;
			margin: 0;
		}
		.slider__text {
			margin: 0;
		}
		.slider__swarowski {
			padding-top: 45px;
		}
		.slider__swarowski .slick-slide img {
			height: 25vh;
		}
		.top__container {
			padding: 10px 0;
		}
		.header__phone p, .header__language p {
			font-size: 8px;
		}
		.header__phone {
			margin-left: 10px;
		}
		.left__text, .accessroies__eyes p, .accessories__hands p, .accessories__ear p {
			font-size: 20px;
		}
		.accessories__ear img {
		    margin: 0 auto;
		}
		.left__image img {
			height: 100%;
		}
		/*.content {
			padding: 0 ;
		}*/
		.title__cards span {
			display: none;
		}
		.title__cards {
			font-size: 26px;
			line-height: 100%;
		}
		.new-collection__desc {
			margin: 10px;
			font-size: 14px;
		}
		.sale__buy {
			padding: 10px 0;
		}
		.view-all {
			font-size: 16px;
		}
		.home__item {
			padding: 20px 15px 10px 15px;
		}
		.decoration__item {
			padding: 10px 20px;
		}
		.path__container{
			padding-top: 80px;
			padding-bottom: 0;
		}
		.contacts__container {
			padding-top: 30px;
		}
		.gismap {
			height: 200px;
		}
		.copyright {
			flex-direction: column;
		}
		.createviastana {
			margin-top: 15px;
		}
		.about-item__buy {
			flex-direction: column;
			align-items: flex-start;
		}
		.about-item__buy-icon {
			margin: 15px 0;
		}
		.busket__item, .link__item {
			margin: 0;
		}
		.about-item__characters {
			margin: 0;
		}
		.product__body tr {
			width: 100%;
		}
		.feedback__send {
			font-size: 14px;
		}
		.product__body tr {
			margin-bottom: 15px;
		}
		.product__body tr:last-child {
			margin-bottom: 0px;
		}
		.form__items {
			display: flex;
		}
		form.formsearch {
			display: none;
		}
		.categories__desc{
			margin: 10px 0;
		}
		.accessroies__eyes .access-block, .accessories__hands .access-block {
    		height: 150px;
		}
		.accessories__ear .access-block {
    		height: 250px;
		}
	}

	@media(max-width: 500px) {
		.accessories__right-top {
    		flex-direction: column;
		}
		.accessroies__eyes {
			width: 100%;
		}
		.accessories__hands {
			width: 100%;
			margin-top: 20px;
		}
		.accessories__right-bot {
			flex-direction: column;
		}
		.accessories__ear {
			width: 100%;
		}
		.accessories__view {
			width: 100%;
			margin-top: 20px;
		}
		.accessories__link {
			padding: 0;
			border: none;
		}
		.accessories__link::before {
			display: none;
		}
		.accessories__link::after {
			display: none;
		}
		.about-item__header, .about-item__text, .about-item__price, .color-text, .size__item, .buy__product, .characters-name p, .characters-data p {
			font-size: 14px;
		}
		.color__item {
			margin-top: 5px;
			margin-bottom: 5px;
		}
		.about-item__name {
			margin-top: 10px;
		}
		.about-item__price {
			margin-top: 10px;
		}
		.feedback__form {
			width: 100%;
		}
		.form-one form {
    		width: 90%;
		}
		.sorting-box {
			font-size: 14px;
		}
		.accessroies__eyes .access-block, 
		.accessories__hands .access-block {
			height: 250px;
		}
		.accessories__ear .access-block {
    		height: 350px;
		}
	}

	@media (max-width: 450px) {
		.card__flex {
			width: 100%;
		}
		.contacts__phone {
			flex-direction: column;
		}
	}
	@media (max-width: 400px) {
		.small-images img {
			width: 80px;
			height: 80px;
		}
		.small-images {
			height: 100px;
		}
		.description-item__text {
			font-size: 14px;
			line-height: 160%;
		}
		.left__image .access-block {
			width: 100%;
			height: 100%;
		}
		.accessroies__eyes .access-block, .accessories__hands .access-block {
			height: 100%;
		}
		.accessories__ear .access-block {
			height: 100%;
		}
	}



/*animation*/

.block{text-align: center;float:left;width:32px;height:32px;margin-right:5px;-moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.block:hover{-moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}


/*animation*/


/*alert*/


    .box-size {
        box-sizing: border-box;
    }
    .alert--fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .alert--error,
    .alert--warning,
    .alert--active {
        display: flex;
    }
    .alert--width {
        width: 400px;
    }
    .alert--img__item svg {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    .alert--img__item {
        display: none;
        flex-shrink: 0;
    }
    .alert--active .active {
        display: block;
    }
    .alert--warning .warning {
        display: block;
    }
    .alert--error .error {
        display: block;
    }
    .alert--content {
        position: relative;
        z-index: 12;
        border-radius: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: white;
        padding: 30px;
        color: #333333;
        margin-bottom: 10%;
    }
    .alert--bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.6;
        z-index: 11;
        top: 0px;
        left: 0px;
    }
    .alert-text {
        margin-top: 15px;
        text-align: center;
    }
    .alert--active .active path {
        fill: #4ad395;
    }
    .alert--warning .warning path{
        fill: #e5e75d;
    }
    .alert--error .error path{
        fill: #f81919;
    }
    .alert--title {
        font-size: 28px;
        font-weight: 500;
    }
    .alert--subtitle {
        font-weight: 400;
        font-size: 20px;
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid #ccbbbb;
    }
    .alert--x {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 8px;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    .alert--x svg {
        width: 100%;
        height: 100%;
    }
    .alert--x svg path {
        fill: #968787;
        transition: all 0.3s ease;
    }
    .alert--x:hover path {
        fill: black;
    }
    

    @media (max-width:1200px) {
        .alert--width {
            width: 370px;
        }
        .alert--content {
            padding:25px;
        }
        .alert--img__item svg {
            width: 75px;
            height: 75px;
        }
        .alert-text {
            margin-top: 10px;
        }
        .alert--title {
            font-size: 24px;
        }
        .alert--subtitle {
            font-size: 18px;
        }
    }

    @media (max-width:500px) {
        .alert--content {
            width: 92%;
        }
        .alert--img__item svg {
            width: 60px;
            height: 60px;
        }
        .alert--title {
            font-size: 22px;
        }
    }

/*alert*/


/*formLoader*/

.form_loader{
  position: fixed;
  display: none;
  z-index: 30;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.form_loader_block{
  position: absolute;
  width: 350px;
  max-width: 90%;
  left: 50%;
  top: 45%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.form_loader_animate{
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.form_loader_animate:after{
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  /*margin: 8px;*/
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #C53364 transparent #C53364 transparent;
  animation: loader-animate 1.2s linear infinite;
}
.form_loader_text{
  font-size: 20px;
  text-align: center;
}
@keyframes loader-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*formLoader*/


/*Скрытая таблица*/

.textarea-table {
	display: none;
}

/*Скрытая таблица*/


/*popup busket*/

.popup-busket {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
	transition: .3s ease-in;
}

.popup-busket.hidden {
	display: none;
}

.popup-busket.active {
	opacity: 1;
}

.popup-busket::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #B995B1;
	opacity: .7;
}
.popup-busket__container {
    padding: 30px;
    background: #d9d9d9;
    text-align: center;
    z-index: 101;
    border-radius: 5px;
}

.popup-busket__text {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Proxima Nova';
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
}
.popup-busket__link {
	display: inline-block;
	font-family: 'Proxima Nova';
	font-size: 22px;
	color: #ffffff;
	padding: 10px 0;
    width: 250px;
	background-color: #B995B1;
	border-radius: 5px;
	margin-right: 30px;
	transition: .4s ease-in-out;
	outline: 1px solid #B995B1;
}

a.popup-busket__link:last-child {
    margin-right: 0;
}
.popup-busket__link:hover {
	background-color: #ffffff;
	color: #B995B1;
}

/*popup busket*/