.address {
    height: 160px;
}
.header-contacts {
    top: 128px;
}
.contacts_kalin {
    left: 130px;
}
.header-banner {
    width: 35%;
}
.header-banner img {
    width: 100%;
}
/*----------Мобильное меню----------*/
.header_menu_mob {
    display: none;
    width: 30%;
    margin-top: 45px;
}
.header_menu_mob1 {
    display: none;
    width: 30%;
    margin-top: 30px;
}
.drawer-list, .drawer-list1 {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 60%;
    text-align: center;
    transform: translate(100vw, 0);
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 20px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-left-radius: 100vw;
    background-color: rgb(70, 81, 88);
    background-color: rgba(70, 81, 88, 0.83);
    z-index: 9999999;
}
.drawer-list ul, .drawer-list1 ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li, .drawer-list1 li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child, .drawer-list1 li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a, .drawer-list1 li a {
  text-decoration: none;
  color: #efefef;
  display: block;
  text-align: right;
  padding: .5rem;
  font-size: calc(17px - .5vw);
  white-space: break-spaces;
}
.drawer-list li a:hover, .drawer-list1 li a:hover {
  cursor: pointer;
  background-color: #88c2f8;
  background-color: rgba(17, 132, 240, 0.5);
}

input.hamburger, input.hamburger1 {
  display: none;
}
input.hamburger:checked ~ .drawer-list, input.hamburger1:checked ~ .drawer-list1 {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li, input.hamburger1:checked ~ .drawer-list1 li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1), input.hamburger1:checked ~ .drawer-list1 li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2), input.hamburger1:checked ~ .drawer-list1 li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3), input.hamburger1:checked ~ .drawer-list1 li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4), input.hamburger1:checked ~ .drawer-list1 li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5), input.hamburger1:checked ~ .drawer-list1 li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6), input.hamburger1:checked ~ .drawer-list1 li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7), input.hamburger1:checked ~ .drawer-list1 li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8), input.hamburger1:checked ~ .drawer-list1 li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9), input.hamburger1:checked ~ .drawer-list1 li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10), input.hamburger1:checked ~ .drawer-list1 li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11), input.hamburger1:checked ~ .drawer-list1 li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12), input.hamburger1:checked ~ .drawer-list1 li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13), input.hamburger1:checked ~ .drawer-list1 li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14), input.hamburger1:checked ~ .drawer-list1 li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15), input.hamburger1:checked ~ .drawer-list1 li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16), input.hamburger1:checked ~ .drawer-list1 li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17), input.hamburger1:checked ~ .drawer-list1 li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18), input.hamburger1:checked ~ .drawer-list1 li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19), input.hamburger1:checked ~ .drawer-list1 li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20), input.hamburger1:checked ~ .drawer-list1 li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a, input.hamburger1:checked ~ .drawer-list1 li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i, input.hamburger1:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before, input.hamburger1:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after, input.hamburger1:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close, input.hamburger1:checked ~ label close {
  color: #000;
  width: 100%;
}
input.hamburger:checked ~ label open, input.hamburger1:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger, label.hamburger1 {
  z-index: 9999;
  position: relative;
  display: block;
  height: 20px;
  width: 40px;
}
label.hamburger:hover, label.hamburger1:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open,
label.hamburger1 text close,
label.hamburger1 text open {
  text-transform: uppercase;
  font-size: 1em;
  position: absolute;
  -transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
  margin-top: 7px;
}
label.hamburger text close, label.hamburger1 text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open, label.hamburger1 text open {
  color: #000;
  width: 130%;
  left: 70px;
}
label.hamburger text close, label.hamburger1 text close {
    left: 60px;
    width: 70px !important;
}
label.hamburger > i, label.hamburger1 > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 70%;
    background-color: #000;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
    margin-left: 20px;
}
label.hamburger > i:before, label.hamburger > i:after, label.hamburger1 > i:before, label.hamburger1 > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #000;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before, label.hamburger1 > i:before {
  transform: translate(-50%, -10px);
}
label.hamburger > i:after, label.hamburger1 > i:after {
  transform: translate(-50%, 10px);
}
.ham_text {
    -margin-left: 70px;
}
/*----------Мобильное меню----------*/




