/* @font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova/Proxima Nova Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova/Proxima Nova Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova/Proxima Nova Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms/TTNorms-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
} */

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-light.php') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*     GLOBAL     */
* {
	box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  height: 100%;
  /*background: url(/img/winter-background.jpg);*/
  background-size: cover;
  background-attachment: fixed; 
}

body {
	
  min-height: 100%;
  padding:0px;
  margin:0px;
  height: 100%;
  position: relative;
  font-family: "Museo Cyr", "Open Sans", Helvetica, Arial, sans-serif;/* "Exo 2", Arial, sans-serif; */
  font-size: 12pt;
  line-height:normal;
  color:#000;
  background:#fff;
  width:100%;
  -webkit-text-size-adjust: none;
  min-width: 1280px;
  padding-top:146px;
 }
 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
 {
	html {
		-webkit-transform: scale(0.8);
		-webkit-transform-origin: top right;
		transform: scale(0.8);
		position: absolute;
		right: 0;
		top: 0;
		left:0;
		margin-left:-20%!important;
	}
	
	body {
		width:1280px;
	}
}

@media only screen  and (min-device-width : 750px) and (max-device-width : 768px) {
	html {
		-webkit-transform: scale(0.7);
		-webkit-transform-origin: top right;
		transform: scale(0.7);
		position: absolute;
		right: 0;
		top: 0;
		left:0;
		margin-left:-30%!important;
	}
}

@media all and (max-width:420px) {
	body {
		min-width:100%;
	}
}
 
 a {
	 color:#008ee5;
	 /*color:#e64d2c;*/
	 /*color:#0092d1;*/
 }
 
 a:hover {
	 /*color:#ff5549;*/
	 color:#008ee5;
 }
 


 a.text-dashed {
	 border-bottom:1px dashed #d37415;
	 text-decoration: none;
 }
 
 .text-underline {
	 text-decoration:underline
 }
 
 
 a.text-dashed:hover {
	 border-bottom:1px dashed #e8a058;
	 text-decoration: none;
 }
 
 ul {
	 margin-left:20px;
	 padding:0;
	
 }
 
