

/* Start:/local/widget.css?16772474322832*/
/* ////////////////////////////////////////////
////////////////////////////////////////////
////////////////////////////////////////////
vidget */
#mesvid {
    position: fixed;
    bottom: 20px;
    right: 30px;
	z-index:100;
}

.mesicons{
	display:block;
	margin:10px 0;
	position: relative;
}

.mesicons > img{
	position: relative;
    z-index: -1;
}

.mesicons:hover img{
	transition:0.3s;
}

.mesicons:hover img{
	transform:scale(1.1);
}

#mesbody{
	overflow:hidden;
	max-height: 0;
	text-align: center;
	opacity:0;
	transition:0.3s;
	margin-bottom: 20px;
}

.blockactive #mesbody{
	max-height: 400px;
	overflow: visible;
	opacity:1;
}

#mesbut {
    width: 70px;
    height: 70px;
    background: #5b50ff;
    text-align: center;
    position: relative;
    border-radius: 35px;
	cursor: pointer;
}
#mesbut:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
	animation: sonar-effect 2s ease-in-out .2s infinite;
	/* background-color: #0f2170; */
}

#mesbut.butactive:before {
    display: none;
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #5b50ff, 0 0 2px 2px #5b50ff, 0 0 0 2px #5b50ff;
  }
  100% {
    box-shadow: 0 0 0 2px #5b50ff, 0 0 2px 2px #5b50ff, 0 0 0 2px #5b50ff;
    transform: scale(1.2);
    opacity: 0;
  }
}

#mesbut img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transition:0.3s;
	opacity:1;	
    max-width: 60%;
}

#mesbut #iclose{
	opacity:0;
}

#mesbut.butactive #ionline{
	transform:rotate(-360deg);
	opacity:0;
}

#mesbut.butactive #iclose{
	transform:rotate(-360deg);
	opacity:1;
}

#vidquote {
	position: absolute;
    right: 95px;
    bottom: -50px;
    width: 140px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background: #ff6900;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    padding: 7px;
}
#vidquote:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6900;
    margin-left: -1px;
    z-index: 1000;
}

.blockactive #vidquote {
	opacity:1;
	opacity: 1;
    bottom: 9px;
}

.mesicons:before {
    content: attr(data-title);
    position: absolute;
    right: 70px;
    top: 8px;
    color: #fff;
    background: #5b50ff;
    width: 0px;
    height: 26px;
    opacity: 0;
    padding: 2px 0;
    line-height: 22px;
}

.mesicons:hover:before { 
	opacity:1;
	width: 100px;
}

/* ////////////////////////////////////////////
////////////////////////////////////////////
////////////////////////////////////////////
vidget */
/* End */


/* Start:/local/templates/webdonsite_ru/feedback/css/jquery.arcticmodal.css?16772474552504*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('/local/templates/webdonsite_ru/feedback/css/../img/loading.gif') no-repeat 50% 50%;
}
/* .box-modal {
    position: relative;
    width: 655px;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
} */
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 255px;
}
#feedback-modal-box {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    height: 400px;
    background: #3897f1;
    outline: #fff solid 3px;
    outline-offset: -10px;
}
#feedback-modal-box #feedback-infolist {
	max-width: 615px;
    list-style: none;
    display: table;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    margin: 100px auto 0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 150%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 15px 5px;
}
#light-box {
    border-radius: 5px;
}
/* .modal-close {
	width: 200px;
    height: 45px;
    position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background: #663bf0;
    cursor: pointer;
    font-weight: 300;
    margin: 0 auto;
    box-shadow: 0px 2px 7px #2d2d2d;
    transition: 0.3s;
    margin-top: 20px;
}*/


.button.modal-close {
    margin: 40px auto 0;
    font-size: 20px;
	background: #383838;
}

.button.modal-close:hover {
	box-shadow: 0 0 0px 2px #fff;
}

@media screen and (max-width: 500px){
#feedback-modal-box {
    height: 100%;
}
}
/* End */


/* Start:/local/templates/webdonsite_ru/feedback/css/jquery.jgrowl.css?16772474554689*/

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				100px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

/** - Темы - **/

div.jGrowl div.errors {
    background-color: #d02c36;
    color: #f8f8f8;
}
div.jGrowl div.errors div.jGrowl-header {
    padding-bottom: 5px;
    color: #000;
}
div.jGrowl div.infos {
    background-color: #1a1a1a;
    color: #eeeeee;
}
div.jGrowl div.infos div.jGrowl-header {
    padding-bottom: 5px;
    color: yellow;
}
div.jGrowl div.okays {
    background-color: #b3e54e;
    color: #292929;
}
div.jGrowl div.okays div.jGrowl-header {
    padding-bottom: 5px;
    color: #de2e3a;
}
/* End */


/* Start:/local/templates/webdonsite_ru/components/bitrix/menu/Mymultilevel1/style.css?16772474754420*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/webdonsite_ru/components/bitrix/menu/Mymultilevel1/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/webdonsite_ru/components/bitrix/menu/Mymultilevel1/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/webdonsite_ru/components/bitrix/menu/Mymultilevel1/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
/* #horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
} */

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/webdonsite_ru/styles.css?178603197240872*/
* {
  margin: 0;
  padding: 0;
}
.partners p.city {
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
}
.partners img {
    width: 100%;
}
a img {
  border: none;
}

header, nav, section, article, aside, footer, video, figure {
  display: block;
}

.clb {
  clear: both;
  height: 0;
  width: 100%;
}

.container_camouf {
  min-width: 200px;
  max-width: 1200px;
  margin: 0 auto;
}

body{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color:#2f2f2f;
}

a:hover {
    text-decoration: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}


*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

a {
     text-decoration: none;
}

h1{
    margin:0;
    padding:10px 0;
}

#menu {
    display: inline-block;
    margin: 0 auto;
    margin-top: 80px;
    margin-right: 50px;
}

