@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700&subset=cyrillic");

.container{
	margin: 0 auto;
}
.head-phones-mobile {
padding:5px 0 0 10px
}
.head-phones-mobile  a {
color:#fff; font-size:120%
}
.head-phones-mobile  a:nth-child(1){
margin-right:10px
}
.head-phones-mobile  a img {
margin-right:3px
}
.navbar-default .navbar-nav > li > a {
	-webkit-border-radius: 5em;
	border-radius: 5em !important;
}
.top-ph {
	color: #fff;
	float: right;
}
.top-ph span {
	line-height: 1.3em;
	float: left;
	font-weight: bold
}
.top-ph a {
	padding: 0.65em 1em;
	line-height: 20px;
	color: #FFF;
	display: block;
}
.top-ph span img {
	margin-right: 0.3em;
	vertical-align: -2px;
}
.message {
	margin-top: 15px
}
.BGdark .rightnav {
	margin-top: 0.85em;
}
html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
	font-family: 'PT Sans Narrow',sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.714em;
	-webkit-font-smoothing: antialiased!important;
}
html,body{
	width: auto!important;
	overflow-x: hidden!important;
}
body{
	background-color: #fff;
	overflow-y: hidden!important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PT sans', sans-serif;
	margin: 0;
}
h1{
	font-size: 5.85em;
	font-weight: 800;
	margin: 0;
	line-height: 0.85em;
}
h2{
	font-size: 3.35em;
	font-weight: 800;
	margin-bottom: 0.35em;
}
h3{
	position: relative;
	display: block;
	font-size: 1.85em;
	font-weight: 800;
	padding: 0.67em 1.35em 0.67em 3.35em;
	margin-bottom: 1em;
	overflow: hidden;
	box-sizing: border-box;
	/* color: #5ac3b0; */
	background-image: linear-gradient(296deg, #ff3600 0%, #2734c4 50%, #ffc200 100%);
	background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
h3 span{
	display: table;
	color: #fff;
	text-align: center;
	top: 0;
	right: auto;
	bottom: 0;
	left: -0.35em;
	position: absolute;
	width: 3em;
	height: 2.50em;
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(150deg);
	z-index: 0;
	border-radius: 25px;
}
h3 i{
	top: 0.75em;
	right: auto;
	bottom: 0;
	left: 0.75em;
	position: absolute;
	text-align: center;
	z-index: 9;
	color:#FFF
} 
.BGcontactInfo{
	background-color: #de5935;
	padding: 10px;
}
h4{
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
h4 small{
	display: block;
	font-weight: 100;
	text-transform: capitalize;
}
h5{
	font-size: 1.85em;
	font-weight: 700;
	margin: 0.3em 0;
	text-transform: capitalize;
}
h6{
	font-size: 1.286em;
	font-weight: 500;
	padding-bottom: 0.85em;

}
.white{
	color: #fff;
}
a{
	text-decoration: none;
	color: #dc5720;
}
a:hover,a:focus{
	text-decoration: none;
	color: darken #dc5720,5%;
}
.contactInfo a:hover,a:focus{
	text-decoration: underline;
}
:focus,:active{
	outline: none!important;
}
p{
	margin: 0.3em 0 1.5em;
}

.container-k {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.button {
	width: 200px; /* Увеличенная ширина для текста */
	height: 50px; /* Фиксированная высота */
	margin: 10px;
	border: none;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none; /* Убираем подчеркивание для ссылок */
	display: flex; /* Используем flex для центрирования текста */
	justify-content: center; /* Центрируем текст по горизонтали */
	align-items: center; /* Центрируем текст по вертикали */
}
.viber {
	background-color: #8B39B1; /* фиолетовый */
}
.telegram {
	background-color: #0088cc; /* синий */
}
.icon {
	margin-right: 8px; /* Отступ между иконкой и текстом */
}

input[type=text],input[type=email],input[type=tel],input[type=number],input[type=datetime],.form-control{
	display: block;
	background-color: #fff!important;
	padding: 1em;
	border: 5px solid #FFF;
	margin-bottom: 1.5em;
	height: 4.35em;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.08);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.08);
}
textarea{
	min-height: 8em;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus,input[type=number]:focus,input[type=datetime]:focus,.form-control:focus{
	box-shadow: none;
	border: 5px solid rgba(0,0,0,0.1)!important;
	background-color: white!important;
}
.no-border{
	border: none!important;
	border-style: none!important;
}
.no-padding{
	padding: 0!important;
}
.clearfix{
	clear: both;
}
.no-margin{
	margin: 0!important;
}
img.pull-right{
	margin: 0px 0px 1.5em 1.5em;
	border-radius: 0!important;
}
img.pull-left{
	margin: 0px 1.5em 1.5em 0px;
	border-radius: 0!important;
}
i{
	margin-right: 0.3em;
}
.btn{
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0;
	color: white!important;
	text-align: center;
	padding: 0.8em 1.5em;
}
blockquote{
	font-size: 1.1em;
}
.tooltip{
	white-space: nowrap;
	top: -3em;
}
ul.list-default{
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
}
ul.list-default li{
	padding: 0.5em 0 0.5em 2em;
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
}
ul.list-default li:hover{
	background-color: #fbfbfb;
	padding-left: 2.5em;
}
ul.list-default li:first-child{
	border: none;
}
ul.list-default li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.7em;
	color: #fa9533;
	position: absolute;
	left: 0;
	top: 0.8em;
}
ul.list-default li:hover:before{
	left: 1em;
}
a.top{
	display: none;
	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	position: fixed;
	right: 1em;
	bottom: 1em;
	opacity: 0.8;
	z-index: 1000;
	
}
a.top:hover{
	opacity: 1;
}
.page-block-big{
	position: relative;
	padding: 11em 0 10em;
}
.page-block{
	position: relative;
	padding: 5.5em 0 3.5em;
	overflow: hidden;
}
.page-block-small{
	padding: 10px;
}
.page-block-full{
	padding: 2em 4em;
}
#preloader{
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#preloader img{
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	margin: -64px 0 0 -64px;
}
i.round{
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	font-size: 1.35em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-right: 0.5em;
}
.container-wide{
	width: 100%;
	padding: 0;
	margin: 0;
}
.carousel-indicators li,.carousel-indicators li.active{
	border: none;
	margin: 1px 5px!important;
	width: 1.15em;
	height: 1.15em;
}
.carousel-indicators li{
	background-color: rgba(0,0,0,0.3);
}
.cssclass{
	font-family: 'Raleway',Open sans,Arial,sans-serif;
}
.list-inline>li{
	vertical-align: middle;
}
.wideBG{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 0;
}
.wideBG>div{
	min-height: 61em;
}
.BGwhite{
	background-color: #fff;
}
.pp_nav p{
	line-height: 1em;
}
.pp_social{
	margin-top: 0.5em;
	float: none;
}
.pp_social .facebook{
	min-width: 100px;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.rightnav{
	margin-top: 1.4em;
	text-align: right;
}
.list-inline>li.phone{
	position: relative;
	padding-left: 3.5em;
	font-size: 1em;
}
.navbar-default{
	background-color: transparent;
	border: none;
}
.navbar-nav{
	text-align: right;
}
.navbar-nav li{
	display: inline-block;
	float: none;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover{
	color: #FFF;
	text-decoration: none;
	padding: 0.65em 1em;
	text-align: center
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:focus{
	color: #FFF;
	-webkit-border-radius: 5em;
	border-radius: 5em;
}
.navbar{
	min-height: 1em;
	margin: 0;
}
.navbar-default .navbar-toggle{
	margin: 0;
	border: none;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
}
#slides{
	position: relative;
}
#slides .scrollable{
	zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after{
	content: "";
	display: table;
	clear: both;
}
#slides .slides-navigation{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}
#slides .slides-navigation a{
	position: absolute;
	display: block;
	color: #493c41;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 3em;
	height: 3em;
	line-height: 3em;
	font-size: 1.15em;
	text-align: center;
}
#slides .slides-navigation a i{
	margin: 0;
	color: #fff;
}
#slides .slides-navigation a.prev{
	left: 0;
}
#slides .slides-navigation a.next{
	right: 0;
}
#slides .slides-navigation a:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#slides .slides-pagination{
	display: none;
}
#slides .slide{
	position: relative;
}
#slides .slide .slide-caption{
	display: block;
	background: url(../img/body-bg3.png) repeat 0 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#slides .slide .slide-caption .container{
	margin-top: 20%;
}
#slides .slide .slide-caption .container h3{
	display: inline-block;
	position: relative;
	padding: 0.68em 1.5em 0.68em 3.35em;
	font-size: 1.5em;
	font-weight: 100;
}
#slides .slide .slide-caption .container h1{
	color: #fff;
	font-family: "PT Sans Narrow", sans-serif;
	text-shadow: 2px 2px 2px #000;
}
#slides .slide .slide-caption .container p{
	font-size: 1.15em;
	color: #fff;
	margin-top: 0;
	text-align: center;
}
#slides .slide .slide-caption .btn{
	border: none;
}
.btn-radius{
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
}
.holder{
	background-color: rgba(0,0,0,0.15);
	top: auto;
	right: 0;
	bottom: 5%;
	left: 0;
	position: absolute;
	width: 2.5em;
	height: 3.85em;
	z-index: 99;
	border: 2px solid #FFF;
	margin: 0 auto;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	border-radius: 3em;
}
.moreArrow{
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
.features{
	padding: 0;
}
.features .row>div{
	padding: 3em 2.50em;
	border: solid 20px;
}
.features h4,.features h4 small,.features p{
	color: #0e0e0e;
}
.middleBox{
	padding-bottom: 99999px!important;
	margin-bottom: -99999px!important;
}
.services{
	margin-top: 8em;
}
#services.page-block{
	padding-bottom: 0;
}
#serviceList{
	margin: 3em 0;
}
#serviceList .carousel-indicators{
	display: block;
	position: relative;
	margin: -9em auto 1em auto;
	text-align: center;
	left: 0;
	width: 100%;
}
#serviceList .carousel-indicators>li{
	display: block;
	position: relative;
	float: left;
	text-indent: 0;
	width: 19%;
	height: auto;
	margin: 0.50%;
	text-align: center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
