header #logo {
    background: url(../img/logo.png) no-repeat;
   width: 280px;
    height: 90px;  
    margin-top: 10px;
    background-size: contain;
}
nav ul {
    padding: 0;
    margin: 0;
}
nav ul li {
    float: left;
    list-style: none;
}
nav ul li a {
    color: #333;
    font-family: 'Futurafuturislightc';
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 10px 0;
    border-right: 2px solid #e1e1e1;
    display: block;
}
nav ul li:hover a, nav ul li:focus a, nav ul li.active a {
    
    text-decoration: none;
}
@font-face {
    font-family: 'BebasNeue Regular';
    src: url(../fonts/BebasNeueRegular.eot);
    src: url(../fonts/BebasNeueRegular.eot?#iefix) format('embedded-opentype'),url(../fonts/BebasNeueRegular.woff) format('woff'),url(../fonts/BebasNeueRegular.otf) format('opentype'),url(../fonts/BebasNeueRegular.ttf) format('truetype'),url(../fonts/BebasNeueRegular.svg#BebasNeue-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Futurafuturislightc';
    src: url(../fonts/Futurafuturislightc.otf);
    font-style: normal
}

@font-face {
    font-family: 'BebasNeue Book';
    src: url(../fonts/BebasNeueBook.eot);
    src: url(../fonts/BebasNeueBook.eot?#iefix) format('embedded-opentype'),url(../fonts/BebasNeueBook.woff) format('woff'),url(../fonts/BebasNeueBook.otf) format('opentype'),url(../fonts/BebasNeueBook.ttf) format('truetype'),url(../fonts/BebasNeueBook.svg#BebasNeue-Regular) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'BebasNeue Bold';
    src: url(../fonts/BebasNeueBold.eot);
    src: url(../fonts/BebasNeueBold.eot?#iefix) format('embedded-opentype'),url(../fonts/BebasNeueBold.woff) format('woff'),url(../fonts/BebasNeueBold.otf) format('opentype'),url(../fonts/BebasNeueBold.ttf) format('truetype'),url(../fonts/BebasNeueBold.svg#BebasNeue-Regular) format('svg');
    font-weight: 600;
    font-style: bold
}

@font-face {
    font-family: 'BebasNeue Light';
    src: url(../fonts/BebasNeueLight.eot);
    src: url(../fonts/BebasNeueLight.eot?#iefix) format('embedded-opentype'),url(../fonts/BebasNeueLight.woff) format('woff'),url(../fonts/BebasNeueLight.otf) format('opentype'),url(../fonts/BebasNeueLight.ttf) format('truetype'),url(../fonts/BebasNeueLight.svg#BebasNeue-Regular) format('svg');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'BebasNeue Thin';
    src: url(../fonts/BebasNeueThin.eot);
    src: url(../fonts/BebasNeueThin.eot?#iefix) format('embedded-opentype'),url(../fonts/BebasNeueThin.woff) format('woff'),url(../fonts/BebasNeueThin.otf) format('opentype'),url(../fonts/BebasNeueThin.ttf) format('truetype'),url(../fonts/BebasNeueThin.svg#BebasNeue-Regular) format('svg');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSans-CondBold.ttf");  
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSans-CondLight.ttf");  
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "CondLightItalic";
    src: url("../fonts/OpenSans-CondLightItalic.ttf");  
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProCond";
    src: url("../fonts/myriadprocond/MyriadPro-Cond_0.otf");  
    font-style: normal;
    font-weight: normal;
}
#catalog a {
    display: block;
  /*  margin: 0 0 30px;*/
    text-decoration: none;
  /*  width: 262px;
    height: 390px;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#catalog a .box {
    border: 1px solid #E6E6E6;
    /*width: 262px;*/
    height: 262px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#catalog a:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h2 {
    font-family: 'BebasNeue Regular';
    font-size: 30px;
}
#catalog h3 {
     font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Futurafuturislightc';
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
.info {
    text-align: center;
}
.center {
   text-align: center; 
}
footer h3 {
    color: white;
    font-family: 'BebasNeue Regular';
    font-size: 20px;
    font-weight: 400;
}
footer p {
    color: white;
}
footer a {
    color: white;
}
.btn {
color: #FFF;
    font-size: 2rem;
    text-transform: uppercase;
    background: #3897f0;
    background: -moz-linear-gradient(90deg, #065b9c 0%, #0764aa 49%, #086cba 50%, #086cba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086CBA', endColorstr='#065B9C', GradientType=0);
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "MyriadProCond";
}
header .wrapper .mail, header .wrapper .phone {
    color: #333;
    font-size: 1.7rem;
    font-weight: normal;
    text-decoration: none;
    display: block;    
    float: right; 
    line-height: 1.5;
     font-family: 'Futurafuturislightc';
}
header .wrapper .i-mail, header .wrapper .i-phone {
    background: url(../img/contacts.png) no-repeat;
     float: left; 
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
header .wrapper .i-phone {
    background-position: -50px 0;
}
header .wrapper .mail span, header .wrapper .phone span {
    font-size: 2.4rem;
}
header .wrapper .mail {
    line-height: 2.5;
}
header .btn {
    margin: 15px 0;
    float: right;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
    position: absolute;
    background: url(../img/spritesheet.png) no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: inline-block;
    right: 0;
    z-index: 15;
}
.owl-controls .owl-buttons .owl-prev {
    background-position: 0 -40px;
    left: 0;
}
.owl-controls {
    margin: auto;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
}
.zakaz {
float: left;
    height: 39px;
    width: 50%;
    cursor: pointer;
    color: white;
    line-height: 38px;
    background-color: #5ebb18;
    font-size: 20px;
    text-align: center;
    font-family: 'BebasNeue Regular';
}
.details {
    float: left;
    height: 39px;
    width: 100%;
    color: white;
    line-height: 38px;
    background-color: #d49f28;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futurafuturislightc';
}
.buttons a:hover {
    color: white;
}
.item-bottom {
    margin-bottom: 30px;
}
.btn-green {
    color: #FFF;
    font-size: 2rem;
    text-transform: uppercase;
        background: #5ebb18;
    background: -moz-linear-gradient(90deg, #065b9c 0%, #0764aa 49%, #086cba 50%, #086cba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086CBA', endColorstr='#065B9C', GradientType=0);
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    margin-top: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "MyriadProCond";
}
.btn-green:hover{
      background: #248617;
}
.job {
    background-color: #d68d35;
    padding: 10px;
    height: 250px;
}
#modal, .modal-block {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#modal .overlay, .modal-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
#modal .wrapper, .modal-block .wrapper {
position: relative;
    
    padding: 40px;
    background: url(../img/form.png) no-repeat center;
    top: 19%;
    margin-left: auto;
    margin-right: auto;
   
}
.line1 {
	    width: 250px;
    height: 45px;
    padding-left: 15px;
    margin-top: 10px;
}
.line2 {
	width: 250px;
    height: 45px;
    padding-left: 15px;
    margin-top: 5px;
}
.form-title {
	    font-family: 'BebasNeue Regular';
    font-size: 29px;
    margin: 0px;
}
/*#tooglemenu li .second {
display: none;
position: absolute;
top: 100%;
z-index: 1;
background-color: white;
}
#tooglemenu li:hover .second{
	display: block;
}*/
.second {	
    position: absolute;
    z-index: 1;
}
@media screen and (max-width: 768px) {
.second {	
    position:relative;    
}
}
.second li {
float: none;	
}

.second li a{
	    font-size: 22px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    border: 0px;
        background-color: white;
    width: 160px;
}
.second li a:hover{
	    background-color: #3897f0;
    color: white;
}
ul li a:hover {
    background-color: #4a201c;
    color: white;
}
@media screen and (max-width: 768px) {
.second li a{
	        padding: 0px 0px 0px 0px; 
	        width: 312px;
}
}
@media screen and (max-width: 768px) {
.item img {
 /*   height: 130px; */
}
}
@media screen and (max-width: 768px) {
nav ul li a {
    color: #333;
    font-family: 'BebasNeue Regular';
    font-size: 2.3rem;
    text-transform: uppercase;
    width: 340px;
    border-bottom: 2px solid #e1e1e1;
    display: block;
    text-align: center;
    margin: 0px;
    border-right: 0px;
}
}
@media screen and (max-width: 768px) {
    .opl-pic {
    width: 100% !important;
}
header #logo {
       background: url(../img/logo.png) no-repeat;
    height: 142px;
    margin-top: 35px;
    margin: 0 auto;
    width: 220px !important;
    text-align: center;
    background-size: 215px;
}
}
#contacts h1 {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: 'BebasNeue Regular';
  text-transform: uppercase;
}
#contacts .wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#contacts .wrapper p {
  font-size: 1.7rem;
  line-height: 2.5;
  font-family: "MyriadProCond";
  margin: 15px 0;
}
#contacts .wrapper p:before,
#contacts .wrapper p:after {
  content: " ";
  display: table;
}
#contacts .wrapper p:after {
  clear: both;
}
@media (max-width: 768px) {
  #contacts .wrapper p {
    line-height: 1.4;
    margin: 5px 0;
  }
}
#contacts .wrapper p a {
  display: block;
  color: #333;
  text-decoration: none;
}
#contacts .wrapper p a:before,
#contacts .wrapper p a:after {
  content: " ";
  display: table;
}
#contacts .wrapper p a:after {
  clear: both;
}
#contacts .wrapper p a:hover,
#contacts .wrapper p a:focus {
  color: #086CBA;
}
#contacts .wrapper .i-home,
#contacts .wrapper .i-phone,
#contacts .wrapper .i-mail {
  display: block;
  background: url(../img/contact-icons.png) no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
