* {
	margin: 0;
	padding: 0;
    height: auto;
}



body{
    background: #000;

},
input,
button,
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

a {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}

.a_button {
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	display: inline-block;
}

.a_category {
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	display: inline-block;
}


/*Заглавная картинка*/

.img_head {
	display: block;
	width: 100%;
	min-width: ;
	max-width: 1200px;
	max-height: auto;
	margin: auto;
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 1160px) {
	.img_head {
		width: 100%;
		min-width: 0%;
	}
}

.img_icon {
	display: block;
	width: 70%;
	min-width: ;
	max-width: 900px;
	margin: auto;
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 1160px) {
	.img_icon {
		width: 100%;
		min-width: 0%;
	}
}

/*часы*/

.img_head_clock {
	display: block;
	width: 100%;
	min-width: ;
	max-width: 70%;
	max-height: 70%;
	margin: auto;
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 1160px) {
	.img_head_clock {
		width: 70%;
		min-width: 0%;
	}
}





.img_beton {
	display: block;
	width: 70%;
	min-width: ;
	max-width: 900px;
	margin: auto;
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
	.img_beton {
		width: 100%;
		min-width: 0%;
	}
}

.img_metro {
	display: block;
	width: 100%;
	min-width: ;
	max-width: 1200px;
	margin: auto;
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
	.img_beton {
		width: 100%;
		min-width: 0%;
	}
}


/*Заглавная картинка*/






/*ПЛИТКАААААААААААААА*/
#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      0px;
   column-count:         3;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
    margin: 2px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
      margin: 2px;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
      margin: 2px;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
      margin: 2px;
  }
}
@media (max-width: 320px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
      margin: 2px;
  }
}

body {
  margin: 0;
  padding: 0;
}
/*ПЛИТКАААААААААААААА*/


/*ПЛИТКА_Poster*/
#photos_poster {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 4;
   -webkit-column-gap:   0px;
   -moz-column-count:    4;
   -moz-column-gap:      0px;
   column-count:         4;
   column-gap:           0px;
}

#photos_poster img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
    margin: 2px;
}

@media (max-width: 1200px) {
  #photos_poster {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
      margin: 2px;
  }
}
@media (max-width: 1000px) {
  #photos_poster {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
      margin: 2px;
  }
}
@media (max-width: 800px) {
  #photos_poster {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
      margin: 2px;
  }
}
@media (max-width: 320px) {
  #photos_poster {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
      margin: 2px;
  }
}

body {
  margin: 0;
  padding: 0;
}
/*ПЛИТКА_Poster*/


/* Галлерея*/
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*карусель*/
.slideshow-container{
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.prev, .next{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3 px 0;	
}

.next{
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);	
}

.mySlides{
	text-align: center;
}

.text{
	color: #f2f2f2;
	font-size: 20px;
	padding: 8px 12px;
	position: relative;
	bottom: 90px;
}

.dot{
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;	
}

.active, .dot:hover{
	background-color: #717171;
}

.fade{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s; 
	animation-name: fade;
	animation-duration: 1s;	
}

@-webkit-keyframes fade {
	from{opacity:.4}
	to{opacity: 1}	
}
@keyframes fade {
	from{opacity:.4}
	to{opacity: 1}	
}






/*Заголовок*/

h2 {
	font-family: 'Tahoma', 'Helvetica', serif;
	position: relative;
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 65px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}


/*Заголовок*/

h1 {
	font-family: 'Tahoma', 'Helvetica', serif;
	position: relative;
	display: block;
	font-size: 55px;
	font-weight: bold;
	line-height: 65px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}


/*Заголовок*/

.h2_box {
	display: block;
	height: 60px;
	background-color: #000000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 17px;
    margin-top: 61px;
}


/*Линия заголовка*/

.box_line {
	display: inline-block;
	width: 100%;
	height: 20px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #ffffff;
}

@media only screen and (max-width: 1160px) {
	.box_line {
		width: 100%;
		min-width: 0%;
	}
}

@media only screen and (max-width: 750px) {
	.box_line {
		display: none;
	}
}


/*Заголовок*/


/*Белое поле под заголовкаом которое перекрывает линию*/



.header_z {
	display: block;
	position: relative;
	width: 300px;
	background-color: #000;
	top: -32px;
	margin: auto;
	padding: 0;
    text-align: center;
}

.header2 {
	display: block;
	position: relative;
	width: 300px;
	background-color: #000;
	top: -32px;
	margin: auto;
	padding: 0;
}

.wrapper {
	padding: 20px 20px;
}


/*Заголовок в ячейке*/

.header {
	display: block;
	margin-bottom: 10px;
	margin-top: 25px;
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 22px;
	line-height: 25px;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
.header {
	height: auto;
	}
}

