.biggest {
	padding: 100px 0;
	background-color: #eaeaea;
}
.biggest h2 {
	color: #071540;
}
.biggest .middle-title {
	margin-bottom: 40px;
	max-width: 100%;
}
.biggest-item {
	width: 230px;
	background-color: #f2f2f2;
	padding-top: 20px;
	color: #071540;
	margin: 20px auto;
}
.biggest-img {
	height: 70px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.biggest-img img {
	align-self: center;
}
.biggest-item h5 {
	font-weight: bold;
	height: 50px;
}
.biggest-item p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 35px;
}
.biggest-item a {
	color: white !important;
	text-decoration: none;
}
@media (max-width: 480px) {
	.biggest {
		padding: 50px 0;
	}
}

.themes {
	padding: 150px 10px 70px;
	background-color: #071540;
	position: relative;
	overflow: hidden;
	background-image: url('img/snowflake.png'), url('img/snowflake3.png'), url('img/snowflake2.png');
    animation: snow 20s linear infinite;
}
.themes h2 {
	position: relative;
	z-index: 1;
}
.themes-gift {
	position: absolute;
	z-index: 1;
	top: -230px;
}
.themes .snow-fon-top {
	position: absolute;
	top: -30px;
	z-index: 1;
}
.themes .snow-fon-bottom {
	position: absolute;
	bottom: -30px;
}
.themes-container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 30px 30px 15px;
	border: 10px solid white;
	position: relative;
}
.themes-container:before,
.themes-container:after {
	content: url('img/small-shar.png');
	position: absolute;
}
.themes-container:before {
	bottom: 30px;
	left: -80px;
}
.themes-container:after {
	top: -70px;
	right: -70px;
}
.big-shar {
	position: absolute;
	bottom: -30px;
	right: -120px;
}
.themes-item {
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 20px;
	box-shadow: 2px 2px 5px black;
}
.themes-item img {
	transition: .3s;
}
.themes-item:hover img {
	transform: scale(1.2);
	opacity: .5;
}
.themes-title {
	color: white;
	text-align: center;
	background-color: rgba(166, 125, 101, .9);
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.themes .gift-btn-beige {
	width: 280px;
}
@media (max-width: 1700px) {
	.themes-gift {
		left: -100px;
	}
}
@media (max-width: 1400px) {
	.themes-gift {
		left: -230px;
	}
}
@media (max-width: 1199px) {
	.themes {
		padding: 100px 10px 70px;
	}
	.themes-gift {
		display: none;
	}
}
@media (max-width: 767px) {
	.themes-container {
		padding: 15px 0;
		border: 6px solid white;
	}
	.themes-item {
		margin: 20px 5px;
	}
}
@media (max-width: 480px) {
	.themes {
		padding: 70px 10px;
	}
}

.comments {
	padding: 75px 15px 0;
	background-image: url('img/otzyvy-fon.jpg');
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 685px;
}
.comments-pic {
	position: absolute;
	bottom: 0;
	left: 70px;
}
.comments h2 {
	color: #071540;
	margin-bottom: 75px;
}
.comments-slider-wrap {
	max-width: 720px;
	margin-left: 760px;
}
.comments-slider-wrap h4 {
	color: #a67d65;
	margin-bottom: 40px;
}
.quote-left {
	width: 55px;
	align-self: flex-start;
}
.quote-right {
	width: 55px;
	transform: rotate(180deg);
	align-self: flex-end;
	margin-bottom: 50px;
}
.comments-text {
	text-align: justify;
	font-size: 20px;
	padding: 0 25px;
}
.comments-text p {
	color: #a67d65;
	text-align: right;
	font-style: italic;
	padding-top: 40px;
}
.comments .gift-btn-blue {
	width: 280px;
	position: absolute;
	bottom: 25px;
	left: 1000px;
}
.comments-slider .slick-dots {
	bottom: 0;
}
.comments-slider .slick-dots li {
	height: 15px;
	width: 15px;
}
.comments-slider .slick-dots li button {
	border-radius: 50%;
	background-color: #071540;
	height: 15px;
	width: 15px;
}
.comments-slider .slick-dots li button:before {
    content: '';
    background-color: transparent;
	display: block;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	top: -1px;
	left: -1px;
}
.comments-slider li.slick-active button:before {
    opacity: 1;
    background-color: #dab493;
}
@media (max-width: 1599px) {
	.comments-pic {
		left: -150px;
	}
	.comments-slider-wrap {
		margin-left: 500px;
	}
	.comments .gift-btn-blue {
		left: 800px;
	}
}
@media (max-width: 1199px) {
	.comments {
		height: auto;
	}
	.comments-slider-wrap {
		margin: 0 auto;
	}
	.comments .gift-btn-blue {
		position: static;
		margin: 50px auto 30px;
	}
	.comments-pic {
		position: static;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 575px) {
	.comments {
		padding: 50px 15px 0;
	}
	.comments h2 {
		margin-bottom: 50px;
	}
	.comments-text {
		text-align: left;
		font-size: 16px;
		padding: 0 15px;
	}
	.quote-left,
	.quote-right {
		width: 45px;
	}
}

.gallery {
	background-color: #071540;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background-image: url('img/snowflake.png'), url('img/snowflake3.png'), url('img/snowflake2.png');
    animation: snow 20s linear infinite;
}
@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
.gallery .snow-fon-top {
	position: absolute;
	top: -30px;
	z-index: 1;
}
.gallery .snow-fon-bottom {
	position: absolute;
	bottom: -30px;
}

.partners {
	padding: 60px 15px 100px;
}
.partners h2 {
	color: #071540;
	margin-bottom: 45px;
}
.partner img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.partners .slick-prev,
.partners .slick-next {
	border: 4px solid #0f2a60;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.partners .slick-prev:before,
.partners .slick-next:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: relative;
}
.partners .slick-prev:before {
	border-bottom: 2px solid #a67d65;
	border-left: 2px solid #a67d65;
	left: 8px;
}
.partners .slick-next:before {
	border-top: 2px solid #a67d65;
	border-right: 2px solid #a67d65;
	right: -4px;
}
@media (max-width: 1199px) {
	.part-slider {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.partners {
		padding: 50px 15px;
	}
}
.ul_element_main, .ul_element_main_left{
	margin: 0 auto;
	width: 210px;
	text-align: left;
	font-size:18px;
}
.ul_element_main_left{
	margin:inherit; !important;
	width: 300px; !important;
}