#horizontal-multilevel-menu li ul {
    background: #323232ad;
    border: none;
    max-height:0;
    height: 0;
    overflow:hidden;
    transition:0.5s;
}
#horizontal-multilevel-menu > li:hover ul {
    height: auto;
    max-height:300px;
}


#horizontal-multilevel-menu li li {
    border: none;
}

#horizontal-multilevel-menu li.item-selected {
    background: none;
    color: #f1f081; 
}
#horizontal-multilevel-menu li.item-selected a{
    color: #3592e8!important;   
}


#horizontal-multilevel-menu li ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

#horizontal-multilevel-menu li ul li:hover a {
    color:#3592e8!important;
}

#horizontal-multilevel-menu{
    background:none;
}

#horizontal-multilevel-menu li{
    transition:0.3s;
}

#horizontal-multilevel-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#horizontal-multilevel-menu li a.root-item-selected {
    background: none;
    color: #3592e8;
}

#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item {
    background: none;
    color: #3592e8;
}

#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover {
    background: #49494900;
    color: #fff;
}

#logo {
    position: absolute;
    left: 6.6%;
    top: 0;
}

header .contacts {
    position: absolute;
    top: 80px;
    right: 5%;
}

header .phone {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}

.isoc {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    margin-right:5px;
}

.isoc.facebook:hover,
.isoc.youtube:hover,
.isoc.instagram:hover {
    transform:scale(1);
}

.isoc.facebook{
    background:url(/local/templates/webdonsite_ru/img/facebook.png)no-repeat center;
    transform:scale(0.8);
    transition:0.3s;
}
.isoc.youtube{
    background:url(/local/templates/webdonsite_ru/img/youtube.png)no-repeat center;
    transform:scale(0.8);
    transition:0.3s;
}

.isoc.instagram{
	background:url(/local/templates/webdonsite_ru/img/insta.png)no-repeat center;
	transform:scale(0.8);
	transition:0.3s;
    background-size: contain;
}

.content {
    max-width: 1536px;
    margin: 0 auto;
}

.incontent {
    max-width: 1263px;
    margin: 0 auto;
    position: relative;
}

.wrapimg{
    width:310px;
    height:270px;
    overflow:hidden;
}

.wrapimg > img {
    transition: 2s;
}

.infoblock:hover .wrapimg > img{
    transform: scale(1.1);
}

.infoblock{
    width: 310px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 2px 30px 0;
}

.infoblock h3{
    font-size:17px;
    margin-top: 30px;
    min-height: 60px;
    color:#3797f0;
    font-weight: 600;
}

.infoadres{
    height:80px;
}

.infoadres p{
    color:#acacac;
    margin: 6px 0 0;
}

.infoadres font{
    font-weight:500;
    color:#2f2f2f;
}

.dopinfo > div{
    display: inline-block;
    color: #6a7379;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    width: 102px;
}

.dopinfo > div font{
    display:inline-block;
    font-weight:400;
    font-size:14px;
}

.infoblock .infocont {
    padding-left: 20px;
}

.dopinfo {
    margin-top: 20px;
}

.dopinfo .dopinfo1{
    width: 74px;
}

.dopinfo .dopinfo2{
    border: #ccc solid 2px;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
}

.dopinfo sup {
    font-size: 9px;
}

.dopinfo .dopinfo3{
    padding: 0 10px;
}

.price{
    margin-top: 20px;
    font-weight: 500;
    color: #6a7379;
    font-size: 16px;
}

.price .uah {
    font-size: 25px;
    font-weight: 600;
    color: #3797f0;
    margin: 0;
}

.price .uah font {
    font-size: 14px;
}

.infoblock .no-foto {
    width: 310px;
    height: 270px;
}

#noresult {
    margin: 0 auto;
    text-align: center;
}


/*////////////////////filter////////////////*/

.bx-filter-parameters-box {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin-right: 62px;
}

.bx-filter {
    max-width: 1500px;
    margin: 0 auto;
}

.bx-filter .bx-filter-select-container {
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #4ea6eb;
    background:transparent;
    padding-bottom: 43px;
}

.bx-filter .bx-filter-select-block{
    background:transparent;
}

.popup-window{
    width: 250px;
}

.bx-ui-slider-handle.left,
.bx-ui-slider-handle.right {
    background: #fff!important;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: #499fd8 solid 2px;
}

.bx-filter  .bx-ui-slider-handle.left {
    margin-top: -10px;
    margin-left: -8px;
}

.bx-filter .bx-ui-slider-handle.right {
    margin-top: -10px;
    margin-right: -8px;
}

.bx-filter .bx-ui-slider-range {
    z-index: 85;
}

.bx-filter .bx-ui-slider-track {
    height: 2px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    width:25px;
    display:inline-block;
}

.bx-filter-input-container{
    width: 90px;
    display:inline-block;
}

.bx-filter-parameters-box-container-block{
    width:49%;
    display:inline-block;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 2px;
}

.bx-ui-slider-track-container {
    width: 93%;
    margin: 0 auto;
}

.bx-filter .bx-filter-input-container input {
    border: none;
    background: none;
}

.bx-filter .bx-filter-input-container input.UAH,
.bx-filter .bx-filter-input-container input.USD {
    border: 1px solid #ccd5db;
    background: #fff;
}

.bx-filter-parameters-box-container .checkbox {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: inline;
}

.bx-filter{
    transition:0.5s;
    max-height: 0;
    overflow:hidden;
}

.bx-filter.active{
    transition:0.5s;
    max-height:2000px;
}

.catalog-section.content {
    margin-top: 60px;
}

section{
    position:relative;
    padding: 1px 0 0;
}

section.baner{
    width:100%;
    max-width:1920px;
    height:729px;
}

