body{
	font-family:"PT Sans Narrow",sans-serif; 
	font-weight:700;
	font-size:14px;
	line-height:24px;
	color:#ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: #000000 url("../img/tint.png") no-repeat center top;
    
}
.inner-page{
    background:#f8f5f2 url("../img/pattren-lay.jpg") repeat;
    color: #000000;
}
h1{
	font-family:"PT Sans Narrow",sans-serif; 
	font-weight:700;
	font-size: ;
	line-height:;
    margin: 0;
    padding: 0;
	

}	
h2{
	font-family:"PT Sans Narrow",sans-serif; 
	font-weight:700;
	font-size:30px;
	line-height:42px;
    margin: 0;
    padding: 0;
	
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*Header*/
.header-top{
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 55px;
}
.main-nav {
  float: left;
  min-height: 70px;
}
.main-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    
}
.main-nav li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
}
.main-nav a {
  display: block;
  padding: 25px 20px;
  text-decoration: none;
  color: #ffffff;
}

.main-nav a:hover {
  background: #242424;
}
.main-nav .logo-inner{
    float: left;
    padding-top: 19px;
}
.main-nav .logo-inner:hover{
    background: none;
}
.main-nav .logo-inner img{
  width: 111px;
  height: 24px;
}
.main-nav .active {
  position: relative;

  background-color: none;
}

.main-nav .active::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;

  height: 5px;

  background-color: #ffffff;
}

.main-nav-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    outline: transparent;
    
}
.main-nav-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.main-nav-icon span::before,
.main-nav-icon span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.main-nav-icon span::before {
    transform: translate(0, -10px);
}

.main-nav-icon span::after {
    transform: translate(0, 7px);
}
.user-block {
  float: right;
  max-width: 140px;
}

.login {
  position: relative;
  display: inline-block;
  padding: 25px 20px;
  padding-left: 50px;
  
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  color: #ffffff;
  text-decoration: none;
}

.login:hover {
color: #fff;
    text-decoration: none;
  background-color: #242424;
}

.login::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;

  width: 18px;
  height: 18px;

  background: transparent url("../img/sprite/spritesheet.png") no-repeat;
  background-position: -10px -10px;
  opacity: 0.3;
}

.login:hover::before {
  opacity: 1;
}
/*MAIN*/
.index-logo {
  min-height: 204px;
 
  margin-bottom: 25px;
}
.index-logo img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 368px;
}
.features {
  margin-bottom: 80px;
}

.features-item {
    text-align: center;
    vertical-align: top;
}

.features-name {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 35px;
    font-size: 30px;
    line-height: 42px;
}
.features-name::after {
    content: "";
    position:absolute;
    bottom: 0;
    left:50%;
    width:20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
    margin-left: -10px;
}
.features-name p {
    margin: 10px;
    margin-bottom: 0;
}
.index-content {
  margin-bottom: 35px;
  padding: 50px 80px;
  color: #000000;

  background:  url("../img/sprite/VerticalLine.png") no-repeat center, 
  #f8f5f2 url("../img/pattren-lay.jpg");
}
.index-content-title {
  margin: 0;
  margin-bottom: 25px;
  
  font-size: 30px;
  line-height: 42px;
}

