﻿@font-face {
    font-family: "open-sans-light";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans-light.woff") format("woff"), url("/themes/default/fonts/open-sans-light.ttf") format("truetype"), url("/themes/default/fonts/open-sans-light.eot") format("eot");
}
@font-face {
    font-family: "open-sans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans.woff") format("woff"), url("/themes/default/fonts/open-sans.ttf") format("truetype"), url("/themes/default/fonts/open-sans.eot") format("eot");
}
@font-face {
    font-family: "open-sans-semibold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans-semibold.woff") format("woff"), url("/themes/default/fonts/open-sans-semibold.ttf") format("truetype"), url("/themes/default/fonts/open-sans-semibold.eot") format("eot");
}
@font-face {
    font-family: "open-sans-bold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans-bold.woff") format("woff"), url("/themes/default/fonts/open-sans-bold.ttf") format("truetype"), url("/themes/default/fonts/open-sans-bold.eot") format("eot");
}
html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	font-family: "open-sans";
	font-size: 12px; 
	color: #000000; 
	background: #ffffff;
}
body.no-scroll {
	height: 100%;
	/* width: 100%;	 */
	overflow: hidden;
}
a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
.show_cookie_area .close_cookie {
    border: 2px solid #999;
    width: auto;
    border-radius: 7px;
    display: inline-block;
    position: inherit;
    left: auto;
    top: auto;
    margin-left: 10px;
    padding: 2px 15px 2px;
    background: #f0f0f0;
    color: #444;
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}
img { 
	border: none; 
	border-width: 0px; 
}
.clear { 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
}
*html #main { 
	height: 100%; 
}
/* .buy_accept_area{
	font-size:11px;
} */
p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
    font-family: "open-sans";
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	font-weight: normal; 
    font-family: "open-sans";
}
h3 { 
	font-size: 16px;
}
h4 { 
	text-transform: uppercase;
	font-size: 21px;
	color:#000000;
}
h5 {
	font-family: "open-sans";
	font-size: 19px;
}
table { 
	border-collapse: collapse; 
}
.main_h1{
	text-align:center;
}
ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* ----- pagewrap ----- */
html {
	scroll-behavior: smooth;
}
body {
	
	height:auto;
}
#pagewrap {
	width:100%;
	background:#ffffff;
}
#blackwrap {
	z-index:10000;
}
#show_form {
	z-index:10001;
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgb(147, 2, 2);
	z-index: 2;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.4);	
}
#header-main {
	width: 100%;
	height: 100%;
}
#header-menu {
	width: 700px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header-menu li {
	position: relative;
	padding: 0;
	margin: 0;
}
#header-menu li a {
	display: block;
	margin: 0px;
	padding: 22px 17px;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;	
	text-decoration: none;
    font-family: "open-sans-semibold";
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;		
}
#header-menu li a:hover {
	color:#f39f94;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
}
#header-menu li.header-menu-li-logo {
	width: 60px;
	padding: 0;
	margin: 0 35px;
}
#header-menu li.header-menu-li-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#header-menu li.header-menu-li-logo img {
	display: flex;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
#header-menu ul {
	display: none;	
	/**//**/
}
#header-menu .header-menu-li:hover ul {
	display: block;
	position: absolute;
	top: 68px;
	left: 0;
	width: 250px;
	background-color: rgb(147, 2, 2);
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
	-webkit-box-shadow: 0px 10px 20px 0px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 10px 20px 0px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 10px 20px 0px rgba(34, 60, 80, 0.4);	
}
.header-menu-strange-line {
	height: 1px;
	padding: 0;
	margin: 0 auto;
	width: 97%;
	max-width: 1150px;
	background: #ffffff;
}
/* team-on-main */
#team-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
#team-on-main-container {
	position: relative;
	width: 100%;
	/* height: 800px; */
	height: 100vh;
	padding: 0;
	margin: 0;
	background: url("/themes/default/images/team-on-main-1680.jpg") no-repeat 50% 0%;
	background-size: cover;
}
#team-on-main-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
	z-index: 0;
}
#team-on-main-info {
	position: relative;
	width: 96%;;
	max-width: 1200px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 1;
}
#team-on-main-info-container {
	height: 50%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#team-on-main-info-container h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: "open-sans-semibold";
	font-size: 26px;
	color: #fff;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-align: center;
}
#team-on-main-info-container h3 {
	padding: 24px 0 42px;
	margin: 0;
	font-family: "open-sans-semibold";
	font-size: 52px;
	letter-spacing: 0.5px;
	color: #fff;
	line-height: 1.17;	
	text-align: center;
}

