.jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html {
    min-width: 800px;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
	text-align: justify;
	font-family: verdana;
	font-size: 12px;
}
.content-wrapper {
    margin: 0 auto;
    min-width: 800px;
    max-width: 100%;
}
.header {
    height: auto;
}
.headerCenter{
	margin: 0 auto;
    min-width: 800px;
    max-width: 1440px;
}
.menu{
	height: 90px;
	background-color: #ededed;
}
nav{
	position: relative;
	margin: 0 auto;
	top: -40px;
}
nav > ul {
   padding: 0;
	position: relative;
}

nav li{
    display: inline-block;
    vertical-align: top;
}
nav a{
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s;
}
nav a:hover{
    border: 1px solid #000;
}

input[type="checkbox"] {
    display: none;
}

.content {
    width: 100%;
	
}

.block1, .block2{
position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.text{
	margin: 0 auto;
    min-width: 800px;
    max-width: 1440px;
}

.textGal{
	margin: 0 auto;
    min-width: 800px;
    max-width: 1440px;
	margin-top: -40px;
}
.inLine{
	height: 100px;
	display: inline-block;
	width: 49%;
}
.inLine1{

	display: inline-block;
}
h2{
	text-align: center;
}

/* -- слайдер начало -- */

.slide--parent {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
p {
  line-height: 1.8;
}

h1 {
  letter-spacing: 5px;
  color: #343434;
  margin: 30px;
  text-align: center;
}

small {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #999;
  position: relative;
  padding-left: 3em;
}
small:after {
  content: "";
  position: absolute;
  left: -0em;
  top: 50%;
  height: 4px;
  width: 2.4em;
  background: red;
  transform: translateY(-50%);
}

.parent--el {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.parent--el .two--col {
  display: flex;
  align-items: center;
}

figure {
  margin: 0;
}

.is-item {
  width: 60%;

}
.is-item.has--img {
  width: 40%;
}

.the-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.the-img img {
  width: 100%;
  
}

.is-item--inner {
  padding: 0em 5em;
  margin-left: 35px;
}

hr {
  margin: 0.5em 0em;
  height: 4px;
  background: #eee;
  border: none;
}

.the-img {
  overflow: hidden;
  left: 55px;
}
.the-img img {
  position: relative;
  transform: translateX(100%);
  transition: all 600ms ease;
}

.is-item--inner p {
  transform: translateY(15px);
  position: relative;
  opacity: 0;
  transition: all 400ms ease;
}

h1 {
  overflow: hidden;
}
h1 span {
  transform: translateY(100%);
  position: relative;
  transition: all 500ms ease;
  display: inline-block;
}

hr {
  width: 0;
  max-width: 8em;
  transition: all 2500ms ease;
}

small {
  transform: translateY(10px);
  opacity: 0;
  transition: all 100ms ease;
}
small:after {
  width: 0;
  max-width: 2.4em;
  transition: all 1500ms ease;
}

.parent--el.is-selected .the-img {
  overflow: hidden;
}
.parent--el.is-selected .the-img img {
  position: relative;
  transform: translateX(0%);
  transition-delay: 500ms;
}
.parent--el.is-selected .is-item--inner p {
  transform: translateY(0px);
  transition-delay: 500ms;
  position: relative;
  opacity: 1;
}
.parent--el.is-selected .is-item--inner :nth-of-type(2) {
  transition-delay: 700ms;
}
.parent--el.is-selected .is-item--inner :nth-of-type(3) {
  transition-delay: 900ms;
}
.parent--el.is-selected h1 {
  overflow: hidden;
}
.parent--el.is-selected h1 span {
  transform: translateY(0%);
  position: relative;
  transition-delay: 400ms;
  display: inline-block;
}
.parent--el.is-selected hr {
  width: 100%;
  max-width: 8em;
  transition-delay: 500ms;
}
.parent--el.is-selected small {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 400ms;
}
.parent--el.is-selected small:after {
  width: 100%;
  transition-delay: 600ms;
  max-width: 2.4em;
}
/* -- слайдер конец -- */

.column {
	width: 80%;
	margin: auto;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
	padding: 50px;
   }

.firstAbz{
	width: 80%;
	margin: auto;
}

.footer {
    height: auto;
    background: #ededed;
    color: #fff;
	height: 30px;
}

.shapka{
	background-image: url(img/classica.jpg);
	background-repeat: no-repeat;
	width: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%; 
    -o-background-size: 100%;
    background-size: 100%;
	height: 300px;
}

.shapkacon{
	background-image: url(img/moderno4.jpg);
	background-repeat: no-repeat;
	width: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%; 
    -o-background-size: 100%;
    background-size: 100%;
	height: 300px;
}
.shapkaabout{
	background-image: url(img/about2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%; 
    -o-background-size: 100%;
    background-size: 100%;
	height: 300px;
}
.shapkakont{
	background-image: url(img/cont.jpg);
	background-repeat: no-repeat;
	width: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%; 
    -o-background-size: 100%;
    background-size: 100%;
	height: 300px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.about2{
	 position: relative;
  padding-top: 25%;
}
.about2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.gallblock{
	position: relative;
		margin: 0 auto;
	width: 81%;
  max-width: 1200px;
}



.gallblock > img{
  width: 100%;
  height: auto;

}



.listPhoto{
	float: right;
}


.galltext{
	position:absolute;
	width:25%;
	padding:20px;
}

.list img{
	width: 212px;
	max-width:100%;
	height:auto;
}

.red{
	position: relative; 
	width: 30px; 
	height: 4px; 
	background-color: #ff0000;
	top:-5px;
}
.grey{
	width: 110px; 
	height: 4px; 
	background-color: #eeeeee;
}

.block{
	margin: 0 auto;
	width: 80%;
	text-align: center;
	position: relative;
}

.noPicture > p{
	position: relative;
	text-align: left;
	bottom: 0;
}

a{
	color: #000;
	-moz-text-decoration-line: underline;
    -moz-text-decoration-style: wavy;
    -moz-text-decoration-color: red;
}
a:hover{
	color: red;
}