.index-content p {
  margin: 0;
  margin-bottom: 25px;

}
.news-preview {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-preview li {
  margin-bottom: 25px;
}
.news-preview p {
  margin-bottom: 0;
}
.news-preview time {
  text-transform: none;
}
.btn {
  display: inline-block;
  margin-right: 16px;
  padding: 10px 33px;

  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  
  background-color: #000000;
  border: none;
  cursor: pointer;
    border-radius: 0;
}
.btn:hover,
.btn:active {
  background-color: #663d15;
  color: #ffffff;
}
.btn.disabled,
.btn:disabled {
  cursor: default;
  opacity: 0.5;
}
.gallery {
    margin: 0 auto ;
}
.gallery-content {
    margin: 0;
}

.gallery-content img {
  width: 143px;
  height: 82px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.gallery-live {
  position: relative;
  height: 260px;
  width: 300px;

}

.gallery-live .gallery-content {
  height: 178px;
  background-color: #cccccc;
  border: 7px solid #ffffff;
}
.gallery-live .gallery-content a {
  position: absolute;
  top: 7px;
  left: 7px;
}
.gallery-live .gallery-content img {
  width: 286px;
  height: 164px;
}
.no-js .gallery .btn {
  display: none;
}
.js .gallery .btn {
  display: block;
}
.gallery-live .btn {
  position: absolute;
  bottom: 0;

  width: 140px;
  margin: 0;
}

.gallery-live .gallery-prev {
  left: 0;
}

.gallery-live .gallery-next {
  right: 0;
}
.appointment-form input {
  float: left;
  width: 106px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 7px 15px;

  font-size: 14px;
  line-height: 24px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #000000;
  text-transform: uppercase;
  
  background-color: #f9f6f3;
  border: 2px solid #000000;
}

.appointment-form input:focus {
  border: 2px solid #663d15;
   outline: transparent;
}

.appointment-form input:nth-child(2n) {
  margin-right: 0;
}

.appointment-form .btn {
  clear: both;
  width: 100%;
}
/*FOOTER*/
.main-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #ffffff;
  background: #252525;
}

.footer-contacts {
  float: left;
  width: 320px;
  margin-right: 60px;
}

.footer-contacts a {
  color: #ffffff;
    text-decoration: underline;
}

.footer-contacts a:hover {
  text-decoration: none;
}

.footer-social {
  float: left;
  width: 180px;

  text-align: center;
}

.footer-copyright {
  float: right;
  max-width: 180px;
}

.footer-social p {
  margin: 0;
  margin-bottom: 15px;
}

.social-btn {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 0 2px;
  font-size: 0;
    
  vertical-align: top;
text-align: center;
  text-decoration: none;

  background: #000000 url("../img/sprite/spritesheet.png") no-repeat ;
  
  transition: 
    background-position 0.5s,
    background-color 0.5s;
}

.social-btn:hover {
  background-color: #ffffff;
}

.social-btn-vk {
 background-position: 0px -600px;
}

.social-btn-fb {
 background-position: 5px -520px;
}

.social-btn-inst {
  background-position: 0px -440px;
}

.social-btn-vk:hover {
  background-position: 0px -636px;
}

.social-btn-fb:hover {
  background-position: 5px -565px;
}

.social-btn-inst:hover {
  background-position: 0px -480px;
}

.footer-copyright p {
  margin: 0;
  margin-bottom: 15px;

  text-align: center;
}

.footer-copyright .btn {
  margin-right: 0;
}

.footer-copyright .btn:hover {
  color: #000000;
  background-color: #ffffff;
}
/*CATALOG*/

.catalog-top  {
  
}
.catalog {
 margin-top: 20px;
}
.catalog-tittle {
  margin: 0;
  padding: 0;
}
.catalog-left {
 padding-left: 0;
 margin-bottom: 20px;
}
.catalog-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.catalog-form {
    display: block;
}
.catalog-form .catalog-title {
    margin-bottom: 20px;
}
.catalog-form ul{
    margin: 0;
    padding: 0;
    list-style: none;  
}
.catalog-form ul li {
    margin: 0;
    padding: 10px 0px;
}
input[type="checkbox"],
input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;  
}
input[type="radio"] + label::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    border-radius: 50%;
}
input[type="radio"]:checked + label::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000000;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
.type-checkbox {
  position: relative;

  padding-left: 30px;

  cursor: pointer;
}
.type-checkbox input[type="checkbox"] + .checkbox-indicator {
  position: absolute;
  top: 3px;
  left: 0;

  width: 18px;
  height: 18px;

  border: 2px solid #000000;
}

.type-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before,
.type-checkbox input[type="checkbox"]:checked + .checkbox-indicator::after {
  content: "";
  position: absolute;
  top: 6px;
  left:0px;

  width: 14px;
  height: 2px;

  background-color: #000000;
}

.type-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before {
  transform: rotate(45deg);
}