#team-on-main-info-container h1 {
	padding: 10px 0 10px 0;
	margin: 0;
	font-family: "open-sans-semibold";
	font-size: 32px;
	letter-spacing: 0.5px;
	color: #fff;
	line-height: 1.17;	
	text-align: center;
}
#team-on-main-buttons {
	margin: 0px 0px 0px 0px;
	padding: 10px 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#team-on-main-button-1 {
	width: 480px;
	flex-basis: 480px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 20px 0 0;
	justify-content: center;
	text-decoration: none;
	background: #930202;
	color:#ffffff;
	font-family: "open-sans-semibold";
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#team-on-main-button-1:hover {
	background: #f02222;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
}
#team-on-main-button-2 {
	width: 325px;
	flex-basis: 325px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 0px 0 0;
	border: 2px solid #ffffff;
	text-decoration: none;
	/* background: #930202; */
	color:#ffffff;
	font-family: "open-sans-semibold";
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#team-on-main-button-2:hover {
	background: #f02222;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
}
#team-on-main-arrow {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
#team-on-main-arrow a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#team-on-main-arrow a svg {
	/**//**/
}
#team-on-main-arrow a span {
	font-size: 40px;
	color:#ffffff;
}
/* about-on-main */
#about-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #eaeaea;
}
#about-on-main-container {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 30px 0px 40px 0px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.about-on-main-block {
	width: 360px;
	flex-basis: 360px;
	padding: 0;
	margin: 0;
}
.about-on-main-block-1 {
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	opacity: 0;
	transform: translate(10%, 0);
	-webkit-transform: translate(10%, 0);
	-moz-transform: translate(10%, 0);
	-ms-transform: translate(10%, 0);
	-o-transform: translate(10%, 0);
}
.animated-section.active .about-on-main-block-1 {
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	opacity: 1;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.about-on-main-block-2 {
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	opacity: 0;
	transform: translate(11%, 0);
	-webkit-transform: translate(11%, 0);
	-moz-transform: translate(11%, 0);
	-ms-transform: translate(11%, 0);
	-o-transform: translate(11%, 0);
}
.animated-section.active .about-on-main-block-2 {
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	opacity: 1;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.about-on-main-block-3 {
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	opacity: 0;
	transform: translate(12%, 0);
	-webkit-transform: translate(12%, 0);
	-moz-transform: translate(12%, 0);
	-ms-transform: translate(12%, 0);
	-o-transform: translate(12%, 0);
}
.animated-section.active .about-on-main-block-3 {
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	opacity: 1;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.about-on-main-img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.about-on-main-img img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-on-main-intro {
	padding: 0px 0px;
	margin: 20px 0px;
	font-size: 18px;
  	line-height: 1.35;
	color:#000000;
	font-family: "open-sans-semibold";	
}
/* advantages-on-main */
#advantages-on-main {
	width: 100%;
	padding: 150px 0px;
	margin: 0 auto;
	background: #ffffff;
}
#advantages-on-main h2 {
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
  	line-height: 1.23;
	color:#930202;
	font-family: "open-sans-semibold";		
}
#advantages-on-main-container {
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}
.advantages-on-main-block {
	padding: 0;
	margin: 100px 20px 0px 20px;
	width: 100%;
	flex-basis: 100%;
	max-width: 360px;
}
.advantages-on-main-img {
	width: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.advantages-on-main-block h3 {
	margin: 0px 10px 0px 10px;
	padding: 12px 0px 25px 0px;
	font-size: 30px;
  	line-height: 1.17;
	color:#000000;
	font-family: "open-sans-semibold";	
	text-align: center;	
}
.advantages-on-main-block h4 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.55;
	color:#000000;
	font-family: "open-sans-light";	
	text-transform: none;
	text-align: center;
}
/* services-on-main */
#services-on-main {
	overflow: hidden;
	padding: 135px 0 50px 0px;
	margin: 0;
	background-color: #eaeaea;
}
#services-on-main h2 {
	display: block;
	margin: 0px;
	padding: 0px 0px 40px 0px;	
	font-family: "open-sans-semibold";	
	font-size: 42px;
	font-weight: normal;
	color: #930202;
	text-align: center;
}
#services-on-main h3 {
	display: block;
	padding: 0 0 0 0;
	margin: 0 auto 90px auto;
	max-width: 560px;
	line-height: 1.5;
	font-family: "open-sans-light";	
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	color: #000000;	
}
#services-on-main-container {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.services-on-main-block {
	margin: 0 0 120px 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.services-on-main-img {
	width: 48%;
	flex-basis: 48%;
	padding: 0;
	margin: 0;
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	opacity: 0;
	transform: translate(5%, 0);
	-webkit-transform: translate(5%, 0);
	-moz-transform: translate(5%, 0);
	-ms-transform: translate(5%, 0);
	-o-transform: translate(5%, 0);
}
.animated-section.active .services-on-main-img {
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	opacity: 1;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.services-on-main-img img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.services-on-main-text {
	width: 48%;
	flex-basis: 48%;
	padding: 0;
	margin: 0;
}
.services-on-main-text h4 {
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
	font-size: 28px;
	line-height: 1.23;
	font-family: "open-sans-semibold";	
	color:#000000;
	text-transform: none;
	font-weight: normal;
}
.services-on-main-text p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.55;
	color: #000000;
	font-family: "open-sans-light";	
	font-weight: normal;	
}
.services-on-main-text a {
	display: inline-block;
	flex-grow: 0;
	height: 60px;
	margin: 30px 0 0 0;
	padding: 0 60px 0 60px;
	font-size: 16px;
	font-family: "open-sans-bold";
	color:#ffffff;
	text-transform: uppercase;
	background: rgb(147, 2, 2);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-box-shadow: 0px 8px 3px -5px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: 0px 8px 3px -5px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 8px 3px -5px rgba(34, 60, 80, 0.22);
	text-decoration: none;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
}
.services-on-main-text a:hover {
	background: #c80404;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
}
.services-on-main-text a span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-on-main-block-3 .services-on-main-text a {
	height: 60px;
	margin: 30px 0 0 0;
  	padding: 0 30px 0 30px;
	font-size: 15px;
}
/* staff-on-main */
#staff-on-main {
	padding: 150px 0px 150px 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	background: #ffffff;
}
#staff-on-main h2 {
	padding: 0 0 40px 0;
	margin: 0 0 0 0;
	font-size: 42px;
	color: #930202;
	line-height: 1.23;
	font-family: "open-sans-semibold";	
	/* color:#000000; */
	text-align: center;
}
#staff-on-main h3 {
	padding: 0 0 0 0;
	margin: 0 auto 105px auto;
	max-width: 560px;
	font-size: 20px;
	line-height: 1.5;
	font-family: "open-sans-light";	
	font-weight: normal;
	color:#000000;
	text-align: center;	
}
#staff-swiper-wrapper {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
#staff-on-main .staffSwiper {
	width: 100%;
	overflow: hidden;
}
#staff-on-main .staffSwiper .swiper-slide {
	width: 260px;
	background: #ffffff;
}
.staff-on-main-block {
	margin: 0;
	padding: 0 0px;
}
.staff-on-main-img {
	width: 100%;
	height: 260px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.staff-on-main-img img {
	width: 100%;
	/* border-radius: 7px; */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}
.staff-on-main-block h4 {
	margin: 0 0 0 0;
	padding: 20px 0 5px 0;
	font-size: 22px;
  	line-height: 1.35;
	color: #000000;
	font-family: "open-sans-semibold";	
	font-weight: normal;	
	text-transform: none;
}
.staff-on-main-block h5 {
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
	color: #7a7a7a;
	line-height: 1.55;
	font-family: "open-sans-light";	
	font-weight: normal;	
	text-transform: none;	
}
.staff-on-main-block p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.55;
	color: #000000;
	font-family: "open-sans-light";	
	font-weight: normal;	
	text-transform: none;	
}
#staff-on-main .swiper-button-next {
	position: absolute;
	right: -40px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 5px;
	background-color: #ffffff52;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#staff-on-main .swiper-button-next::after {
	display: none;
	font-size: 42px;
	color:#000000;
}
#staff-on-main .swiper-button-prev {
	position: absolute;
	left: -40px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff52;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#staff-on-main .swiper-button-prev::after {
	display: none;
	font-size: 42px;
	color:#000000;
}
#staff-on-main .swiper-button-next span,
#staff-on-main .swiper-button-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;
	font-size: 32px;
	font-weight: normal;
	z-index: 1;	
	color:#000000;
}
#staff-on-main .swiper-button-next:hover,
#staff-on-main .swiper-button-prev:hover {
	opacity: 0.5;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;	
}
#staff-on-main .swiper-button-next img,
#staff-on-main .swiper-button-prev img {
	width: 50px;
	height: auto;
	padding: 0;
	margin: 0;
}
/* review-on-main */
#review-on-main {
	width: 100%;
	height: auto;
	padding: 150px 0px 150px 0px;
	margin: 0px auto 0px auto;
	background: url("/files/file/team-on-main-1680new.jpg") no-repeat 50% 0%;
	background-size: cover;
}
#review-on-main h2 {
	width: 600px;
	margin: 0 auto 130px auto;
	padding: 10px;
	font-size: 42px;
	line-height: 1.23;
	font-family: "open-sans-semibold";
	color: #930202;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #ffffffc9;
}
#review-on-main h3 {
	margin: 0;
	padding: 0 0 60px 0;
	font-family: "open-sans-semibold";
	font-size: 26px;
	color: #fff;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-align: center;
}
#review-on-main-container {
	position: relative;
	/* overflow: hidden; */
	padding: 20px 1%;
	margin: 0px auto;
	width: 98%;
	max-width: 1160px;
	background: #ffffffc9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.reviewSwiper {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