ul li {
  margin-left:0;
  margin-top:10px;
  margin-bottom:10px;
   overflow: hidden;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
/*     INTERFACE     */

.button-square, .btn {
	border: 2px solid #008ee5;
    padding: 10px 25px;
    color: #008ee5;
    font-size: 12pt;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
    text-transform:none;
}
@media all and (max-width:420px) {
	.button-square, .btn {font-size: .9em; padding: 10px 10px;}
	
	.block-window-price-kvartira .button-square {font-size: .9em; padding: 10px 5px;}
}

.button-square:hover, .btn:hover {
	color:white;
	background: #2883cf;
}

.button-red-solid, .ok-red-btn, .btn-default {
	color:white;
	background: #008ee5;
}

.button-red-solid:hover, .ok-red-btn:hover, .btn-default:hover {
	color:#008ee5;
	background: white;
}

.button-white {
	color:white;
	background: none;
	border:1px solid white;
}

.button-white:hover {
	background: rgba(255, 255, 255, 0.3);
	border:1px solid rgba(255, 255, 255, 0.53);
}

.button-white-solid {
	background: white;
}

.button-white-solid:hover {
	background: rgba(255, 255, 255, 0.85);
	color:#a80055;
}

.button-grey {
	color:#3f3f3f;
	background: none;
	border:2px solid #aaaaaa;
}

.button-grey:hover {
	color:#2e2e2e;
	background: #e9e9e9;
	border:2px solid #757575;
}

.icon-arrow-down-right {
	padding-right:40px;
	background: url(../img/design2017/icon-button-arrow-down-right.png) no-repeat center right 15px;

}

.form-field {
	background: white;
	padding:14px 30px 14px ;
	border:2px solid #ddd;
	outline: none;
	font-size: 12pt;
	font-weight: 300;
	width:250px;
}

.form-field::-webkit-input-placeholder,  .form-field::-moz-placeholder, .form-field:-ms-input-placeholder {
	font-weight: 300;
}

.form-field-name {
	padding-left:40px;
	background-image: url(../images/icon-form-field-name.html);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.form-field-phone {
	padding-left:40px;
	background-image: url(../images/icon-form-field-phone.html);
	background-position: left 20px center;
	background-repeat: no-repeat;
}


/*     TEXT STYLES     */

.text-thin {
	font-weight: 300;
}

.text-normal {
	font-weight: 400;
}

.text-bold {
	font-weight: bold;
}

.text-very-bold {
	font-weight: 900;
}

.text-red, .text-purple{
	color:#333;
}

.text-white {
	color:white;
}



.text-white .text-dashed {
	border-bottom:1px dashed #fff;
}

.text-grey {
	color:#666;
}

.text-black {
	color:#333;
}

.text-dark-grey {
	color:#565656;
}

.text-small {
	line-height: 12pt;
	font-size: 11pt;
}

.text-size-12 {
	font-size: 12pt;
}

.text-size-14 {
	font-size: 14pt;
}

.text-size-16 {
	font-size: 16pt;
}

.text-size-18 {
	font-size: 18pt;
}

.text-size-22 {
	font-size: 22pt;
}

.text-size-24 {
	font-size: 22pt;
}

.text-size-26 {
	font-size: 26pt;
}

.text-size-27 {
	font-size: 27pt;
}

.text-size-28 {
	font-size: 28pt;
}

.text-size-30 {
	font-size: 30pt;
}

.text-size-32 {
	font-size: 32pt;
}

.text-size-34 {
	font-size: 34pt;
}

.text-size-35 {
	font-size: 35pt;
}

.text-size-40 {
	font-size: 40pt;
}

.text-size-45 {
	font-size: 45pt;
}

.text-size-50 {
	font-size: 50pt;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-dashed {
	border-bottom:1px dashed #333;
}

.text-rotate-270 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.text-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

h1, h2, h3, h4, .h4 {
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	
}

.h4 {
	display: inline-block;
	margin-top: 1.33em;
    margin-bottom: 1.33em;
}
@media all and (max-width:420px) {
	h1, h2, h3, h4 {
		margin-left:5px;
	}
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4, .h4 {
	font-size: 12pt;
}

ul.red-list, ul.ok-red-list{
	list-style:none;
}

ul.red-list li, ul.ok-red-list li {
	padding-left:20px;
	background: url(../images/assets/list-with-red-marks.png)  no-repeat left 5px top 7px;
}


ol {
	list-style: none;
	counter-reset: my-badass-counter;
}
ol li:before {
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    color: #008ee5;
    font-weight: bold;
    position: relative;
    margin: 0 0 0 -10px;
    left: -7px;
}

ol.ol-round-numbers {
	list-style: none;
	counter-reset: round-counter;
}

ol.ol-round-numbers[start="4"] {
	list-style: none;
	counter-reset: round-counter 3;
}

ol.ol-round-numbers[start="5"] {
	list-style: none;
	counter-reset: round-counter 4;
}

ol.ol-round-numbers li {
	margin:30px 0px;
}

ol.ol-round-numbers li:before {
    content: counter(round-counter);
    counter-increment: round-counter;
    color: black;
    font-weight: bold;
    position: relative;
    border:2px solid #f79723;
    width:34px;
    height:34px;
    border-radius: 34px;
    display: block;
    float:left;
    clear:left;
    font-size: 18px;
    text-align: center;
    padding-top:4px;
    box-sizing: border-box; 
    margin-right: 20px;
}


@media all and (max-width:420px) {
	
    .cut-mob{
        display: none;
    }
	
	ol.ol-round-numbers {
		margin:0;
	}
	
	ol.ol-round-numbers li {
		margin-bottom:25px;
		margin-top:0;
	}
	
	ol.ol-round-numbers li:before {
		margin-bottom:30px;
	}
	
	.text-size-40 {
		font-size: 20pt;
	}
	
	.text-size-35 {
		font-size: 18pt;
	}
	
	.text-size-27 {
		font-size: 14pt;
	}
	
	.text-small {
		font-size: 10pt;
		line-height: 10pt;
	}
	
	.text-size-14 {
		font-size: 12pt;
	}
	.text-size-22 {
		font-size: 16pt;
	}
	
	.text-size-24 {
		font-size: 20pt;
	}

	
	.text-size-16 {
		font-size: 12pt;
	}
	
	.text-size-50 {
		font-size: 25pt;
	}
	
	h1 {
		font-size: 14pt;
	}
	
	h2 {
		font-size: 14pt;
	}
	
}


/* BLOCKS */

.block-items-wrapper {
	font-size: 0;
}
		
.block-items-wrapper > div {
	width:100%;
	vertical-align: top;
	font-size: 12pt;
}

.content > .block-2-items, .content >  .block-3-items, .content > .block-4-items, .content > .block-5-items, .content > .block-6-items, .content > .block-7-items, .content > .block-8-items, .content > .block-9-items, .content > .block-10-items {
	margin-left: 0;
	margin-right: 0;
}

.block-2-items > .block-items-wrapper > div {
	width:50%;
	padding:10px;
	float:left;
}

.block-2-items > .block-items-wrapper > div:nth-child(2n+1) {
	clear: left;
}

.block-3-items > .block-items-wrapper > div {
	width:33.33333%;
	padding:10px;
	float:left;
}

.block-3-items > .block-items-wrapper > div:nth-child(3n+1) {
	clear: left;
}

.block-4-items > .block-items-wrapper > div {
	width:25%;
	padding:10px;
	float:left;
}

.block-4-items > .block-items-wrapper > div:nth-child(4n+1) {
	clear: left;
}

.block-5-items > .block-items-wrapper > div {
	width:20%;
	padding:10px;
	float:left;
}

.block-5-items > .block-items-wrapper > div:nth-child(5n+1) {
	clear: left;
}

.block-6-items > .block-items-wrapper > div {
	width:16.66%;
	padding:10px;
	float:left;
}

.block-6-items > .block-items-wrapper > div:nth-child(6n+1) {
	clear: left;
}

.block-7-items > .block-items-wrapper > div {
	width:14.285%;
	padding:10px;
	float:left;
}


.block-7-items > .block-items-wrapper > div:nth-child(8n+1) {
	clear: left;
}


.block-8-items > .block-items-wrapper > div {
	width:12.5%;
	padding:10px;
	float:left;
}


.block-8-items > .block-items-wrapper > div:nth-child(8n+1) {
	clear: left;
}

.block-10-items > .block-items-wrapper > div {
	width:10%;
	padding:10px;
	float:left;
}

.block-10-items > .block-items-wrapper > div:nth-child(10n+1) {
	clear: left;
}

.block-round {
	border-radius: 50%;
}

.block-2-items > .block-items-wrapper > div img, .block-3-items > .block-items-wrapper > div img, .block-4-items > .block-items-wrapper > div img, .block-5-items > .block-items-wrapper > div img, .block-6-items > .block-items-wrapper > div img, .block-7-items > .block-items-wrapper > div img, .block-8-items > .block-items-wrapper > div img, .block-10-items > .block-items-wrapper > div img {
	max-width: 100%;
}

.mobile-slider-left, .mobile-slider-right {
	display: none;
}
@media all and (max-width:420px) {
	
	.block-4-items > .block-items-wrapper > div img, .block-5-items > .block-items-wrapper > div img {
		max-width: 100%;
	}

	.block-4-items > .block-items-wrapper > div {
		width:50%;
		padding:10px;
		float:left;	
	}
	
	.block-4-items > .block-items-wrapper > div:nth-child(2n+1) {
		clear: left;
	}	
	
	
	.block-2-items > .block-items-wrapper > div, .block-3-items > .block-items-wrapper > div {
		width:100%;
		padding:10px;
		float:left;	
	}	
	
	.block-5-items > .block-items-wrapper > div {
		width:50%;
		padding:10px;
		float:left;	
	}	
	
	.block-5-items > .block-items-wrapper > div:nth-child(2n+1) {
		clear: left;
	}
	
	.block-5-items > .block-items-wrapper > div:nth-child(5n+1) {
		clear: inherit;
	}
	
	.block-5-items > .block-items-wrapper > div:last-child {
		display: none;
	}
	
	.block-6-items > .block-items-wrapper > div {
		width:33%;
		padding:10px;
		float:left;	
	}
	
	.block-6-items > .block-items-wrapper > div:nth-child(3n+1) {
		clear: left;
	}
	
	.block-7-items > .block-items-wrapper > div:nth-child(2n+1) {
		clear: left;
	}
	
	.block-8-items > .block-items-wrapper > div {
		width:25%;
		padding:10px;
		float:left;	
	}
	
	.block-10-items > .block-items-wrapper > div {
		width:20%;
		padding:10px;
		float:left;	
	}
	
	.block-10-items > .block-items-wrapper > div:nth-child(5n+1) {
		clear: left;
	}
	
	.block-8-items > .block-items-wrapper > div:nth-child(4n+1) {
		clear: left;
	}
	
	.mobile-slider > .block-items-wrapper > div {
		padding-left:30px;
		padding-right:30px;
	}
	
	.mobile-slider {
		width:100%;
		overflow: hidden;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		padding-top:10px;
	}
	
	.mobile-slider-left {
	  display: inline-block;
	  width: 25px;
	  height: 25px;

	  border: none;
	  border-radius: 50%;
	  margin-right: 1.5em;
	  position: absolute;
	  z-index: 2;
	  top:50%;
	  left:2px;
	   background: rgba(255, 255, 255, 0.47);
	}
	
	.mobile-slider-left:after {
	 content: '';
	  display: inline-block;
	  margin-top: 27%;
	  margin-left: 32%;
	  
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #008ee5;
	  border-right: 2px solid #008ee5;
	  -moz-transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	  
	  
	}	
	
	.mobile-slider-right {
	  display: inline-block;
	  width: 25px;
	  height: 25px;
	  border: 0;
	  border-radius: 50%;
	  margin-left: 1.5em;
	  position: absolute;
	  right:5px;
	  top:50%;
	  margin-right:5px;
	  z-index: 2;
	  background: rgba(255, 255, 255, 0.47);
	}
	
	.mobile-slider-right:after {
	  content: '';
	  display: inline-block;
	  margin-top: 27%;
	  margin-left: 22%;
	  
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #008ee5;
	  border-right: 2px  solid #008ee5;
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.mobile-slider > .block-items-wrapper {
		position: relative;
		z-index: 1;
		width:100%;
		white-space: nowrap;
		transition:all 1s;
		
	}
	
	.mobile-slider > .block-items-wrapper > div {
		width:50%;
		display: inline-block;
		float: none;
		white-space: normal;
		
	}
	
	.block-items-wrapper.slider-1-per-row > div {
		width:100%;
	}
	
	
	.block-items-wrapper.slider-2-per-row > div {
		width:50%;
	}
	
	.block-items-wrapper.slider-2-per-row > div:nth-child(2n+1) {
		clear:left;
	}
	
	.block-items-wrapper.slider-3-per-row > div {
		width:33.3%;
	}
	
	.block-items-wrapper.slider-3-per-row > div:nth-child(3n+1) {
		clear:left;
	}
	
	.mobile-slider > .block-items-wrapper:before {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  width: inherit;
	  pointer-events: none;
	}
	
	iframe {
		max-width: 100%;
	}
}

/* ANY SLIDER */
.page-slider {
	width:100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.page-slider > .block-items-wrapper {
	position: relative;
	z-index: 1;
	width:100%;
	white-space: nowrap;
	transition:all 1s;
	font-size: 0;
	margin-left:0;
	margin-right:0;
}

.page-slider > .block-items-wrapper > div {
	display: inline-block;
	float: none;
	white-space: normal;
	vertical-align:top;
	font-size: 14pt;
}

.page-slider > .block-items-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  pointer-events: none;
}

/* FULL-WIDTH-SLIDER */

.full-width-slider {
	height:500px;
	position: relative;
	font-family: 'Museo Cyr', Arial;
}

.full-width-slider a {
	text-decoration: none;
	margin:0;
}

.full-width-slider > div > .block-items-wrapper > div {
	height: 500px;
	padding-top:100px;
	padding-left:100px;
}

.full-width-slider > .block-navigation-arrows {
	width:100%;
	position: absolute;
	top:46%;
	z-index: 10;
}

.block-navigation-full-width.block-navigation-arrows {
	width:100%;
	position: absolute;
	top:36%;
	z-index: 10;
	margin-left:0;
	margin-right:0;
}

.block-navigation-full-width.block-navigation-arrows > div {
	transform: scale(.7);
	margin:15px;
}

.block-navigation-arrows.block-navigation-red-arrows > .block-navigation-arrow-left {
	border-right-color:#c91212;
}

.block-navigation-arrows.block-navigation-red-arrows > .block-navigation-arrow-right {
	border-left-color:#c91212;
}

.block-navigation-arrows.block-navigation-red-arrows > div::before {
	border-color:#c91212;
}

.block-navigation-arrows.block-navigation-red-arrows > div:hover::before {
	border-color:#e67373;
	background: rgba(235, 0, 0, 0.27);
}

.block-navigation-arrows.block-navigation-red-arrows > .block-navigation-arrow-right {
	float:right;
}

@media all and (max-width:420px) {
	
	.full-width-slider  {
		height: auto;
	}
	
	.full-width-slider > .block-navigation-arrows {
		display: none;
	}
	
	.full-width-slider .mobile-slider {
		padding-top:0;
	}
	
	.full-width-slider > div > .block-items-wrapper > div {
		height: 300px;
		padding:30px 0px 0px 0px;	
	}
	
	.full-width-slider > div > .block-items-wrapper > div > div {
		padding:20px 30px 20px 30px;
		background: rgba(255, 255, 255, 0.38);
	}
	
	.full-width-slider span, .full-width-slider span, .full-width-slider p {
		font-size: 30px!important;
		line-height: normal!important;
	} 
	
	.full-width-slider br+br {
		display: none;
	}
	
	.mobile-slider > .block-items-wrapper > div {}
	
	.block-navigation-full-width.block-navigation-arrows {
		display: none;
	}
}

/* CUSTOM PAGE BLOCKS */

.block-right {
	float:right;
}

.block-left {
	float:left;
}

.block-text-image-home, .block-text-image {
	position: relative;
	margin:0;
}

.block-text-image-home > img , .block-text-image > img {
	width:100%;
}

.block-text-image-home > img {
	min-height: 410px;
}

@media all and (max-width:420px) {
	.block-text-image-home > img {
		min-height: auto;
	}
}

.block-text-image-home > div, .block-text-image > div {
	position: absolute;
	left:30px;
	top:30px;
	background: rgba(255, 255, 255, .99);
	padding:20px 30px;
	color:black;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}

.block-text-image-home > div {
	background: rgba(255, 255, 255, .80);
}

.block-text-image > div {
	position: absolute;
	left:30px;
	top: 30px;
}


.block-text-image > .block-text-right {
    position: absolute;
    left:550px;
    top: 15px;
}

.block-text-image-right > div {
	left:auto;
	right:30px;
	box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
}

.block-text-image div + .block-left {
	right:30px;
	left:auto;

}

.block-text-image .block-right {
	box-shadow:none;
	background: none;
}

.block-text-image .block-right .button-square {
	width: auto;
}

.block-text-image-bottom > div {
	top:auto;
	bottom:30px;
}

.block-text-image-home > div .button-square, .block-text-image > div .button-square {
	width:100%;
	text-align: center;
}

@media all and (max-width:420px) {
	
	.block-text-image-home > div, .block-text-image > div {
		position: static;
		box-shadow: none;
		width:100%!important;
	}
	
	.block-text-image .block-right {
		background: -webkit-linear-gradient(rgba(0,0,0,0.21) 0%, rgba(0,0,0,1) 71.26%);
		margin-top:-150px;
	}
}

.block-relative {
	position: relative;
}

.block-absolute {
	position: absolute;
	top:0;
	left:0;
}

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

.block-display-none {
	display: none;
}

.block-clearfix, .clearfix {
	clear:both
}

.block-clearleft, .clear-left {
	clear:left;
}

.block-full-width {
	width:100%;
	display: flex;
}

.block-full-width > div {
	flex: 1 1 auto;
	text-align: center;
}


.block-width-100 { width:100px;}
.block-width-200 { width:200px;}
.block-width-250 { width:250px;}
.block-width-300 { width:300px;}
.block-width-310 { width:310px;}
.block-width-320 { width:330px;}
.block-width-330 { width:340px;}
.block-width-340 { width:340px;}
.block-width-350 { width:350px;}
.block-width-360 { width:360px;}
.block-width-370 { width:370px;}
.block-width-380 { width:380px;}
.block-width-390 { width:390px;}
.block-width-400 { width:400px;}
.block-width-450 { width:450px;}
.block-width-500 { width:500px;}
.block-width-550 { width:550px;}
.block-width-600 { width:600px;}
.block-width-650 { width:650px;}
.block-width-700 { width:700px;}
.block-width-800 { width:800px;}
.block-width-900 { width:900px;}
.block-width-1000 { width:1000px;}

.block-height-100 { height:100px;}
.block-height-200 { height:200px;}
.block-height-300 { height:300px;}
.block-height-400 { height:400px;}
.block-height-450 { height:450px;}
.block-height-500 { height:500px;}
.block-height-550 { height:550px;}
.block-height-600 { height:600px;}
.block-height-700 { height:700px;}
.block-height-800 { height:800px;}
.block-height-900 { height:900px;}
.block-height-1000 { height:1000px;}

.block-border-grey {
	border:1px solid #ddd;
}

.block-background-grey {
	background:#e9e9e9;
}

.block-border-top {
	border-top:1px solid #ddd;
}

.block-border-left {
	border-left:1px solid #ddd;
}

.block-border-right {
	border-right:1px solid #ddd;
}

.block-border-bottom {
	border-bottom:1px solid #ddd;
}

.block-overflow-hidden {
	overflow: hidden;
}

.block-overflow-x-auto {
	overflow-x: auto;
}
/* POSITION */

.margin-top-minus-100 {	margin-top:-200px; padding-top:100px;}
block-window-b-price.margin-top-minus-100 {	margin-top:-180px; padding-top:80px;}
.margin-top-minus-80 {	margin-top:-80px;}
.margin-top-minus-70 {	margin-top:-70px;}
.margin-top-minus-60 {	margin-top:-60px;}
.margin-top-minus-50 {	margin-top:-50px;}
.margin-top-minus-40 {	margin-top:-40px;}
.margin-top-minus-20 {	margin-top:-20px;}
.margin-top-minus-10 {	margin-top:-10px;}

.margin-bottom-minus-30 {	margin-bottom:-30px;}
.margin-bottom-minus-50 {	margin-bottom:-50px;}
.margin-bottom-minus-100 {	margin-bottom:-100px;}

.padding-0 {padding:0;}
.margin-0 {margin:0;}

.padding-10 {padding:10px;}
.margin-10 {margin:10px;}

.padding-20 {padding:20px;}
.margin-20 {margin:20px;}

.margin-top-2 {margin-top:2px;}
.margin-top-5 {margin-top:5px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-25 {margin-top:25px;}
.margin-top-30 {margin-top:30px;}
.margin-top-40 {margin-top:40px;}
.margin-top-50 {margin-top:50px;}
.margin-top-60 {margin-top:60px;}
.margin-top-70 {margin-top:70px;}
.margin-top-80 {margin-top:80px;}
.margin-top-90 {margin-top:90px;}
.margin-top-100 {margin-top:100px;}

.margin-right-5 {margin-right:5px;}
.margin-right-10 {margin-right:10px;}
.margin-right-15 {margin-right:15px;}
.margin-right-20 {margin-right:20px;}
.margin-right-30 {margin-right:30px;}
.margin-right-40 {margin-right:40px;}
.margin-right-50 {margin-right:50px;}
.margin-right-100 {margin-right:100px;}

.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-100 {margin-bottom:100px;}

.margin-left-5 {margin-left:5px;}
.margin-left-10 {margin-left:10px;}
.margin-left-15 {margin-left:15px;}
.margin-left-20 {margin-left:20px;}
.margin-left-30 {margin-left:30px;}
.margin-left-40 {margin-left:40px;}
.margin-left-50 {margin-left:50px;}
.margin-left-100 {margin-left:100px;}

.padding-top-5 {padding-top:5px;}
.padding-top-10 {padding-top:10px;}
.padding-top-20 {padding-top:20px;}
.padding-top-30 {padding-top:30px;}
.padding-top-60 {padding-top:60px;}
.padding-top-100 {padding-top:100px;}
.padding-top-200 {padding-top:200px;}

.padding-bottom-5 {padding-bottom:5px;}
.padding-bottom-10 {padding-bottom:10px;}
.padding-bottom-20 {padding-bottom:20px;}
.padding-bottom-100 {padding-bottom:100px;}
.padding-bottom-200 {padding-bottom:200px;}

.margin-side-10 {margin-left:10px; margin-right:10px;}
.margin-side-20 {margin-left:20px;margin-right:20px;}
.margin-side-30 {margin-left:30px;margin-right:30px;}
.margin-side-40 {margin-left:40px;margin-right:40px;}
.margin-side-50 {margin-left:50px;margin-right:50px;}

.padding-side-10 {padding-left:10px; padding-right:10px;}
.padding-side-15 {padding-left:15px;padding-right:15px;}
.padding-side-20 {padding-left:20px;padding-right:20px;}
.padding-side-30 {padding-left:30px;padding-right:30px;}
.padding-side-40 {padding-left:40px;padding-right:40px;}
.padding-side-50 {padding-left:50px;padding-right:50px;}

.margin-side-auto {margin-left:auto;margin-right:auto;}

/* WINDOWS */

.block-window-1::before, .block-window-2::before, .block-window-3::before, .block-window-b::before, .block-window-d::before, .block-loggia-l::before, .block-loggia-u::before, .block-loggia-k::before, .block-loggia-p::before {
	content:"";
	position: absolute;
	/*background: url(/images/windows/window-bg-1.jpg) no-repeat;*/
	background-position: 0px -30px;
	width:80%;
	height:80%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	z-index: -1;
	display: none;
}

.block-window-2::before {
	width:80%;
	height:80%; 
	background-position: -600px -30px;
}

 .block-window-3::before {
	width:90%;
	height:80%;
	background-position: -1000px -30px;
 }
 
.block-window-b::before {
	width:90%;
	height:60%;
	background-position:  -1500px -30px;
}

.block-window-1 span, .block-window-2 span, .block-window-2f span,  .block-window-3 span, .block-window-b span {
	display: inline-block;
	margin: 0px auto;
	padding:5px 10px;
	background: rgba(255, 255, 255, 0.69);
	color:black;
	font-weight: 900;
	margin-top:45%;
	font-size: 18pt;
}

.block-window-b span {
	margin-top:20%;
}
 
.block-window-1, .block-window-2, .block-window-2f,  .block-window-3, .block-window-b, .block-window-d, .block-window-d-2, .block-loggia-l, .block-loggia-u, .block-loggia-k, .block-loggia-p,
.block-door-1-1, .block-door-1-2, .block-door-1-3, .block-door-1-4, .block-door-2-1, .block-door-2-2, .block-door-2-3, .block-door-2-4, .block-window-d-2f,
.block-window-2ft,  .block-window-3ft, .block-window-bft, .block-win-2,  .block-win-3, .block-win-b, .block-win-d, .block-door-2u-1, .block-door-2u-2, .block-door-2u-3,
.block-window-round, .block-window-g-round, .block-window-triangle, .block-window-arc, .block-window-g-arc, .block-window-side-triangle, .block-window-g-side-triangle, .block-window-2-arc
{
    background: url(../img/design2017/windows/window-1-s1-wbg.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-position: center center;
    width:100%;
    height:100%;
    max-height: 252px;
    max-width:135px;
    min-height: 252px;
    min-width: 135px;
    position: relative;
    display: block;
}


.block-window-2 {
    background-image: url(../img/design2017/windows/window-2-s01-wbg.png);
    max-height: 252px;
    max-width:188px;
    min-width:188px;
    min-height: 252px;
}


.block-window-2f {
	background-image: url(../images/windows/window-2-s01f-wbg.png);
	max-height: 340px;
	max-width:180px;
	min-width:180px;
	min-height: 340px;	
}

.block-window-2ft {
	background-image: url(../images/windows/window-2-s01ft-wbg.html);
	max-width:180px;
	min-width:180px;
	max-height: 260px;
}

.block-window-3 {
    background-image: url(../img/design2017/windows/window-3-s010-wbg.png);
    max-width:274px;
    min-width:274px;
    
}

.block-window-3ft {
	background-image: url(../images/windows/window-3-s010ft-wbg.html);
	max-width:274px;
	min-width:274px;
}


.block-window-b {
    background-image: url(../img/design2017/windows/window-b-s0-wbg.png);
    max-width:290px;
    min-height: 349px;
    min-width:290px;
}



.block-window-bft {
	background-image: url(../images/windows/window-b-s0ft-wbg.html);
	max-width:290px;
	min-height: 349px;	
	min-width:290px;
}

.block-window-d {
	background-image: url(../images/windows/window-d-s1-wbg.html);
	max-width:116px;
	min-width:116px;
}

.block-window-d-2 {
	background-image: url(../images/windows/window-d-s2-wbg.html);
	max-width:230px;
	min-height: 349px;	
	min-width:230px;
}

.block-window-d-2f {
	background-image: url(../images/windows/window-d-s2f-wbg.png);
	max-width:170px;
	min-height: 340px;	
	min-width:170px;
}

.block-window-l {
	background-image: url(../images/windows/block-loggia-l.html);
	max-width:240px;
	min-width:240px;
}

.block-window-round, .block-window-g-round, .block-window-triangle, .block-window-arc, .block-window-g-arc, .block-window-side-triangle, .block-window-g-side-triangle, .block-window-2-arc {
	max-width:274px;
    min-width:274px;
    position: relative;
    z-index: 1;
}

.block-window-round + div, .block-window-g-round + div, .block-window-triangle + div, .block-window-arc + div, .block-window-g-arc + div, .block-window-side-triangle + div, .block-window-g-side-triangle + div, .block-window-2-arc + div {
	position: relative;
	z-index: 2;
}

.block-window-round {
	background-image: url(../images/windows/window-round.jpg);
}

.block-window-arc {
	background-image: url(../images/windows/window-arc.jpg);
}

 .block-window-g-arc {
	background-image: url(../images/windows/window-g-arc.jpg); 
 }

.block-window-side-triangle {
	background-image: url(../images/windows/window-side-triangle.jpg);
}

.block-window-g-side-triangle {
	background-image: url(../images/windows/window-g-side-triangle.jpg);
}

.block-window-2-arc {
	background-image: url(../images/windows/window-2-arc.jpg);
}

.block-window-triangle {
	background-image: url(../images/windows/window-triangle.jpg);
}

.block-window-g-round {
	background-image: url(../images/windows/window-g-round.jpg);
}

.block-loggia-u {
	background-image: url(../images/windows/loggia-u-wbg.html);
	max-width:240px;
	min-width:240px;
}

.block-loggia-l {
	background-image: url(../images/windows/loggia-l-wbg.html);
	max-width:240px;
	min-width:240px;
}

.block-loggia-k {
	background-image: url(../images/windows/loggia-k-wbg.html);
	max-width:240px;
	min-width:240px;
}

.block-loggia-p {
	background-image: url(../images/windows/loggia-p-wbg.html);
	max-width:240px;
	min-width:240px;
}

.block-door-1-1, .block-door-1-2, .block-door-1-3, .block-door-1-4 {
	max-width:220px;
	min-width:220px;
	min-height: 350px;
}

.block-door-2-1, .block-door-2-2, .block-door-2-3, .block-door-2-4 {
	max-width:300px;
	min-width:300px;
	min-height: 350px;
}

.block-door-2u-1, .block-door-2u-2, .block-door-2u-3, .block-door-2u-4 {
	max-width:270px;
	min-width:270px;
	min-height: 350px;
}

.block-door-1-1 {
	background-image: url(../images/doors/price-door-1-1.jpg);
}

.block-door-1-2 {
	background-image: url(../images/doors/price-door-1-2.jpg);
}

.block-door-1-3 {
	background-image: url(../images/doors/price-door-1-3.jpg);
}

.block-door-1-4 {
	background-image: url(../images/doors/price-door-1-4.jpg);
}


.block-door-2-1 {
	background-image: url(../images/doors/price-door-2-1.jpg);
}

.block-door-2-2 {
	background-image: url(../images/doors/price-door-2-2.jpg);
}

.block-door-2-3 {
	background-image: url(../images/doors/price-door-2-3.jpg);
}

.block-door-2-4 {
	background-image: url(../images/doors/price-door-2-4.jpg);
}

.block-door-2u-1 {
	background-image: url(../images/doors/door-2u-1.html);
}

.block-door-2u-2 {
	background-image: url(../images/doors/door-2u-2.html);
}

.block-door-2u-3 {
	background-image: url(../images/doors/door-2u-3.html);
}

/* деревянные окна */ 

.block-window-1w {
	background-image: url(../images/windows/window-wood-1-s1-wbg.png);
}

.block-window-2w {
	background-image: url(../images/windows/window-wood-2-s01-wbg.png);
}

.block-window-3w {
	background-image: url(../images/windows/window-wood-3-s010-wbg.png);
}

.block-window-bw {
	background-image: url(../images/windows/window-wood-b-s01-wbg.png);
}
/*
.block-win-2 {
	background-image: url(/images/windows/win-2-s01-wbg.jpg);
	max-height: 284px;
	max-width:253px;
	min-width:253px;

}

.block-win-3 {
	background-image: url(/images/windows/win-3-s010-wbg.jpg);
	max-width:354px;
	min-width:354px;
}

.block-win-b {
	background-image: url(/images/windows/win-b-s0-wbg.jpg);
	max-width:275px;
	min-width:275px;
}

.block-win-d {
	background-image: url(/images/windows/win-d-s1-wbg.jpg);
	max-width:116px;
	min-width:116px;
}*/

@media all and (min-width:420px) {
	
	.block-window-1.block-window-animated {
	    background-image: url(../img/design2017/windows/window-1-a.png);	
	    max-width: 130px;
	    min-width: 130px;
	   max-height: 260px;
	}
	
	.block-window-1.block-window-animated::after, .block-window-2.block-window-animated::after, .block-window-3.block-window-animated::after, .block-window-b.block-window-animated::after    {
		display: block;
		position: absolute;
		content: "";
		background-image: url(../img/design2017/windows/window-flap-left.png);
		left:14%;
		top:9%;
		width:72%;
		height:76%;
		background-repeat: no-repeat;
		background-size: contain;
		transition: all .5s;
		transform-origin: 0% 50% 0px;
	    transform: perspective(800px) rotateY(0deg);
	}
	
	.block-window-1.block-window-animated:hover::after,
	.block-window-2.block-window-animated:hover::after,
	.block-window-3.block-window-animated:hover::after,
	.block-window-b.block-window-animated:hover::after,
	.block-window-1.block-window-animated.block-window-animate-now::after,
	.block-window-2.block-window-animated.block-window-animate-now::after,
	.block-window-3.block-window-animated.block-window-animate-now::after,
	.block-window-b.block-window-animated.block-window-animate-now::after, 
	.windows-price-block-windows > div:hover .block-window-1.block-window-animated::after,
	.windows-price-block-windows > div:hover .block-window-2.block-window-animated::after,
	.windows-price-block-windows > div:hover .block-window-3.block-window-animated::after,
	.windows-price-block-windows > div:hover .block-window-b.block-window-animated::after
	{
		transform: perspective(300px) rotateY(-50deg);
	}
	
	.block-window-2.block-window-animated {
	    background-image: url(../img/design2017/windows/window-2-a.png);	
	    max-height: 260px;
	    max-width: 220px;
	    min-width: 220px;
	}
	
	.block-window-2.block-window-animated::after {
		left:50%;
		top:11%;
		height:68%;
		width:42%;
		transform-origin: 100% 50% 0px;
		background-image: url(../img/design2017/windows/window-flap-right.png);
	}
	
	.block-window-2.block-window-animated:hover::after, .block-window-2.block-window-animated.block-window-animate-now::after,
	.windows-price-block-windows > div:hover .block-window-2.block-window-animated::after {
		transform: perspective(300px) rotateY(50deg);
	}
	
	.block-window-3.block-window-animated {
	    background-image: url(../img/design2017/windows/window-3-a.png);	
	    max-width: 310px;
	    min-width: 310px;
	    max-height: 260px;
	}
	
	.block-window-3.block-window-animated::after {
		left:35%;
		top:10%;
		height:68%;
		width:30%;
	}
	
	.block-window-b.block-window-animated {
	    background-image: url(../img/design2017/windows/window-b-a.png);	
	    max-width: 300px;
	    min-width: 300px;
	    max-height: 340px;
	}
	
	.block-window-b.block-window-animated::after {
		left:5%;
		top:7%;
		height:68%;
		width:31%;
	}

}


@media all and (max-width:420px) {
	.block-win-2 {
		min-height: 120px;
		max-height: 120px;
		max-width:153px;
		min-width:153px;
		
	}
	
	.block-win-3 {
		min-height: 120px;
		max-height: 120px;
		max-width:140px;
		min-width:140px;
	}
	
	.block-win-b {
		min-height: 120px;
		max-height: 120px;
		max-width:120px;
		min-width:120px;
	}
	
	.block-win-d {
		min-height: 120px;
		max-height: 120px;
		max-width:50px;
		min-width:50px;
	}
	
	.block-win-3+.text-center .text-size-22, .block-win-2+.text-center .text-size-22, .block-win-b+.text-center .text-size-22, .block-win-d+.text-center .text-size-22,
	.block-window-3+.text-center .text-size-22, .block-window-2+.text-center .text-size-22, .block-window-b+.text-center .text-size-22, .block-window-d+.text-center .text-size-22, .block-window-1+.text-center .text-size-22 {
		display: inline-block;
		clear:left;
	}
}

.block-window-1,  .block-window-2, .block-window-3, .block-window-b, .block-window-d,  .block-win-2, .block-win-3, .block-win-b, .block-win-d {
	margin-top:15px;
	z-index: 0;
	transition: all .3s;
	margin-bottom:-10px;
} 



.block-window-1:hover, .block-window-2:hover, .block-window-3:hover, .block-window-b:hover, .block-window-d:hover, .block-win-2:hover, .block-win-3:hover, .block-win-b:hover, .block-win-d:hover  {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.block-window-1.block-window-animated:hover, .block-window-2.block-window-animated:hover, .block-window-3.block-window-animated:hover, .block-window-b.block-window-animated:hover
{
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.block-window-b-price, .block-window-bft-price, .block-window-bf-price {
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #ffffff 90%, #ffffff 100%) ;
	z-index: 1;
	position: relative;
}


.windows-price-block-windows-item-size {
	margin:10px auto 30px;
	padding:10px 0px;
	font-size: 10.5pt;
	border-top:1px solid #ddd;
	width:180px;
	position: relative;
}

.block-windows-buttons {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
	transition:all .5s;
	opacity: .7;
	background: #fff;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom:-40px;
	height:50px;
}

.block-windows-buttons > br {
	display: none;
}

.block-windows-buttons > .button-grey {
	display: none;
}

.block-windows-buttons > a {
	width:140px;
	opacity: 1;
}

div:hover > .windows-price-block-windows-item-size > .block-windows-buttons {
	padding-top: 0px;
	opacity: 1;

}



.block-4-items .windows-price-block-windows > div:nth-child(4n-3) {
    width:20%;
}
.block-4-items .windows-price-block-windows > div:nth-child(4n-2) {
    width:24%;
}
.block-4-items .windows-price-block-windows > div:nth-child(4n-1) {
    width:28%;
}
.block-4-items .windows-price-block-windows > div:nth-child(4n) {
    width:28%;
}


.block-3-items .windows-price-block-windows > div:nth-child(4n-3) {
    width:29%;
}
.block-3-items .windows-price-block-windows > div:nth-child(4n-2) {
    width:40%;
}
.block-3-items .windows-price-block-windows > div:nth-child(4n-1) {
    width:30%;
}
.block-3-items .windows-price-block-windows > div:nth-child(4n) {
    width:33%;
}


@media all and (max-width:420px) {
	
	.block-window-b-price, .block-window-bft-price, .block-window-bf-price {
		background:none;
		padding-top:200px;
	}
	
	.windows-price-block-windows {
		font-size: 11pt;
		padding-top:0px;
	}
	
	.windows-price-block-wrapper {
		padding-left:0;
		padding-right:0;
	}
	
	.windows-price-block-windows > div > span {
		height:30px;
		display: inline-block
	}
	
	.block-windows-buttons > a {
		width:120px;
	}

	
	.windows-price-block-windows > div:nth-child(4n-3), .windows-price-block-windows > div:nth-child(4n) {
		display: none;
	}
	
	.windows-price-block-windows > div:nth-child(4n-2) {
		
		
	}
	
	.block-4-items .windows-price-block-windows > div:nth-child(4n-3), .block-4-items .windows-price-block-windows > div:nth-child(4n-2), .block-4-items .windows-price-block-windows > div:nth-child(4n-1), .block-4-items .windows-price-block-windows > div:nth-child(4n) {
		width:50%;
	}
	
	
	.windows-price-block-windows > div:nth-child(4n-2) > .block-window-2 {
		
	}
	
	.windows-price-block-windows > div:nth-child(4n-1) {
		
		
	}
	
	/*.windows-price-block-windows > div >*/ .block-window-2, .block-window-2f {
		width:100%;
		min-width: inherit;
		height:180px;
		min-height: 180px;
		margin-bottom:-20px;
		/*margin-top:-10px;*/
		width:68%;
	}
	
	/*.windows-price-block-windows > div > */.block-window-3, .block-window-b, .block-door-1-2, .block-window-1, .block-window-d {
		width:100%;
		min-width: inherit;
		height:180px;
		min-height: 180px;
		margin-bottom:-20px;
		/*margin-top:-10px;	*/
	}
	
	.block-window-round, .block-window-g-round, .block-window-triangle, .block-window-arc, .block-window-g-arc, .block-window-side-triangle, .block-window-g-side-triangle, .block-window-2-arc {
		width:100%;
		min-width: inherit;
		height:180px;
		min-height: 180px;
		margin-bottom:-20px;
	}
	
	.block-window-d {
		min-height: 160px;
		max-height: 160px;
		margin-bottom:0px;
	}
	
	.block-window-1 {
		margin-top:5px;
	}
	
	.block-loggia-u, .block-loggia-k, .block-loggia-p, .block-loggia-l
 {
		width:100%;
		min-width: inherit;
		height:120px;
		min-height: 120px;
		margin-bottom:30px;
		margin-top:10px;	
	}
	
	
	.block-door-1-1, .block-door-1-2, .block-door-1-3, .block-door-1-4,
	.block-door-2-1, .block-door-2-2, .block-door-2-3, .block-door-2-4 {
		width:100%;
		min-width: inherit;
		height:250px;
		min-height: 250px;
		margin-bottom:30px;
		margin-top:10px;
	}
	
	.windows-price-block-windows-item-size {
		width:100%;
		padding:5px 10px;
	}
	
	.block-loggia-price > div > div > div.text-left {
		margin:10px;
		margin-left:15px;
	}
	
	.block-loggia-price > div > div > span {
		font-size: 10pt;
		display: block;
		height:30px;
		overflow: hidden;
		line-height: 0;
		padding-top:20px;
	}
	
	.block-loggia-price > div > div > .h3 {
		font-size: 14pt;
	}
	
	.block-loggia-price > div > div > div > .text-small {
		display:none;
	}
	
	.block-loggia-price > div > div > div > .text-purple {
		margin-top:-50px;
	}
	
	.block-loggia-price .text-size-16 {
		font-size: 10pt;
	}
	
	.block-loggia-types .page-slider .block-2-items > div {
		font-size: 12pt;
	}

}


/* TABLES */ 

table {
	border-collapse: collapse;
}

table td, table th{
	padding:10px 15px 11px;
	/*border-right: 1px dotted #ccc;*/
}

table.table-zebra-striping td, table.table-zebra-striping th{
	border-right: 1px dotted #ccc;
}

table.table-zebra-striping tr:not(.table-no-hover-effect):hover {
	background: #ddd!important;
}

table.table-zebra-striping td:last-child, table.table-zebra-striping  th:last-child {
	border-right: none;
}

table th {
	font-size: 1.5em;
}

table th a {
	color: white;
	text-decoration: none;
}
.table-zebra-striping {
	border:10px solid #e5e5e5 ;
}

.table-zebra-striping th {
	font-weight: normal;
	background: #008ee5;
	color:white;
}

.table-zebra-striping tr:nth-child(2n+1) {
	background: #f5f5f5;
}

.table-zebra-striping tr td:first-child {
	text-align: left;
}

@media all and (max-width:420px) {
    .table-zebra-striping {
        overflow: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}

/*    HEADER      */

header {
	width:100%;
	z-index: 13;
	border-bottom:1px solid #ccc;
	float:left;
	background: none;
	color:white;
	position: absolute;
	background: white;
	top:0;
	transition: all .5s;
}

@media all and (min-width:700px) {
	
	header.header-slim {
		height: 55px;
		border-bottom:0;
	}
	
	header.header-slim .header-years {
		font-size: 0pt;
		line-height: 0;
		height:40px;
	}
	
	header.header-slim .header-logo {
		padding: 5px 45px 0px 15px;
	}
	
	header.header-slim .header-logo a, header.header-slim .header-logo div {
		width:130px;
	}
	
	header.header-slim .header-icons {
		opacity: 0;
	}
	
	header.header-slim .header-text, header.header-slim  .header-button, header.header-slim .header-phone {
		padding-top:5px;
	}
	
	header.header-slim .header-phone .header-phone-worktime {
		opacity: 0;
	}

}

.header-wrapper {
	width:1240px;
	margin:0px auto;
}

header .header-logo {
	transition:all .5s;
	padding:10px 25px 0px 5px;
}

header .header-logo a, header .header-logo div {
	/*background:url('/img/ok-logo.svg') no-repeat;*/
	width: 160px;
	height:83px;
	display: block;
	background-size: contain;
	transition: all .5s;
}

header .header-logo img {
	max-width: 100%;
}

.header-years span {
    font-size: 40px;
    line-height: 40px;
}

.header-years {
    text-align: center;
    padding: 0px 10px;
    color: #008ee5;
    font-size: 16px;
    height: 66px;
    line-height: 12px;
    border-right: 1px solid #e3e1e1;
    border-left: 1px solid #e3e1e1;
    margin-right: 10px;
    display: inline-block;
    margin-top: 9px;
    transition:all .5s;
}


header .header-text {
	color:#333;
	padding:15px 10px 10px 10px;
	font-size: 11pt;
	
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top;
    padding-top: 23px;
    transition:padding .5s;
}

header .header-text > div {
	margin:10px;
	padding-left:20px;
	/*float:left;*/
	margin-right:30px;
}

header .header-text a {
	color: black;
	text-decoration: none;
	border-bottom:1px solid #ddd;
}


header .header-button {
	float:right;
	padding:23px 30px 10px 15px;
	text-transform: uppercase;
	margin-left:0px;
	cursor: pointer;
	transition:padding .5s;
}

header .header-button a {
	text-decoration: none;
}


header .header-button.header-button-price { 	background:url(../images/header_icon_price.html) no-repeat 5px 25px; }
header .header-button.header-button-calc { 	background:url(../images/header_icon_calc.html) no-repeat 5px 25px; }
header .header-button.header-button-call { 	background:url(../images/header_icon_call.html) no-repeat 5px 25px; }

header .header-phone {
	padding:25px 5px 10px 10px;
	float:right;
	margin-left:0px;
	transition:padding .5s;
}

header .header-phone-number {
	display: block;
	float:right;
	color:black;
	font-size: 20pt;
	font-weight: 300;
}

header .header-phone-number > span {
	font-weight: 300;
}

header .header-phone-worktime {
	display: block;
	float:right;
	clear:both;
	font-size: 10pt;
	font-weight: 300;
	color:rgba(88, 88, 88, 1);
}

header > div > div {
	float:left;
	height: 85px;
	padding:23px 30px 10px ;
}




header .menu-toggle-button {
	display: none;
	background: url(../images/menu-toggle-button.png) no-repeat;
	width:65px;
	height:65px;
	float:right;
	padding:0;
	margin:0px;
	transition:all .5s;
}

header .menu-toggle-button.menu-toggle-button-active {
	background-position: -65px 0px;
}

header .header-icons {
	float: left; margin-left: 10px; margin-top: -10px;
	padding:23px 10px 10px ;
	transition: opacity .5s;
}

header .header-icons a {
	    font-size: 11px;
	    text-align: center;
	    width: 65px;
	    line-height: 13px;
	    float: left;
	    display: block;
	    color: #000;
		text-decoration: none;
}

header .header-icons a img {
	height: 40px; display: block; margin: 0 auto;
}

@media all and (max-width:1240px) {
	header .header-text, header .header-icons {
		/*display: none;*/
	}
	
	.header-wrapper {
		
	}
}

@media all and (max-width:420px) {
	header .header-text, header .header-phone,header .header-rehau, header .header-icons {
		display: none;
	}
	
	header .menu-toggle-button {
		display: block;
	}
		
	header .menu-toggle-button {
		display: block;
	}
	
	header .header-button > div {
		text-indent: -9999px;
	}
		
	header > .header-wrapper {
		background: #888;
		width:100%;
		float:left;
	}
	
	header .header-logo {
		border:none;
		padding-top:10px;
		padding-left:5px;
		padding-right: 10px;
		border-color:#fceeee;
	}
	
	header .header-logo a, header .header-logo div {
		background:url('../img/ok-logo-mobile.png') no-repeat;
		width: 161px;
		height:46px;
		background-size: contain;
	}
	
	header .header-logo img {
		display: none;
	}
	
	header .header-years {
		height: 65px;
		font-size: 10pt;
		color:#fff;
		margin-top:0;
		padding-top:5px;
	}
	
	.header-years span {
		font-size: 22pt;
		line-height: 22pt;
	}
	
	header .header-button > div, header .header-button > a {
		border-color:white;
		width:46px;
		height:46px;
		padding:0;
		display: block;
		background:url('../images/design2017/icon-phone-white-32.html') no-repeat;
		background-position: 5px 5px;
		border-width: 2px;
	}
	
	header .header-button {
		padding: 8px;
		margin-right:20px;
		display: none;
	}
	
	header > div > div {
		height: auto;
	}
	
	header {
		position: fixed;
		/*margin-top:-65px;*/
		border-bottom:0;
	}
	
	body {
		padding-top:65px;
	}
	
	#calc-icon-a {
		display: none!important;
	}
	
	#ck_phone_a {
		margin-bottom:0px!important;
	}
	
	.block-width-400, .block-width-450, .block-width-500, .block-width-600, .block-width-700, .block-width-800, .block-width-900 {
		width: auto;
	}
}

#calc-icon-a {
	display: none!important;
}

#ck_phone_a {
	margin-bottom: 0!important;
}

/* MENU */

nav {
	width:100%;
	display: block;
	clear:both;
	font-size: 12pt;
	background: #fcfcfc;
	position: absolute;
	z-index: 12;
	top:86px;
	transition: top .5s;
	border-bottom:2px solid #35a0e0;
}

nav.nav-scrolled {
	top: 0px; 	
}

.header-slim + nav.nav-hover {
	top:54px;
}	

.header-slim + nav.nav-hover-self {
	top:54px;
}	

@media all and (max-width:420px) {	
	.header-slim + nav.nav-scrolled, .header-slim + nav.nav-hover, .header-slim + nav.nav-hover-self {
		top:0;
	}
}

nav > .menu-wrapper {
	width:1240px;
	margin:0px auto;
	height:60px;
	position: relative;
	padding-top:0px;
}

nav > .menu-wrapper ul {
	list-style: none;
	margin:0;
	padding:0;
	position: relative;
	flex-direction: row;
    display: flex;
    justify-content: flex-start;
}

nav > .menu-wrapper a {
	text-decoration: none;
	color:black;
}


nav > .menu-wrapper > ul > li:first-child {
	padding-left:0;
	
}

nav > .menu-wrapper > ul > li:last-child {
	padding-right:0;
	border-right: 0;
}

nav > .menu-wrapper > ul > li {
	float:left;
	flex: 1 1 auto;
}

nav > .menu-wrapper ul li {
	margin-top: 0;
	margin-bottom: 0;
}

nav > .menu-wrapper ul li ul li.menu-has-submenu {
	background: url(../images/icon-menu-arrow-right.png) right 10px center no-repeat;
}

nav .menu-go-submenu {
	display: none;
}

nav > .menu-wrapper > ul > li > a {
	/*color:white;*/
	width:100%;
	display: block;
	padding-top:22px;
	text-align: center;
	height:59px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	transition:background .3s;
}

nav > .menu-wrapper > ul > li > a.top-menu-active {
	background: #f6f3f3;
	color:#1e5fb1;
}

nav > .menu-wrapper > ul > li > a:hover {
	text-decoration: none;
	background: #f6f3f3;
	color: #1e5fb1;
}

nav > .menu-wrapper > ul > li:last-child > a {
	border-right: none;
}

nav > .menu-wrapper > ul > li > ul {
	display: none;
	position: absolute;
	top:60px;
	border-radius: 0px 0px 1px 1px;
	border-bottom:1px solid #227ebb;
	background: #fafafa;
	float:left;
	z-index: 2;
}

nav > .menu-wrapper > ul > li > ul > li a {
	display: block;
	padding:8px 25px;
	text-decoration: none;
	border-bottom:1px solid #eee;
	max-width: 300px;
	min-width: 250px;
} 

nav > .menu-wrapper > ul > li > ul > li:last-child > a, 
nav > .menu-wrapper > ul > li > ul > li > ul > li:last-child > a, 
nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: none;
}


nav > .menu-wrapper > ul > li > ul > li > a:hover,
nav > .menu-wrapper > ul > li > ul > li > ul > li > a:hover,
nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
	background: #868686;
	color:white;
}

nav > .menu-wrapper > ul > li > ul > li ul {
	display: none;
	position: absolute;
	left:100%;
	margin-top:-32px;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.18);
	background: #fff;
	border-left:1px solid #eee;
	border-radius: 0px 3px 3px 0px;
}

nav > .menu-wrapper > ul > li > ul > li > ul > li > ul {
	margin-top:-50px;
}

nav > .menu-wrapper > ul > li:last-child > ul > li ul,
nav > .menu-wrapper > ul > li:nth-last-child(2) > ul > li ul{
	left:-100%;
	box-shadow: -4px 3px 10px rgba(0,0,0,0.1);
	max-width: 250px;
	width:250px;
	margin-right: 0px;
	border-radius: 3px 0px 0px 3px;
	border-right:1px solid #eee;
}

nav > .menu-wrapper .nav-mobile-submenu-link, nav > .menu-wrapper .nav-mobile-submenu-back {
	display: none;
}

nav > .menu-wrapper > .menu-mobile-info {
	display: none;
}


nav > .menu-wrapper > ul > li > ul.menu-2-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-rule: 1px solid #008ee5;
}

@media all and (max-width:1240px) {
	
	nav > .menu-wrapper li {
	
	}
	
	nav > .menu-wrapper > ul > li > a {
	
	}
}
@media all and (max-width:420px) {
	
	nav {
		display: block;
		position: fixed;
		right:-100%;
		width:100%;
		transition:all .5s;
		z-index: 3;
		background: #fff;
		overflow-y: scroll;
		height:100%;
		padding-top:65px;
		top:0;
		
	}
	
	nav > .menu-wrapper {
		width: 100%;
		padding-top:0px;
		transition:all .5s;
		margin-left:0px;
	}
	
	nav > .menu-wrapper li {
		padding:15px 20px;
	}
	
	nav > .menu-wrapper ul {
		display: block;
	}
	
	nav > .menu-wrapper > ul > li > a {
		padding:10px 20px;
		padding:0px 10px;
		text-align: left;
		height: auto;
	}
	
	nav > .menu-wrapper > ul > li > a.top-menu-active {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		background:none;
		color:#cd1414;
	}
	
	nav > .menu-wrapper > ul > li > ul > li a {
		padding: 0px 10px;
	}
	nav > .menu-wrapper > ul li {
		clear:left;
		background: white;
		width:100%;
		border-bottom:1px solid #ede2bb;
	}
	
	nav > .menu-wrapper > ul > li > ul > li a {
		border:none;
		font-size: 13pt;
	}
	
	nav > .menu-wrapper > ul > li:first-child, nav > .menu-wrapper > ul > li {
		padding-left:10px;
	}

	
	nav > .menu-wrapper > ul > li ul, nav > .menu-wrapper > ul > li:last-child > ul > li ul, nav > .menu-wrapper > ul > li:nth-last-child(2) > ul > li ul {
		top:0;
		left:100%;
		width:100%;
		border-radius: 0;
		max-width: none;
	}
	
	nav > .menu-wrapper > ul > li > ul > li ul, nav > .menu-wrapper > ul > li > ul > li > ul > li > ul {
		margin-top:0;
	}
	
	nav > .menu-wrapper .nav-mobile-submenu-link, nav > .menu-wrapper .nav-mobile-submenu-back {
		display: block;
	}
	
	nav > .menu-wrapper .nav-mobile-submenu-link {
		font-weight:bold;
	}

	nav > .menu-wrapper ul li.menu-has-submenu {
		background: #fff;
		/*background: url(/images/icon-menu-arrow-right.png) right 10px center no-repeat;*/
	}
	
	nav > .menu-wrapper ul li.nav-mobile-submenu-back {
		background: #fff;
		background: url(../images/icon-menu-arrow-left.png) left 2px center no-repeat;
	}
	
	nav > .menu-wrapper > ul > li a {
		color: #000000;
	}
	
	nav > .menu-wrapper > ul > li a:hover, nav > .menu-wrapper > ul > li > ul > li > a:hover, nav > .menu-wrapper > ul > li > ul > li > ul > li > a:hover, nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
		color: #000000;
		background: none;
	}
	
	nav.nav-mobile-active {
		right:0;
	}
	
	nav > .menu-wrapper > ul ul {
		position: absolute;
		right:-100%;
	}
	
	nav > .menu-wrapper > .menu-mobile-info {
		display: block;
		padding:10px;
		text-align: center;
		background: #fff;
		clear:both;
		padding-top:30px;
	}
	
	nav > .menu-wrapper > .menu-mobile-info > a > .header-phone-number {
		display: inline-block;
		color:#008ee5;
		font-size: 20pt;
	}
	
	nav > .menu-wrapper > .menu-mobile-info >  .header-phone-number > span {
		font-weight: bold;
	}
	
	nav > .menu-wrapper > .menu-mobile-info >  .header-phone-worktime {
		display: inline-block;
		clear:both;
		font-size: 10pt;
	}
	
	nav > .menu-wrapper > .menu-mobile-info > .header-button {
		margin-top:20px;
	}		
	
	.body-mobile-active {
		overflow: hidden;
	}
	
	nav > .menu-wrapper ul li .menu-go-submenu {
		background-color: #f7f2f2;
		background: #fff url(../images/icon-menu-arrow-right.png) right 15px top 16px no-repeat;
		float:right;
		height: 48px;
		width: 47px;
		border-left:0px solid #e9e6dc;
		border-bottom:0px solid #d8d3c1;
		display: block;
		margin: -33px -20px -25px 0;		
	}
	
	nav > .menu-wrapper > ul > li:last-child {
		padding-right:20px;
		border-right: none;
	}
    nav > .menu-wrapper > ul > li > ul.menu-2-cols {
    column-count: 1;
}
}

/*    SUBMENU     */

.submenu-wrapper {

}
.submenu-wrapper a, .submenu-wrapper span {
	font-size: 10pt;
}
.submenu-wrapper ul {
	list-style: none;
	padding:0;
	margin:0;
	margin-left:-20px;
}

.submenu-wrapper li {
	float:left;
	border-left:1px solid #ddd;
	display: block;
}

.submenu-wrapper li a, .submenu-wrapper li span {
	margin:0px 8px;
	color:#444;
	border-bottom:1px solid #999;
	text-decoration: none;
	line-height: 14pt;
}

.submenu-wrapper li span {
	font-weight: bold;
	border-bottom:none;
}

.submenu-wrapper li:first-child {
	float:left;
	margin-left:0;
	border-left:none;
}

@media all and (max-width:420px) {
	.full-width.submenu-wrapper {
		display: none;
	}

}

/* LEFT MENU */

.block-left-menu {
	width:200px;
	float:left;
	margin-left:0;
	clear:left;
	color:#333;
	z-index: 0;
	position: relative;
}

.block-left-menu ul {
	list-style: none;
	margin-left:0;
}

.block-left-menu ul a {
	color:black;
	text-decoration: none;
	/*border-bottom: 1px solid #ddd;*/
}

.block-left-menu ul li {
	margin:15px 0px;
}

.block-left-menu ul a:hover {
	color:#a80055;
}

.block-left-menu-title {
	border-bottom:1px solid #a80055;
	color:black;
	margin-top:20px;
	font-size: 25pt;
	margin-left:0;
	float:left;
	padding-bottom:10px;
}
.block-left-menu ul li ul {
	font-size:90%;
	line-height: 95%;
	padding-left:10px;
}

.content.block-near-menu {
	padding-left:230px;
}

@media all and (max-width:420px) {
	.full-width.left-menu-wrapper {
		display: none;
	}
	
	.content.block-near-menu {
		padding-left:0;
	}
}



/* BREAD CRAMBS */

.breadcrumbs {
	background-color: #f8f8f8;
}

.breadcrumbs > div > div {
	padding-top: 15px;
	/*font-weight: 300;*/
	font-size: 10pt;
	padding-bottom: 15px;
	padding-left:17px;
	color:#666;
}

@media all and (max-width:420px) {
	.breadcrumbs > div > div {
		padding-top: 5px;
	}
}

.breadcrumbs a {
	color:#555;
	text-decoration: none;
	border-bottom:1px solid #999;
}

.breadcrumbs a:hover {
	color:#555;
}

.breadcrumbs span {
	font-size: 12pt;
	display: inline-block;
	margin:0px 10px;
}

/* BREAD CRAMBS IN SLIDER */

.breadcrumbs.breadcrumbs-in-slider {
	margin-bottom:-100%;
	color: white;
	background: none;
	position: relative;
	z-index: 2;
	opacity: .9;
}

.breadcrumbs.breadcrumbs-in-slider a {
	color:white;
	border-bottom:1px solid rgba(255, 255, 255, 0.48);
}

.breadcrumbs.breadcrumbs-in-slider span {
	color: white;
}

.breadcrumbs.breadcrumbs-in-slider > div > div {
	color: white;
}

/* content for pages */

.full-width {
	width:100%;
	display: block;
	float:left;
}

.content {
	width:1240px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
	padding:0px;
}

.content > * {
	margin-left:10px;
	margin-right: 10px;
}
@media all and (max-width:1280px) {
	.content {
	
	}
	
	.content img {
		max-width: 100%;
	}
}

@media all and (max-width:420px) {
	.content {
		width:auto;
	}
	
	.content > * {
		margin-left: 0;
		margin-right: 0;
	}
	
	.content > p {
		margin-left:10px;
		margin-right: 10px;
	}
	
	.content > h2, .content > h1, .content > h3, .content > h4 {
		margin-left:10px;
		margin-right: 10px;
		
	}
	
	h4, .h4 {
		clear:left;
		padding-top:10px;
	}
	
	.block-mobile-hidden {
		display: none;
	}
}

.block-mobile-only {
	display:none;
}

@media all and (max-width:420px) {
	.block-mobile-only {
		display:contents;
	}
}

.block-navigation-arrows {
	float:right;
	margin-right:10px;
}

@media all and (max-width:420px) {
	.block-navigation-arrows {
		/*margin-top:-15px;*/
	}
}

.block-navigation-arrows > div {
	/*width:46px;
	height:46px;
	border-radius: 50%;
	border:2px solid #be485f; */
	float:left;
	margin:20px 30px;
	/*background-position: center center;
	background-repeat: no-repeat;*/
	cursor: pointer;	
}

.block-navigation-arrows > div:before {
	width:40px;
	height:40px;
	content:"";
	border-radius: 40px;
	border:2px solid white;
	display: block;
	margin-left:-20px;
	margin-top:-22px;
}

.block-navigation-arrows > div:hover:before {
	background: rgba(255, 255, 255, 0.16);
	border:2px solid rgba(255, 255, 255, 0.64);
}

.block-navigation-arrows > div:hover {
	
}

.block-navigation-arrow-left {
	/*background-image: url(/img/design2017/icon-navigation-arrow-left.png);*/
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid white;
}

.block-navigation-arrows > div.block-navigation-arrow-left:before {
	margin-left:-17px;
}

.block-navigation-arrow-left:hover {
	border-right:7px solid rgba(255, 255, 255, 0.8);
}

.block-navigation-arrow-right {
	/*background-image: url(/img/design2017/icon-navigation-arrow-right.png);*/
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid white;
}

.block-navigation-arrows > div.block-navigation-arrow-right:before {
	margin-left:-27px;
}

.block-navigation-arrow-right:hover {
	border-left:7px solid rgba(255, 255, 255, 0.8);
}
.block-navigation-tabs {
	
}

.block-navigation-tabs-flex {
	display: flex;
	flex-wrap: wrap;
}

.block-navigation-tabs > div {
	float:left;
	border:2px solid #ca1010;
	padding:10px 30px;
	font-size: 13pt;
	border-left:none;
	font-weight: 500;
	cursor: pointer;
	transition:all .5s;
	flex:1 1 auto;
	text-align: center;
}

.block-navigation-tabs > div:hover {
	background: #ca1010;
	color:white;
}

.block-navigation-tabs > div:first-child {

	border-left:2px solid #ca1010;
}

.block-navigation-tabs > div:last-child {
	
}

.block-navigation-tabs > .block-navigation-tab-active {
	background: #ca1010;
	color:white;
}

@media all and (max-width:420px) {
	
	.block-navigation-tabs {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.block-navigation-tabs > div {
		padding:5px 8px;
		font-size: 10pt;
		border:1px solid #ca1010;
		font-weight: normal;
		border-left:none;
	}
	
	.block-navigation-tabs > div:first-child {
		border-left:1px solid #ca1010;
	}
	
	.block-navigation-tabs.block-right {
		width:100%;
	}
}

.block-text-with-icons > div > div {
	font-weight:bold;
}

.block-text-with-icons > div > div > img {
	float:left;
	margin-right:20px;
	margin-left:10px;
	margin-top:4px;
}

.block-text-with-icons > div > div > p {
	clear:both;
	font-weight:normal;
	margin-top:15px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

/* ГАЛЕРЕЯ */
	
.block-gallery {
	width:100%;
	min-height: 650px;
	max-height: 650px;
	overflow: hidden;
}

.block-gallery-viewer {
	width:84.5%;
	min-height: 650px;
	float:left;
	max-height: 650px;
	background: #eee;
	margin-right:.5%;
	background-size: cover;
	background-position: center center;
	transition:all .5s;
	position: relative;
}

.block-gallery-viewer span {
	display: block;
	opacity: 0;
	position: absolute;
	width:auto;
	bottom:0px;
	left:0px;
	right:0px;
	background: rgba(0, 0, 0, 0.71);
	color:white;
	transition: all 1s;
	padding:10px 20px;
}

.block-gallery-items {
	width:15%;
	float:left;
	transition:all 1s;

}

.block-gallery-items > a {
	display: block;
	width:100%;
	margin-bottom:5px;
	overflow: hidden;
	transition:all .5s;
	position: relative;
}

.block-gallery-items > a > span {
	display: block;
	position: absolute;
	width:auto;
	bottom:0px;
	left:0px;
	right:0px;
	background: rgba(0, 0, 0, 0.71);
	color:white;
	transition: all 1s;
	padding:3px 5px;
	font-size: 11pt;
}

.block-gallery-items > a:hover {
	opacity: 1;
}

.block-gallery-item-active {
	-webkit-filter: brightness(.5);
	filter:brightness(.5);
}

.block-gallery-items > a:hover > img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block-gallery-items > a > img {
	max-width: 100%;
	width:100%;
	transition: all 0.3s;
}

@media all and (max-width:420px) {
	.block-gallery {
		min-height: 250px;
		max-height: 250px;	
		position: relative;
	}
	
	.block-gallery-viewer {
		min-height: 200px;
		max-height: 200px;
		position: static;
	}
	
	.block-gallery-items > a {
		margin-bottom:2px;
	}
	
	.block-gallery-viewer span {
		font-size: 10pt;
		padding:5px 10px;
		background: black;
		
		margin-right:15.5%
	}
	
	.block-gallery-items > a > span  {
		display: none;
		
	}
}
	
footer {
	padding-top:10px;
}

footer {
	color:#ddd;
	background: #2c364a;
	font-weight: normal;
	padding-top:30px;
	float:left;
	width:100%;
}

footer ul {
	list-style: none;
	margin-left:0;
	margin-bottom:10px;
	font-weight: normal;

}

footer ul li {
	margin:3px 0px;
}



footer a {
	text-decoration: none;
	color:#ddd;
}
footer ul li a {
	text-decoration: none;
	color:#ccc;
	font-size: 11pt;
}

footer ul li span {
	color:#e70000;
	font-size: 11pt;
}

footer .block-4-items > div > div > a, footer .title > a {
	font-weight: bold;
	color:#eee;
	font-size: 10pt;
	text-transform: uppercase;
}

footer .block-4-items > div > div > span, footer .title > span {
	font-weight: bold;
	color:#e70000;
	font-size: 10pt;
	text-transform: uppercase;
}

footer .title {
	margin-bottom: 14px;
}
footer .footer-right-block {
	width:30%;
	float:left;
	padding-left:50px;
}

footer .footer-left-block {
	width:70%;
	float:left;
}

footer .footer-right-block a {
	text-decoration: none;
	
}

footer .footer-phone {
	font-size: 22pt;
	color: white;
	font-weight: 500;
	float:left;
	margin-top:20px;
	margin-right:30px;
}

footer .footer-phone a {
	color:white;
}

footer .footer-social-icons > a {
	display: block;
	margin-top:20px;
	margin-right:5px;
	float:left;
	
}
.footer-second {
	color:white;
	padding-bottom:10px;
	padding-top:20px;
	background: #ff9933;
}


footer .footer-logo {
	margin-top:-10px;
	float:left;
	margin-left:0;
}

footer .footer-logo > a {
	background:url('../images/header_logo.html') no-repeat;
	width: 231px;
	height:65px;
	display: block;
	background-size: contain;
}

footer .footer-text {
	float:left;
	margin-left:20px;
	width:300px;
	font-size: 11pt;
	padding:0px 10px;
	font-weight: 300;
	color: #78460c;
	margin-top:20px;
}

footer .footer-buttons {
	float:left;
	margin-top:20px;
}

footer .footer-seo {
	float:right;
	width:15%;
}

footer .footer-text a {
	text-decoration: none;
	color:#78460c;
}

footer .footer-seo >a {
	text-decoration: underline;
}

.footer-awards {
	background: #eee;
	color:#9b9b9b;
	text-align: center;
	box-shadow:none;
	padding-top:5px;
	padding-bottom:15px;
}
.footer-awards .block-6-items > .block-items-wrapper > div {
	font-size: 9pt;
	line-height: 9pt;
}
.footer-awards .block-6-items > .block-items-wrapper > div img {
	max-width: 70%;
	opacity: .7;
	margin-bottom: 10px;
	height: 120px;
}

.footer-awards .block-6-items > .block-items-wrapper > div:hover {
	color:#333;
}
.footer-awards .block-6-items > .block-items-wrapper > div:hover img {
	opacity: 1;
}

/* SOCIAL ICONS */
footer .social{padding:16px 0;}
footer .info + .social{margin-top:-38px;}
.social-icons{font-size:0;}
.social-icons ul{margin:0;padding:0;width:auto;font-size:0;}
.social-icons li{display:inline-block;vertical-align:top;*display:inline;zoom:1;}
.social-icons li a{border:2px solid transparent;border-radius:4px;display:block;height:31px;margin:5px 8px 5px 0;overflow:hidden;position:relative;transition:all 0.3s ease 0s;width:31px;background-color:#4f5a6b;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;font-size:0;}
.social-icons li a i{position:absolute;top:5px;left:6px;color:#ffffff;font-size:17px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.social-icons li a i.fa-facebook{left:10px;}
.social-icons li a i.fa-vk{left:4px;top:4px;}
.social-icons li a i.fa-odnoklassniki{left:8px;top:4px;}

@media all and (max-width:420px) {
	.footer-left-block {
		display: none;
	}
	
	footer .footer-right-block {
		width:100%;
		text-align: center;
		padding-left:0;
	}
	
	footer .footer-social-icons {
		padding:0px 10px;
		width:100%;
	}
	
	footer .footer-social-icons > a {
		margin:10px;
		display: inline-block;
	}
	
	footer .block-width-800{
		display: none;
	}
	
	footer .block-right {
		width:100%;
		padding:20px;
	}
	
	.footer-awards {
		display: none;
	}
	
	.footer-second {
		display: block!important; 
		margin-top:20px;
	}
	
	.footer-second .footer-phone {
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}
	
	footer .footer-logo {
		margin:0;
		text-align: center;
		width:100%;
	}
	
	footer .footer-logo  a {
		display: inline-block;
	}
	
	footer .footer-text {
		margin-top:40px;
		margin-left:0;
		width:auto;
		display: none;
	}
	
	.footer-social-icons {
		margin-left:0;
		margin-top:20px;
		padding-left:0;
	}
}

footer .footer-logo {

	padding:15px 25px 10px 20px;
}


.block-page-navigation a,.block-page-navigation b  {
	display: block;
	float:left;
	width:45px;
	height:45px;
	text-align: center;
	margin:10px;
	font-size: 15pt;
	padding:10px 0px;
	color:black;
	text-decoration: none;
	font-weight: 300;
	background: #ffffff;
	border:1px solid #eee;
	transition: all .3s;
}

.block-page-navigation a:hover {
	border:1px solid #d69208;
	background: #d70909;
	color:white;
}

.block-page-navigation b {
	border:1px solid #d70909;
	background: #d70909;
	color:white;
	font-weight: normal;
	font-weight: 300;
}

.block-page-navigation > .block-left, .block-page-navigation > .block-right {
	padding-top:20px;
	margin-left:15px;
	margin-right:10px;	
}

/* h1h2h3 */
.h1 {
	display:block;
	font-size:22pt;
	font-weight:bold;
	text-transform: uppercase;
	margin: 20px 0px;
}

.h1 h1 {
	font-size: inherit;
	margin: auto;
	display: inline-block;
}

.h2 {
	display:block;
	font-size:18pt;
	font-weight:bold;
	text-transform: uppercase;
	margin: 20px 0px;
}

.h3 {
	display:block;
	font-size:16pt;
	font-weight:bold;
	text-transform: uppercase;
	margin: 20px 0px;
}

.h5 > a > .text-small {
	color: #666;
}
@media all and (max-width:420px) {
	.h5 > a > .text-small {
	font-size:12pt;
}
}
@media all and (max-width:420px) {
	
	.h1 {
		font-size: 16pt;
	}
	
	.h2 {
		font-size: 14pt;
	}
	
	.h3 {
		font-size: 12pt;
	}
}

.send, .unsend {
	display: none;
}

.ui-datepicker {
	width: 18em;
}

.round-number {
    color: black;
    font-weight: bold;
    position: relative;
    border: 2px solid #333;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    display: block;
    float: left;
    clear: left;
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
    margin-right: 10px;
    /*margin-top:-7px;*/
}

.block-hunter {
	position: fixed;
	width:100%;
	bottom:-63px;
	background: #fbf8f8;
	text-align: center;
	color:black;
	padding:10px 0px 0px;
	z-index: 2;
	transition:all .5s;
	border-top:4px solid #b91111;
	font-size: 14pt;
	
}

@media all and (max-width:420px) {
	.block-hunter {
		display: none;
	}
}


.block-hunter > div > div, .block-hunter > div > a {
	display:inline-block;
	padding:0 15px;
}

.block-hunter > div > div {
	padding:10px 15px;
}

.block-hunter > div > div > span {
	font-size: 1.3em;
}

.block-hunter > div:first-child {
	border-right: 1px dotted rgba(255, 255, 255, 0.51);
}

.block-hunter  .button-square {
	padding:7px 20px;
}

.block-hunter .hunter-close:after {
	content:"x";
	border:1px solid rgba(0, 0, 0, 0.61);
	float:right;
	width: 40px;
	height:40px;
	border-radius: 60px;
	margin-top:-10px;
	margin-left:10px;
	font-weight: 300;
	line-height: 39px;
	color:rgba(0, 0, 0, 0.71);
	cursor: pointer;
	
}

.block-hunter .hunter-close:hover:after {
	border:1px solid rgba(0, 0, 0, 0.81);
	color:rgba(0, 0, 0, 0.91);
}

.block-hunter .hunter-close > a {
	border-bottom:1px dashed rgba(255, 255, 255, 0.51);
	color:black;
	cursor: pointer;
}

.block-hunter .hunter-close:hover > a {
	border-bottom:1px solid rgba(0, 0, 0, 0.81);
}

.block-faded {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	transition:all .3s;
}

a:hover .block-faded, .block-faded:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


  .pop-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.14);
    z-index: 100;
  }
  .popup-window {
    display: none;
    position: absolute;
    background: #fff;
    width: 90%;
    max-width: 450px;
    left: 50%;
    margin-left: -260px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: right;
    box-sizing: border-box;
  }
  .popup-window .inner {
    max-height: 360px;
    overflow-y: auto;
    background: #F4F4F4;
    padding: 25px;
    margin-bottom: 10px;
    text-align: left;
  }
  .popup-window .btn-close {
    display: inline-block;
    border: 1px solid #848484;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #444444;
    line-height: 1.8em;
    text-decoration: none;
  }
  .popup-window .btn-close:hover,
  .popup-window .btn-close:active,
  .popup-window .btn-close:focus {
    text-decoration: none;
    background: #f4f4f4;
  }
  @media screen and (max-width: 600px) {
    .popup-window {
      margin-left: -45%;
    }
  }

.text-h3{
	text-transform: none;
	font-size: 12pt;
}



