html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
*,
*:before,
*:after{box-sizing:border-box;}
a{text-decoration:none;padding:0.1em}
.container{width:90%;
	max-width: 1300px;margin:0 auto;position:relative;}
.container:after{content:'';display:table;clear:both;}
	p{line-height:1.5}


	
.slylist-href{
	background-color: #9e5d41;
}

.jurist-href{
	background-color: #245381;
}	

.spec-href{
	background-color: #ff9e45;
}

.holiday-href{
	background-color: #fc364d;
}

	
/*Поменять шрифт*/
body, input{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

h1{
	color: #fff;
	font-size: 1.5em;
}

/*Сетка*/

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12{
	float:left;
	position: relative;
	width: 100%;
	min-height: 30px;
}


.dib .photo{
	display: inline-block;
}

.spec .dib .image-set img{
	outline: none;
	box-shadow:none;
	object-fit:  scale-down;
	height: 200px;
}
.color {
	width: 100px;
	height: 55px;
	position: relative;
	margin: 30px auto;
}
.color:before {
	content: "";
	position: absolute;
	top: -25px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	
}
.color:after {
	content: "";
	position: absolute;
	bottom: -25px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	
}

.color-block .photo{
	width: 33%;
	text-align: center;
}

.color1{
	background: #ffc526;
	border-color:#ffc526;
}

.color1:before{
	border-bottom: 25px solid #ffc526;
}

.color1:after{
	border-top: 25px solid #ffc526; 
} 

.color2{
	background: #01bb3c;
	border-color:#01bb3c;
}

.color2:before{
	border-bottom: 25px solid #01bb3c;
}

.color2:after{
	border-top: 25px solid #01bb3c; 
} 

.color3{
	background: #00b7e1;
	border-color:#00b7e1;
}

.color3:before{
	border-bottom: 25px solid #00b7e1;
}

.color3:after{
	border-top: 25px solid #00b7e1; 
} 

.color4{
	background: #c3282c;
	border-color:#c3282c;
}

.color4:before{
	border-bottom: 25px solid #c3282c;
}

.color4:after{
	border-top: 25px solid #c3282c; 
} 

.color5{
	background: #0065ff;
	border-color:#0065ff;
}

.color5:before{
	border-bottom: 25px solid #0065ff;
}

.color5:after{
	border-top: 25px solid #0065ff; 
} 

.color6{
	background: #553331;
	border-color:#553331;
}

.color6:before{
	border-bottom: 25px solid #553331;
}

.color6:after{
	border-top: 25px solid #553331; 
} 

.color7{
	background: #df6c3f;
	border-color:#df6c3f;
}

.color7:before{
	border-bottom: 25px solid #df6c3f;
}

.color7:after{
	border-top: 25px solid #df6c3f; 
} 

.color8{
	background: #ababab;
	border-color:#ababab;
}

.color8:before{
	border-bottom: 25px solid #ababab;
}

.color8:after{
	border-top: 25px solid #ababab; 
} 


.right{
	text-align: right;

}


section, footer{
	margin-top: 30px;
}


/*Шапка*/

header{
	padding: 10px 0;
}

header p{
	font-size: 1.5em;
}



.logo{
	padding: 0;
	font-size: 3em;
	margin-top: 0;
	line-height: 1.2;
}

section .text ul {
	font-size: 0;
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}

section .text{
	padding-top: 20px;
}

.spec .text h3{
	padding-top: 0;
	margin-top: 0;
}

section ul li{
	display: inline-block;
	width: 60%;
	font-size: 18px;
	vertical-align: top;
	text-align: center;

}


/*Слайдер*/


.slider{
	width:100%;
	height:450px;
	position:relative;
	overflow:hidden;
	background-color: #12090a;
	margin-top: -30px;
	
}

picture {
    position: relative;
}

picture .title {
    position: absolute;
    width: 100%;
    height: 7vh;
    font-size: calc(1vw + 10px);
    color: white;
    font-weight: 800;
    padding-top: 2vh;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1001;
}




.slider li img{
	width:100%;
	height:450px;
	-webkit-object-fit:cover;
	object-fit:cover;
	position:relative;
	z-index:0;
}

.caption{
  position: absolute;
  text-align:center;
  z-index:1001;
  left: 0;
  right: 0;
  top:40%;
  color:white;
  display:none;
  text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.8);
  font-size: 3em;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 1000;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
}
  
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/*Меню*/

nav ul li{
	text-align: center;
	padding:20px 0;
}

nav{
	margin-bottom: 100px;
}



/*Текстовый блок*/

.text{
  padding: 10px 0;
  margin-top: 20px;	
}

.text-selected {
    background-color: #ff9e45;
    color: black;
    font-weight: 800;
}

/*Текст с колонками*/
.column{
	 -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;

}


/*Абзацы в разделах*/
section p{
	font-weight:300;
	margin-bottom: 0.75em;
}

/*Заголовки в разделах*/

section h1, footer h1{
	font-size: 3em;
	padding: 10px;
	text-align: center;
}

section h2{
	font-size: 2em;
	padding: 20px;
	text-align: center;
}

/*Списки в разделах*/

section ul li{
	font-weight:300;
	margin-bottom: 0.75em;
	list-style:circle;
}

.text ul{
	padding-left: 100px;
}




/*Галерея*/

.gallery{
	margin-top: 30px;
	text-align: center;
}

.image-set img {
    width: 220px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 1px 1px #0d2a30;
    
    outline-offset: 5px;
    margin: 10px;
}

