@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeueCyrl", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.swiper-wrapper {
	height: 100%;
}
.swiper-slide {
	height: auto;
}
.container {
	position: relative;
	max-width: 1800px;
	margin: 0 auto;
	background-color: #fff;
}
.wrapper {
	margin: 0 auto;
	max-width: 960px;
}
.wrapper-footer {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper-about-slider {
	max-width: 1360px;
	margin: 0 auto 60px;
}
.wrapper-our-video {
	position: relative;
	max-width: 990px;
	margin: 50px auto;
}
.content {
	/*min-height: 100vh;*/
}
.page-title {
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 400;
	color: #373737;
}
.about-title-main {
	color: #373737;
	font-size: 71px;
	font-weight: 200;
	margin-bottom: 20px;
	text-align: center;
}
.about-title {
	text-align: center;
	font-size: 42px;
	font-weight: 200;
	color: #373737;
	margin: 0 0 45px;
}
.title-block {
	width: 100%;
	height: 104px;
	margin: 0 0 20px;
	padding: 40px 70% 0 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
	box-sizing: border-box;
}
.type-text {
	color: #373737;
}
.type-text > h2 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
}
.type-text > h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
.type-text p {
	font-family: "HelveticaNeueCyrl", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 20px;
}
.type-text a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	color: #646464 !important;
}
.type-text a:hover {
	color: rgba(0, 0, 0, 0.64) !important;
	text-decoration: none;
}
.type-text ul {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0;
}
.type-text ul > li {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	display: block;
	position: relative;
	padding-left: 35px;
}
.type-text ul > li:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 35px;
	height: 25px;
	background-attachment: inherit;
	background-image: url(img/production/type-text__li_after.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.type-text ol {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0;
	counter-reset: num;
}
.type-text ol > li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	padding-left: 25px;
	display: block;
}
.type-text ol > li:before {
	content: counter(num) ".";
	counter-increment: num;
	position: absolute;
	display: block;
	left: 0;
	margin-right: 5px;
	height: 25px;
	color: #03bad4;
}
.type-text > table {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
.type-text > div > table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.type-text > div > table > tbody {
    background-color: #f8f5ef;
}
.type-text > div > table tr {
	border-color: transparent;
}
.type-text > div > table td,
.type-text > div > table th {
	border-right: 2px solid #fff;
    padding: 30px;
}
.type-text > div > table[border="0"] td {
    border: none;
    padding: 30px;
}
.title-bottom {
	position: relative;
	color: black;
	font-size: 15px;
	font-family: "HelveticaNeueCyrl", sans-serif;
	font-weight: 400;
	line-height: 30px;
	padding: 25px 0;
	margin: 25px 0;
	border-bottom: 1px solid rgba(180, 180, 180, 0.4);
	border-top: 1px solid rgba(180, 180, 180, 0.4);
}
.title-bottom p {
	margin: 0;
}
.main-header {
	display: flex;
	-ms-align-items: center;
	height: 120px;
	align-items: center;
	overflow: hidden;
}
.main-header-logo {
	display: inline-block;
	width: 445px;
	margin-left: 10px;
	margin-right: 20px;
}
.main-header-logo--mobile {
	display: none;
	width: 180px;
	margin-left: 60px;
	margin-right: 20px;
}
.main-header-best {
	display: inline-block;
	width: 68px;
}
.main-navigation {
	width: 690px;
	padding: 0 10px 0 20px;
}
.site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.site-navigation a {
	position: relative;
	padding-bottom: 7px;
	font-family: "MuseoSansCyrl", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	color: #353535;
	text-transform: uppercase;
}
.site-navigation li {
	position: relative;
}
.site-navigation li::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	display: block;
	height: 4px;
	background-color: #03bad4;
	transition: all .2s linear;
}
.site-navigation li:hover::after,
.site-navigation li.selected::after {
	bottom: 5px;
}
.main-header-callback {
	display: inline-block;
	width: 50px;
	height: 40px;
	margin: 0 10px 0 auto;
	padding: 40px 40px 40px 70px;
	font-family: "MuseoSansCyrl", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	text-decoration: underline;
	background-attachment: inherit;
	background-image: url(img/header/call.png);
	background-position: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.25s linear;
	background-color: #F8F4ED;
}
.main-header-callback:hover {
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.main-header-phones {
	display: flex;
	justify-content: space-between;
	width: 250px;
}
.main-header-phones ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #202020;
}
.main-header-phones li {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	list-style-type: none;
	overflow: hidden;
}
.main-header-phones li.green {
	margin-left: -10px;
	padding: 0 10px;
	line-height: 21px;
	color: #fff;
	background-color: #96bf01;
	border: 1px #96bf01 solid;
	border-radius: 13px;
}
.hamburger-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 30px;
	height: 20px;
	margin-top: 18px;
	margin-left: 10px;
	transition: 0.1s;
}
.hamburger-icon .line {
	position: absolute;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	background: #03BAD4;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.line.line-1 {top: 0;}
.line.line-2 {top: 50%;}
.line.line-3 {top: 100%;}

.nav-left {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 32;
	width: 280px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: visible;
	transform: translate(-280px,0);
	box-shadow: rgba(32,32,32,0.5) 0 0 16px;
	
}
.ssm-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
	background-color: rgba(0,0,0,0.2);
}
.is-navOpen{
	overflow: hidden;
}
.left-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
.left-navigation a {
	display: inline-block;
	width: 100%;
	padding: 20px 20px 20px 40px;
	font-size: 14px;
	font-weight: 600;
	color: #353535;
	text-decoration: none;
}
.left-navigation li.selected a,
.left-navigation a:focus,
.left-navigation a:hover,
.left-navigation a:active {
	color: #fff;
	background-color: #03bad4;
}
.main-catalog-list {
	padding: 33px 0 27px;
}
.main-advantages {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #f7f3eb;
	text-align: center;
}
.main-advantages-title {
	font-size: 57px;
	font-weight: 300;
	color: #3e3e3e;
	text-align: center;
	padding: 35px 0;
	margin: 0;
}
.main-advantages-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-advantages-item {
	display: inline-block;
	text-align: center;
	margin: 30px 20px;
	max-width: 210px;
	box-sizing: border-box;
}
.main-advantages-item:first-child {
	display: inline-block;
	max-width: none;
	margin: 0 30px 0 0;
	text-align: center;
	font-size: 16px;
	color: #2c2c2c;
}
.main-advantages-item:nth-child(2) {
	padding-top: 102px;
	background-image: url(img/percent.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.main-advantages-item .number {
	font-size: 65px;
	color: #3e3e3e;
	line-height: 100px;
	font-weight: 100;
}
.main-advantages-item p {
	margin: 0;
}
.main-advantages-item .text {
	font-size: 14px;
	color: #3e3e3e;
	line-height: 20px;
}
.main-advantages-item .text-2 {
	font-size: 30px;
	line-height: 45px;
}
.main-advantages-note {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #8f8f8f;
	padding: 10px 0px;
}
.main-advantages-note a {
	color: #03bad4;
}
.main-advantages-note a:hover {
	text-decoration: none;
}
.help-and-staff {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-help,
.main-staff {
	display: flex;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-help {
	width: 46%;
	justify-content: flex-end;
	color: #fff;
	background-image: url(img/home/home-help/help-bg.jpg);
}
.main-staff {
	justify-content: flex-start;
	width: 53%;
	color: #000;
	background-image: url(img/home/home-staff/staff-bg.jpg);
}
.main-help-block {
	width: 400px;
	height: 560px;
}
.main-staff-block {
	padding-left: 55px;
}
.main-help-title,
.main-staff-title {
	font-size: 40px;
	font-weight: 200;
	line-height: 1;
	padding: 43px 0 47px;
}
.main-help-title a,
.main-staff-title a {
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 25px;
	margin-left: 15px;
	box-shadow: 1px 1px 1px 1px #45a1b1;
	vertical-align: middle;
}
.main-staff-title > a {
	box-shadow: 1px 1px 1px 1px #aaa;
	border-color: white;
	background-color: white;
	color: black;
	font-weight: normal;
	border-radius: 20px;
	padding: 3px 20px;
}
.main-help-title a:hover {
	color: #03bad4;
	background-color: #fff;
}
.main-staff-title > a:hover {
	background-color: #ededed;
	border-color: #ededed;
}
.main-about {
	background-attachment: inherit;
	background-image: url(img/main-about.jpg);
	background-position: 90% 70%;
	background-repeat: no-repeat;
}
.main-about-title {
	padding: 40px 0;
	font-size: 45px;
	font-weight: 200;
}
.main-about-title > a {
	display: inline-block;
	padding: 0 20px;
	margin-left: 96px;
	color: #f4f4f4;
	box-shadow: 1px 1px 1px 1px #e7e7e7;
	border: 2px solid #f4f4f4;
	background-color: #f4f4f4;
	line-height: 30px;
	border-radius: 20px;
	color: black;
	font-weight: bolder;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
}
.main-about-title > a:hover {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
}
.main-about-desc {
	width: 485px;
	padding-bottom: 30px;
	color: #797979;
	font-size: 15px;
	line-height: 24px;
}
.main-about .letter {
	width: 440px;
	border: 6px solid #f7f3eb;
	padding: 20px;
}
.main-about .letter-btn,
.main-reviews .letter-btn {
	display: inline-block;
	vertical-align: middle;
	float: right;
	text-decoration: none;
	background-color: #03bad4;
	color: #fff;
	line-height: 35px;
	padding: 0 30px;
	border: 2px solid #03bad4;
	box-shadow: 1px 1px 1px 1px #ededed;
	border-radius: 23px;
	font-weight: normal;
	cursor: pointer;
	font-size: 16px;
}
.main-about .letter-btn:hover {
	color: #03bad4;
	background-color: #fff;
	border: 2px solid #03bad4;
}
.main-about .letter-icon {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.8s ease-out;
}
.main-about .letter-btn:hover + .letter-icon {
	-webkit-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	transform: rotate(720deg);
}
.main-about .letter-title {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	color: #03bad4;
	font-size: 18px;
	text-transform: uppercase;
}
.main-about .letter-title > span {
	display: block;
	font-size: 14px;
	color: #545454;
	text-transform: none;
	margin-top: 10px;
}
.main-tensteps {
	height: 450px;
	position: relative;
	margin-top: 30px;
	background-color: #7eb04f;
	overflow: hidden;
}
.main-tensteps .main-tensteps-background {
	position: absolute;
	top: 0;
	left: 1800px;
	height: 450px;
	width: 1800px;
	background-attachment: inherit;
	background-color: #7eb04f;
	background-image: url(img/home/home-tensteps/tensteps-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	transition: all 0.7s ease-in-out;
}
.main-tensteps.visible .main-tensteps-background {
	left: calc(50% - 900px);
}
.main-tensteps-title {
	margin-top: 33px;
	position: relative;
	max-width: 50%;
	font-size: 57px;
	font-weight: 200;
	color: #fff;
	line-height: 75px;
	padding-bottom: 37px;
	margin-bottom: 32px;
}
.main-tensteps-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 130px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.49);
}
.main-tensteps-desc {
	max-width: 50%;
	font-size: 35px;
	font-weight: lighter;
	color: #fff;
	margin-bottom: 30px;
}
.main-tensteps-more {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	border: 2px solid white;
	box-shadow: 1px 1px 1px 1px #6c9744;
	font-size: 21px;
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
	border-radius: 29px;
	color: #96bf01;
	background-color: white;
}
.main-tensteps-more:hover {
	background-color: transparent;
	color: white;
}
.main-reasons {
	background-image: url(img/home/home-reasons/reasons-bg.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 40px 0 60px;
}
.main-reasons-title {
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #96bf01;
	padding: 15px 0;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 20px;
}
.main-reasons-text.type-text {
	width: 650px;
	color: #fff;
	margin-bottom: 40px;
}
.main-reasons-text.type-text p {
	font-size: 17px;
	line-height: 35px;
	font-weight: 200;
}
.main-reasons-subtitle {
	display: inline-block;
	vertical-align: top;
	background-color: #96bf01;
	color: #fff;
	font-size: 30px;
	padding: 5px 10px;
	margin-bottom: 30px;
	font-weight: 200;
}
.main-reasons ol {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	counter-reset: num;
}
.main-reasons ol > li {
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	width: 29%;
	position: relative;
	margin-right: 5%;
	padding: 10px 0;
}
.main-reasons ol > li::before {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
	height: 100px;
	color: #fff;
	font-size: 100px;
	font-weight: 200;
	margin-right: 20px;
}
.main-reasons ol > li span {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}
.main-reasons ol > li:nth-of-type(3n) {
	margin-right: 0;
}
.main-events {
	background-attachment: inherit;
	background-color: #03bad4;
	background-image: url(img/home/home-events/events-bg.png);
	background-position: 50% 60px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.main-events-title {
	color: #fff;
	padding: 70px 0;
	font-size: 45px;
	font-weight: 200;
}
.main-events-title > a {
	box-shadow: 1px 1px 1px 1px #039bb1;
	color: #fff;
	line-height: 35px;
	border-radius: 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 0 20px;
	margin-left: 20px;
}
.main-events-title > a:hover {
	background-color: #fff;
	color: #03bad4;
}
.main-photoblog {
	background-color: #f8f4ed;
	padding: 20px 0;
}
.main-photoblog-top {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-photoblog-title {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
	font-size: 45px;
	font-weight: 200;
}
.main-photoblog-title > a {
	display: inline-block;
	font-size: 14px;
	color: black;
	background-color: white;
	border-color: white;
	box-shadow: 1px 1px 1px 1px #d9d9d9;
	line-height: 35px;
	border-radius: 18px;
	padding: 0 25px;
	margin-left: 50px;
	font-weight: 400;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #fff;
}
.main-photoblog-title > a:hover {
	background-color: #ededed;
	border-color: #ededed;
}
.main-photoblog-quote {
	position: relative;
	max-width: 425px;
	padding: 20px 40px 30px 75px;
	font-size: 16px;
	color: #373838;
	line-height: 25px;
}
.main-photoblog-quote p {
	margin: 0;
}
.main-photoblog-quote::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 40px;
	display: block;
	left: 0;
	top: 10px;
	background-attachment: inherit;
	background-image: url(img/home/home-photoblog/photoblog__quote-before.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.main-photoblog-quote::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 40px;
	display: block;
	right: 30px;
	bottom: -20px;
	background-attachment: inherit;
	background-image: url(img/home/home-photoblog/photoblog__quote-after.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.main-reviews {
	padding: 77px 0 180px;
}
.main-reviews-row:last-of-type {
	background-color: #f8f4ed;
	padding: 64px 0;
}
.main-reviews-row:last-of-type .wrapper {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-reviews-title {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.9px;
	margin-bottom: 80px;
	color: #373737;
}
.main-reviews .main-reviews-more {
	display: inline-block;
	margin-left: 20px;
	color: #f4f4f4;
	box-shadow: 1px 1px 1px 1px #e7e7e7;
	background-color: #f4f4f4;
	line-height: 30px;
	border-radius: 20px;
	color: black;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #f4f4f4;
	padding: 0 20px;
}
.main-reviews .letter-btn {
	float: none;
	margin-left: 20px;
	line-height: 31px;
	letter-spacing: 0;
}
.main-reviews-left {
	position: relative;
	width: 343px;
	min-height: 100px;
}
.main-reviews-left .main-reviews-image {
	position: absolute;
	top: -135px;
}
.main-reviews-left .main-reviews-slogan {
	position: absolute;
	top: 82px;
	right: 0;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	width: 135px;
	text-align: center;
	background-color: #96bf01;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
	padding: 19px 27px;
}
.main-reviews-right {
	width: 576px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin: 5px 0;
}
.footer-menu a {
	display: block;
	font-family: "MuseoSansCyrl", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5e5e5e;
	text-decoration: none;
}
.footer-menu a.title {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #03BAD4;
	text-decoration: underline;
	text-transform: uppercase;
}
.footer-menu a.title:hover {
	text-decoration: none;
}
.footer-menu li > a:hover {
	color: #03BAD4;
}
.footer-social {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 200px;
}
.footer-social-title {
	display: block;
	margin-bottom: 20px;
	font-family: "MuseoSansCyrl", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #03BAD4;
	text-transform: uppercase;
}
.social-item {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-attachment: inherit;
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 167, 186, 0.5);
	transition: 0.2s linear;
}
.social-item:hover {
	background-color: #00a7ba;
}
.social-item-youtube {
	width: 100%;
	height: 58px;
	background-image: url(img/footer/social/sprites/utube-icons.png);
	background-position: 50% 10px;
	background-size: 50%;
}
.social-item-youtube:hover {
	background-position: 50% -30px;
}
.social-item-inst {
	background-image: url(img/footer/social/sprites/inst-icons.png);
	background-position: 13px 50%;
}
.social-item-inst:hover {
	background-position: -8px 50%;
}
.social-item-vk {
	background-image: url(img/footer/social/sprites/vk-icons.png);
	background-position: 13px 50%;
}
.social-item-vk:hover {
	background-position: -8px 50%;
}
.social-item-ok {
	background-image: url(img/footer/social/sprites/ok-icons.png);
	background-position: 15px 50%;
}
.social-item-ok:hover {
	background-position: -2px 50%;
}
.social-item-facebook {
	background-image: url(img/footer/social/sprites/fb-icons.png);
	background-position: 18px 50%;
}
.social-item-facebook:hover {
	background-position: 7px 50%;
}
.footer-bottom {
	padding: 35px 0;
	background-color: #F8F4ED;
}
.footer-bottom a {
	font-family: "HelveticaNeueCyrl", sans-serif;
	color: #636363;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: #838383;
}
.main-footer-logo {
	display: inline-block;
	margin-right: 30px;
}
.footer-top {
	padding: 40px 0;
}
.footer-top-block {
	margin-right: 15px;
}
.footer-bottom-copyright {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	font-family: "MuseoSansCyrl", sans-serif;
	color: #636363;
}
.footer-bottom-axioma {
	display: inline-block;
	float: right;
	font-family: "MuseoSansCyrl", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 45px;
	color: #00a7ba;
	text-decoration: none;
	transition: all 0.1s linear;
}
.footer-bottom-axioma:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.up-button {
	position: fixed;
	right: 7%;
	bottom: 150px;
	z-index: 99;
	display: none;
	width: 51px;
	height: 51px;
	background: url(img/up-button.png) no-repeat no-repeat center;
	cursor: pointer;
}

.up-button:hover {
	opacity: 0.7;
}
.fixed-panel {
	position: fixed;
	right: -145px;
	top: 20%;
	z-index: 5;
}
.fixed-panel-btn {
	position: relative;
	display: block;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 10px 0 60px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: all .2s linear;
	/*transform: translateX(145px);*/
	cursor: pointer;
}
.fixed-panel-btn:hover {
	transform: translateX(-145px);
}
.fixed-panel-btn::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-position: 50%;
	background-repeat: no-repeat;
}
.fixed-panel-btn--favourite {
	background-color: #96bf01;
}
.fixed-panel-btn--favourite::before {
	background-image: url(img/production/favorites-active.png);
}
.fixed-panel-btn--compare {
	background-color: #03bad4;
}
.fixed-panel-btn--compare::before {
	background-image: url(img/production/compare-active.png);
}
.wrapper-catalog .fixed-panel-btn--compare {
	display: none!important;
}
.fixed-panel-btn--callback {
	background-color: #f39525;
}
.fixed-panel-btn--callback::before {
	width: 28px;
	height: 28px;
	background-size: cover;
	-webkit-animation: animationFrames linear 3s;
	animation: animationFrames linear 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: url(img/float-phone.png);
}
.fixed-panel-btn--write {
	background-color: #96bf01;
}
.fixed-panel-btn--write::before {
	background-image: url(img/write_boss.png);
}
.fixed-panel-btn--review {
	background-color: #03bad4;
}
.fixed-panel-btn--review::before {
	background-image: url(img/write_review.png);
}
.fixed-panel-btn span {
	display: inline-block;
	height: 30px;
	padding: 0 7px;
	margin-left: 7px;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
}
.fixed-panel-btn--favourite span {
	background-color: #03bad4;
}
.fixed-panel-btn--compare span {
	background-color: #96bf01;
}

.call-order {
	padding: 15px 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #03bad4;
}
.call-order-list {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.call-order-item a {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	width: 220px;
	margin: 0 55px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.call-order-item img {
	transition: all 0.35s linear;
}
.call-order-item span {
	margin-left: 10px;
}
.call-order-item:hover a {
	text-decoration: underline;
}
.call-order-item:hover img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.youtube-bottom .wrapper {
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.youtube-about {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 37%;
	padding: 20px 48px;
	border: 8px solid #e5e5e5;
	background-image: url(img/home/home-youtube/youtube-logo.png);
	background-repeat: no-repeat;
	background-position: 48px 20px;
	-webkit-background-size: 134px;
	background-size: 134px;
}
.youtube-about::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 50%;
	display: block;
	width: 32px;
	height: 50px;
	margin-top: -25px;
	background-attachment: inherit;
	background-image: url(img/home/home-youtube/youtube__about-after.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
}
.youtube-about-subscribe {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-bottom: 26px;
	padding: 0 35px;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	color: #03bad4;
	text-decoration: none;
	text-transform: uppercase;
	background-color: white;
	border-radius: 20px;
	border: 2px solid #03bad4;
	box-shadow: 1px 1px 1px 1px #ededed;
	transition: none;
}
.youtube-about-subscribe:hover {
	color: white;
	background-color: #03bad4;
}
.youtube-about-desc {
	margin: 20px 0;
	font-size: 22px;
	line-height: 25px;
	color: #000;
	clear: both;
}
.youtube-about-desc a {
	color: #646464;
	text-decoration: none;
	border-bottom: 1px solid #646464;
}
.youtube-about-desc a:hover {
	color: #969696;
	border-bottom: 1px solid transparent;
}
.youtube-videos {
	position: relative;
	display: inline-block;	
	width: 508px;
	margin-left: -28px;
	padding: 60px 20px 60px 60px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
.pagination-list {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination-item a {
	text-align: center;
	display: inline-block;
	height: 20px;
	width: 26px;
	margin: 10px;
	border-radius: 50%;
	border: 2px solid #03bad4;
	background-color: #03bad4;
	text-decoration: none;
	color: white;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.pagination-item:hover {
	color: #03bad4;
	background-color: white;
}
.pagination-item.active a {
	width: 31px;
	height: 23px;
	margin: 9px;
	padding-top: 8px;
	color: #03bad4;
	background-color: white;
	cursor: default;
}
.wrapper-catalog .pagination-item a {
	border: 2px solid #96bf01;
	background-color: #96bf01;
}
.wrapper-catalog .pagination-item:hover a {
	color: #96bf01;
	background-color: white;
}
.wrapper-catalog .pagination-item.active a {
	color: #96bf01;
	background-color: white;
}
.btn-review {
	position: absolute;
	top: -80px;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	float: right;
	text-decoration: none;
	background-color: #03bad4;
	color: #fff;
	line-height: 35px;
	padding: 0 30px;
	border: 2px solid #03bad4;
	box-shadow: 1px 1px 1px 1px #ededed;
	border-radius: 23px;
	font-weight: normal;
	cursor: pointer;
	font-size: 16px;
}
.btn-review:hover {
	color: #03bad4;
	background-color: #fff;
	border: 2px solid #03bad4;
}
.news-list-back,
.btn-career {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 14px;
	box-shadow: 1px 1px 1px 1px #aaa;
	font-weight: normal;
	text-decoration: none;
	color: black;
	background-color: white;
	border-color: white;
	line-height: 34px;
	height: 34px;
	margin: 20px 0 30px;
	margin-bottom: 40px;
	padding: 0 20px;
	border-radius: 17px;
	text-transform: none;
}
.news-list-back:hover,
.btn-career:hover {
	background-color: #ededed;
	border-color: #ededed;
}
.about-image-top {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.about-image-top img {
	max-width: 100%;
	height: auto;
}
.about-image-creating {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 960px;
	background-color: #03bad4;
	color: #fff;
	padding: 22px 80px;
	margin-left: -480px;
	box-sizing: border-box;
}
.about-image-creating .creating-year {
	width: 20%;
	font-size: 21px;
}
.about-image-creating .creating-year span {
	display: block;
	font-size: 69px;
	margin-top: 15px;
	font-weight: 200;
}
.about-image-creating .creating-text {
	padding: 0;
	width: 70%;
	font-size: 17px;
	line-height: 25px;
	font-weight: 200;
	text-align: left;
}
.infographic-list,
.award-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 100px;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
.infographic-item {
	text-align: center;
}
.infographic-item:not(:nth-child(2)),
.award-item:not(:nth-child(2)) {
	width: 30%;
}
.infographic-item:nth-child(2),
.award-item:nth-child(2) {
	width: 39%;
}
.infographic-item:not(:last-child) {
	border-right: 1px solid #C0C0C0;
}
.infographic-item h3 {
	font-size: 72px;
	color: #03bad4;
	margin: 0;
	margin-bottom: 25px;
	font-weight: 200;
}
.infographic-item p {
	display: inline-block;
	color: #353535;
	font-size: 20px;
	line-height: 30px;
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
	width: 80%;
	margin: 0 auto;
}
.award-item:not(:nth-child(2)) {
	padding-top: 70px;
}
.award-item:nth-child(2) {
	text-align: center;
}
.award-item em {
	font-size: 18px;
}
.advantages-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.advantages-item {
	position: relative;
	width: 100%;
	padding-left: 180px;
	padding-bottom: 35px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}
.advantages-item::after {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 1px;
	left: 180px;
	bottom: 0;
	background-color: #cecece;
}
.advantages-item-title {
	color: #040000;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px;
}
.about-team {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 58px 0;
}
.about-team h2 {
	display: inline-block;
	width: 100%;
	margin: 0 0 57px;
	font-size: 26px;
	font-weight: 600;
}
.about-team-list {
	width: 50%;
}
.about-team-list ol {
	counter-reset: num;
	padding: 19px 0;
	margin: 0;
	list-style: none;
}
.about-team-list .team-list-item {
	position: relative;
	margin-bottom: 28px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #5d5d5d;
	padding-left: 45px;
}
.about-team-list .team-list-item::before {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
	color: #96bf01;
	border: 1px solid #96bf01;
	text-align: center;
	border-radius: 30px;
}
.about-team-gallery {
	width: 45%;
}
.about-team-gallery img {
	max-width: 100%;
	height: auto;
}
.about-team-staff {
	width: 50%;
}
.about-vacancies h2 {
	color: #96bf01;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
}
.about-vacancies .vacancies-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 50px 0;
	list-style: none;
}
.about-vacancies .vacancies-item {
	width: 100%;
	padding-bottom: 20px;
	margin: 30px 0 50px;
	border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}
.about-vacancies .vacancies-item h2 {
	font-size: 32px;
	color: #373737;
	text-transform: uppercase;
	margin-bottom: 35px;
	padding-bottom: 15px;
}
.about-vacancies .vacancies-item h2 span {
	padding-left: 30px;
	color: #96bf01;
}
.about-services-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-services-item {
	width: 320px;
	margin-bottom: 20px;
	text-align: center;
}
.about-services-item .item-image {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.about-services-item .item-title {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
}
.about-services-item .item-title:hover {
	text-decoration: none;
}
.about-partners-text {
	font-size: 15px;
	color: #2e2e2e;
	line-height: 30px;
	font-weight: 400;
	font-family: "HelveticaNeueCyrl", sans-serif;
}
.about-partners-utp {
	background-color: #f8f5ef;
	font-size: 15px;
	line-height: 30px;
	color: #373737;
	padding: 30px 0;
	margin-bottom: 20px;
}
.about-partners-utp p {
	margin: 0;
}
.production-title-main {
	text-align: center;
	padding: 10px 0 25px;
	color: #373737;
	font-size: 71px;
	font-weight: 200;
	margin-top: 30px;
}
.catalog-title {
	color: #000;
	font-size: 40px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
.production-section-top {
	display: flex;
}
.production-section-menu {
	padding-left: 420px;
	background-color: #03bad4;
	background-image: url(img/production/side-menu_before.png);
	background-position: 50px 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.videoreviews-doors {
	position: relative;
	margin: 50px auto;
    max-width: 990px;
}
.videoreviews-doors .videoreviews-title {
    font-size: 32px;
    font-weight: 400;
    color: #373737;
    letter-spacing: 0.9px;
    margin-bottom: 45px;
}
@-webkit-keyframes animationFrames {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
	20% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes animationFrames {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
	20% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media only screen and (max-width: 1620px) {
	.main-header {
		height: auto;
		flex-wrap: wrap;
	}
	.main-header-logo {
		order: 1;
	}
	.main-header-best {
		order: 2;
	}
	.main-navigation {
		width: 100%;
		padding: 10px 0;
		order: 5;
	}
	.site-navigation {
		justify-content: space-around;
	}
	.main-header-callback {
		order: 3;
	}
	.main-header-phones {
		order: 4;
	}
}
@media only screen and (max-width: 1320px) {
	.production-section-menu {
		padding-left: 40px
	}
}
@media only screen and (max-width: 1200px) {
	.main-help,
	.main-staff {
		width: 100%;
		justify-content: center;
	}
	.main-staff-block {
		padding-left: 0;
	}
}
@media only screen and (max-width: 980px) {
	.main-header-logo {
		width: 300px;
	}
	.main-header-best {
		display: none;
	}
	.call-order {
		margin-bottom: 20px;
	}
	.content {
		padding: 0 20px;
	}
	.title-block {
		padding-right: 0;
	}
	.main-about {
		background-image: none;
	}
	.main-about-desc {
		width: 100%;
		padding: 0 15px 30px;
		color: #000;
		box-sizing: border-box;
	}
	.main-reasons-text.type-text {
		width: auto;
	}
	.about-image-creating {
		position: relative;
		left: 0;
		margin-left: 0;
		padding: 20px 0;
		width: 100%;
	}
	.about-image-creating .creating-year,
	.about-image-creating .creating-text {
		width: 100%;
	}
	.about-image-creating .creating-text {
		text-align: center;
	}
	.about-image-creating .creating-year span {
		font-size: 45px;
	}
	.about-team {
		padding: 20px 0;
	}
	.about-team h2 {
		margin: 0 0 20px;
	}
	.about-team-list,
	.about-team-gallery {
		width: 100%;
	}
	.about-team-gallery {
		text-align: center;
	}
	.about-vacancies .vacancies-item h2 {
		font-size: 24px;
	}
	.about-vacancies .vacancies-item h2 span {
		display: block;
		padding-left: 0;
	}
	.main-tensteps {
		height: auto;
		padding-bottom: 30px;
	}
	.main-tensteps .main-tensteps-background {
		display: none;
	}
	.main-tensteps .wrapper {
		text-align: center;
	}
	.main-tensteps-title,
	.main-tensteps-desc {
		max-width: 100%;
	}
	.main-tensteps-title::after {
		display: none;
	}
	.main-photoblog-top {
		justify-content: center;
	}
	.main-reviews {
		padding: 77px 0 0;
	}
	.main-reviews-row:last-of-type {
		padding: 32px 0;
	}
	.main-reviews-row:last-of-type .wrapper {
		justify-content: center;
	}
	.main-reviews-left {
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
	}
	.main-reviews-left .main-reviews-image {
		display: none;
	}
	.main-reviews-left .main-reviews-slogan {
		position: relative;
		top: 0;
	}
	.youtube-bottom .wrapper {
		flex-direction: column;
	}
	.wrapper-our-video {
		max-width: 540px;
	}
	.youtube-about,
	.youtube-videos {
		box-sizing: border-box;
	}
	.youtube-about {
		width: 590px;
	}
	.youtube-videos {
		padding: 60px 40px;
	}
	.youtube-about::after {
		top: unset;
		right: 50%;
		bottom: -41px;
		margin-top: 0;
		margin-right: -16px;
		transform: rotate(90deg);
	}
	.youtube-videos {
		margin-left: 0;
		margin-top: -2.9%;
	}
	.wrapper-footer {
		padding: 0 20px;
	}
	.footer-top-block,
	.footer-social,
	.main-footer-logo,
	.footer-bottom-copyright {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.hamburger-icon {
		display: block;
	}
	.main-header-logo {
		margin-left: 60px;
	}
	.main-header-phones,
	.main-navigation {
		display: none;
	}
	.main-header-callback {
		padding: 15px 40px 15px 70px;
		margin-right: 0;
	}
	.main-reasons ol > li {
		margin-right: 0;
		width: 50%;
	}
	.main-reviews-title {
		text-align: center;
	}
	.youtube-about,
	.youtube-videos {
		width: 90%;
	}
	.youtube-videos {
		margin-top: -25px;
	}
	.about-title {
		font-size: 40px;
	}
	.infographic-item:not(:nth-child(2)),
	.infographic-item:nth-child(2),
	.award-item:not(:nth-child(2)),
	.award-item:nth-child(2) {
		width: 100%;
	}
	.infographic-item:not(:last-child) {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #C0C0C0;
		border-right: none;
	}
	.award-item:not(:nth-child(2)) {
		padding-top: 0;
	}
	.award-item {
		text-align: center;
	}
	.award-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.advantages-item {
		padding-left: 0;
		padding-top: 140px;
		text-align: center;
		background-position: center top;
	}
	.advantages-item::after {
		left: 0;
		width: 100%;
	}
	.about-services-item {
		width: 100%;
	}
	.main-advantages-title {
		padding-bottom: 15px 0;
		font-size: 32px;
	}
	.main-advantages-list {
		justify-content: center;
	}
	.main-advantages-item {
		width: 100%;
		max-width: none;
		margin: 15px 20px 30px;
	}
	.main-advantages-item:first-child {
		margin: 0 0 30px;
	}
	.main-advantages-item .number {
		font-size: 50px;
	}
	.main-reasons .wrapper {
		padding: 0 20px;
	}
	.main-reviews-right {
		width: 100%;
	}
	.production-section-top {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.production-section-menu {
		padding-left: 20%;
		width: 100%;
	}
}
@media only screen and (max-width: 540px) {
	.hamburger-icon {
		margin-top: 25px;
	}
	.main-header {
		flex-wrap: nowrap;
		height: 70px;
	}
	.main-header-logo {
		display: none;
	}
	.main-header-logo--mobile {
		display: inline-block;
	}
	.main-header-callback {
		font-size: 0;
		width: 38px;
		padding: 0;
		margin: 0;
		margin-left: auto;
		margin-right: 15px;
		background-position: center;
		background-color: transparent;
	}
	.main-staff .main-staff-item {
		width: 100%;
		height: 210px;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
	}
	.main-staff .main-staff-photo {
		height: 190px;
		max-height: 190px;
	}
	.main-staff .main-staff-text {
		padding: 10px 30px;
	}
	.main-about .letter {
		width: 100%;
		box-sizing: border-box;
	}
	.main-about .letter-title {
		text-align: center;
		padding-top: 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.main-staff .main-staff-list {
		padding: 45px 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-tensteps-title {
		padding-bottom: 0;
		font-size: 36px;
		line-height: 1;
	}
	.main-tensteps-desc,
	.main-reasons-subtitle {
		font-size: 24px;
	}
	.main-reasons-title {
		font-size: 36px;
	}
	.main-reasons ol > li {
		width: 100%;
		text-align: center;
	}
	.main-events-title {
		text-align: center;
	}
	.main-photoblog-title {
		text-align: center;
	}
	.wrapper-footer {
		justify-content: center;
		padding: 0;
		text-align: center;
	}
	.footer-top-block {
		width: 100%;
	}
	.up-button {
		bottom: 30px;
	}
	.fixed-panel {
		display: none;
	}
	.wrapper-our-video {
		max-width: 100%;
	}
	.about-title-main {
		font-size: 40px;
	}
	.title-block {
		padding: 0;
		font-size: 18px;
	}
	.main-photoblog-quote {
		padding: 20px 40px 0;
	}
	.main-photoblog-quote::before,
	.main-photoblog-quote::after {
		width: 40px;
		height: 20px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.footer-top-block,
	.footer-social,
	.main-footer-logo,
	.footer-bottom-copyright {
		margin-right: 0;
	}
}
@media only screen and (max-width: 460px) {
	.call-order-item a {
		margin: 0;
	}
	.youtube-about {
		text-align: center;
		background-position: center 20px;
	}
	.youtube-about-subscribe {
		float: none;
		margin-top: 70px;
		margin-bottom: 0;
	}
	.btn-review {
		top: -40px;
	}
	.main-about-title {
		text-align: center;
	}
	.main-about-title > a {
		margin-left: 0;
	}
	.main-help-block {
		width: 100%;
		text-align: center;
	}
	.help-item {
		width: auto;
	}
	.main-staff-title {
		text-align: center;
	}
	.main-staff .main-staff-photo {
		display: none;
	}
	.main-staff .main-staff-list {
		width: 150px;
		margin: 0 auto;
	}
	.main-staff .swiper-btn {
		display: none;
	}
	.main-reviews-list {
		padding-bottom: 20px;
	}
	.youtube-videos {
		padding: 60px 0;
	}
	.production-section-menu {
		padding-left: 20px;
	}
}

/* buttons */

.compare-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transition: all .2s linear;
    background-attachment: inherit;
    background-color: #e4e4e4;
    background-image: url(img/compare.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.compare-btn:hover,
.compare-checkbox:checked + .compare-btn:hover {
	background-attachment: inherit;
    background-color: #e4e4e4;
    background-image: url(img/compare-hover.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.compare-checkbox:checked + .compare-btn {
    background-attachment: inherit;
    background-color: #03bad4;
    background-image: url(img/compare-active.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.compare-btn:after {
    content: 'Добавить к сравнению';
    display: none;
    position: absolute;
    width: 130px;
    left: 50%;
    margin-left: -80px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    padding: 0 15px;
    border-radius: 12.5px;
    top: calc(100% + 10px);
    color: #959595;
    background-color: #e4e4e4;
}
.compare-btn:hover:after {
    display: block;
}
.favorites-btn {
	display: inline-block;
    position: relative;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    border-radius: 20px;
    transition: all .2s linear;
    background-attachment: inherit;
    background-color: #e4e4e4;
    background-image: url(img/favorites.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.favorites-btn.active {
    background-attachment: inherit;
    background-color: #96bf01;
    background-image: url(img/favorites-active.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.favorites-btn:hover {
    background-attachment: inherit;
    background-color: #e4e4e4;
    background-image: url(img/favorites-hover.png);
    background-position: 50%;
    background-repeat: no-repeat;
} 


.clearfix:before {
    content: '';
    clear: both;
    display: block;
    float: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
    float: none;
}

.shkafy-design .swiper-button {
    top: 165px;
    transition: all .2s linear;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    border: 1px solid transparent;
    background-size: 40%;
}
.shkafy-design .swiper-button:hover {
    border-color: #96bf01;
	outline: none;
}
.shkafy-design .swiper-button:focus {
	outline: none;
}
.shkafy-design .swiper-button-next {
    right: -70px;
    background-attachment: inherit;
    background-image: url(img/home/home-help/btn-next.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.shkafy-design .swiper-button-prev {
    left: -70px;
    background-attachment: inherit;
    background-image: url(img/home/home-help/btn-prev.png);
    background-position: 50%;
    background-repeat: no-repeat;
}


.pagetitle {
	color: #373737;
	font-size: 35px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 40px;
}
.compare {
	padding-top: 35px;
	border-top: 1px solid #e0e0e0;
}

.counter {
    width: 320px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 100;
    color: rgba(67, 67, 67, 0.7);
}
.counter__image {
    float: left;
}
.counter-image {
    position: relative;
    height: 50px;
    width: 50px;
}
.counter-image__circle {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(img/counter-circle.png);
}
.counter-image__arrow {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(img/counter-arrow.png);
}
.counter-image .start {
    -webkit-animation: timer 4s infinite ease-in-out;
    animation: timer 4s infinite ease-in-out;
}

.counter__timer {
    margin-left: 30px;
    margin-right: 10px;
    float: left;
    height: 50px;
    line-height: 50px;
}
.counter__timer #minutes {float: left; }
.counter__timer #seconds {float: left; }
.counter__text {
    float: left;
    line-height: 50px;
}








@media only screen and (max-width: 540px) {
	.fixed-panel {
		display: flex;
		bottom: 0;
		/* flex: 1; */
		left: 0;
		right: 0;
		top: auto;
		    z-index: 31;
	}
	.fixed-panel-btn {
		color: transparent !important;
		position: relative;
		display: flex;
		flex-direction: column;
		height: 50px;
		width: 20%;
		margin-bottom: 0px; 
		padding: 0px;
		line-height: 50px;
		text-decoration: none;
		color: #fff;
		border-radius: 0;
		transition: all .2s linear;
		/* transform: translateX(145px); */
		cursor: pointer;
		flex: 1;
	}
	.fixed-panel-btn::before {
    	left: 22px;
	}
	.fixed-panel-btn:hover {
		transform: scale(1.1);
		z-index:100;
	}
	.swiper-slide-active:before {
		    content: '';
			display: block;
			background: #ffffff4a;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			position: absolute;
	}
	.swiper-container--main-banner .wrapper {
		padding: 20px;
		z-index: 10;
	}
	.swiper-slide-active:before {
		content: '';
		display: block;
		background-image:  linear-gradient(to bottom,#ffffff00, #fffbfb1c 30%, #ffffff00 60% ,#fff0);
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	.up-button {
		bottom: 70px;
	}
}

.main-header .social {
	order: 4;
	flex: none;
	width: 48px;
	display: flex;
	flex-direction: column;
}
.main-header .social i {color: #cacaca;}

@media only screen and (max-width: 768px) {
	.link_insta_index {
		order: 2;
	}
}

@media only screen and (min-width: 1200px) {
	.link_insta_index {
     order: -1;

	}
}