
.result {
	padding: 50px 0;
	background-color: #464544;
}


.container__result {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 200px 15px;
	margin-bottom: 150px;
	
}

.flip-container{
	max-width: 250px;
	float: left;
	text-align: center;
	height: 300px;
}

.flip3D h3{
	color: #ffffff;
    font-size: 1.5em;
    position: relative;
    margin: 0 auto;
    padding: 20px;
}

.flip3D{ width:240px; height:200px; margin:0 auto; cursor: pointer;/*float:left;*/ }
.flip3D > .front{
	position:absolute;
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	-ms-transform: perspective( 600px ) rotateY( 0deg ); 
	transform: perspective( 600px ) rotateY( 0deg );
	background: #6c6960; 
	width: 280px; 
	height:450px; 
	border-radius: 10px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility:  hidden; 
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: -ms-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	
	
}
.flip3D > .back{
	position:absolute;
	-webkit-transform: perspective( 600px ) rotateY( 180deg );
	transform: perspective( 600px ) rotateY( 180deg );
	background: #6c6960; 
	width: 280px; 
	height:450px; 
	border-radius: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.flip3D:hover > .front{
	-webkit-transform: perspective( 600px ) rotateY( -180deg );
	transform: perspective( 600px ) rotateY( -180deg );
}

.flip3D:hover > .back{
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */

	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
}


.collection__info-title {
	color: white;
	font-size: 28px;
}


.carousel-slider__inner{
	max-width: 1200px;
	 margin: 0 auto;
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 
	 grid-gap: 15px;
	 padding-bottom: 70px;
}

.carousel-slider {
		
		max-width: 330px;
		height: 350px;
		margin: -10px auto;
		padding-top: 10px;
		cursor: pointer;
	
}
.carousel-slider__bg {
	max-width: 350px;
	height: 570px;
	background-color: #716446;
	border-radius: 10px;
}

.carousel__info {
	color: white;
	padding-top: 70px;
}



#deluxe, #petergof{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 35px;
}

.contact__text, .contact__phone,
.contact__st, .contact__city
 {
    color: #FADFAD;
}
.contact__title,
.info-email {
    color: #EAE6CA;
}


.inspiration__title {
    color: #faeedd;
}
.inspiration__text {
    color: white;
}

.inspiration__item-text {
    color: #ffffff;
}

.collection__info-title {
    color: white;
    font-size: 18px;
}

button.gallery__btn.mixitup-control-active {
    color: #000;
    background-color: #cda434;
    border: 1px solid #454647;
}

.blog__item-text--link {
    color: #140F0B;
}

.copyright__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer__copyright-img {
    margin-left: 5px;
}


.about__prev {
	background-image: url(../images/about-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	text-align: center;
	padding: 160px 0;
	margin-top: -53px;
}












/* АДАПТИВ! */
@media(max-width: 1040px) {
 .carousel-slider__inner {
	width: 900px;
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	}
	.container__result {
		width: 900px;
		grid-template-columns: repeat(3, 1fr);
	}
	
}

@media(max-width: 840px) {
	.carousel-slider__inner {
		width: 700px;
		grid-template-columns: repeat(2, 1fr);
	}
	.container__result {
		width: 700px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 750px) {
	.carousel-slider__inner {
		width: 375px;
		grid-template-columns: repeat(1, 1fr);
	}
	.container__result {
		
		max-width: 375px;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 540px) { 
#deluxe, #petergof{
    grid-template-columns: repeat(1, 1fr);
}
.flip3D > .front,
.flip3D > .back {
	margin-left: 12%;
}
.collection__info-title {
	color: white;
	font-size: 18px;
	line-height: 26px;
}

}

@media (max-width: 376px) {
    .collection__info-title {
        color: white;
        font-size: 18px;
        line-height: 24px;
    }
	 .copyright__inner {
		font-size: 13px;
	 }
	 .footer__copyright-text {
		font-size: 13px;
		
	 }

}

@media(max-width: 300px) {
	.copyright__inner {
		 display: flex;
		 flex-direction: row;
		 align-items: center;
		 justify-content: center;
		 font-size: 11px;
	}
	.footer__copyright-text {
		font-size: 12px;
	}
}