﻿@charset "UTF-8"; 
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic);

html {
	font-family: PT Sans, sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	/*background: #F2F2F2;*/
	background-image: url("../../../subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/greyzz.png");
	/*background-image: url("../../../subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/cloth_alike.png");*/
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	background: #fff;
	box-shadow: 0 0 7px rgba(2, 2, 2, 0.24);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
    color: #333;
}
h1, .h1 {
    font-size: 30px;
    margin: 25px 0 10px;
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.btn {
    cursor: pointer;
    padding: 8px 18px;
    font-size: 15px;
    background: #E68A00;
	border: 0;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
	font-family: Open Sans;
}
.btn__green {
    background: rgb(86, 210, 34);
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    display: block;
    font-size: 18px;
    border-bottom: 3px solid rgb(72, 187, 23);
    cursor: pointer;
}
.btn__green:focus {
    border-color: rgb(86, 210, 34);
    box-shadow: none;
    padding-top: 11px;
    padding-bottom: 9px;
    outline: none;
}
.btn__green:hover {
    background: rgb(101, 220, 51);
}
.btn:hover {
	background: #F19409;
}
input {
    padding-left: 15px;
}
input:focus:not(.btn__green), textarea:focus {
    border-color: #E68A00 !important;
    outline: none;
    box-shadow: 0 0 4px rgba(230, 138, 0, 0.41);
    transition: .3s ease;
}
/*-------------------------------FIRST-SCREEN-------------------------------------*/
header > div.row{
	padding: 20px 0;
}
.header__logo {
	padding-top: 2px;
	max-width: 265px;
	min-height: 113px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
}
.header__logo img {
	max-width: 100%;
}
.header__logo_slogan {
    float: left;
    margin-top: -6px;
    padding-right: 3px;
}

.header__contacts {
    text-align: right;
	float: right !important;
}
.header__contacts_phone {
    margin-bottom: 10px;
}
.header__contacts_phone span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 25px;
}
.header__contacts_email {
    margin-bottom: 20px;
}
.header__contacts_email span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 19px;
    letter-spacing: 1.4px;
}
.header__contacts .btn {
	padding: 8px 20px;
}
.header__contacts svg {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.header__address {
    text-align: left;
    padding-top: 5px;
}
.header__address svg, .header__time svg {
	display: inline-block;
	vertical-align: middle;
    margin-right: 15px;
}
.header__address > div, .header__time > div {
	display: inline-block;
	vertical-align: middle;
	/*font-size: 18px;*/
	
}
header .address div {
	margin-bottom: 6px;
}
header .address .city {
	font-weight: bold;
}

.header__time {
    padding-top: 5px;
}

header .time {
	padding-left: 50px;
}
header .time div {
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
}

header .phone {
	text-align: center;
}

nav {
    margin: 0 -25px !important;
}

.breadcrumbs {
    height: 38px;
    line-height: 30px;
    margin: 0px -25px 30px;
    padding: 4px 25px;
    background: #eee;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.breadcrumbs a, .breadcrumbs span {
    font-weight: 400;
}

/*------------------------ home-page */





.home__group-list {
    margin-top: 40px;
}
.home__group-list_item {
    position: relative;
    margin-bottom: 40px;
}
.home__group-list_item img {
    width: 100%;
	transition: .2s ease;
}
.home__group-list_item:hover img, .is__item-list_item:hover img {	
	box-shadow: 0px 6px 27px -3px rgba(0, 0, 0, 0.35);
	transition: .2s ease;
}
.home__group-list_item_title {
   /* position: absolute;*/
    top: 0px;
    left: 15px;
    right: 15px;
    text-align: center;
    background: rgb(255, 255, 255);
    min-height: 35px;
    padding: 7px 0;
    line-height: 18px;
    color: #333;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.home__group-list_item_price {
	position: absolute;
    bottom: 30px;
    right: 11px;
	  padding: 0 7px;
    height: 35px;
    line-height: 35px;
    background: rgb(231, 234, 9);
    color: #000;
    text-align: center;
    font-size: 17px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
}
.home__group-list_item_price:after {
	position: absolute;
    right: 0px;
    content: '';
    bottom: -4px;
    border-width: 2px 2px;
    border-style: solid;
    border-color: rgb(71, 183, 24) transparent transparent rgb(71, 183, 24);
}









/*-----------------------------------------------------HOME-PAGE----------------------------------*/

header.to_top {
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 0 -25px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(2, 2, 2, 0.09);
    border-bottom: 1px solid #ccc;
}
header.to_top > div.row {
    padding: 5px 0;
}
header.to_top .header__logo {
    max-height: 70px;
    min-height: 50px;
}
header.to_top .header__logo_slogan {
    display: none;
}
header.to_top .header__contacts_email {
    display: none;
}

main.to_top {
	margin-top: 235px
}

.home__price-list_title {
    margin-top: 0;
}

.form__remont {
    background: #F6F6F6;
    padding: 15px 40px 20px;
    margin: 0 -25px;
    margin-top: 25px;
}
	.form__remont .h1 {
		margin: 0 0 20px;
		text-align: center;
	}
	.form__remont_block {
		background: #fff;
		padding: 0 35px 20px;
		border: 1px solid #eee;
		line-height: 25px;
		min-height: 198px;
		border-top: 2px solid #3AB4DA;
	}
	.form__remont_block_title {
		min-height: 50px;
		font-size: 18px;
		font-weight: bold;
		padding-top: 15px;
		color: #333;
	}
	#form__remont_phone {
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 1px;
		height: 32px;
		margin-bottom: 15px;
	}
	.form__remont_to-time {
		display: inline-block;
		vertical-align: middle;
	}
	#form__remont_time {
		display: inline-block;
		width: 90px;
		float: right;
		border: 1px solid #ccc;
		border-radius: 1px;
		height: 32px;
	}
	#form__remont .btn {
		width: 100%;
		margin-top: 15px;
		height: 32px;
		padding: 0;
		line-height: 32px;
	}
	.form__remont_block_annotation {
		font-size: 14px;
		color: #505050;
		margin: 15px 15px 0;
		text-align: right;
	}

