header #logo {
    background: url(../img/logo22.png) no-repeat;
       width: 250px;
    height: 150px;
    background-size: contain;
    margin: 10 auto;
}
nav ul {
    padding: 0;
    margin: 0;
}
nav ul li {
    float: left;
    list-style: none;
}
nav ul li a {
color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 35px;
    font-family: 'PT Sans Narrow'; 
    border-right: 2px solid #888ebd;
    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: 'PT Sans Narrow';
    src: url(../fonts/PTSansNarrow-Regular.ttf);
    font-style: normal
}
@font-face {
    font-family: 'Futurafuturislightc';
    src: url(../fonts/Futurafuturislightc.otf);
    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-size: 30px;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;

}
#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;
}



header .wrapper .mail, header .wrapper .phone {
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    display: block;    
    line-height: 40px;
       font-family: 'PT Sans Narrow';
}
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: #414fbb;
    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 {
   width:100%;
}



}
@media screen and (max-width: 768px) {
nav ul li a {
    color: white;
    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;
	display: block;
}
}
@media screen and (max-width: 768px) {
    .adre {
    padding-left: 24% !important;
    }
    .opl-pic {
    width: 100% !important;
}
header #logo {
       background: url(../img/logo22.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-color: #2a3589;
  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: 41px;
    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;
  }
}
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) {
    .wats-ico {
    float: left !important;
     margin-left: 27% !important;
}
.inst-ico {
        margin-right: 17px !important;
    }
    footer address {
      border-bottom: 1px solid white;
}
  #afterFooter p {
    text-align: center;
  }
  .slogan {
       text-align: center;
    margin: 0px 0px !important;
    font-size: 18px;
    font-family: 'Futurafuturislightc';font-weight: 600;
}
}
#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;
    height: 30px;
    width: 30px;
    background-position-x: 0px;
       float: right;
    margin-right: 10px;
}
.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;
}
.f-block {
    background: url(/tpl/img/bg-f.jpg);
border-radius: 18px;
    height: 426px;
    box-shadow: 3px 4px 7px -1px RGB(0, 0, 0);
    text-align: center;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 33px;
}
.cena {
    font: 70px Impact;
    color: #ff0000;
    text-shadow: 0 -2px 0 #fff, 0 -3px 0 #fff, 0 2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -1px -2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, 1px 2px 0 #fff, -2px -1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, 2px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 3px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px -3px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
   
}
.l1 {
    text-transform: uppercase;
    font-size: 22px;
    font: 41px Impact;
    text-shadow: 0px 4px 5px #000;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.l2 {
    text-transform: uppercase;
    font-size: 22px;
        margin-top: 10px;
    font: 41px Impact;
    text-shadow: 0px 4px 5px #000;
}
.ras-btn {
       background-color: #3dbd4d;
    color: white;
    padding: 8px 43px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    font-family: 'PT Sans Narrow';
}
.ras-btn:hover {
     color: white !important;
     text-decoration: none;
     background-color: #f3ca34;
}
.ras-btn:focus {
     color: white !important;
     text-decoration: none;
     background-color: #f3ca34;
}
.line {
       width: 100%;
    background-color: #2a3589;
    height: 5px;
    margin: 20px 0px;
    border-radius: 15px;
}
.info ul li img {
    position: absolute;
    left: 0;
    top: 0;
}
.info ul li {
    margin-bottom: 40px;
    min-height: 110px;
    font-family: 'Futurafuturislightc';
    font-size: 18px;
    position: relative;
    line-height: 19px;
    padding-left: 100px;
    text-align: left;
}
.info ul {
    list-style: none;
}
.zag2 {
        font-family: 'PT Sans Narrow';
    font-size: 20px;
    color: #2da72d;
    font-weight: 700;
}
.zag {
    font-size: 24px;
       font-family: 'PT Sans Narrow';;
    font-weight: 600;
        text-transform: uppercase;
}
.zagolovok {
        background-color: #2a3589;
    color: white;
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    padding: 5px;
}
.slogan {
       margin: 48px 25px;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    font-weight: 600;
}
.act {
        background-color: azure;
    border: 2px solid #b5b4b4;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
       margin-bottom: 20px;
}
.cena-new {
    margin-top: 20px;
    width: 100%;
    font: 38px Impact;
    color: #ff0000;
}
.cena-new span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #333333;
    margin-right: 34px;
    position: relative;
}
.cena-new span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: -4px;
    top: 15px;
    background: #ff0000;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.text-cont {
        background-color: aliceblue;
    border: 2px solid #eaeaea;
}
.stat {
    background-color: #2a358917;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid;
    margin-bottom: 10px;
}
.onas {
    font-family: 'Futurafuturislightc';
    text-align: center;
    padding: 10px 50px;
    font-size: 19px;
}
.ac1 {
    font-family: 'Futurafuturislightc';
    text-align: center;
    padding: 0px 50px;
    font-size: 19px;
}
.ac2 {
    font: 37px Impact;
    font-weight: 600;
    text-transform: uppercase;
    color: #e65737;
}