.image-set img:hover{

outline-offset: 2px;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Прайс*/

.price table td, .price table th{
	border: 1px solid;
	padding:10px
}


.price table{
	width: 100%;
	margin-top: 20px;
}

/*Форма обратной связи*/

form{
padding: 1em;
}

label{
	padding: 1em;
}

input{
	padding: 0.8em;
	
}

.btn{
	font-size: 1em;
	padding:0.6em 3em;
	border:0;
	box-shadow: 0 1px 1px #0d2a30;
	cursor: pointer;
}

section.form{
	text-align: center;
}

/*Подвал*/

footer{
	padding:40px 0;
}

footer h1{
	padding-bottom: 40px;
}


footer p{
	font-size: 1.3em;
}

footer span{
	padding:20px 0;
	display: block;
}



/* Тема "Стилист"*/

.slylist h1{color: #917466;}

/* Шапка*/
.slylist header{
	
	background: #9e5d41 url(../images/pattern.png) repeat top left;
}

.slylist header p{
	color: white;
}


/* Прайс*/
.slylist .price table td, .slylist .price table th{
	border-color: #ae6c52;
}

.slylist .price table th{
	background-color: #d2926e;
}

/* Галерея*/
.slylist .image-set img {
    outline: 4px solid #9e5d41;
}

.slylist .image-set img:hover{
outline-color:#342927;

}

/*Меню*/
.slylist nav ul li a{
	color:black;
	border-bottom: 1px dotted black;
}


.slylist nav ul li a:hover, .slylist nav ul li a:focus{
	color: #4b4341;
}

/*Форма*/

.slylist form{
	background-color: #9e5d41;
	color: #fff;
}

.slylist .btn{
	background-color: #d2926e;
	color: #fff;
}

.slylist .btn:hover, .slylist .btn:focus{
	background-color: #ae6c52;
}

/* Тема "Юрист"*/

.jurist{
	background-color: #edeae5;
}


.jurist h1{color: #245381;}

/* Шапка*/
.jurist header{
	
	background: #245381;
}

.jurist header p{
	color: white;
}


/* Прайс*/
.jurist .price table td, .jurist.price table th{
	border-color: #9fc5ce;
}

.jurist .price table th{
	background-color: #9fc5ce;
}

/* Галерея*/
.jurist .image-set img {
    outline: 4px solid #9fc5ce;
}

.jurist .image-set img:hover{
outline-color:#245381;

}

/*Меню*/
.jurist  nav ul li a{
	color:#245381;
	border-bottom: 1px dotted #245381;
}


.jurist  nav ul li a:hover, .jurist nav ul li a:focus{
	color: #5e92aa;
}

/*Форма*/

.jurist form{
	background-color: #9fc5ce;
	color: #fff;
}

.jurist .btn{
	background-color: #245381;
	color: #fff;
}

.jurist .btn:hover, .jurist .btn:focus{
	background-color: #edeae5;
	color: #245381;
}




/* Тема "Спецтехника"*/

.spec{
	background-color: #323d41;
	color: white;
}


.spec h2{color: #ff9e45;}
.spec h3{color: #ff9e45;font-size: 1.5em;padding: 20px;text-align: center;}

/* Шапка*/
.spec header{
	
	background: #fe7d46;
}

.spec header p{
	color: white;
}


/* Прайс*/
.spec .price table td, .spec .price table th{
	border-color: #ff9e45;
}

.spec .price table th{
	background-color: #ff9e45;
}

/* Галерея*/
.spec .image-set img {
    outline: 4px solid #f84600;
}

.spec .image-set img:hover{
outline-color:#fe7d46;

}

/*Меню*/
.spec  nav ul li a{
	color:#ff9e45;
	border-bottom: 1px dotted #ff9e45;
}


.spec nav ul li a:hover, .spec nav ul li a:focus{
	color: #fe7d46;
}

/*Форма*/

.spec form{
	background-color: #fe7d46;
	color: #fff;
}

.spec .btn{
	background-color:  #323d41;
	color: #fff;
}

.spec .btn:hover, .spec .btn:focus{
	background-color: #f84600;

}


/* Тема "Праздники"*/

.holiday{
	background: url('../images/bg-light-4869.jpg');
	color: #6b380e;
}


.holiday h1{color: #fc364d;}

/* Шапка*/
.holiday header{
	background-color: #fc364d;
	
}

.holiday header p{
	color: white;
}


/* Прайс*/
.holiday .price table td, .holiday .price table th{
	border-color: #9b6131;
}

.holiday .price table th{
	background-color: #d5cf3d;
}

/* Галерея*/
.holiday .image-set img {
    outline: 4px solid #fc364d;
}

.holiday .image-set img:hover{
outline-color:#fcc625;

}

/*Меню*/
.holiday  nav ul li a{
	color:#fc364d;
	border-bottom: 1px dotted #fc364d;
}
.holiday  nav {
	background-color: #fbc725;
}


.holiday nav ul li a:hover, .sholiday nav ul li a:focus{
	color: #fe7d46;
}

/*Форма*/

.holiday form{
	background-color: #fcc625;
	color: #fc364d;
}

.holiday .btn{
	background-color:  #fc364d;
	color: #fff;
}

.holiday .btn:hover, .holiday .btn:focus{
	background-color: #d5cf3d;
	color: #6b380e;

}

@media only screen and (max-width:800px){
		.column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
	}

	section h2{
		font-size: 1.5em;
	}
	
}

@media only screen and (min-width:960px){
	
	.col1{width:8.333333333333333%}
	.col2{width:16.66666666666667%}
	.col3{width:25%}
	.col4{width:33.33333333333333%}
	.col5{width:41.66666666666667%}
	.col6{width:50%}
	.col7{width:58.33333333333333%}
	.col8{width:66.66666666666667%}
	.col9{width:75%}
	.col10{width:83.33333333333333%}
	.col11{width:91.66666666666667%}
	.col12{width:100%}
	.color-block .photo{
		width: 20%;
	}

}