section.baner.kvartiru{
    background:url(/local/templates/webdonsite_ru/img/bg_buyflat.jpg)no-repeat center;
}
section.baner.dom{
    background:url(/local/templates/webdonsite_ru/img/bg_buyhouse.jpg)no-repeat center;
}
section.baner.kommercheskuyu-nedvizhimost{
    background:url(/local/templates/webdonsite_ru/img/bg_buycommercial.jpg)no-repeat center;
}
section.baner.zemelnyy-uchastok{
    background:url(/local/templates/webdonsite_ru/img/bg_buyland.jpg)no-repeat center;
}
section.baner.kontakty{
    background:url(/local/templates/webdonsite_ru/img/bg_contact.jpg)no-repeat center;
}



.kontakty .catblock .bantitle span:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.kontakty .catblock .bantitle {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    text-align: center;
}

.kontakty .catblock .bantitle span {
    max-width: 100%;
    margin-left: 0;
}

.catalog .bloks.cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts .level  {
    margin-bottom: 40px;
}

.contacts .level p {
    margin-bottom: 10px;
}

.contacts .tel a {
    font-size: 25px;
    color: #000;
}

.contacts .link span {
    font-weight: 500;
    font-size: 18px;
}

.contacts .link a {
    font-size: 18px;
    color: #3592e8;
    font-weight: 500;
}

.contacts .city {
    font-size: 30px;
    font-weight: 500;
}

.catalog .bloks.cont .block {
    width: 50%;
}

.catblock{
    margin-top:100px;
}

.catblock .bantitle {
    color: #fff;
    display: inline-block;
    margin-top: 120px;
    font-size: 39px;
    font-weight: 600;
    line-height: 130%;
    max-width: 965px;
    margin-left: 170px;
    position: relative; 
}

.catblock .bantitle span {
    display: inline-block;
    max-width: 830px;
    vertical-align: bottom;
    margin-left: 160px;
}

.catblock .bantitle span:before{
    content:"";
    display: block;
    position:absolute;
    width:135px;
    height:8px;
    background:#3592e8;
    margin-top:-30px;
}

.catblock .bantitle img {
    vertical-align: baseline;
    position: absolute;
    bottom: 10px;
}

.catalog {
    background: #383838;
    z-index: 0;
}

.incatalog {
    background: #fff;
    margin-top: -300px;
    padding: 50px 0;
    min-height: 330px;
}

.incatalog.content, .elcatalog .content {
    box-shadow: 0 0 40px #1e1e1e;
}


.bx-filter.bx-blue .bx-filter-section {
    background: none!important;
}

.button {
    position:relative;
    overflow:hidden;
    width: 260px;
    height: 60px;
    background: #3592e8;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor:pointer;
    border:none;
    vertical-align: top;
    transition:0.5s;
    z-index: 0;
}

.catform .button:before {
    content: ">";
    color: #ffffff;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 60px;
    background: #3897f1;
    opacity:0;
    z-index: -1;
    transition: 0.3s;
}

.button.an2 {
    background: #383838;
}

.button.anim:before {
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 60px;
    opacity:0;
    z-index: -1;
    transition: 0.3s;
}

.button.anim.an1:before {
    content: ">";
    color: #3592e8;
    background: #ffffff;
}

.button.anim.an2:before {
    content: ">";
    color: #fff;
    background: #3592e8;
}

.button.anim.an3:before {
    content: "+";
    color: #3592e8;
    background: #fff;
}


.catform .button input,
.button.anim p{
    transition: 0.5s;
}

.catform .button:hover input,
.button.anim:hover p{
    padding-left: 35px;
}

.catform .button:hover:before,
.button.anim:hover:before {
    width:50px;
    opacity:1;
} 

.button:hover{
    box-shadow: 0 0 11px #54adff;
    /* background: #1990ff; */
}

.bx-filter-parameters-box-container {
    padding: 15px 0;
}

.bx-filter-parameters-box-container .button{
    margin-right: 20px;
}

.button.bgn{
    background: none;
    color: #000;
    border: #3592e8 solid 1px;
}

.bx-filter-horizontal .bx-filter-popup-result {
    height: 60px;
    background-color: #3592e8;
    color: white;
    font-size: 18px;
    padding: 10px;
}


.bx-filter .bx-filter-popup-result a {
    color: #ffffff!important;
    display:block;
    margin-top: 8px;
}

.butfilter {
    display: inline-block;
}

.catalog h1{
    display: inline-block;
    font-weight:800;
    margin-right:40px;
    vertical-align:top;
    font-size: 31px;
}

.onecl, .onecl .button{
    display: inline-block;
}
.onecl .button {
    background: #5b50ff;
}

.wrapvideo {
    display: inline-block;
    width: 40%;
    float: right;
    margin-top: 40px;
}

.fotorama .wrapvideo {
    display: inline-block;
    width: 695px;
    height:470px;
    /* max-width:100%; */
    float: none;
    margin-top: 20px;
}

.video{
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.butbaner {
    display: inline-block;
    vertical-align: super;
    margin-left: 100px;
}

#invest .butbaner {
    display: block;
    margin: 0 auto;
}

.bx-filter-parameters-box-hint {
    font-size: 15px;
    font-weight: 500;
    color:#acacac!important;
}

section.aftercat {
    width: 100%;
    max-width: 1920px;
    height: 570px;
    background: url(/local/templates/webdonsite_ru/img/bg_advantages.jpg)no-repeat center top;
    z-index:2;
}

.otl{
    text-align:center;
    color:#fff;
    font-size:0
}

.otl h3 {
    margin: 80px 0;
    font-size: 40px;
    font-weight: 700;
}

.otl p {
    font-size: 20px;
    font-weight: 600;
    max-width: 178px;
    margin: 10px auto;
    transition:0.5s;
}


.otlblock:hover > p  {
    text-shadow: 0 0 20px #09ffc6;
}

.otl span {
    display: block;
    max-width: 280px;
    margin: 10px auto;
}

.otl span.plus {
    max-width: 310px;
}

.otlblock {
    display: inline-block;
    vertical-align: top;
    max-width: 375px;
    height:246px;
    font-size: 17px;
    outline: #50a0e9 solid 1px;
    outline-offset: 0px;
    width: 25%;
    padding: 20px 0;
    cursor:default;
}