#contacts .wrapper .i-phone {
  background-position: -40px 0;
}
#contacts .wrapper .i-mail {
  background-position: -80px 0;
}
#contacts p {
  font-size: 1.7rem;
  margin-top: 0;
}
#map {
  height: 500px;
  margin-bottom: -20px;
}
footer {
  background: #4a201c;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
}
footer h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
}
footer p {
  font-size: 1.8rem;
  font-family: "MyriadProCond";
  line-height: 1.2;
}
footer #products {
  padding: 0;
  margin: 0;
}
footer #products:before,
footer #products:after {
  content: " ";
  display: table;
}
footer #products:after {
  clear: both;
}
footer #products li {
  list-style-type: none;
  float: left;
  width: 50%;
}
footer #products li a {
  color: #FFF;
  font-size: 1.8rem;
  font-family: "MyriadProCond";
  text-transform: uppercase;
}
footer address {
  font-style: normal;
}
footer address p {
font-size: 1.8rem;
    line-height: 2.7;
    font-family: "MyriadProCond";
    margin: 0;
}
footer address p:before,
footer address p:after {
  content: " ";
  display: table;
}
footer address p:after {
  clear: both;
}
@media (max-width: 768px) {
  footer address p {
    line-height: 2.4;
  }
  .scr {
      display:none;
  }
}
footer address a {
  color: #FFF;
}
footer address a:before,
footer address a:after {
  content: " ";
  display: table;
}
footer address a:after {
  clear: both;
}
footer address a:hover,
footer address a:focus {
  color: #FFF;
}
footer address .i-home,
footer address .i-phone,
footer address .i-mail {
  background: url(../img/footer_contacts.png) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
}
footer address .i-phone {
  background-position: 0 -39px;
}
footer address .i-mail {
  background-position: 0 -79px;
}
#afterFooter p {
  color: #aaa;
  line-height: 3;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #afterFooter p {
    text-align: center;
  }
}
#afterFooter #logo40px {
  background: url(../img/logo40px.png) right center no-repeat;
  background-size: contain;
  display: block;
  width: 220px;
  height: 40px;
  padding-right: 125px;
}
#afterFooter a {
  text-decoration: none;
}
.preim li {
        font-family: 'Futurafuturislightc';
    font-size: 21px;
}
.slider__small {
    margin: 20px 0;
}
.price-s {
        text-transform: uppercase;
    text-align: center;
    color: #4c231f;
    font-weight: 600;
}
.whats-ico {
    background: url(/tpl/img/what.png) no-repeat;
    line-height: 30px;
    padding-left: 50px;
    height: 45px;
    width: 45px;
    background-position-x: 0px;
       float: right;
}
.inst-ico {
    background: url(/tpl/img/insta.png) no-repeat;
    line-height: 30px;
    padding-left: 50px;
    height: 45px;
    width: 45px;
    background-position-x: 0px;
       float: right;
}
.gis2 {
    background: url(/tpl/img/2gis.png) no-repeat;
    line-height: 30px;
    padding-left: 50px;
    height: 45px;
    width: 100px;
    background-position-x: 0px;
}
.gis2f {
    background: url(/tpl/img/2gis.jpg) no-repeat;
    line-height: 30px;
    padding-left: 50px;
    height: 75px;
    background-size: 100px;
    background-position-x: 0px;
}
.wats-ico {
    background: url(/tpl/img/vk.png) no-repeat;
    line-height: 30px;
    padding-left: 50px;
    height: 45px;
    width: 45px;
    background-position-x: 0px;
       float: right;
}
.opl-pic {
    width: 500px;
}
.uslugi h5 {
        font-family: 'Futurafuturislightc';
    font-size: 22px;
   margin: 25px 0px 0px 0px;
}
.uslugi p {
    font-family: 'Futurafuturislightc';
    font-size: 16px;
}
.uslugi img {
        width: 37%;
}
.uslugi {
    padding-top: 30px;
}
.date {
    font-family: 'Futurafuturislightc';
}
.page-item {
}
.privacy_block {
display: none;
position: fixed;
justify-content: center;
align-items: center;
z-index: 9999999;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 15px;
color: #FFF;
background: #49af5f;
padding: 10px 20px;
border-top: 4px solid #d8e8dc;
}
/* Оформление кнопок */
.privacy_block .close{margin-left: 25px;}
.privacy_btn {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #5c5c5c;
    border: 2px solid #b2b2b2;
}
.privacy_btn:hover {
color: #FFF;
}
.privacy_btn:after,
.privacy_btn:before {
position: absolute;
height: 2px;
left: 50%;
background: #FFF;
bottom: -6px;
content: "";
transition: all 280ms ease-in-out;
width: 0;
}
.privacy_btn:before {
top: -6px;
}
.privacy_btn:hover:after,
.privacy_btn:hover:before {
width: 100%;
left: 0;
}
.privacy_block a {color:#fff;text-decoration:underline}
.privacy_block .close a {text-decoration:none}
.dVSeMo {
    padding: 12px 30px;
    background-color: white;
}