.reviewSwiper .swiper-wrapper {
	/**//**/
}
.review-on-main-block {
	padding: 20px 20px;
	margin: 0px 20px;
	background-color: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);	
}
.review-on-main-author {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 28px;
	line-height: 1.23;
	font-family: "open-sans-semibold";
	color: #000000;
	text-transform: none;
	font-weight: normal;
}
.review-on-main-intro {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.55;
	color: #000000;
	font-family: "open-sans-light";
	font-weight: normal;
}
#review-on-main .swiper-button-next2 {
	position: absolute;
	right: -10px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px 0px;
	/* background-color: #ffffff52; */
	background-color: #ffffff;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}
#review-on-main .swiper-button-prev2 {
	position: absolute;	
	left: -10px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #ffffff;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}
#review-on-main .swiper-button-next2 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;	
	font-size: 32px;
	font-weight: normal;
	z-index: 1;
}
#review-on-main .swiper-button-prev2 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;	
	font-size: 32px;
	font-weight: normal;
	z-index: 1;
}
#review-on-main .swiper-button-next2:hover,
#review-on-main .swiper-button-prev2:hover {
	opacity: 0.5;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;	
}
#review-on-main .swiper-button-next2 img,
#review-on-main .swiper-button-prev2 img {
	width: 50px;
	height: auto;
	padding: 0;
	margin: 0;
}
/* #news-on-main */
#news-on-main {
	width: 100%;
	height: auto;
	padding: 150px 0px 150px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #e8e9ea;
}
#news-on-main h3 {
	padding: 0 0 105px 0;
	margin: 0 0 0 0;
	font-size: 42px;
	color: #930202;
	line-height: 1.23;
	font-family: "open-sans-semibold";
	/* color: #000000; */
	text-align: center;
}
#news-on-main-container {
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0px 0%;
	/* height: 616px; */
	position: relative;
}
.newsSwiper {
	width: 100%;
	overflow: hidden;
}
.newsSwiper .swiper-slide {
	/**//**/
}
.news-on-main-block {
	padding: 10px;
	margin: 0;
}
.news-on-main-img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/* border: 3px solid #ffffff; */
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.22);		
}
.news-on-main-img img {
	display: block;
	width: 100%;
	height: auto;	
}
.news-on-main-intro {
	padding: 0 0 0 0;
	margin:20px 0 10px 0;
	/* font-size: 22px;
	text-align: center;
	font-family: "open-sans";
	font-weight: normal; */
	font-size: 18px;
	line-height: 1.55;
	color: #000000;
	font-family: "open-sans-light";
	font-weight: normal;
}
.news-on-main-intro p {
	padding: 0;
	margin: 0;
}
.newsSwiper .swiper-button-prev3 img {
	width: 100%;
}
#news-on-main .swiper-button-next3 {
	position: absolute;
	right: -40px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px 0px;
	/* background-color: #ffffff52; */
	/* background-color: #ffffff; */
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}
#news-on-main .swiper-button-prev3 {
	position: absolute;	
	left: -40px;
	top: 45%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px 0px;
	/* background-color: #ffffff; */
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}
#news-on-main .swiper-button-next3 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;	
	font-size: 32px;
	font-weight: normal;
	z-index: 1;
}
#news-on-main .swiper-button-prev3 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;	
	font-size: 32px;
	font-weight: normal;
	z-index: 1;
}
#news-on-main .swiper-button-next3:hover,
#news-on-main .swiper-button-prev3:hover {
	opacity: 0.5;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;	
}
#news-on-main .swiper-button-next3 img,
#news-on-main .swiper-button-prev3 img {
	width: 50px;
	height: auto;
	padding: 0;
	margin: 0;
}
/* life-on-main */
#life-on-main {
	padding: 150px 0px 150px 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	background: #ffffff;
}
#life-on-main h3 {
	padding: 0 0 105px 0;
	margin: 0 0 0 0;
	font-size: 42px;
	color: #930202;
	line-height: 1.23;
	font-family: "open-sans-semibold";
	/* color: #000000; */
	text-align: center;
}
#life-on-main-container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
#life-on-main .lifeSwiper {
	width: 100%;
	overflow: hidden;
}
#life-on-main .lifeSwiper .swiper-slide {
	width: 260px;
	background: #ffffff;
}
.life-on-main-block {
	margin: 0;
	padding: 0 0px;
}
.life-on-main-img {
	width: 100%;
	height: 260px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.life-on-main-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding: 0 0;
	margin: 0 auto;
	/* border-radius: 7px; */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;		
}
.life-on-main-title {
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.55;
	color: #000000;
	font-family: "open-sans-light";
	font-weight: normal;	
}
#life-on-main .swiper-button-next4 {
	position: absolute;
	right: -40px;
	top: 35%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 5px;
	background-color: #ffffff52;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 1;
	cursor: pointer;
}
#life-on-main .swiper-button-next4::after {
	display: none;
	font-size: 42px;
	color:#000000;
}
#life-on-main .swiper-button-prev4 {
	position: absolute;
	left: -40px;
	top: 35%;
	width: 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 5px;
	background-color: #ffffff52;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 1;
	cursor: pointer;
}
#life-on-main .swiper-button-prev4::after {
	display: none;
	font-size: 42px;
	color:#000000;
}
#life-on-main .swiper-button-next4 span,
#life-on-main .swiper-button-prev4 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 15px 5px;
	font-size: 32px;
	font-weight: normal;
	z-index: 1;	
	color:#000000;
}
#life-on-main .swiper-button-next4:hover,
#life-on-main .swiper-button-prev4:hover {
	opacity: 0.5;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;	
}
#life-on-main .swiper-button-next4 img,
#life-on-main .swiper-button-prev4 img {
	width: 50px;
	height: auto;
	margin: 0;
	padding: 0;
}
/* footer */
footer {
	width: 100%;
	padding: 0 0 50px 0;
	margin: 0;
	background: #111111;
}
#footer-container {
	width: 90%;
	max-width: 1160px;
	height: 370px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.footer-menu-block {
	margin: 0;
	padding: 0;
}
.footer-menu-block.footer-menu-block-2 {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 30px 0px;
}
.footer-menu-block li {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-family: "open-sans-bold";
	
}
.footer-menu-block li a {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-family: "open-sans-bold";
	text-decoration: none;
}
.footer-menu-block.footer-menu-block-3 a {
	font-size: 18px;
  	line-height: 24px;
	font-family: "open-sans-light";
	text-decoration: underline;
}