.otlblock > img {
    transition:0.5s;
}

.otlblock:hover > img {
    transform:scale(1.1);
}

.aftercat .catform{
    margin-top: 116px;
}

.catform {
    text-align: center;
    background: #edf0f7 url(/local/templates/webdonsite_ru/img/bg_form.jpg)no-repeat center;
    width: 100%;
    padding: 66px 0 66px;
    z-index: 2;
    position: relative;
}

.elcatalog .catform {
    margin-top: 0;
}

.catform form {
    display:inline-block;
}

.catform h3 {
    font-size: 40px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 100%;
}

.catform h3 font {
    font-size: 20px;
    font-weight: 500;
    color: #6e6e6e;
}

.catform .info {
    margin: 30px auto 0;
    max-width: 480px;
    font-size: 18px;
    font-weight: 500;
    color: #383838;
}

input.feedback {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat";
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.catform .button {
    background: #383838;
    margin: 30px auto;
}

input[type="text"], input[type="number"] {
    border: none;
    border-bottom: #383838 solid 1px;
    width: 280px;
    margin: 30px 20px;
    background: none;
    font-size: 18px;
    color: #383838;
}


input[type="checkbox"] {
    cursor: pointer;
}

.catform input[type="text"] {
    margin: 60px 20px 20px;
}

input:focus{
    outline: none;
}

::-webkit-input-placeholder {color: #383838;font-weight:500}
::-moz-placeholder          {color: #383838;font-weight:500}
:-moz-placeholder           {color: #383838;font-weight:500}
:-ms-input-placeholder      {color: #383838;font-weight:500}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

#calc ::-webkit-input-placeholder {color: #999;}
#calc ::-moz-placeholder          {color: #999;}
#calc :-moz-placeholder           {color: #999;}
#calc :-ms-input-placeholder      {color: #999;}
#calc :focus::-webkit-input-placeholder {color: transparent}
#calc :focus::-moz-placeholder          {color: transparent}
#calc :focus:-moz-placeholder           {color: transparent}
#calc :focus:-ms-input-placeholder      {color: transparent}

ul {
    list-style:none;
}


footer {
    min-height: 525px;
    background-color: #383838;
    text-align:center;
}

.footermenu {
    text-align: center;
    margin-top: 70px;
}

.flogo {
    display: inline-block;
    margin: 60px auto 0;
}

.fblocks{
    display:inline-block;
    vertical-align:top;
}

.fmenu{
    padding:1px 0;
}

.fmenu li a{
    color:#fff;
    font-size:14px;
    transition:0.3s;
}

.fmenu li:hover a{
    color:#fff;
}

.fmenu.main li a{
    font-weight:500;
    color:#fff;
}

.fmenu li {
    margin-bottom:15px;
}

.fmenutitle{
    color: #fff;
    font-weight: 500;
    margin-bottom:35px;
}

.fblock {
    display: inline-block;
    vertical-align:top;
    width: 193px;
    text-align: left;
}

.fblock.cont {
    width: 274px;
}

.fmenu li a{
    color: #ccc;
    font-weight: 400;
}

footer .phone {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 100%;
}

footer .fos {
    margin-top: 30px;
}

#cop {
    text-align: center;
    color: #848484;
    font-size: 12px;
    margin-top: 60px;
}

footer .part:first-child {
    margin-bottom: 20px;
}

footer .part {
    color: #fff;
}

footer .city {
    font-size: 20px;
    font-weight: 500;
}

footer .adres {
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0 10px;
}

.elheader {
    width: 100%;
    height: 230px;
    background-color: #1d82d5;
}

.elcatalog{
    background: #383838;
}

.butons .button{
    display:inline-block;
}

.butons .infoslide{
    margin-right:21px;
}

.elcatalog > .content{
    background:#fff;
    position:relative;
}

.catalog-element {
    margin-top: -50px;
    padding-top: 40px;
}

.elheadsection{
    display:inline-block;
    vertical-align:top;
    margin-bottom: 20px;
}

.elcatalog .code {
    width: 132px;
    height: 34px;
    background-color: #1d82d5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
}

.eltitle .name {
    font-size: 24px;
    font-weight: 600;
    max-width: 610px;
    padding: 0 20px;
}

.eltitle {
   width: 560px;
   margin-right: 20px;
}

.headerelement {
    border-bottom: #e6e6e6 solid 1px;
    margin-bottom: 20px;
}

.priceUAH {
    font-size: 24px;
    font-weight: 800;
    color: #1d82d5;
}

.priceUSD {
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #6a7379;
}

.elprice {
    width: 260px;
    margin-right: 18px;
}

.elconrow{
    margin-top:20px;
}

.button.mapslide {
    background: none;
    color: #000;
    border: #3592e8 solid 1px;
}

.elactive .button.mapslide {
    background: #3592e8;
    color: #fff;
    border-color: transparent;
}

.elactive .button.infoslide {
    background: transparent;
    color: #000;
    border: #3592e8 solid 1px;
}

.elslider{
    width: 695px;
    height: 630px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.elcontent{
    display: inline-block;
    vertical-align: top;
}

.elcontentleft {
    margin-right: 21px;
}

.elcontentleft, .elcontentright {
    display: inline-block;
    vertical-align: top;
    width: 260px;
}

#map{
    width: 695px;
    height: 100%;
    transition: 0.5s;
    margin-top: -91.5%;
}

.elactive #map{
    margin-top: 0;
}




.wrapslidercontrol{
    width: 695px;
    overflow: hidden;
    margin-top:10px;
}

.slidercontrol{
    width: 705px;
}

.description {
    padding: 20px 0 60px;
    border-top: #ccc solid 1px;
    margin-top: 20px;
}

.description > p {
    font-size: 18px;
    font-weight: 400;
    color: #6a6a6a;
}


.elname {
    font-weight: 500;
    color: #acacac;
    font-size: 15px;
    margin-bottom: 5px;
}

.elname sup {
    font-size: 9px;
}

.elvalu {
    font-size: 22px;
    font-weight: 500;
    color: #6a7379;
}

a.back {
    color: #3592e8;
    padding: 30px 0 40px;
    display: block;
}

a.back:before {
    content:"<";
    display:inline-block;
    width:30px;
    height:30px;
    font-size:18px;
    line-height:30px;
    text-align:center;
    color: #3592e8;
    margin-right: 10px;
    border-radius:25%;
    border:#3592e8 solid 1px;
}

.form-group{
    display:inline-block;
    vertical-align:top;
    width:330px;
    margin-right: 88px;
    margin-top: 60px;
    position:relative;
}

.form-group input {
    width: 100%;
    height: 30px;
    font-size: 16px;
    position:relative;
    margin: 0;
    border-color: #3592e8;
}

.control:before {
    content: "*";
    display: block;
    position: absolute;
    top: -3px;
    left: -10px;
    color: #3897f1;
    font-size: 20px;
}

.check{
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

#formcity{
    display:none;
}

.ui-autocomplete{
    background:#fff;
    width: 135px;
    color: #000000;
    background-color: #fff;
    border: #000 solid 1px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    z-index: 2;
}

.ui-autocomplete li{
    cursor: pointer;
    margin-left: -40px;
    padding: 5px 0 5px 40px;
}
.ui-autocomplete li:hover{
    background-color: #e3e3e3;
}

#formcity{
display:none;
}

/* .ui-widget{
position:relative;
} */

#mydata {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    height: 18px;
}

#geo{
    cursor:pointer;
}