.icon_home{
    display: block;
	text-align: center;
	position: relative;
    margin-top: 20px;
}


/*Бокс под ячейками*/

.header_body {
	display: block;
	text-align: center;
	position: relative;
	background-color: #000;
    height: auto;

}

.header4 {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 1190px;
	background-color: #000;
	margin: auto;
	padding-top: 32px;

}


.block{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px
}



.header5 {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 1190px;
	background-color: #000;
	margin: auto;
	padding-bottom: 0px;
	margin-top: 0x;
}

.header_text {
	display: block;
	text-align: left;
	position: relative;
	width: 1190px;
	max-width: 1190px;
	background-color: #ffffff;
	top: -32px;
	margin: auto;
	padding-bottom: 20px;
	margin-top: 15px;
}


/*Бокс под ячейками*/


/*Ячейка*/

.article {
	display: inline-block;
	padding: 20px 38px 30px 20px;
	width: 29%;
	vertical-align: middle;
	text-align: left;

	margin-top: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
    margin-right: 5px;
	
	box-sizing: border-box;
	position: relative;
    background:#000000;
}

@media only screen and (max-width: 1200px) {
	.article {
		min-width: 280px;
		width: 100%;
		max-width: 298px;
		height: 260px;
		position: relative;
		
	}
}

@media only screen and (max-width: 950px) {
	.article {

		height: 295px;
		position: relative;
	}
}

@media only screen and (max-width: 728px) {
	.article {


		position: relative;
	}
}

@media only screen and (max-width: 280px) {
	.article {
		min-width: 230px;
		


	}
}

.header_icon {
	display: inline-block;
    width: auto;
    margin-top: 37px;
    margin-bottom: 30px;

}

@media only screen and (max-width: 1200px) {
	.header_icon {
		
		
	}
}

@media only screen and (max-width: 950px) {
	.header_icon {
		
	}
}

@media only screen and (max-width: 728px) {
	.header_icon {
		
	}
}

@media only screen and (max-width: 280px) {
	.header_icon {
		
	}
}

.bottom_icon {
	display: inline-block;
    width: 52px;
    margin-top: -44px;

}

@media only screen and (max-width: 1200px) {
	.bottom_icon {
		
		
	}
}

@media only screen and (max-width: 950px) {
	.bottom_icon {
		
	}
}

@media only screen and (max-width: 728px) {
	.bottom_icon {
		
	}
}

@media only screen and (max-width: 280px) {
	.bottom_icon {
		
	}
}

/*@media only screen and (max-width: 540px) {
	.article {
		min-width: 230px;
		width: 100%;
		max-width: 540px;
		height: auto;
	}
}*/

/*Ячейка*/


/*Картинка*/

.c_img {
	vertical-align: top;
	max-width: 100%;
	margin: auto;
}

@media only screen and (max-width: 340px) {
	.c_img {
		width: 100%;
	}
}

ul {
	padding-left: 17px;
}


/*Бокс под ячейками для желтых кнопок*/