main .map {
    margin: 0 -25px;
}
#map {
	height:400px;
	width: 100%;
}





/*------------------------------------------------------MAIN---------------------------------------*/
main {
	position: relative;
}
.is__item-list_item  {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    min-height: 190px !important;
}
.is__item-list_item > a {
    position: relative;
    display: block;
}
.is__item-list_item > div {
	max-width: 450px;
	margin: 0 auto;
	position: relative;
}
.is__item-list_item > div:after {
    clear: both;
    display: table;
    content: '';
}
.is__item-list_item img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
.is__item-list_item_title {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
    min-height: 35px;
    padding: 7px 0;
    line-height: 18px;
    color: #333;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    max-width: 100%;
    margin: 0 auto;
}

.is__item-list_item_price {
    position: absolute;
    bottom: 0px;
    right: 11px;
    left: 11px;
    height: 30px;
    line-height: 30px;
    background: rgb(216, 78, 78);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	transition: .6s cubic-bezier(0.13, 1.39, 0.82, 0.85);
}
.is__item-list .home__group-list_item_price {
    right: -4px;
}
.is__item-list_item_price:before {
    position: absolute;
    left: 0px;
    content: '';
    bottom: -4px;
    border-width: 2px 2px;
    border-style: solid;
    border-color: #D84E4E #822222 transparent transparent;
}
.is__item-list_item_price:after {
    position: absolute;
    right: 0px;
    content: '';
    bottom: -4px;
    border-width: 2px 2px;
    border-style: solid;
    border-color: #D84E4E transparent transparent #822222;
}
.is__item-list_item a:hover .is__item-list_item_price {
    bottom: 10px;
    transition: .6s cubic-bezier(0.13, 1.39, 0.82, 0.85);
    opacity: 1;
}


.group__desc {
	margin-bottom: 40px;
}



/*Карточка товара*/

.is__item_image {
	text-align: center;
}
.is__item_image img {
	max-width: 100%;
}
.is__item_price {
    font-size: 22px;
}
.is__item_price span {
    color: red;
}
.is__item_desc h1 {
    margin: 0 0 20px;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table td {
    border: 1px solid #ccc;
    padding: 15px 2%;
}
.tabss table {
	max-width: 100%;
}
#AddRecord {
    padding: 15px 35px 35px;
    width: 100%;
    max-width: 600px;
    border: 1px solid #D0D0D0;
    background: rgba(193, 193, 193, 0.05);
    border-radius: 6px;
}
#AddRecord .caption {
    font-size: 18px;
    margin: 10px 0 8px;
}
#AddRecord input:not(.btn__green), #AddRecord textarea {
    border: 1px solid #D0D0D0;
    padding: 7px 15px;
    border-radius: 3px;
    transition: .3s ease;
    max-width: 100%;
}
.comment__list {
    margin-top: 45px;
}
.comment__block {
    border: 1px solid #D0D0D0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 21px;
}
.comment__block_name {
    font-size: 27px;
    font-weight: bold;
    position: relative;
}
.comment__block_text {
    padding-left: 23px;
    margin: 15px 0;
    position: relative;
}
.comment__block_text:before {
    position: absolute;
    top: -2px;
    left: 14px;
    bottom: -2px;
    width: 1px;
    background: #D0D0D0;
    content: '';
}
#message, #error {
    position: absolute;
    right: 0;
    max-width: 40%;
    margin-top: 45px;
}