#serviceList .carousel-indicators>li img{
	background-color: #fff;
	padding: 0.85em;
	border: 1px solid rgba(0,0,0,0.1);
}
#serviceList .carousel-inner{
	margin-top: 2.5em;
	min-height: 27em;
}
#serviceList .img-half{
	display: inline-block;
	width: 48%;
	margin: 1.15em 0;
}
#serviceList .img-half.first{
	margin-right: 3%;
}
#serviceList .carousel-inner img{
	width: 105%;
	height: auto;
}
.serviceInfo{
	padding-left: 3em;
}
#serviceList h2 span{
	top: 0;
	right: auto;
	bottom: auto;
	left: -1.15em;
	position: absolute;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.35em;
	font-size: 1.15em;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
.option,#serviceList p{
	margin-bottom: 1.85em;
}
.option li{
	padding: 0.30em 0.85em;
	color: #fff;
	margin: 0.50em 0.15em;
}
.price{
	font-size: 1.35em;
	font-weight: 500;
	padding: 0.15em 0;
	border: 1px solid rgba(0,0,0,0.1);
	border-style: solid none;
	margin-bottom: 0.85em;
}
.price span{
	font-weight: 700;
}
.galleryImg{
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: 0.90em solid #fff;
	margin-top: 1px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.galleryImg img{
	position: relative;
	display: block;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.galleryImg:hover img{
	position: relative;
	opacity: 0.65;
	filter: alpha(opacity=65);
	display: block;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.galleryImg a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.galleryImg a span{
	display: table;
	top: auto;
	right: auto;
	bottom: 1em;
	left: 1em;
	position: absolute;
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.galleryImg a span i{
	display: table-cell;
	font-size: 1.35em;
	vertical-align: middle;
	color: #fff;
	margin: 0;
}
.galleryImg:hover a span{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.otherServices{
	position: relative;
	overflow: visible;
}
.otherServices .boxHeading{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.otherServices .boxHeading h3{
	display: inline-block;
	vertical-align: middle;
}
.otherServices ul{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.otherServices ul li{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 20%;
}
.list-inline_element{
	opacity: 0; /* Блоки скрыты перед анимацией */
    transform: translateY(50px); /* Начальная позиция снизу */
    transition: transform 0.5s, opacity 0.5s; /* Плавный переход */
}
.list-inline_element.visible{
	opacity: 1;
    transform: translateY(0); /* Конечное положение */
}


.otherServices ul li img{
	width: 100%;
	height: 100%;
}
.otherServices ul li .link{
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	text-align: center;
	border: 1em solid transparent;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.otherServices ul li:hover .link{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.otherServices ul li .link a{
	display: table;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	color: #fff;
	height: 100%;
	width: 100%;
}
.otherServices ul li .link a.large{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.otherServices ul li .link a i{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 1.85em;
}
.modal-header{
	padding: 0.85em 2.35em 0;
	border-bottom: none;
	margin-bottom: 0.5em;
}
.modal-body,.modal-footer{
	padding: 0.5em 1.5em;
	border-bottom: none;
}
.modal-body p{
	font-size: 1em;
}
.modal-backdrop.in{
	opacity: 0.7;
}
#about .row>div{
	height: 41em;
	overflow: scroll;
}
.offer h1{
	margin-top: 0.50em;
	text-align: center;
	font-weight: 100;
	font-size: 3.85em;
}
.offer h1 span{
	font-weight: 800;
	font-size: 1.5em;
	margin-right: 0.15em;
}
.wideGallery{
	width: 100%!important;
}
.aboutGallery .galleryImg{
	width: 25%;
	float: left;
	margin: 0;
	border: 0;
	box-shadow: none;
}
.aboutGallery .galleryImg img{
	width: 100%;
	height: 100%;
}
#team h2{
	text-transform: capitalize;
	font-size: 3em;
	margin-bottom: 0.85em;
	text-align: center;
}
.member{
	position: relative;
	overflow: hidden;
}
.member .img{
	width: 100%;
}
.member .img img{
	width: 100%;
	height: auto;
}
.member .info{
	position: absolute;
	bottom: -11.85em;
	padding: 1.5em;
}
.member .info h6,.member .info h6 small,.member .info strong,.member .info p,.member .info .social i{
	color: #fff;
}
.member .info h6 small{
	display: block;
	padding: 0.50em 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 0.5em;
}
.member .info h6{
	margin-bottom: 0.65em;
	padding: 0;
	border: none;
}
.member .info p{
	font-size: 12px;
}
.member .info i{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	width: 2.65em;
	height: 2.65em;
	line-height: 2.65em;
	font-size: 1em;
	text-align: center;
}
.member .info p,.member .info .social{
	margin-bottom: 3em;
}
.member .info .social li{
	padding: 0;
}
.member:hover .info h6,.member:hover .info strong,.member:hover .info .social{
	margin-bottom: 0.85em;
}
.member:hover .info p{
	margin-bottom: 1.35em;
}
.member:hover .info{
	bottom: 0;
}
#faq .borderBox{
	position: relative;
	border-left: 5px solid #fff;
}
.panel-default>.panel-heading{
	position: relative;
	border: 5px solid #FFF;
	padding: 0;
}
.panel-default>.panel-heading h4{
	background-color: rgba(255,255,255,0.5);
	padding: 0.65em;
}
.panel-default>.panel-heading h4.active{
	background-color: #fff;
}
.panel-default>.panel-heading h4.active a{
	color: #fa9533;
}
.panel-default>.panel-heading h4 a{
	display: block;
	padding: 0.50em;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
}
.panel-default>.panel-heading h4 a:before{
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 1.5em;
	top: 0;
	right: auto;
	bottom: auto;
	left: -6.35em;
	position: absolute;
	width: 2.85em;
	height: 2.85em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	text-align: center;
	line-height: 2.65em;
	margin: 0;
	z-index: 9;
	color: #FFF;
}
.panel-default>.panel-heading h4.active a:before{
	content: '\f068';
}
.panel-group .panel{
	background-color: transparent;
	border: none;
	margin-bottom: 0.85em;
}
.panel-default>.panel-heading h4 a span{
	display: block;
	top: 48%;
	right: 0;
	bottom: auto;
	left: -6.35em;
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #fff;
	z-index: 0;
	width: 6.35em;
}
.panel-body{
	background-color: rgba(255,255,255,0.7);
	border: none;
	padding: 0.35em 1.65em 0;
}
#testimonial .carousel-indicators{
	bottom: 0;
}
#testimonial .carousel-indicators li{
	margin: 1px 10px;
}
#testimonial .carousel-indicators li.active{
	margin: 0 0.15em;
}
#testimonial .quoteImg img{
	display: block;
	width: 145px;
	margin: 0 auto;
}
#testimonial .comment{
	text-align: left;
	padding: 1.5em 3em;
	min-height: 10em;
}
#testimonial .comment:before{
	content: '\f100';
	font-family: 'FontAwesome';
	font-size: 10em;
	top: 0.35em;
	right: auto;
	bottom: auto;
	left: -1em;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	margin: 0;
	z-index: -1;
}
#testimonial{
	position: relative;
	min-height: 13em;
	margin-top: 2em
}
#testimonial p{
	font-size: 1em;
	margin-bottom: 1em;
}
#testimonial h6{
	margin-bottom: 1em;
}
#testimonial .quoteImg{
	width: 25%;
	float: left;

}
#testimonial .quoteImg img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-webkkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
}
#testimonial .comment{
	display: block;
	float: left;
	width: 75%;
	text-align: left;
	padding: 0 3em 3em;
}
#testimonial .comment p{

	font-weight: 100;

	padding-bottom: 1em;
	border-bottom: 1px solid #ececec;
}
#testimonial .comment h6{
	padding: 0.5em 1em;
	border-bottom: 0;
	font-size: 0.8em
}
#testimonial .comment h6 span{
	margin-left: 0.65em;
	padding-left: 0.65em;
	border-left: 1px solid #ececec;
	font-size: 0.85em;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