#footer-soc {
	padding: 0;
	margin: 0;
}
#footer-soc-ya {
	padding: 0;
	margin: 0;
}
#footer-soc-ya a {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
}
#footer-soc-ya a img {
	display: block;
	width: 70px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
#footer-soc ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	margin: 0px 0px;
}
#footer-soc ul li {
	padding: 0px 5px;
	margin: 0px 0px;
	opacity: 1;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;		
}
#footer-soc ul li:hover {
	opacity: 0.7;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;	
}

.show_cookie_area {
	/* display: none!important; */
}









/* main-inner */
#main.inner-main-services,
#main.main-inner {
	padding: 110px 0px 0px 0px;
}
.catalog-cat {
	width: 100%;
	padding: 0;
	margin: 0;
}
.catalog-all-list,
.catalog-add-photos ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.catalog-list-one,
.catalog-add-photos li {
	width: 300px;
	flex-basis: 300px;
	padding: 0;
	margin: 10px 10px 20px 10px;
}
#main.main-inner .catalog-add-photos li {
	list-style: none;
}
.catalog-add-photos li a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.catalog-list-one-img,
.catalog-add-photo .catalog-list-one-img {
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);	
}
.catalog-list-one-title {
	margin: 0 0 0 0;
	padding: 10px 4px;
	font-family: "open-sans";
	font-size: 20px;
	line-height: 25px;
}
.inner-parthers {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.inner-parthers-block {
	width: 200px;
	flex-basis: 200px;
	padding: 20px;
	margin: 20px 20px 30px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.22);		
}
.inner-parthers-block img {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;

}

/* go-to-top */
#go-to-top {
	display: none;
	position: fixed;
	right: 11%;
	bottom:56px;
	padding:10px;
	color:#fff;
	background-color: #9ebf99;
	font-family: Opensans;
    font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	z-index:10002;
}
#go-to-top::before {
	content: "↑";
	padding:0 3px 0 0;
}
#go-to-top.show {
	display: block;
}