#valut{
    vertical-align: text-top;
}
#usd, #eur{
    display:none;
}

input[type="radio"],
label.option {
    cursor: pointer;
    font-weight: 600;
}

.form-section {
    border-bottom:#e6e6e6 solid 1px;
    padding-bottom:80px;
}

.form-section h2 {
    color: #3897f1;
    margin-top: 40px;
}

.form-group ::-webkit-input-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#6a7379;font-size:16px;}
.form-group ::-moz-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#6a7379;font-size:16px;}
.form-group :-moz-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#6a7379;font-size:16px;}
.form-group :-ms-input-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#6a7379;font-size:16px;}

.form-group select{
    width: 330px;
    border: none;
    border-bottom: #3897f1 solid 1px;
    font-size: 16px;
    font-family: "Montserrat", Helvetica, Arial;
    font-weight: 500;
    color: #6a7379;
    padding-top:7px;
}

.form-group select:focus,
.form-group select option:hover{
    outline:none;
}

#checks{
    margin-top:60px;
}

#valut {
    width: 60px;
    background: #3897f1;
    color: #fff;
    padding-top: 2px;
    position: absolute;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.width{
    width:100%;
}

.form-group textarea {
    width: 100%;
    max-width: 100%;
    height: 164px;
    padding: 5px;
    font-size: 16px;
    font-family: "Montserrat", Helvetica, Arial;
    border-color: #ced0d1 #ced1d1 #d3d7d8;
}

.form-group textarea:focus {
    outline: #3897f1 solid 2px;
    border: none;
}

.form-group .textdetail {
    display: block;
    padding: 5px;
    font-weight: 500;
    color: #6a7379;
}

p.note {
    margin-top: 60px;
    color: #afafaf;
}

.submit.button {
    border: none;
    margin: 60px auto 0;
    display: block;
}

.file-selectdialog, .file-extended{
    display:block!important;
    min-height: 165px;
}

label.drag_n_drop{
    display:block;
    margin:5px 0;
}

.ui-helper-hidden-accessible{
    display:none;
    position:absolute;
    margin-left:-10000px;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #f2e8e4;
    display: block;
    z-index: 9999;
    top: 0;
}

#overlay.activ {
    background: rgba(103, 103, 103, 0.91);
    z-index: 998;
}

#mfeedback {
    display: none;
    width: 800px;
    height: 420px;
    background: url(/local/templates/webdonsite_ru/img/bg_onform.jpg)no-repeat center top;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
    color: #fff;
}

.titleform {
    color: #fff;
    font-size: 22px;
    margin: 50px auto 40px;
    max-width: 600px;
}

.titleform.object {
    margin: 100px auto 40px;
}

.close {
    float: right;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    opacity: 0.8;
    transition:0.3s;
}

.close:hover {
    opacity: 1;
}

#mfeedback .close {
    right: 5px;
    top: 5px;
    position: absolute;
    cursor: pointer;
}

#mfeedback div.button {
    margin: 40px auto;
}

#mfeedback input[type="text"] {
    border: none;
    border-bottom: #fff solid 1px;
    width: 280px;
    margin: 30px 20px;
    background: none;
    font-size: 18px;
    color: #fff;
}

#mfeedback .postform {
    font-size: 14px;
    margin-top: 60px;
}

.button a {
    display: block;
    color: #fff;
}

#mfeedback ::-webkit-input-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#fff;font-size:16px;}
#mfeedback ::-moz-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#fff;font-size:16px;}
#mfeedback :-moz-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#fff;font-size:16px;}
#mfeedback :-ms-input-placeholder {font-family: "Montserrat", Helvetica, Arial;font-weight:500;color:#fff;font-size:16px;}



p.consent {
    padding-top: 10px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#add-product-form p.consent {
    padding-top: 40px;
}

#add-product-form .message {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -39px;
    color: #ff1515;
}

#invest {
    width: 100%;
    min-height: 700px;
    background: url(/local/templates/webdonsite_ru/img/bg_invest3.jpg)no-repeat center top;
    padding-bottom: 50px;
}

#confidsec {
    background: #3592e8;
    padding:20px 0 60px;
}

#invest h1 {
    color: #fff;
    display: block;
    margin: 290px auto 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    max-width: 700px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #000 0px -2px 4px;
}

#invest h1:before,
#prodazha h1:before,
#case h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 135px;
    height: 8px;
    background: #3592e8;
    margin-top: -30px;
}