#testimonial i.fa-quote-right{
	position: absolute;
	right: 0;
	color: #f9f9f9;
	font-size: 10em;
}
#subscribe{
	padding-bottom: 5em;
}
#subscribe h4,#subscribe h6{
	text-transform: capitalize;
	margin-top: 0.9em;
	margin-bottom: 0.15em;
	color: #FFF;
}
#subscribe h6{
	border: none;
}
#subscribe input[type=submit]{
	background-color: transparent;
	border: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 2em;
	font-weight: bold;
	padding: 0.35em 1.5em;
	height: 2em;
}
#subscribeForm input[type=text],#subscribeForm input[type=email]{
	background-color: rgba(255,255,255,0.7);
	color: rgba(0,0,0,0.5);
	font-size: 1.15em;
	padding-right: 5em;
}
#map{
	position: relative;
}
#map #map_canvas{
	height: 35em;
}
#map #content{
	display: block;
	visibility: visible;
}
#map .bigIcon{
	top: -5em;
}
#map .mapLogo{
	width: 200px;
	height: auto;
}
#bodyContent p{
	margin-bottom: 0.85em;
}
.social ul{
	font-size: 0;
}
.social ul li{
	margin: 0;
}
.social ul li a i{
	background-color: rgba(0,0,0,0.1);
	color: #FFF;
	font-size: 1.85em;
	width: 2.35em;
	height: 2.35em;
	line-height: 2.35em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0;
}
.social ul li a:hover i,.social li:hover i{
	-webkit-box-shadow: inset 0 0 0 0.15em #FFFFFF;
	box-shadow: inset 0 0 0 0.15em #FFFFFF;
}
#contact .highlightBox{
	background-image: url(../img/back-2.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#contact .boxBg{
	background-color: rgba(0,0,0,0.3);
}
.contact{
	background-color: rgba(255,255,255,0.6);
	border: 1px solid rgba(255,255,255,0.9);
	padding: 0;
	-webkit-box-shadow: 0 0 3em 0.5em rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3em 0.5em rgba(0,0,0,0.2);
	box-shadow: 0 0 3em 0.5em rgba(0,0,0,0.2);
}
.contactInfo{
	position: relative;
	float: left;
	width: 33%;
	min-height: 33em;
	border-right: 1px solid rgba(255,255,255,0.9);
}
.contactInfo h3{
	color: #de5935;
	top: 46%;
	right: 0.35em;
	bottom: auto;
	left: auto;
	position: absolute;
	min-height: 2.5em;
	min-width: 4.65em;
	padding: 0.50em;
	margin-top: -1.15em;
	font-size: 4.5em
}
.contactInfo .upper{
	top: 1.5em;
	right: 1.5em;
	bottom: auto;
	left: 1.5em;
	position: absolute;
}
.contactInfo .lower{
	top: auto;
	right: 1.5em;
	bottom: 1.5em;
	left: 1.5em;
	position: absolute;
}
#contact .form-row{
	position: relative;
}
.contactForm{
	width: 67%;
	float: left;
	padding: 1.85em 2.35em;
}
.contactInfo p{
	padding: 0.85em 0 0.85em 2.65em;
	position: relative;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.contactInfo p i{
	position: absolute;
	left: 0;
	top: 0.65em;
	font-size: 1.5em;
}
.error{
	top: 30%;
	right: 10%;
	bottom: auto;
	left: auto;
	position: absolute;
	color: #ffc107;
	z-index: 9;
	font-size: 1.5em;
}
#subscribe .error{
	top: 23%;
}
.contactForm input[type=text],.contactForm input[type=email],.contactForm input[type=tel],.contactForm input[type=number],.contactForm input[type=datetime],.contactForm .form-control{
	border: none;
	margin-bottom: 1.50em;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	height: 3.85em;
	position: relative;
}
.contactForm .form-control:focus{
	border: none!important;
}
#copyright p,#copyright a{
	color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav,#slides .slide .slide-caption .container h3{
		font-weight: 400;
	}
}a,header.BGdark .logo a img,header,header.BGdark,.BGsecondary,#serviceList .carousel-indicators>li img,.BGdark .rightnav,.main-menu li,ul li,ul li:before,.otherServices .link span i,.otherServices li,.otherServices img,.otherServices li h6,.member img,.otherServices .link,.member .info,.member .info h6,.galleryImg a span,.galleryImg img,.contactInfo p i,.contactInfo p,.social ul li a i,.btn,.social li i,.panel-default>.panel-heading h4.active a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.BGdark .logo a img{

	max-height: 70px
}
.otherServices ul li img{
	cursor: pointer;
}
.otherServices ul li:hover img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.member .info strong{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.member .info p{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.member .info .social{
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}
.moving{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInDown{0%{
		opacity: 0;
		-webkit-transform: translateY(0.35em);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(1.85em);
	}
}@keyframes fadeInDown{0%{
		opacity: 0;
		transform: translateY(0.35em);
	}
	100%{
		opacity: 1;
		transform: translateY(1.85em);
	}
}.moreArrow{
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {#slides .slide .slide-caption .container{
		width: 80%;
		margin-top: 23%;
		margin-left: auto;
		margin-right: auto;
	}
	#about .page-block-full{
		padding: 3em 3.65em;
	}
	.aboutGallery .galleryImg{
		width: 33.33%;
	}
}@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
		font-size: 15px;
	}
	#serviceList .carousel-indicators>li{
		width: 18.5%;
	}
	#slides .slide .slide-caption .container{
		width: 80%;
		margin-top: 23%;
		margin-left: auto;
		margin-right: auto;
	}
	.aboutGallery .galleryImg{
		width: 33.33%;
	}
	.member .info{
		bottom: -13.35em;
	}
	#about .row>div{
		min-height: 45em;
	}
	#map #map_canvas{
		height: 28em;
	}
}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
		font-size: 15px;
	}
	.navbar-nav{
		width: auto;
		margin: 0 auto;
	}
}@media screen and (min-width: 768px) and (max-width: 1024px) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
		font-size: 15px;
	}
	#slides .slide .slide-caption .container{
		width: 80%;
		margin-top: 18%;
		margin-left: auto;
		margin-right: auto;
	}
}@media only screen and (max-width: 996px) and (orientation: landscape) {#slides .slide .slide-caption .container{
		margin-top: 8em;
	}
}@media only screen and (max-width: 996px) {

	.page-block-full {
		padding: 3em
	}

	#why h3, #quotes h3 {
		font-size: 1.5em;
	}
	h1{
		font-size: 3em;
	}
	h2{
		font-size: 2em;
	}
	.rightnav{
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	.logo a{
		display: block;
		margin: 0 auto;
	}
	.logo a img{
		margin: 0 auto;
	}
	.navbar-nav{
		text-align: center;
		float: none;
		width: auto;
	}
	.top-ph {
		float: none;
		text-align: center;
	}
	.top-ph span {
		float: none;
	}
	.zakaz-top {
		margin-top: 1em;
		margin-left: 0 !important;
	}

	.navbar-collapse{
		border-top: 0;
	}
	#slides .slide .slide-caption .container{
		width: 80%;
		margin-top: 35%;
		text-align: center;
	}
	.middleBox{
		margin-bottom: 0!important;
		padding-bottom: 3em!important;
	}
	.features .row>div{
		padding: 3em;
	}
	.wideBG>div{
		min-height: 25em;
	}
	h4{
		font-size: 2.5em;
	}
	h4 small{
		display: inline-block;
		margin-right: 0.35em;
		font-size: 1em;
		text-transform: uppercase;
	}
	#serviceList .galleryImg{
		float: left;
		width: 65.5%;
		margin: 0.5%;
	}
	#serviceList .img-half{
		width: 32.7%;
		margin-right: 0%!important;
	}
	#serviceList .carousel-indicators>li{
		width: 18.5%;
	}
	.serviceInfo{
		padding: 1.5em 1em;
	}
	#serviceList h2 span{
		position: relative;
		left: auto;
		margin-right: 0.35em;
	}
	.otherServices ul li{
		width: 32.33%;
		margin: 0.5%;
	}
	.otherServices ul li .link a i{
		padding: 0.5em 0;
	}
	.otherServices ul li .link a i{
		font-size: 1.5em;
	}
	.offer h1{
		margin: 0;
	}
	.offer h1 span{
		display: block;
		margin: 0 0 0.35em;
	}
	#about .row>div{
		height: auto;
	}
	#team h2{
		text-align: center;
	}
	.member{
		margin-bottom: 1em;
		border: 1em solid #ececec;
	}
	.member .img img{
		width: 30%;
		float: left;
	}
	.member .img .info{
		background-color: transparent;
		position: relative;
		bottom: 0;
		float: left;
		width: 70%;
		padding: 1.5em 3em;
	}
	.member .info p,.member .info .social{
		margin-bottom: 1.35em;
	}
	.member .info h6,.member .info h6 small,.member .info strong,.member .info p,.member .info .social i{
		color: inherit;
	}
	#faq .borderBox{
		padding-right: 0;
	}
	#testimonial .quoteImg{
		display: block;
		width: 30%;
		margin: 0 auto 1.5em;
		float: none;
	}
	#testimonial .comment{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	#testimonial .comment p{
		font-size: 1.28em;
	}
	#testimonial .comment h6{
		border: none;
	}
	#map #map_canvas{
		height: 28em;
	}
	.contactInfo,.contactForm{
		float: none;
		width: 100%;
		min-height: 1em;
	}
	.contactInfo .lower,.contactInfo .upper,.contactInfo h3{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
	}
	.contactInfo h3{
		margin: 0 0 0.15em;
		min-height: 1em;
	}
	.contactInfo .lower,.contactInfo .upper{
		padding: 1.5em;
		margin: 0;
	}
	#contact .highlightBox{
		background-attachment: scroll;
	}
}@media only screen and (max-width: 767px) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
		font-size: 14px;
	}
	header{
		position: relative;
		background-color: #333;
	}
	.rightnav{
		text-align: left;
		margin: 0 0 1em;
	}
	.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:focus{
		background-color: transparent;
	}
	#slides .slide .slide-caption .container{
		width: 85%;
		text-align: center;
		margin-top: 18em;
	}
	#slides .slide .slide-caption .container h3{
		padding-left: 2.35em;
		text-align: left;
	}
	#slides .slide .slide-caption .container h3 span{
		display: none;
	}
	/* .features .row>div{
		background-color: #333;
		border-top: 1px solid #666;
	} */
	#serviceList .carousel-indicators>li img{
		padding: 1px;
	}
	#serviceList .carousel-indicators>li{
		width: 17%;
		margin: 3px!important;
	}
	.services{
		margin-top: 5em;
	}
	#serviceList .carousel-indicators{
		margin-top: -6em;
	}
	#serviceList .galleryImg{
		border-width: 0.5em;
	}
	.offer h1 span{
		display: inline-block;
	}
	#offer .row>div{
		margin: 0 0 1.5em;
		text-align: center;
	}
	#faq .borderBox{
		padding: 5em 1em;
		border: none;
	}
	.panel-default>.panel-heading h4 a{
		padding-left: 5em;
	}
	.panel-default>.panel-heading h4 a:before{
		left: 0;
	}
	.panel-default>.panel-heading h4 a span{
		display: none;
	}
	.wideBG>div{
		min-height: 28em;
	}
	#testimonial .comment h6 span{
		display: block;
		border: none;
	}
	#contact .boxBg{
		padding: 0;
	}
	.features p, .features h4, .features h4 small{
		color: #ffffff;
	}


    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top:-100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }


}
@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: landscape) {#slides .slide .slide-caption .container{
		margin-top: 3em;
	}
}@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {#contact .highlightBox{
		background-attachment: scroll;
		background-image: none;
		background-color: #fff;
		background-size: auto;
	}
	.logo,.rightnav{
		width: 100%;
		float: none;
	}
}@media only screen and (min-width: 320px) and (max-width: 570px) {.navbar-nav{
		text-align: left;
	}
	.navbar-nav li{
		display: inline-block;
		width: 49%;
		margin: 0.35em 0;
	}
	.navbar-default .navbar-collapse,.navbar-default .navbar-form{
		border-top: none;
	}
	.nav>li>a{
		display: block;
		position: relative;
	}
	.otherServices ul li,.aboutGallery .galleryImg{
		width: 49%;
		margin: 0.5%;
	}
	.social ul li{
		margin: 0.35em 0;
	}
	.member .img img,.member .img .info{
		width: 100%;
		float: none;
	}
	#about .row>div{
		padding: 5em 3em;
	}
}@media screen and (max-width: 320px) {html,body,div,p,table,tr,td,th,tbody,tfoot,ul,li,ol,dl,dd,dt,fieldset,blockquote,cite,input,select,textarea,button,a,section,article,aside,header,footer,nav{
		font-size: 12px;
	}
	.wideBG>div{
		min-height: 35em;
	}
}