/*BOX success, alert, attention*/
.box {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
}
.box_text {
    padding: 15px;
}
.box_title {
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .6px;
}
.box_title.success {
    background: #5ed467;
}
.box_title.error {
    background: #f16065;
}
.box_title.alert {
    background: #ffa826;
}

/*--------------------------------------------------------FOOTER-------------------------------------*/
footer {
	background: #314256;
	margin: 0 -25px;
	padding: 15px;
}
.footer__top {
	min-height: 200px;
	border-bottom: 1px solid #384A61;
	padding-bottom: 25px;
	margin: 0 !important;
}
	.footer__top_left_title, .footer__top_right_title  {
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.footer__contacts {
		color: #fff;
	}
	.footer__contacts_phone, .footer__contacts_email {
		margin-bottom: 15px;
	}
	.footer__contacts svg {
		margin-right: 15px;
		vertical-align: middle;
	}
	.footer__address > div {
		display: inline-block;
		vertical-align: middle;
	}
	.footer__address a {
		color: #fff;
	}
	.footer__top_left_block ul {
		margin: 10px 0 0;
		padding: 0;
	}
	.footer__top_left_block ul li {
		padding: 0;
		margin: 0 0 5px;
		list-style-type: none;
	}
	.footer__top_left_block ul li a {
		color: #fff;
		text-decoration: none;
	}
	.footer__top_left_block ul li a:hover {
		border-bottom: 1px solid #fff;
	}

	
.footer__bottom {
	border-top: 1px solid #2B3848;
	min-height: 60px;
	color: #fff;
	position: relative;
	z-index: 3;
	line-height: 60px;
	margin: 0 !important;
}
#to_top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
#to_top.show {
	opacity: 1;
}
#to_top.show path{
	-webkit-transition: fill .2s ease-out;
	transition: fill .2s ease-out;
}
#to_top.show:hover path{
	fill: #E68A00;
	-webkit-transition: fill .2s ease-out;
	transition: fill .2s ease-out;
}




.price__group {
    margin-top: 40px;
}

/* Базовый контейнер табов */
.tabs {
  min-width: 240px;
  padding: 0px;
  margin: 0 auto; 
}
/* стили секций с содержанием */
section.tabss {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs input {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}

/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 1px solid #3AB4DA;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
}
/* медиа запросы для различных типов носителей */  
@media screen and (max-width: 768px) {
    header.to_top {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {

 
  .tabs label:before {
    margin: 0;
    font-size: 18px;
  }
  #to_top {
	  display:none;
  }
}
@media screen and (max-width: 400px) {
  .tabs label {
    padding: 15px;
  }
  
}
@media all and (max-width: 992px) {
	.header__contacts {
		text-align: center
	}
}
@media all and (max-width: 1200px) {
	header.to_top > div {
            display:none;
	}
}
@media all and (min-width: 1200px) {
	header.to_top > nav {
            display:none;
	}
}
@media all and (max-width: 320px) {
	.home__price-list{
		display: none;
	}
}

@media all and (max-width: 500px) {
	.home__group-list_item {
		width: 100% !important;
	}
	.footer__top_left {
		width:100% !important;
		text-align: center;
	}
}

.str {
    font-size: 20px;
    color: #3db3d8;
    background-image: url("../../images/check-box.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: normal;
    text-transform: none;
}
blockquote {
    background: none repeat scroll 0 0 #EFDC6E;
    color: #252540;
    font-family: arial;
    font-size: 17px;
    font-style: italic;
    line-height: 1.45;
    text-align: left;
    padding: 15px 38px;
    position: relative;
    width: 92%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 10px rgba(0,0,0,0.1) inset;
}
blockquote:before{
position:absolute;
margin-top:-33px;
margin-left:-20px;
content:url("../../images/webof.png");
}
blockquote:after{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
right: 10px;
left: auto;
width: 50%;
top: 80%;
-webkit-box-shadow: 0 19px 7px #a7a7a7;
-moz-box-shadow: 0 19px 7px #a7a7a7;
box-shadow: 0 19px 7px #a7a7a7;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}
.aligncenter {margin-left:auto; margin-right:auto; display:block}