#invest h1:before{
    left:0;
    right:0;
    margin: -30px auto 0;
}

#lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

#lines > div {
    width: 10%;
    height: 100%;
    border-right: #ffffff1c solid 1px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}

#partners {
    margin-top: 50px;
    text-align: center;
}

#partners > div {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 49px;
    margin-bottom: 30px;
}

#partners > p {
    color: #3592e8;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: left;
}

#confid h2 {
    text-align: center;
    color: #fff;
    font-size: 39px;
    margin: 30px 0;
}

#confid >div{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: center;
    margin-right: 32px;
    margin-top: 32px;
}

#confid >div>p{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-style: italic;
}

#case{
    min-height:860px;
    background:url(/local/templates/webdonsite_ru/img/bg_RH.png)no-repeat center;
}

#case h2 {
    font-size: 39px;
    font-weight: 900;
    line-height: 130%;
    margin: 100px 0 40px;
}

.case{
    width:360px;
    height:510px;
    display:inline-block;
    vertical-align:top;
    margin-top:20px;
    margin-right:20px;
    text-align:center;
    position:relative;
    outline: #3592e800 solid 40px;
    box-shadow: inset 0px 0px 0px #2084e8;
    outline-offset: 12px;
    cursor:default;
}

.case:hover{
    transition: 0.5s;
    outline: #3592e847 solid 1px;
    outline-offset: -22px;
    box-shadow: inset 0px 0px 20px #2084e8;
}

.cas1{
    background:url(/local/templates/webdonsite_ru/img/12k.png)no-repeat center;
}
.cas2{
    background:url(/local/templates/webdonsite_ru/img/15k.png)no-repeat center;
}
.cas3{
    background:url(/local/templates/webdonsite_ru/img/20k.png)no-repeat center;
}

.case .button{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.case > p{
    margin-top: 255px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.clear {
    clear: both;
}

.caseblock {
    width: 100%;
    background: #383838;
    padding: 80px 0 40px;
}

.caseblock.invertBg {
    background: #ffffff;
}

.caseinfo{
    display:inline-block;
    vertical-align:top;
    width:568px;
}

.caseslider{
    display:inline-block;
    vertical-align:top;
    width:695px;
}

.caseinfo .casetitle{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 60px;
}

.caseblock.invertBg .caseinfo .casetitle {
    color: #000;
}

.caseinfo .casetitle font{
    color:#3592e8;
}

.caseinfo .casetitle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 134px;
    height: 7px;
    background: #3592e8;
    margin-right: 20px;
}

.caseinfo .block{
    width: 284px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6.5px;
    padding: 20px;
}

.caseinfo .block:nth-child(2){
    display: block;
    width: 294px;
}

.caseinfo h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
}

.caseinfo .block p{
    color:#fff;
    margin-bottom:7px;
}

.caseblock.invertBg .block .invert {
    color: #000;
}

.caseinfo .block span{
    color:#acacac;
}

.caseinfo .block.fonC span {
    color: #fff;
}

.caseinfo .block p.number{
    font-size: 30px;
    font-weight: 900;
}

.caseinfo .block p.number font {
    font-size: 18px;
    font-weight: 500;
}

.caseinfo .fonG{
    background: #383838;
}

.caseinfo .fonC{
    background: #3592e8;
}

.caseblock .button{
    width:100%;
    margin-top:20px;
}


#case .cases {
    text-align: center;
}

#slog {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

#slog p:first-child{
    text-shadow: #000 0px -2px 4px;
    font-style: italic;
}

#slog p:last-child {
    font-size: 40px;
    text-shadow: 0 0 8px #ffffffc2;
}

#slog p:last-child span{
    font-size: 64px;
    font-weight: 900;   
}

#prodazha{
    width:100%;
    min-height:660px;
    background: url(/local/templates/webdonsite_ru/img/bg_landing.jpg)no-repeat center top;
}

#prodazha h1 {
    color: #fff;
    display: inline-block;
    margin-top: 250px;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    max-width: 812px;
}

#prodazha .butbaner {
    display: block;
    margin-left: 0;
    margin-top: 20px;
}

#calc{
    width:100%;
    text-align:center;
    background: #edf0f7 url(/local/templates/webdonsite_ru/img/bg_form.jpg)no-repeat center;
}

#calc h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    Color:#3592e8;
}

#calc input.form3{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:557px;
    border: #383838 solid 1px;
    padding: 15px 20px;
}
#calc .button {
    display:block;
    margin-top: 40px;
    margin-left:auto;
    margin-right:auto;
    width:557px;
}

#calc p.consent {
    padding-top: 30px;
}

#wrform{
    background: #fff;
    display: inline-block;
    padding: 40px;
    box-shadow: 0px 8px 14px #bebebe;
}

#wrform form {
    margin-top: 40px;
}

#rcalback{
    width:100%;
    min-height:470px;
    background: url(/local/templates/webdonsite_ru/img/bg_last.jpg)no-repeat center bottom;
    padding: 60px 0;
    text-align:center;
}

#rcalback h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    color:#fff;
}

#rcalback > div > p {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}

#rcalback .butbaner {
    display: inline-block;
    margin:80px auto;
}

#reviews{
    overflow:hidden;
    width:100%;
    padding:60px 0;
    text-align:center;
}

#reviews h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    margin-bottom:40px;
    Color:#3592e8;
}

.arrow-7 {
    position: absolute;
    left: 40px;
    top: 20px;
    opacity:0;
    transition:0.3s;
}

.onecl .arrow-7 {
    left: 30px;
}

.arrow-7 span {
    display: none;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -16px;
}

.button.arrow:hover .arrow-7{
    opacity:1;  
}

.button.arrow:hover .arrow-7 span{
    display:block;
    animation: arrow-7 2s infinite; 
}

.button.arrow:hover .arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.button.arrow:hover .arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-10px,-10px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(10px,10px);
    }
}




/* /////////////////////////////////////
/////////////////////////////////////
///////////////////////////////////// */
@media screen and (max-width: 1500px) {
    
.form-group {
    margin-right: 80px;
}

}