.row-icon {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	align-items: baseline;
    margin-bottom: 30px;
}
.block {
    
    padding: 20px;
    margin: 10px;
    width: 30%;
    opacity: 0; /* Блоки скрыты перед анимацией */
    transform: translateY(50px); /* Начальная позиция снизу */
    transition: transform 0.5s, opacity 0.5s; /* Плавный переход */
}
.block p{
	text-align: center;
}
.block.visible{
	opacity: 1;
    transform: translateY(0); /* Конечное положение */
}

.icon {
    font-size: 3em;
    margin-bottom: 15px;
    display: block;
    transition: transform 0.4s ease; /* Плавный переход при увеличении */
	width: 250px;
}

.block:hover .icon {
    transform: scale(1.2); /* Увеличение иконки на 20% при наведении */
}

.icon-container {
    display: flex;
    justify-content: center;
}
/* .extra i{
	width: 1.85em;
	height: 1.85em;
	font-size: 3em;
	line-height: 1.6em;
	margin: 0 0 0.35em 0
}
.extra>div:hover i{
	color: #FFF;
	background-color: #fa9533
} */
a,header.BGdark .logo a img,header,header.BGdark,.BGsecondary,#productList .carousel-indicators>li img,.BGdark .rightnav,.main-menu li,.main-menu li a i,ul li,ul li:before,.otherProducts .link span i,.otherProducts li,.otherProducts img,.otherProducts li h6,.member img,.otherProducts .link,.member .info,.member .info h6,.galleryImg a span,.galleryImg img,.contactInfo p i,.contactInfo p,.social ul li a i,.btn,.otherProducts li .price,.extra>div i,.panel-default>.panel-heading h4 a:before,.social li i,.panel-default>.panel-heading h4.active a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#viber {
	background-image: url(../img/back-1.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.discount h1 span {
	color: #fff
}
.extra {
	margin: 2em 0
}
.discount h6 {
	font-size: 2.5em;
	padding-bottom: 0.55em;
	color: #504e4e
}
.discount p{
	color: #504e4e;
}
.discount span{
	font-weight: 800;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.column-5 {
	flex: 0 0 40%;
	padding: 0 15px;
  }
  
  .column-7 {
	flex: 0 0 60%;
	padding: 0 15px;
  }
  @media (max-width: 768px) { /* Adapt for tablets and larger screens */
	.row1{
		display: flex;
		flex-direction: column;
	} 
  }
.why-h4{
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}
.zakaz-top {
	background-color: #d4471b;
	margin-left: 2em;
	cursor: pointer;
	border-radius: 10px
}
.zakaz-top:hover, .zakaz-top:active, .zakaz-top:focus {
	background-color: #fa9533 !important;
	color: #434343 !important;
}
.modal-header h4 {
	font-size: 2em;
}
.modal-body {
	width: 100% !important;
	float: none !important;
	padding: 0.5em 2.35em 2.5em !important;
}
.modal-open {
	padding-right: 0 !important;
}
#services h2 {
	font-size: 2.2em;
}
#serviceList h6 {
	padding-bottom: 0
}
.navbar-header {display:none}
#menu.in, #menu.collapsing {visibility:visible !important; display:block !important} 
@media (max-width:1200px){
.navbar-header {display:block}
#menu.collapse {display:none !important} 
#menu.in, #menu.collapsing {visibility:visible !important; display:block !important} 
}
@media (max-width:768px){
.logo a img {max-width: 100px !important}
.block{
	width: 90%;
}
.btn-radius{
	border-radius: inherit;
}
}