.type-checkbox input[type="checkbox"]:checked + .checkbox-indicator::after {
  transform: rotate(-45deg);
}
.catalog-items-container{
    margin-bottom: 25px;
}
.catalog-item{
float: left;
width: 220px;
box-sizing: border-box;
margin-right: 20px;
background-color: #fff;
padding-bottom: 17px;
margin-bottom: 20px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}
.catalog-item:nth-child(3n){
	margin-right: 0px;
}
.catalog-item-link{
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.inner-catalog-link{
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.inner-catalog-link:hover{
    color: #000;
}
.inner-catalog-link span {
    display: block;
}
.item-price{
    margin: 0 15px;
    font-size: 0;
}
.item-price span {
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
    padding:13px 25px;
    background-color: #e5e5e5;
}
.item-price .btn{
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
}

.paginator{
display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    
}
.paginator li{
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.paginator a{
    display: block;
    width: 45px;
    height: 45px;
    padding: 25%;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #000;
}
.paginator a:hover {
    background-color: #663d15;
    text-decoration: none;
}

.paginator .active {
    background-color: #fff;
    color: #000;
}
.paginator .active:hover{
    background-color: #fff;
}

/*CATALOG-ITEM*/


.item-img-container {
padding: 0;
margin-bottom: 50px;
}
.item-img{
    width: 460px;;
}
.item-img img {
margin-top: 10px;
margin-right: 17px;
margin-left: 0;
box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}
.item-img img:last-child,
.item-img img:first-child{
    margin-right: 0;
}
.item-img img:first-child{
    margin-top: 0px;
}

.item-info {
    padding-top: 25px;
    margin-bottom: 40px;
}
.item-stat{
    
    margin-bottom: 40px;
}
.item-status {
    display: block;
    float: left;
}
.item-code {
    display: block;
    float: right;
    color: #aba9a7 
}
.item-review {
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 30%;
    margin-bottom: 40px;
}
.item-info .item-price {
    margin: 0;
    margin-bottom: 40px;
}
.item-info .catalog-title {
    margin-bottom: 40px;
}
.item-in-box {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-in-box li {
    position: relative;
    padding: 5px 0 5px 35px;
}
.item-in-box li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    
}


/*PRICE*/


.breadcrumbs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}
.breadcrumbs li{
    display: inline-block;
    position: relative;
    padding-right: 40px;
}
.breadcrumbs li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 18px;

  width: 8px;
  height: 8px;
    
  background-color: #000000;
  transform: rotate(45deg);
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

 .current a{
  color: #aba9a7;    
}
.current a:hover {
  text-decoration: none;    
}

.current::after {
    display: none;
}

.inner-title {
  margin-bottom: 55px;
}

.inner-title h1 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;

  font-size: 30px;
  line-height: 42px;
}

.inner-content {
  margin-bottom: 75px;
}

.inner-content h2 {
  margin-top: 60px;
  margin-bottom: 30px;

  font-size: 24px;
  line-height: 30px;
}

.inner-content p {
  margin: 14px 0;
}

.inner-content table {
  border-collapse: collapse;
}

.inner-content td {
  padding: 10px 15px;

  border: 2px solid #000000;
}


.inner-main-heading {
  margin-top: 55px;
  margin-bottom: 65px;

  text-align: center;
}

.inner-main-heading h2 {
  position: relative;
  z-index: 2;
  
  display: inline-block;
  margin: 0;
  padding: 0 25px;

  font-size: 48px;
  line-height: 48px;
  text-align: center;
  
  background: #f8f5f2 url("../img/pattern-white.jpg") repeat;
}

.inner-main-heading::after {
  content: "";
  position: relative;
  top: -25px;
  z-index: 1;

  display: block;

  border-bottom: 2px solid #000000;
}

.custom-list-1 {
  margin: 14px 0;
  padding: 0;

  list-style: none;
}

.custom-list-1 li {
  position: relative;

  margin-bottom: 15px;
  padding-left: 20px;
}

.custom-list-1 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;

  width: 8px;
  height: 8px;

  background-color: #000000;
  transform: rotate(45deg);
}