/* feedback inner form */
.feedback-form-container2 {
	width: 90%;
	max-width: 600px;
	display: inline-block;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
}
.feedback-form-container2 .catalog_user_data2 {
	width: 100%;
	padding: 0;
	margin: 0;
}
#main.main_2 .feedback-form-container2 table input[type="text"], 
#main.main_2 .feedback-form-container2 table textarea {
	background: #ffffff;
	color: #c00000;
	font-family: "open-sans";
	font-size: 24px;
	padding: 5px 5%;
	margin: 10px 0px;
	width: 90%;
	border: none;
	border-radius: 5px;
}
#main.main_2 .feedback-form-container2 table textarea {
	height: 150px;
}
/* Remove outline on the forms and links */
#main.main_2 .feedback-form-container2 table input[type="text"]:active, 
#main.main_2 .feedback-form-container2 table input[type="text"]:hover, 
#main.main_2 .feedback-form-container2 table input[type="text"]:focus,
#main.main_2 .feedback-form-container2 table textarea:active, 
#main.main_2 .feedback-form-container2 table textarea:hover, 
#main.main_2 .feedback-form-container2 table textarea:focus {
    outline: 0;
    outline-offset: 0;
}
.catalog_user_data2 {
	border-collapse: collapse;
	margin: 2px 0;
	width: auto;
}
.catalog_user_data2 td {
	border: none;
	padding: 5px 0;
	text-align: left;
	width: auto;
	font-size: 16px;
	color: #666;
}
#main.main_2 .feedback-form-container2 .catalog_user_data2 input.pkod[type="text"] {
	float: left;
	font-size: 36px;
	height: 44px;
	margin: 10px 0 0 10px;
	text-align: center;
	width: 100px;
	padding: 4px 10px 3px;
}
.feedback-captcha img,
.feedback-captcha input {
	margin: 10px 0 0 0;
}
#show_form {
	background-color: #f0f0f0;
	border: none;
	left: 50%;
	margin: 0 0 0 -215px;
	position: fixed;
	top: 100px;
	width: 555px;
	/* z-index: 4321; */
	border-radius: 10px;
	font-size: 16px;
	font-weight: normal;
}
#show_form td {
	font-size: 16px;
	color: #666;
}
#show_form .show_form_inner h1 {
	font-family: "open-sans";
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
	font-weight: bold;
	width: 90%;
}
#show_form.show_form_1 .show_form_inner, 
#show_form.show_form_2 .show_form_inner {
	padding: 20px 20px 20px 50px;
}
#show_form .show_form_send {
	font-family: "open-sans";
	padding: 20px 20px;
	font-size: 20px;
	display: inline-block;
	margin: 10px 4px 20px 0;
	background: #c00000;
	color: #ffffff;
	text-decoration: none;
	font-family: "open-sans-bold";
	/* font-family: "open-sans"; */
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: none;
	cursor: pointer;
	position: relative;
	float: right;
}
#show_form.show_form_1 .show_form_inner input[type="text"], 
#show_form.show_form_1 .show_form_inner textarea,
#show_form.show_form_2 .show_form_inner input[type="text"], 
#show_form.show_form_2 .show_form_inner textarea {
	background: #ffffff;
	color: #c00000;
	font-family: "open-sans";
	font-size: 24px;
	padding: 5px 10px;
	width: 460px;
	border: none;
	border-radius: 5px;
	margin: 0 0 10px;
}
#show_form_close {
	color: #666666;
	display: block;
	font-size: 20px;
	position: absolute;
	right: 15px;
	text-decoration: none;
	top: 15px;
	z-index: 100000;
}
/* cookies panel */
.show_cookie_area {
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.9);
	color: #000;
	padding: 10px 0;
	z-index: 4;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center middle;
	background-repeat: no-repeat;
	box-shadow: 1px 2px 5px;
}
.show_cookie_area_inner {
	width: 80%;
	margin:0 auto;
	font-size:14px;
	text-align:center;
}
.show_cookie_area_inner a {
	text-decoration:none;
	color:#0EA9FF;
	font-weight: bold;
}
.close_cookie {
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 7%;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0;
	top: 5px;
	width: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
}
.close_cookie img {
	width: 16px;
}
/* ================================================================================= */


















/* #map-on-main */
/*
#map-on-main {
	width: 100%;
	height: 777px;
	display: -webkit-box;
	display: flex;
}
#map-on-main-frame {
	flex-basis: 51%;
}
#map-on-main-contacts-1 {
	padding: 0;
	margin:70px 0 0 80px;
}
#map-on-main-contacts-2 {
	padding: 0;
	margin:35px 0 0 80px;	
	font-size: 28px;
}
#map-on-main-contacts-3 {
	padding: 0;
	margin:30px 0 0 80px;		
}
#map-on-main-contacts-4 {
	padding: 0;
	margin:30px 0 0 80px;	
}
#map-on-main-contacts-4 {
	padding: 0;
	margin:30px 0 0 60px;		
}
#map-on-main-contacts-7 {
	padding: 0;
	margin:30px 0 0 80px;	
}
#map-on-main-contacts {
	flex-basis: 49%;
	background: url("/themes/default/images/map-on-main-contacts.png") repeat-x 0% 0%;
}
#map-on-main-contacts h4 {
	padding: 0;
	margin:0 0 5px 0;
	color:#fff;
	font-family: "open-sans-bold";
	font-size: 31px;
}
#map-on-main-contacts-4 h4 {
	width: 400px;
	margin: 0;
	padding:20px 20px;
	background-color: #f1bcbc3b;
}
#map-on-main-contacts li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	font-family: "open-sans";
	font-size: 29px;
	color:#ffffff;
}
#map-on-main-contacts img {
	padding: 0;
	margin:0 6px 0 0;
}
#map-on-main-contacts-1 a {
	color:#fff;
	text-decoration: none;
	font-size: 25px;
}
#map-on-main-contacts-2 h4 {
	margin:0 0 15px 0;
}
#map-on-main-contacts-2 li {
	font-size: 26px;
	-webkit-box-align: start;
	        align-items: flex-start;
}
#map-on-main-contacts-2 li:last-child {
	padding:25px 0 0 0;
}
#map-on-main-contacts-4 h4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	border-radius: 10px;
}
#map-on-main-contacts-4 h4 img {
	margin: 0px 1px 0 10px;
}
*/