/* FAQ */
#faq{
    background: #fcf8e3;
    padding: 84px 0px 144px 134px;
    display: flex;
    flex-direction: column;
}
.faq-heading{
    display: flex;
    flex-direction: column;
    padding-left: 46px;
    margin-bottom: 24px;
}
/* .faq-heading h3{
    font-weight: 700;
    font-size: 45.25px;
    line-height: 57px;
    color: #3B2A82;
    text-transform: uppercase;
} */
.faq-heading p{
    font-weight: 400;
    font-size: 13.175px;
    line-height: 20px;
    color: #7A719B;
    max-width: 461px;
}
.faq-content{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    width: 100%;
    align-items: flex-start;
}
.faq-box{
    padding: 35px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    box-shadow: 14px 14px 60px rgba(59, 42, 130, 0.06);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.faq-box:last-child{
    margin-bottom: 0px;
}
.faq-box-question{
    display: grid;
    grid-template-columns: 1fr 30px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.faq-box-question h4{
    font-weight: 700;
    font-size: 22.625px;
    line-height: 31px;
    color: #555;
}
.faq-box-answer{
    max-height: 0px;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}
.faq-box-answer p{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding-top: 20px;
}
.faq-img{
    width: 100%;
    overflow: hidden;
    border-radius: 27px 0px 0px 27px;
    display: flex;
    box-shadow: 14px 14px 60px rgba(59, 42, 130, 0.06);
}
.faq-box-container{
    margin-right: 40px;
}
.faq-img img{
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.faq-box-icon{
        display: block;
        position: relative;
        height: 3px;
        transition: background 0.2s ease-out;
        width: 23px;
        margin-left: auto;
    }
    .faq-box-icon::before,
    .faq-box-icon::after{
        background: #de5935;
        content: '';
        position: absolute;
        height: 100%;
        transition: all ease-out 0.2s;
        width: 100%;
        border-radius: 3px;
    }

    .faq-box-icon::before{
        top: 0px;
    }
    .faq-box-icon::after{
        transform: rotate(90deg);
        top: 0px;
    }
    .faq-box-question.active h4{
        color: #FF3067;
    }
    .faq-box-question.active .faq-box-icon::after{
        transform: rotate(0deg);
    }
    @media(max-width:1200px){
        #faq{
            padding: 84px 0px 144px 20px;
        }
    }
    @media(max-width:800px){
        #faq{
            padding: 84px 0px 144px 20px;
        }
        .faq-content{
            grid-template-columns: 1fr;
        }   
        .faq-box-container{
            margin-right: 0px;
            padding-right: 20px;
        }
        .faq-img{
            margin-top: 25px;
        }
		.why-h4{
			font-size: 20px;
		}
    }
    @media(max-width:724px){
        #faq{
            padding: 82px 0px 80px 20px;
        }
        .faq-img{
            border-radius: 18.0651px 0px 0px 18.0651px;
        }
        .faq-heading{
            padding: 0px 20px;
        }
        .faq-heading h3{
            font-weight: 700;
            font-size: 26.2px;
            line-height: 33px;
        }
        .faq-box-question h4{
            font-weight: 700;
            font-size: 19px;
            line-height: 26px;
        }
        .faq-box{
            padding: 24px 21px;
        }
        .faq-box-icon{
            width: 16px;
        }
        .faq-box-question{
            grid-template-columns: 1fr 16px;
        }
    }
	/*
Theme Name: art-net-theme-html
Theme URI: https://html6.com.ru
Author: html6.com.ru
Author URI: https://html6.com.ru
Description: Тема-оболочка для контент-секций.
Version: 1.0

*/