.article2 {
	display: inline-block;
	float: none;
	position: relative;
	top: -32px;
	padding: 0px 20px 10px 20px;
	background-color: #ffffff;
	min-width: 277px;
	height: auto;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: 0px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.article2 {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
}


/*Кнопка желтая*/

.button_txt_yellow {
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	background-color: #ffcc00;
	border-bottom: 4px solid #cca300;
	padding: 12px 30px 10px;
	position: relative;
	display: inline-block;
	margin: 10px 5px 0px 5px;
}

@media only screen and (max-width: 768px) {
	.button_txt_yellow {
		min-width: 300px;
		max-width: 100%;
	}
}


.grey_box {
	display: block;
	position: relative;
	width: 100%;
	max-height: auto;
	max-width: 1160px;
	background-color: #000000;
	text-align: center;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	
}


.text_white {
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	max-width: 1120px;
	width: 100%;
	margin: auto;
	display: block;
	
}




.p_black_num {
	letter-spacing: -2.4px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 22px;
	line-height: 32px;
}


/*Категория*/

.category {
	display: inline-block;
	position: top;
	vertical-align: top;
	padding: 20px 20px 30px 20px;
	width: 190px;
	border: none;
	text-align: center;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.category {
		min-width: 190px;
	}
}

@media only screen and (min-width: 768px) {
	.category {
		min-width: 190px;
	}
}

@media only screen and (min-width: 934px) {
	.category {
		min-width: 200px;
	}
}

@media only screen and (min-width: 1200px) {
	.category {
		min-width: 190px;
	}
}

.category .c_img {
	vertical-align: top;
	width: 180px;
	margin: auto;
}

.category .header {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 18px;
	line-height: 24px;
}

category.a {
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	display: inline-block;
}


.box_content{
	width: 353px;
	height: 164px;
	display: block;
	
}

@media only screen and (max-width: 768px) {
	.box_content {
		position: relative;		
	}
}

@media only screen and (min-width: 768px) {
	.box_content {
		width: 336px;
		min-width: 200px;
		height: 164px;
		top: 385px;
	}
}

@media only screen and (min-width: 934px) {
	.box_content {
		width: 336px;
		min-width: 200px;
		height: 164px;
		top: 385px;
	}
}

@media only screen and (min-width: 1200px) {
	.box_content {
		width: 336px;
		min-width: 200px;
		height: 164px;
		top: 395px;
	}
}


/*Кнопка*/

.button_txt {
	font-family: 'Tahoma', 'Helvetica', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #cc0066;
	border-bottom: 4px solid #990033;
	padding: 8px 30px 8px;
	display: block;
	width: 50px;
	height: 20px;
}


/*Основная цена красная*/

.kredit {
	letter-spacing: -3.4px;
	font-family: 'Tahoma', 'Helvetica', serif;
	font-size: 36px;
	color: #cc0066;
	line-height: 70px;
}

.action_icon {
	display: block;
	position: absolute;
	background-color: #cc0066;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px;
	top: 0;
	right: -97px;
}

@media only screen and (max-width: 750px) {
	.action_icon {
		display: none;
	}
}


/*Текст*/

.text_24 {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	max-width: 1160px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

.text_white {
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	max-width: 1160px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}



/*Текст*/

.text_20 {
	display: block;
	font-size: 24px;
	line-height: 27px;
	color: #333333;
	max-width: 1120px;
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}


/*Текст*/

.text_18 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0px 0px 20px;
}


/*Текст*/

.text_16 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0px 0px 20px;
}


/*Текст*/

.text_16_ul {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0px 0px 40px;
}

ol ul {
	display: block;
	list-style-type: none;
}

ul.list li {
	display: list-item;
	padding-left: 21px;
	text-indent: -13px;
	margin-top: 4px;
}

ul.list li:before {
	content: "—";
	position: relative;
	left: -8px;
}

ul.tth li {
	display: list-item;
	padding-left: 12px;
	text-indent: -10px;
	margin-top: 0px;
}

ul.tth li:before {
	content: "•";
	position: relative;
	left: -2px;
}

ul.white_inline {
	margin-left: -21px;
	text-align: center;
}

ul.white_inline li {
	display: inline;
	padding-left: 30px;
	font-size: 24px;
}

ul.white_inline li a {
	color: #ffffff;
}

ul.white_inline li a:hover {
	color: #99ccff;
}

ol {
	padding-left: 1.5em;
}

ol li {
	display: list-item;
	margin-bottom: 20px;
}

.condition {
	font-size: 20px;
	color: #999999;
	text-align: center;
}

.legal {
    font-family: 'Tahoma', 'Helvetica', sans-serif;
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
    margin-top: 0px;
}

.legal a {
    font-family: 'Tahoma', 'Helvetica', sans-serif;
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
    margin-top: 0px;
}

.header_legal {
    font-family: 'Tahoma', 'Helvetica', sans-serif;
    display: block;
    position: relative;
    margin-top: 20px;
    height: 39px;
    margin-top: 56px;
    margin-bottom: 20px;
	
}

.verbose{
    margin: 20px;
}


.color_box {
	background: rgba(255, 0, 0, 0.4);
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}

.color_box:before {
	content: "LG";
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	font-size: 18px;
}

@media only screen and (max-width: 1200px) {
	.color_box {
		background: rgba(0, 0, 255, 0.4);
	}
	.color_box:before {
		content: "M";
	}
}

@media only screen and (max-width: 950px) {
	. {
		background: rgba(0, 255, 254, 0.4);
	}
	.color_box:before {
		content: "S";
	}
}

@media only screen and (max-width: 728px) {
	.color_box {
		background: rgba(0, 255, 0, 0.4);
	}
	.color_box:before {
		content: "S";
	}
}

@media only screen and (max-width: 280px) {
	.color_box {
		background: rgba(180, 180, 0, 0.9);
	}
	.color_box:before {
		content: "XS";
	}
}

.clock{
  width: 600px;
    height: auto;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
	.clock {
		background: #ffffff;
        text-align: center;
	}
	
	}
}

@media only screen and (max-width: 950px) {
	. {
		background:  #ffffff;
        text-align: center;
	}
	
	}
}

@media only screen and (max-width: 728px) {
	.clock {
		background:  #ffffff;
        text-align: center;
	}
	
	}
}

@media only screen and (max-width: 280px) {
	.clock {
		background:  #ffffff;
        text-align: center;
	}
	
	}
}