/* inner */
#inner-header {
	width: 100%;
	height: 300px;
	position: relative;
	background: url("/themes/default/images/main-header.png") no-repeat 50% 0%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#inner-header .logo-header {
	position: static;
	margin:0 0 0 50px;
}
#inner-header #inner-header-slogan {
	position: static;
	width: 500px;
	margin:0 70px 0 0px;
}
#inner-header #inner-header-slogan span {
	font-family: "open-sans-bold";
    font-size: 30px;
    color: #000000;
    padding: 0 0 0 0;
    text-transform: uppercase;
	text-align: center;
	display: block;
	-webkit-box-align: center;
	        align-items: center;
}
#inner-header #inner-header-slogan #main-header-contacts {
	margin: 20px auto 0 auto;
	width: 100%;
}
#inner-header #inner-header-slogan #main-header-contacts a {
	padding: 20px 20px;
	font-size: 20px;
}
#main.main_2 {
	min-height: 500px;
	margin:20px auto;
	width: 90%;
}
#main.main_2 h1 {
	text-transform: uppercase;
    font-family: "palatino-bold";
	font-family: "open-sans-bold";
    font-size: 34px;
	color: #c00000;
}
#main.main_2 h2,
#main.main_2 h3 {
	text-transform: uppercase;
    font-family: "palatino-bold";
	font-family: "open-sans-bold";
    font-size: 34px;
	color: #c00000;
}
#main.main_2 p,
#main.main_2 li {
	font-family: "open-sans";
	font-size: 20px;
	line-height: 25px;
}
#main.main_2 li {
	list-style-type:disc;
	list-style-position:inside;
}
#main.main_2 .inner-page-questions {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin:20px 0;
	font-size: 20px;
}
#main.main_2 .inner-page-questions ul,
#main.main_2 .inner-page-panels ul {
	font-family: "open-sans";
	list-style: none;
}
#main.main_2 .inner-page-questions ul li,
#main.main_2 .inner-page-panels ul li {
    list-style: none;
	background: url("/themes/default/images/inner-page-questions-li.png") no-repeat 0% 15px;
	padding:3px 10px 3px 20px;
	margin: 0 0 0 10px;
}
#main.main_2 .inner-page-panels {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	margin:20px 0;
	font-size: 20px;
}
#main.main_2 .inner-page-panels div {
	flex-basis: 45%;
}
#main.main_2 .inner-page-buttons {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin:20px 0;
	font-size: 20px;
}
#main.main_2 .inner-page-buttons a {
	display: block;
	margin: 0;
	padding: 20px 20px;
	background-color: #c00000;
	color:#ffffff;
	text-decoration: none;
	font-family: "open-sans-bold";
	/* font-family: "open-sans"; */
    font-size: 20px;
	font-weight: 500;
	text-transform:uppercase;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#main.main_2 .inner-page-buttons a:hover {
	background: #7e0000;
}
#main.main_2 .inner-page-price {
	width: 100%;
	padding: 0;
	margin:20px 0;
	font-size: 20px;
}
#main.main_2 .inner-page-price table {
	width: 100%;
	border-collapse: collapse;	
}
#main.main_2 .inner-page-price table tr:nth-child(even) {
	background-color: #e29a9a;
}
#main.main_2 .inner-page-price table tr:nth-child(2n+1) {
	background-color: #ffdada;
}
#main.main_2 .inner-page-price table tr:first-child {
	background-color: #ffffff;
}
#main.main_2 .inner-page-price table tr th,
#main.main_2 .inner-page-price table tr td {
	padding:10px;
	font-family: "open-sans";
	font-size: 20px;
	text-align: left;
	/* border:1px solid #e29a9a; */
}
#main.main_2 .inner-page-price table tr th {
	text-transform: uppercase;
}
#main.main_2 .inner-page-faqs {
	width: 100%;
	padding: 0;
	margin:20px 0;
	font-size: 20px;
	font-family: "open-sans";
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#main.main_2 .inner-page-faqs h3 {
	flex-basis: 30%;
	text-align: center;
}
#main.main_2 .inner-page-faqs-container {
	flex-basis: 70%;
}
#main.main_2 .inner-page-faq {
	padding: 0;
	margin:10px 0 20px 0;
	cursor: pointer;
}
#main.main_2 .inner-page-faq-intro {
	color: #c00000;
	text-transform: inherit;
	font-family: "open-sans-bold";
}
#main.main_2 .inner-page-faq-text {
	display: none;
	padding:5px 20px;
}
#main.main_2 .inner-page-faq.active .inner-page-faq-text {
	display: block;
}
#main.main_2 .inner-page-faq .inner-page-faq-intro::before {
	content: "▸";
	margin:0 5px 0px 0px;
}
#main.main_2 .inner-page-faq.active .inner-page-faq-intro::before {
	content: "▾";
	margin:0 5px 0px 0px;
}
#main.main_2 .td-center {
	text-align: center!important;
}
#main.main_2 .red-a {
	color: #c00000;
	text-decoration: none;	
}
#main.main_2 .red-a:hover {
	color:#7e0000;
}	
#main.main_2 .catalog_one {
	width: 100%;
}
#main.main_2 .catalog_photos_area {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#main.main_2 .catalog_add_photos {
	width: 100%;
}
/* #main.main_2 .catalog_add_photos ul,
#main.main_2 .catalog_list_row {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
} */
/* #main.main_2 .catalog_add_photos ul li,
#main.main_2 .catalog_list_one {
	float: none;
	flex-basis: 21%;
	width: auto;
	float: none;
	padding: 0;
	margin:5px 1% 15px 1%;
	list-style-type: none;
} */
#main.main_2 .catalog_add_photos ul li a {
	width: 100%;
	text-decoration: none;
}
/* #main.main_2 .catalog_add_photos ul li a img,
#main.main_2 .catalog_list_one img {
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.6); 
	border:none;
} */
#main.main_2 .catalog_list_row {
	justify-content: space-around;
}
#main.main_2 catalog_list_one {
	padding: 0;
	margin:5px 1% 15px 1%;
}
#main.main_2 .feedback-form-container {
	width: 100%;
	font-family: "open-sans";
}
#main.main_2 .feedback-form-container table {
	width: 100%;
	border:2px solid #c00000;
}
#main.main_2 .feedback-form-container table th {
	border:none;
	background: #c00000;
	color:#ffffff;
	font-size: 19px;
	text-align: right;
}
#main.main_2 .feedback-form-container table td {
	border:1px solid #c00000;
	background: #ffffff;
	color:#c00000;
}
#main.main_2 .one-question, #main.main_2 .news-block {
	border: none;
	margin: 20px 0 20px 0;
	padding: 20px 20px 20px 20px;
	background: #f0f0f0;
	border-radius: 10px;
}
#main.main_2 .one-question-date, #main.main_2 .news-block-date {
	background: #fff;
	color: #c00000;
	width: auto;
	font-family: "open-sans";
	font-size: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	border-radius: 5px;
}
#main.main_2 .one-question-question,
#main.main_2 .news-block-intro {
	font-family: "open-sans";
	font-size: 19px;
	border-bottom: 1px dashed #7e0000;
	padding: 10px 0;
}
#main.main_2 .one-question-question p,
#main.main_2 .news-block-intro p {
	margin: 0;
	padding: 5px 0;
}
#main.main_2 .news-block-intro a {
	text-decoration: none;
}
#main.main_2 .feedback-form-ok {
	font-family: "open-sans";
}
#main.main_2 .feedback-form-ok input {
	font-family: "open-sans";
	padding: 20px 20px;
    font-size: 20px;
	display: block;
	margin: 10px auto;
	background: #c00000;
	color:#ffffff;
	text-decoration: none;
	font-family: "open-sans-bold";
	font-weight: 500;
	text-transform:uppercase;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border:none;
	cursor: pointer;
}
#main.main_2 .feedback-form-ok input:hover {
	background: #7e0000;
}
#main.main_2 .feedback-form-container table input[type="text"], 
#main.main_2 .feedback-form-container table textarea {
	border:1px solid #c00000;
	background: #ffffff;
	color:#c00000;
	font-family: "open-sans";
	font-size: 19px;
}
#main.main_2 .feedback-form-container img {
	border:1px solid #c00000;
}
#main.main_2 .feedback-form-container table input[type="text"]:active, 
#main.main_2 .feedback-form-container table textarea:active,
#main.main_2 .feedback-form-container table input[type="text"]:hover, 
#main.main_2 .feedback-form-container table textarea:hover,
#main.main_2 .feedback-form-container table input[type="text"]:focus, 
#main.main_2 .feedback-form-container table textarea:focus {
    outline: 0;
    outline-offset: 0;
}
#main.main_2 .news-block-intro {
	overflow: hidden;
}
#main.main_2 .news-block-img,
#main.main_2 .news-block-one-img {
	float: left;
	margin:0 10px 0 0;
}
#main.main_2 .news-block-one-img {
	margin:0 10px 20px 0;
}
#main.main_2 .news-block-one-date,
#main.main_2 .news-block-one-back {
	color:#c00000;
	font-family: "open-sans";
	font-size: 19px;
}
#main.main_2 .inner-page-contacts {
	font-family: "open-sans";
	font-size: 19px;
}
#main.main_2 .red {
	color:#c00000;
}
/* --- new inner design --- */
#main.main_2 {
	width: 100%;
	margin:0 auto 20px auto;
	background: #fff5f5;
}
#main.main_2 .static {
	padding:0 0 50px 0;
}
#main.main_2.main-inner {
	background: #fff;
	overflow: hidden;
}
#main.main_2.main-inner .tetext {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.menu-header-ul li ul.menu-header-subul-1 {
	width: 282px;
}