section,
footer,
main {
	position: relative;
}
.margin-bottom-24{
	padding: initial;
}
p:last-child {
	margin-bottom: 0;
}

blockquote, q {
    padding-left: 10px;
    border-left: 2px solid #eee;
}

table {
	width: 100%;
}

table td, table th {
	padding: 10px 10px;
    border: 1px solid #c7c7c7;
}

table tr:nth-child(odd) td {
	background: #f1f1f1;
}



table tr:nth-child(even) td {
	background: #dadada;
}

/* SCROLL TO TOP */
.art_net_theme-scroll-to-top {
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 150px;
	right: 20px;
	display: none;
	z-index: 999;
	background-color: #44b2fe;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	overflow: hidden;
}
.art_net_theme-scroll-to-top:before, .art_net_theme-scroll-to-top:after {
	content: '';
	position: absolute;
	display: block;
	top: 15px;
	background-color: #fff;
	height: 20px;
	width: 5px;
}
.art_net_theme-scroll-to-top:before {
	-webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	left: 28px;
	box-shadow: -8px 14px 0px 8px #1ba1fe;
}
.art_net_theme-scroll-to-top:after {
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
	right: 28px;
}
.art_net_theme-scroll-to-top:focus {
	outline: none;
}

/* CONTENT IMAGE */