@media screen and (max-width: 1280px) {
#horizontal-multilevel-menu li a {
    font-size: 10px;
}

.content {
    max-width: 1263px;
}

.incontent {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.fblock {
    width: 184px;
}

/* .form-group {
    margin-right: 80px;
} */

/* #add-product-form {
    overflow: hidden;
} */

.elslider, #map {
    width: 672px;
}

.eltitle {
    margin-right: 0px;
}

.infoblock {
    width: 305px;
    overflow: hidden;
}

.dopinfo > div {
    width: 100px;
}

.caseinfo {
    width: 548px;
}

.caseinfo .block {
    width: 274px;
}

#confid >div {
    margin-right: 27px;
}

#partners > div {
    margin-right: 45px;
}
}
@media screen and (max-width: 1279px) {
    
.caseblock .incontent{
    max-width: 695px;
}

#menu {
    position: absolute;
    left: 0;
    top: -80px;
    padding-bottom: 50px;
    overflow-x: hidden;
    background: #383838;
    width: 0;
    height: 100vh;
    z-index: 95;
    transition: 0.5s;
}

#menu.mactiv {
    width: 100%;
}

#menu>ul {
    width:500px;
    margin-top: 60px;
}

#menu > ul > li {
    padding:10px 0;
}


#horizontal-multilevel-menu > li:nth-child(2) > a,
#horizontal-multilevel-menu > li:nth-child(3) > a,
#horizontal-multilevel-menu > li:nth-child(4) > a,
#horizontal-multilevel-menu > li:nth-child(5) > a{
    color:#747474;
}
#horizontal-multilevel-menu > li:hover:nth-child(2) > a,
#horizontal-multilevel-menu > li:hover:nth-child(3) > a,
#horizontal-multilevel-menu > li:hover:nth-child(4) > a,
#horizontal-multilevel-menu > li:hover:nth-child(5) > a{
    color:#747474;
}

#menu li a {
    font-size: 17px;
    text-align: left;
    color:#fff;
}       

#menu li {
    float:none;
    display:block;
}

#horizontal-multilevel-menu li ul {
    background: none;
    max-height: 100vh;
    height: auto;
    position: relative;
    display: block;
    float: none;
    width: auto;
    z-index: 0;
}   

#horizontal-multilevel-menu li ul li a {
    font-weight: 500;
    font-size: 17px;
}

.mainfmenu a {
    font-size: 22px;
}

#maincontent {
    left: 15%;
}

#mainfooter {
    width: 100%;
}

header .contacts {
    left: 0;
    right: 0;
    margin: 0 auto;
}

#butmenu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 5px;
    z-index:96;
}

#butmenu p {
    width: 100%;
    height: 13%;
    background-color: #fff;
    margin-top: 15%;
    transition:0.5s;
}

#butmenu.bactiv p {
    position:absolute;
    height: 10%;
}

#butmenu.bactiv p:nth-child(1) {
    transform: rotate(45deg);
}
#butmenu.bactiv p:nth-child(2) {
    display: none;
}
#butmenu.bactiv p:nth-child(3) {
    transform: rotate(-45deg);
}

.fblock.cont{
    display:block;
    margin:40px auto 0;
}

#confid {
    margin: 90px 0 40px;
    text-align: center;
}

#confid > div {
    margin-right: 20px;
}

.catalog-section.content {
    text-align:center;
}

.catalog-section.content *{
    text-align:left;
}

.catalog .bloks.cont {
    flex-direction: column;
}

.catalog .bloks.cont .block {
    width: 100%;
}
        
}


@media screen and (max-width: 1024px){
.elslider, #map {
    width: 546px;
}
.elslider {
    height: 466px;
    margin-bottom: 20px;
}
#map {
    margin-top: -86%;
}
.wrapvideo {
    display: block;
    float: none;
    margin-top: 20px;
}
.catblock .bantitle {
    margin-top: 100px;
    margin-left: 0;
    padding: 0px 10px;
}
.butbaner {
    display: inline-block;
    vertical-align: super;
    margin-left: 170px;
    margin-top: 10px;
}
section.aftercat {
    height: auto;
    background-size: cover;
}
.otl {
    padding: 0 10px;
}
.otlblock {
    width: 49%;
}
.form-group {
    margin-right: 20px;
}

.onecl {
    display: block;
    margin: 20px 0 0;
}

#prodazha {
    background: url(/local/templates/webdonsite_ru/img/bg_landing.jpg)no-repeat left top;
}

}


@media screen and (max-width: 767px){
#mfeedback .close {
    right: 10px;
    top: 30px;
}
.titleform {
    margin: 70px auto 40px;
}   
#menu>ul {
    width: 320px;
}
#menu.mactiv:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, #38383800, #383838 40%);
    z-index: 1;
}
header .contacts {
    margin: 75px auto 0;
}   
.catblock .bantitle {
    color: #fff;
    display: block;
    margin-top: 225px;
    font-size: 17px;
    line-height: 130%;
    max-width: 100%;
    margin-left: 0;
    position: relative;
    padding: 0 10px;
}
.catblock .bantitle img {
    vertical-align: top;
    position: relative;
    bottom: auto;
    width: 19%;
    margin-top: -26px;
}
.catblock .bantitle span {
    max-width: 74%;
    vertical-align: bottom;
    margin-left: 20px;
    font-size: 19px;
}
.butbaner {
    display: block;
    vertical-align: super;
    margin: 30px auto 0;
}