.prices-table {
  width: 100%;
}

.prices-table td {
  width: 50%;
}

.prices-table td:last-child {
  text-align: center;
}

.short-text {
  padding-right: 80px;
}
.inner-columns {
  margin: 60px 0;
}

.inner-column-left,
.inner-column-right {
  width: 460px;
}

.inner-column-left {
  float: left;
}

.inner-column-right {
  float: right;
}

.inner-column-left *:first-child,
.inner-column-right *:first-child {
  margin-top: 0;
}

.inner-column-left *:last-child,
.inner-column-right *:last-child {
  margin-bottom: 0;
}
/*MODAL*/

.modal-content{
  display:none;
  position: fixed;
  top: 50%;
  left: 50%;
    
  width: 300px;
  padding: 50px 80px;
  color: #000000;

  background: #f8f3f0 url("img/pattern-white.jpg");
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
  border:none;
  border-radius: 0;
  outline: 0;
  box-sizing: content-box;
}
.modal-content-map {
  display: none;
  position: fixed;
  top:50%;
  left: 50%;
  width: 766px;
  height: 561px;

  background: #e9e5dc url("../img/chart.jpg");
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
  border: 7px solid white;
  box-sizing: content-box;
    
}
.modal-content-show{
    display: block;
    animation: bounce 0.6s;
    z-index: 300;
}
.modal-content-close {  
  position: absolute;
    top: 0;
    right: -34px;
    
  width: 22px;
  height: 22px;
  padding: 0;
    margin: 0;

  font-size: 0;

  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: transparent;
}
.modal-content-close::before,
.modal-content-close::after {
  content: "";
  position: absolute;
  top: 10px;
  left:4px;

  width: 20px;
  height: 3px;
  background-color: #d0d0d0;
  border-radius: 1px;
}
.modal-content-close::before {
  transform: rotate(45deg);
}

.modal-content-close::after {
  transform: rotate(-45deg);
}
.modal-content-title {
    margin: 0;
    margin-bottom: 20px;
    
    font-size: 30px;
    line-height: 42px;
}
.modal-content p {
  margin: 0;
  margin-bottom: 14px;
}
.modal-content .login-form {
  margin-top: 30px;
  margin-bottom: 10px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 15px;
  padding-right: 40px;
    
  font-size: 14px;
  line-height: 24px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #000000;
  text-transform: uppercase;
    
  background-color: #f9f6f3;
  border: 2px solid #000000;
}
.login-form input:focus {
  border-color: #663d15;
}
.login-form input.icon-user {
  background-image: url("../img/sprite/spritesheet.png");
  background-repeat: no-repeat;
  background-position: 100% -70px;
}

.login-form input.icon-password {
  background-image: url("../img/sprite/spritesheet.png");
  background-repeat: no-repeat;
  background-position: 100% -35px;
}
.login-form .restore {
 float: right;

  color: #000000;
}
.login-form .btn {
  width: 100%;
  margin-top: 15px;
}
.login-checkbox {
  position: relative;

  padding-left: 30px;

  cursor: pointer;
}
.login-checkbox input[type="checkbox"] + .checkbox-indicator {
  position: absolute;
  top: 3px;
  left: 0;

  width: 18px;
  height: 18px;

  border: 2px solid #000000;
}

.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before,
.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::after {
  content: "";
  position: absolute;
  top: 6px;
  left:0px;

  width: 14px;
  height: 2px;

  background-color: #000000;
}

.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before {
  transform: rotate(45deg);
}

.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::after {
  transform: rotate(-45deg);
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);
}
.modal-overlay-show {
    display: block;
}

@keyframes bounce {
  0%   {
    -webkit-transform: translateY(-200%) translateX(-50%);
            transform: translateY(-200%) translateX(-50%);
  }
  80%  {
    -webkit-transform: translateY(-10%) translateX(-50%);
            transform: translateY(-10%) translateX(-50%);
  }
  90%  {
    -webkit-transform: translateY(-30%) translateX(-50%);
            transform: translateY(-30%) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}