.inner-title-blocks {
	width: 100%;
	padding: 40px 0 40px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.inner-title-blocks .inner-title-block {
	width: 400px;
	flex-basis: 400px;
}
.inner-title-blocks .inner-title-block-2 {
    width: 430px;
    flex-basis: 430px;
}
#main.main_2 .inner-title-block-2 h1 {
	font-size: 46px!important;
}
.inner-title-blocks .inner-title-block-4 {
    width: 380px;
    flex-basis: 380px;
}
#main.main_2 .inner-title-block-4 h1 {
	font-size: 50px!important;
}
.inner-title-blocks .inner-title-block-6 {
    width: 450px;
    flex-basis: 450px;
}
#main.main_2 .inner-title-block-7 h1 {
	font-size: 49px!important;
	line-height: 46px!important;
}
.inner-title-blocks .inner-title-block:last-child {
	text-align: center;
}
#main.main_2 .inner-title-blocks .inner-title-block h1 {
    font-family: "open-sans";
	font-size: 43px;
	color: #c00000;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	padding: 0;
	margin:10px 0;
	line-height: 40px;
}
.inner-title-blocks .inner-title-block p {
	display: block;
	width: 80%;
	font-family: "open-sans";
	font-size: 25px;
	line-height: 25px;
	margin:10px auto;
	text-align: left;
}
.inner-title-blocks .inner-title-block .inner-title-button,
.inner-title-button-2 {
	display: block;
	width: 300px;
	margin: 20px auto;
	padding: 20px 20px;
	background-color: #c00000;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	font-family: "open-sans-bold";
	/*font-family: "open-sans";
	*/font-size: 20px;
	font-weight: 500;
	text-transform:uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.inner-title-blocks .inner-title-block .inner-title-button:hover,
.inner-title-button-2:hover {
	background: #f02222;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
}
.inner-title-blocks .inner-title-block .inner-title-button-2 {
	width: 250px;
}
.inner-title-blocks .inner-title-block img {
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.inner-info-blocks {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.inner-info-blocks div {
	width:40%;
	flex-basis: 40%;
	text-align: center;
	font-family: "open-sans";
	font-size: 23px;
	line-height: 30px;
	padding: 0 2%;
	margin:20px 0;
}
.inner-info-blocks div span {
	color:#c00000;
	font-family: "open-sans-bold";
}
.inner-info-blocks h4 {
	font-family: "open-sans";
	font-size: 20px;
	color:#c00000;
	text-transform: none;
}
.inner-info-blocks ul {
	width: 400px;
	padding: 0;
	margin:10px auto;
	text-align: left;
}
#main.main_2 .inner-info-blocks h2 {
	width: 100%;
	flex-basis: 100%;
	font-family: "open-sans";
	font-size: 45px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	padding:20px 0;
	margin:0 auto;
}
.inner-need-blocks {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.inner-need-blocks div {
	width:40%;
	flex-basis: 40%;
	text-align: center;
	font-family: "open-sans";
	font-size: 30px;
	line-height: 30px;
	padding: 0 2%;
	margin:20px 0;
}
.inner-need-blocks-2 div {
	font-size: 25px;
}
.inner-need-blocks div span {
	color:#c00000;
	font-family: "open-sans-bold";
}
#main.main_2 .inner-need-blocks h2 {
	width: 100%;
	flex-basis: 100%;
	font-family: "open-sans";
	font-size: 45px;
	color: #c00000;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	padding:20px 0;
	margin:0 auto;
}
#main.main_2 .inner-need-blocks p {
	width: 80%;
	flex-basis: 80%;
	text-align: left;
	padding: 0;
	margin:20px 0;
}
.inner-cost-blocks {
	width: 82%;
	margin: 0 auto;
	font-family: "open-sans";
}
#main.main_2 .inner-cost-blocks h2 {
	width: 100%;
	flex-basis: 100%;
	font-family: "open-sans";
	font-size: 45px;
	color: #c00000;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	padding:20px 0;
	margin:0 auto;
}
.inner-cost-blocks h5 {
	font-family: "open-sans";
    font-size: 23px;
	color: #c00000;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}
.inner-cost-blocks table {
	width: 100%;
	margin:10px 0px 30px 0px;
	padding: 0;
}
.inner-cost-blocks th {
	font-family: "open-sans";
	font-size: 23px;
	padding:10px 1%;
	text-transform: uppercase;
	color: #c00000;
	font-weight: normal;
}
.inner-cost-blocks table tr th:first-child {
	width: 78%;
	text-align: left;
}
.inner-cost-blocks table tr th:last-child {
	width: 18%;
	text-align: center;
}
.inner-cost-blocks td {
	font-family: "open-sans";
	font-size: 23px;
	padding:10px 1%;
}
.inner-cost-blocks td p {
	font-family: "open-sans";
	font-size: 23px;
	padding: 0;
	margin: 0;	
}
.inner-cost-blocks table tr td:first-child {
	width: 78%;
}
.inner-cost-blocks table tr td:last-child {
	width: 18%;
	text-align: center;
}
.inner-cost-blocks table tr:nth-child(2n) {
	background-color: #ffeaea;
}
.inner-cost-blocks table tr .colspan-2 {
	text-align: left!important;
}
.inner-cost-blocks table.tbl-3-cells tr th,
.inner-cost-blocks table.tbl-3-cells tr th:last-child,
.inner-cost-blocks table.tbl-3-cells tr th:first-child,
.inner-cost-blocks table.tbl-3-cells tr td,
.inner-cost-blocks table.tbl-3-cells tr td:last-child,
.inner-cost-blocks table.tbl-3-cells tr td:first-child {
	width: 31%;
	padding:10px 1%;
	text-align: center;
}
#main.main_2 .inner-page-new-faqs h3 {
	text-transform: uppercase;
	font-family: "open-sans";
	font-size: 25px;
	color: #000000;
}
#main.main_2 .inner-page-new-faqs .inner-page-faq-intro {
	color: #000000;
	text-transform: inherit;
	font-family: "open-sans";
}
#main.main_2 .inner-page-new-faqs .inner-page-faq-text {
	display: none;
	padding: 10px 20px;
	line-height: 30px;
	color: #333333;
}
#inner-header {
	display: none;
} 
#logo-inner-page {
	margin:0 auto 0 50px;
}
#logo-inner-page img {
	width: 70px;
}