.file-selectdialog .file-extended .file-load-img {
    left: 0;
    right: 0;
    margin: 0 auto!important;
    top: -76px!important;
}
.file-selectdialog .file-extended .file-selector {
    padding: 0!important;
    position: relative!important;
    margin: 0 auto!important;
    top: 80px!important;
}
.form-group {
    width: 100%;
}
.form-group {
    margin-right: 0;
}
.catform input[type="text"] {
    margin: 60px 0 20px;
}
.catform {
    padding: 36px 10px 36px;
}
.catform h3 {
    font-size: 30px;
    max-width: 100%;
}
.button.bgn,
.button.btn {
    margin-top: 20px;
}
section.aftercat {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #3592e8;
    padding: 1px 10px 10px;
}
.otl h3 {
    margin: 40px 0;
    font-size: 30px;
}
.otlblock {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
}
.bx-filter .bx-ui-slider-track-container {
    display: none;
}
.eltitle {
    width: 100%;
}
.eltitle .name {
    padding: 0;
}
.elslider, #map {
    width: 100%;
    height: 400px;
}
#map {
    margin-top: -400px;
}
.elcontent {
    width: 100%;
}
.elheader {
    height: 280px;
}
.elcontentleft {
    margin-top: 52px;
}
.elcontentleft, .elcontentright {
    width: 100%;
}
.button.infoslide, .button.mapslide{
    margin:20px auto;
    display: block;
}
.wrapvideo {
    width: 100%;
    float: none;
}
.case {
    width: 100%;
    max-width:360px;
}
.caseinfo {
    width: 100%;
}
.caseinfo .casetitle {
    text-align: center;
}
.caseinfo .casetitle:before {
    display:none;
}
.caseslider {
    width: 100%;
}
#invest h1 {
    margin-top: 229px;
    font-size: 22px;
    background: #00000024;
}
#invest {
    background: #3592e8 url(/local/templates/webdonsite_ru/img/bg_invest.jpg)no-repeat center top;
}
#partners > div {
    margin-right: 0;
}
.catalog-section.content .modern-page-navigation {
    text-align: center;
}
.catalog h1 {
    text-align: center;
    margin-right: 0;
    display: block;
}
.butfilter {
    margin: 0 auto;
    display: block;
    margin: 20px auto 0;
}
.file-selectdialog, .file-extended {
    padding-bottom: 50px;
}
#slog {
    font-size: 20px;
    background: #0000000d;
}
.onecl {
    display: block;
    text-align: center;
}
footer {
    min-height: auto;
}
.flogo {
    width: 80%;
}
.footermenu {
    text-align: left;
}
.fblock {
    width: 100%;
    margin-bottom: 20px;
}
.fmenu li a {
    font-size: 18px;
}
.fmenutitle {
    margin-bottom: 15px;
}
.footermenu {
    margin-top: 40px;
}

#cop {
    margin-top: 30px;
    margin-bottom: 30px;
}
#mfeedback {
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 10px;
}
#prodazha h1 {
    margin-top: 200px;
    font-size: 35px;
}
#prodazha h1:before {
    display:none;
}
#calc input.form3,
#calc .button{
    width:90%;
}
#wrform {
    padding: 40px 0px;
    box-shadow: none;
}
}

@media screen and (min-width: 550px) and (max-width: 767px){
.catblock .bantitle {
    margin-top: 170px;
}       
}

@media screen and (max-width: 400px){
#rcalback > div > p {
    font-size: 24px;
}
}


@media screen and (max-height: 860px){
body.open{
    overflow:hidden;    
}
}

@media (min-width: 1200px) and (max-width: 1500px){
#menu {
    margin-left: -100px;
}
}
/* End */


/* Start:/local/templates/webdonsite_ru/template_styles.css?17689314642647*/
.lang_block_4 {
    display: inline-block;
}
.lang_block_4 span {
    font-size: 14px;
color: #fff;
    font-weight: 600;
    font-family: Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;cursor: pointer;
}
.lang_block_4 .active_lang:after {
    content: "";
    margin-left: 4px;
    background-image: url(/local/img/icons.png?v100);
    background-position: 0px -674px;
    width: 14px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
#lang {
    display: inline-block;
    width: 50px;
    height: 24px;
    position: absolute;
    vertical-align: bottom;
    margin: auto;
    text-align: center;
    margin-right: 10px;
    top: 2px;
    left: 100%;
}
@media(max-width: 1279px){
	#lang{
		height: 24px;
		position: relative;
		vertical-align: bottom;
		left: auto;
	}
}
.lang_block_4:hover .wrapper_list_lang{
   opacity: 1;
    visibility: visible;
}
.wrapper_list_lang {
    opacity: 0;
    visibility: hidden;
    transition: .55s opacity, .55s visibility;
    position: absolute;
    background: #fff;
    width: 42px;
    top: 35px;
    left: 50%;
    margin-left: -26px;
    z-index: 7;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgb(0 0 0 / 22%);
    border-radius: 5px;
}
.wrapper_list_lang:after, .wrapper_list_lang:before {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
}
.wrapper_list_lang:before {
    left: auto;
    right: 11px;
    margin-left: 0;
}
.wrapper_list_lang:before {
    top: -14px;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #ddd;
}
.wrapper_list_lang:after {
    top: -12px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
}
.wrapper_list_lang:after {
    right: 12px;
    left: auto;
    margin-left: 0;
}

.list_lang{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2rem;
}

.list_lang a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 400px){
header .contacts{
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        text-align: center;
        margin-left: 0px;
        padding: 0 10px;
}


#lang {
    display: inline-block;
    width: 50px;
    height: 30px;
    position: relative;
    margin: unset;
    text-align: center;
    margin-right: 0px;
    top: 2px;
}
}

@media (max-width: 380px){
header .phone {
    font-size: 14px;
    margin-left: 0px;
    line-height: 24px;
}
}
/* End */
/* /local/widget.css?16772474322832 */
/* /local/templates/webdonsite_ru/feedback/css/jquery.arcticmodal.css?16772474552504 */
/* /local/templates/webdonsite_ru/feedback/css/jquery.jgrowl.css?16772474554689 */
/* /local/templates/webdonsite_ru/components/bitrix/menu/Mymultilevel1/style.css?16772474754420 */
/* /local/templates/webdonsite_ru/styles.css?178603197240872 */
/* /local/templates/webdonsite_ru/template_styles.css?17689314642647 */