img.alignleft {
    float: left;
    margin: 15px;
}

img.alignright {
    float: right;
    margin: 15px;
}

img.aligncenter {
    display: block;
    margin: 15px auto;
}

/* BREADCRUMBS */
div#ant-section__breadcrumbs {
    background-image: url(https://resources.html6.com.ru/images/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0 90px;
    background-color: #FBFBFB;
    z-index: 0;
}

div#ant-section__breadcrumbs:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    z-index: -1;
}

.art_net_theme_breadcrumbs {
    font-size: 16px;
    color: #fff;
}

.ant-section__breadcrumbs span.ant_sep {
    margin: 0 10px;
    color: #fff;
}

.art_net_theme_breadcrumbs a {
    color: #03a9f4;
}

.art_net_theme_breadcrumbs a:hover {
    color: #fff;
}

.art_net_theme_breadcrumbs .ant_title {
    color: #fff;
}

/* HEADERS SECTIONS */

.art_net_theme_header-section {
    text-align: center;
}

.art_net_theme_section-overtitle,
.art_net_theme_section-overtitle * {
    font-size: 24px;
    color: #0BBBF8;
    line-height: 30px;
}

.art_net_theme_section-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    color: #313131;
}

.art_net_theme_section-subtitle,
.art_net_theme_section-subtitle * {
    font-size: 15px;
    color: #777777;
    line-height: 27px;
}