@media only screen and (max-width:1200px) {
	
.nav {
    left: 0;
}
.header-contacts {
    top: 125px;
}
.content {
    margin-top: 40px;
}
.leftblock {
    padding-left: 10px;
}
.rightblock {
    padding-right: 10px;
}
.article {
    display: inline-block;
    float: none;
    vertical-align: top;
}

}

@media only screen and (max-width:992px) {

.page {
    width: 100%;
}
a.to-eco {
    padding-left: 20px;
    background: none;
}
a.logo {
    left: 0;
    margin: 0 auto;
    position: relative;
}
.slogan {
    right: 275px;
}
.cat {
    right: 20px;
}
.header-banner {
    display: none;
}
.nav {
    left: 0;
    width: 60%;
    padding-left: 20px;
}
.nav li {
    width: 32%;
    display: inline-block;
    margin-right: auto;
    margin-top: 20px;
}
.header-contacts {
    top: 105px;
}
.header-contacts div {
    text-align: right !important;
}
.contacts_kalin {
    left: -14px;
    width: 32%;
    float: right;
    position: relative;
    margin-top: 5px;
}
.content {
    margin-top: 20px;
}
.leftblock {
    width: 25%;
    display: inline-block;
}
.rightblock {
    width: 70%;
    display: inline-block;
}
.articles {
    width: 100%;
}
.article {
    width: 31%;
    margin-right: 2%;
}
.article img {
    width: 100%;
}
.lamp {
    margin-left: 30px;
    width: 50%;
    left: 0;
}
.footer {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.copy {
    margin-left: 20px;
}
table {
    width: 100% !important;
}
.gallery-list {
    width: 100%;
}
.gallery-list img {
    margin-right: 12px;
    max-width: 30%;
}
.customers img {
    display: inline-block;
    margin-top: 10px;
}
.contacts-left {
    display: none;
}
.contacts-right {
    width: 100%;
    margin-top: 20px;
}
.gallery h2 {
    font-size: 16px;
    text-align: left;
}
.serv_img img {
    max-width: 100%;
    max-height: 100%;
}
.serv_img table img {
    max-width: 90px;
    max-height: 90px;
}

}

@media only screen and (max-width:768px) {

.nav {
    width: 65%;
}
.slogan {
    right: 235px;
}

}

@media only screen and (max-width:667px) {

.header_menu_mob, .header_menu_mob1 {
    display: block !important;
}
.header-contacts {
    top: 85px;
    right: 45px;
}
.contacts_kalin {
    left: 53%;
    float: none;
    position: absolute;
    width: 40%;
    margin-top: 75px;
}
a.logo {
    margin-left: 40%;
}
.slogan {
    right: 70px;
}
.cat {
    display: none;
}
.nav {
    display: none;
}
.content {
    padding-left: 10px;
    padding-right: 10px;
}
.leftblock {
    display: none;
}
.rightblock {
    float: left;
    width: 100%;
}
.article {
    width: 23.5%;
}
.article:nth-child(4n+4) {
    margin-right: 0;
}
.lamp {
    display: none;
}
.about div {
    display: inline-block;
    margin: 0 auto;
}
.about div {
    width: 60%;
}
.about-info {
    padding: 0 25px 0 15px;
}
.about-phones {
    width: 30% !important;
}
.about-money {
    width: 97% !important;
    padding-left: 15px;
    padding-right: 15px;
}
.gallery h2 {
    font-size: 14px;
}

}

@media only screen and (max-width:568px) {

html, button, input, select, textarea {
    font-size: 11px;
}
.header-contacts {
    right: 15px;
}
.contacts_kalin {
    left: 57%;
}
a.to-eco {
    padding-left: 10px;
    font-size: 10px;
    width: 20%;
}
a.to-eco span {
    width: 100%;
}
a.logo {
    margin-left: 40%;
    width: 60%;
    background-size: 100%;
}
.slogan {
    right: 30px;
    font-size: 13px;
}
.contacts {
    font-size: 12px;
}

}

@media only screen and (max-width:480px) {

.contacts_kalin {
    left: 52%;
    width: 45%;
}
a.to-eco span {
    background-size: 100%;
}
.slogan {
    right: 10px;
}
.header-contacts {
    top: 90px;
}
.article {
    width: 32%;
}
.article:nth-child(4n+4) {
    margin-right: 2%;
}
.article:nth-child(3n+3) {
    margin-right: 0;
}
.footer {
    height: 70px;
}
.enguard-footer {
    top: -40px;
    right: 0px;
}
table {
    font-size: 10px;
    margin-bottom: 30px;
}
table span {
    font-size: 10px !important;
}
.Apple-style-span {
    font-size: 10px !important;
}
.about-info {
    padding: 0 25px 0 10px;
}
.about-money {
    padding-left: 10px;
    padding-right: 10px;
}
.gallery {
    padding: 0 10px;
    width: 100%;
}
.gallery-people {
    display: none;
}
.drawer-list, .drawer-list1 {
    width: 70%;
}
.drawer-list li a, .drawer-list1 li a {
    font-size: calc(15px - .5vw);
}

}

@media only screen and (max-width:414px) {

html, button, input, select, textarea {
    font-size: 10px;
}
.header-contacts {
    top: 80px;
}
.contacts_kalin {
    left: 50%;
    width: 47%;
}
.slogan {
    font-size: 11px;
}
.table {
    text-align: center;
}
td img {
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
}
.about-info {
    padding: 0 15px 0 10px;
    width: 50% !important;
}
.about-phones span {
    font-size: 10px;
}
.footer {
    font-size: 10px;
}
.enguard-footer {
    right: 10px;
    background-size: 100%;
    width: 20%;
}
.drawer-list li a, .drawer-list1 li a {
    padding-right: 5px !important;
}
.address {
    height: 180px;
}

}

@media only screen and (max-width:375px) {

h2 {
    font-size: 15px;
}
a.to-eco {
    font-size: 8px;
}
.slogan {
    font-size: 10px;
}
.header-contacts {
    top: 70px;
}
.contacts_kalin {
    left: 46%;
    width: 50%;
}
.nivo-caption {
    font-size: 13px;
}
.article {
    width: 49%;
}
.article:nth-child(3n+3) {
    margin-right: 2%;
}
.article:nth-child(2n) {
    margin-right: 0;
}
.footer {
    font-size: 9px;
}
table {
    font-size: 9px;
}
table span {
    font-size: 9px !important;
}
.Apple-style-span {
    font-size: 9px !important;
}
td img {
    max-width: 100px;
    max-height: 100px;
}
.gallery-list img {
    max-width: 46%;
}
.email, .phones, .address, .docs {
    padding-left: 110px;
    background-size: 25%;
}
.drawer-list, .drawer-list1 {
    width: 65%;
}
.drawer-list li a, .drawer-list1 li a {
    font-size: calc(13px - .5vw);
}
.serv_img table img {
    max-width: 80px;
    max-height: 80px;
}
.address {
    height: 190px;
}

}

@media only screen and (max-width:320px) {

h1 {
    font-size: 16px;
}
h2 {
    font-size: 13px;
}
a.to-eco {
    font-size: 7px;
    margin-top: -5px;
}
a.logo {
    margin-left: 44%;
    width: 55%;
    height: 40px;
}
.slogan {
    font-size: 8px;
}
.header-contacts {
    top: 60px;
    font-size: 9px;
}
.contacts_kalin {
    left: 43%;
    width: 53%;
}
.nivo-caption {
    font-size: 12px;
}
.footer {
    font-size: 8px;
}
.about div {
    width: 97% !important;
}
.about-phones {
    padding-top: 25px;
    padding-left: 100px;
    font-size: 12px;
}
.about-phones em {
    padding-left: 5px;
}
.about-phones span {
    font-size: 12px;
}
.email, .phones, .address, .docs {
    padding-left: 80px;
    background-size: 20%;
}
.drawer-list, .drawer-list1 {
    width: 60%;
}
.drawer-list li a, .drawer-list1 li a {
    font-size: calc(12px - .5vw);
}
.serv_img table img {
    max-width: 65px;
    max-height: 65px;
}

}