/**/

@media screen and (max-width: 1900px) {
	
}

@media screen and (max-width: 1850px) {

}

@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {
	/* #advantage-on-main {
		width: 90%;
		font-size: 30px;
	} */
}

@media screen and (max-width: 1450px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1350px) {
	/**//**/
}

@media screen and (max-width: 1300px) {
	#staff-on-main .swiper-button-next {
		right: 10px;
		top: 45%;
	}
	#staff-on-main .swiper-button-prev {
		left: 10px;
		top: 45%;
	}
	#review-on-main .swiper-button-prev2 {
		left: 0px;
		top: 45%;
	}
	#review-on-main .swiper-button-prev2 span,
	#review-on-main .swiper-button-next2 span  {
		margin: 0px 0px;
		padding: 15px 0px;
		font-size: 30px;
	}	
	#review-on-main .swiper-button-next2 {
		/* position: absolute; */
		right: 0px;
		top: 45%;
	}
	#life-on-main .swiper-button-next4 {
		right: 10px;
		top: 35%;
	}
	#life-on-main .swiper-button-prev4 {
		left: 10px;
		top: 35%;
	}
	.services-on-main-block-3 .services-on-main-text a {
		min-height: 60px;
		text-align: center;
	}
}
@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 1200px) {
/* skin-tango*/

/*

.jcarousel-skin-onmain1 .jcarousel-clip-vertical {
}
.jcarousel-skin-onmain1 .jcarousel-item {
}
.jcarousel-skin-onmain1 .jcarousel-item-horizontal {
    width: 280px!important;
}
.jcarousel-prev-horizontal {
    right: 65px!important;
}
.jcarousel-next-horizontal {
    right: 20px!important;
}


.jcarousel-skin-onmain2 .jcarousel-clip-horizontal {
    width: 1180px!important;
}
.jcarousel-skin-onmain2 .jcarousel-clip-vertical {
}
.jcarousel-skin-onmain2 .jcarousel-item {
}

.jcarousel-prev-horizontal {
    right: 65px!important;
}
.jcarousel-next-horizontal {
    right: 20px!important;
}

*/

}
/* эталон */
.photo-container {
	float: right; /* Размещаем фото справа в полной версии */
	text-align: center;
	width: 300px; /* Фиксированная ширина фото */
	padding: 0px 10px;
}

.profile-photo {
	width: 100%;
	height: auto;
}

.photo-caption {
	font-weight: bold;
	font-size: 13px !important;
	margin-top: 5px;
}

/* Для мобильных устройств (ширина экрана до 768px) */
@media (max-width: 768px) {
	.photo-container {
		float: none; /* Отменяем float */
		margin: 0 auto; /* Центрируем */
		width: 100%; /* Позволяем фото адаптироваться */
	}

	.profile-photo {
		max-width: 80%; /* Делаем фото адаптивным */
		display: block;
		margin: 0 auto;
	}

	.photo-caption {
		font-size: 9px; /* Еще немного уменьшаем шрифт для мобильных */
	}
}