.art_net_theme_header-section div * {
    margin: 0;
    padding: 0;
}

.art_net_theme_section-title-separator {
    text-align: center;
    margin: 10px auto 23px;
}
img{
	max-width: 100%;
}


.gallery-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%; /* Занимает всю ширину экрана */
  }

  .gallery-item {
	width: calc(100% / 5); /* 5 изображений в ряду */
	position: relative;
	overflow: hidden; /* Скрыть переполнение для эффекта увеличения */
  }

  .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 5px;
	transition: transform 0.3s ease; /* Добавить плавность перехода */
  }

  .gallery-item:hover img {
	transform: scale(1.1); /* Увеличить на 10% при наведении */
  }

  .gallery-item .zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	cursor: pointer;
  }

  .gallery-item:hover .zoom {
	opacity: 1;
  }

  /* Адаптация для мобильных устройств */
  @media (max-width: 768px) {
	.gallery-item {
	  width: calc(100% / 2); /* 2 изображения в ряду */
	}
  }

  @media (max-width: 480px) {
	.gallery-item {
	  width: 100%; /* 1 изображение в ряду */
	}
  }

  /* Стили для модального окна */
  .modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none; /* Скрыть по умолчанию */
  }

  .modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
  }

  .modal-content img {
	max-width: 100%;
	height: auto;
  }

  .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: white;
	font-size: 20px;
  }

  .modal-nav {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }

  .modal-nav button {
	background-color: transparent;
	border: none;
	color: white;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 16px;
	margin: 0 10px;
  }