*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Panton", sans-serif;
  font-weight: 600;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li {
  list-style: none;
}

ul,
ol {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  color: white;
  font-family: "Panton", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  background-color: #87142d;
  background: -webkit-gradient(linear, left bottom, left top, from(#710c22), to(#bd153a));
  background: linear-gradient(to top, #710c22 0%, #bd153a 100%);
  border-radius: 300px;
  padding: 18px 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  overflow: hidden;
}

.btn1::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.btn2 {
  display: inline-block;
  border: 3px solid #87142d;
  background-color: transparent;
  color: #87142d;
  font-family: "Panton", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 29px;
  border-radius: 300px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn2:before {
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 300px;
  -webkit-box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  background-color: #87142d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#710c22), to(#bd153a));
  background-image: linear-gradient(to top, #710c22 0%, #bd153a 100%);
}

.btn2 span {
  position: relative;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px;
}

.main-header {
  position: relative;
}

.main-header-container1 {
  padding-top: 8px;
  padding-bottom: 11px;
}

.main-header-toggle {
  width: 35px;
  height: 35px;
  background: url("../images/menu.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-header-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-logo {
  max-width: 265px;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 18px;
}

.main-header-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: url("../images/logo-icon.png") center no-repeat;
}

.main-header-logo:before {
  content: '';
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  right: 0;
  height: 16px;
  background: url("../images/logo-icon.png") center no-repeat;
}

.main-header-logo b {
  display: block;
  color: #1b6342;
  font-family: "TimesNewRomanPSMT", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.main-header-logo span {
  display: block;
  color: #1b6342;
  font-family: "TimesNewRomanPSMT", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-top: -3px;
}

.main-header-contact-container {
  max-width: 520px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-contact-wrap1 {
  max-width: 120px;
  width: 100%;
}

.main-header-contact-wrap1 a {
  display: inline-block;
  color: #142b31;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.main-header-contact-wrap1 a:last-child {
  margin-bottom: 0;
}

.main-header-contact-wrap1 a:nth-child(1):after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/skype-icon.png") center left no-repeat;
}

.main-header-contact-wrap1 a:nth-child(2):after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 11px;
  background: url("../images/email-icon1.png") center left no-repeat;
}

.main-header-contact-wrap2 ul li img {
  vertical-align: middle;
}

.main-header-contact-wrap2 ul li strong {
  font-size: 24px;
}

.main-header-contact-wrap2 ul li a {
  margin-bottom: 5px;
}

.main-header-contact-wrap2 ul li:last-child {
  margin-bottom: 0;
}

/*
.main-header-contact-wrap2 ul li:nth-child(1) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 25px;
  background: url("../images/tel-icon1.png") center no-repeat;
}

.main-header-contact-wrap2 ul li:nth-child(1) a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -36px;
  width: 26px;
  height: 26px;
  background: url("../images/whatsapp-icon.jpg") center no-repeat;
}

.main-header-contact-wrap2 ul li:nth-child(1) a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  width: 26px;
  height: 26px;
  background: url("../images/telegram-icon.jpg") center no-repeat;
}

.main-header-contact-wrap2 ul li:nth-child(1) a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -104px;
  width: 26px;
  height: 26px;
  background: url("../images/viber-icon.jpg") center no-repeat;
}

.main-header-contact-wrap2 ul li:nth-child(2) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 25px;
  background: url("../images/tel-icon1.png") center no-repeat;
}

.main-header-contact-wrap2 ul li:nth-child(3) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 22px;
  background: url("../images/tel-icon2.png") center no-repeat;
}
*/

.main-header-contact-wrap2 ul a {
  display: inline-block;
  color: #142b31;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.9px;
  position: relative;
}

.main-header-feedback {
  position: relative;
}

.main-header-feedback .btn1 {
  cursor: pointer;
}

.main-header-form {
  display: none;
  position: absolute;
  z-index: 20;
  top: calc(100% + 19px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 308px;
  padding: 35px 25px 19px 25px;
  background-color: #1b6342;
}

.main-header-form .btn1 {
  display: block;
  width: 100%;
  padding: 17.5px 5px;
  margin-top: 22px;
}

.main-header-feedback-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/close.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.main-header-container2 {
  background-color: #87142d;
}

.main-header-nav {
  max-width: 1161px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header-list > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-header-list > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 10px;
  border-bottom: 3px solid #bee2d2;
  transition: .5s;
}

.main-header-list > li.active > a:after, .main-header-list > li > a:hover:after {
  right: 0;
}

.main-header-list a {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}

.banner {
  padding-top: 19px;
  padding-bottom: 36px;
  background: url("../images/banner-bg-2.jpg") center no-repeat;
  background-size: cover;
}

.banner-slider .swiper-slide {
  padding-top: 19px;
  padding-bottom: 36px;
  background-image: url("../images/banner-bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-run-text {
  background: #0a5432;
  color: #20ff9a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  padding: 10px 0;
}

.run-text {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.run-text p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.run-text p:hover {
  animation-play-state: paused
}

@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.banner-desc {
    font-size: 34px;
    color: #337f5c;
    font-weight: 800;
    margin: 0 0 68px 240px;
}

@media screen and (max-width: 700px) {
  .banner-desc {margin: 0 0 25px 10px;}
}

.banner-desc img {
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
}

.banner-desc p + p {
    margin-top: 5px;
}

.banner-img {
  max-width: 1192px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10px;
}

.banner-img .page-title {
  position: absolute;
  top: 40px;
  right: 83px;
  text-align: right;
}

.banner-img .page-title span {
  display: block;
  color: #7e142b;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.banner-img .page-title i {
  display: block;
  color: #1b6342;
  font-size: 39px;
  font-weight: 700;
  font-style: normal;
  margin-top: -10px;
  letter-spacing: 1.1px;
}

.banner-form {
  background-color: rgba(51, 127, 92, 0.9);
  padding: 18px 18px 16px 18px;
}

.banner-form h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.banner-form h2:after {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
  margin-left: 23px;
}

.banner-form h2:before {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
  margin-right: 23px;
}

.banner-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -15px;
}

.banner-form-wrap input {
  display: block;
  width: 24.2%;
  padding: 12px;
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  border: 1px solid white;
  background-color: #e5e3e4;
  margin-top: 15px;
  margin-right: 1.0666%;
  outline: none;
}

.banner-form-wrap input:nth-child(4n) {
  margin-right: 0;
}

.banner-form-wrap input::-webkit-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}

.banner-form-wrap input:-ms-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}

.banner-form-wrap input::-ms-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}

.banner-form-wrap input::placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}

.banner-form-wrap .btn1 {
  padding: 14px 56px;
}

.banner-form-wrap .send {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.advantages {
  padding-top: 12px;
  padding-bottom: 78px;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages-item {
  width: 24%;
  position: relative;
  padding-top: 168px;
  text-align: center;
}

.advantages-item:nth-child(1) {
  top: 39px;
  padding-top: 129px;
}

.advantages-item:nth-child(2) {
  top: 19px;
  padding-top: 146px;
}

.advantages-item:nth-child(3) {
  top: 12px;
  padding-top: 156px;
}

.advantages-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.advantages-img img {
  max-width: inherit;
}

.advantages-text {
  max-width: 262px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.advantages-text h3 {
  color: #0a5432;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 36px;
}

.advantages-text p {
  margin-top: -2px;
  color: #030303;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: 24px;
}

.services {
  padding-top: 44px;
  padding-bottom: 73px;
  background-color: #f1f1f1;
}

.services .page-header {
  color: #87142d;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.services-item {
  text-align: center;
}

.services-item .btn2 {
  display: block;
  max-width: 326px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 5px;
}

.services-item-img-wrap {
  max-width: 326px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: right;
  margin-bottom: 70px;
}

.services-item-text {
  text-align: center;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 27px;
  min-height: 126px;
  background-color: #337f5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 25px;
}

.services-item-text p {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.6px;
}

.swiper-slider-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slider-nav > div {
  margin-right: 25px;
}

.swiper-slider-nav > div:last-child {
  margin-right: 0;
}

.work {
  padding-top: 47px;
  padding-bottom: 57px;
  background: url("../images/work-bg.jpg") center no-repeat;
  background-size: cover;
}

.work .page-header {
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 41px;
}

.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -55px;
}

.work-item {
  width: 23%;
  margin-top: 55px;
}

.work-item:nth-child(2) h3 {
  max-width: 145px;
  width: 100%;
}

.work-item:nth-child(4) h3 {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-item:nth-child(5) {
  margin-left: auto;
}

.work-item:nth-child(6) {
  margin-left: 75px;
  margin-right: 75px;
}

.work-item:nth-child(7) {
  margin-right: auto;
}

.work-item:nth-child(7) h3 {
  max-width: 182px;
  width: 100%;
}

.work-item h3 {
  color: #4ceea3;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.work-item p {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.45px;
}

.work-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 155px;
  width: 100%;
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.carPark {
  padding-top: 81px;
  padding-bottom: 84px;
}

.carPark .page-header {
  text-align: center;
  color: #87142d;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 50px;
}

.carPark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 68px;
}

.carPark-item {
  width: 32%;
  text-align: center;
  position: relative;
  padding-top: 300px;
}

.carPark-item:nth-child(1) .carPark-item-img {
  top: 45px;
}

.carPark-item:nth-child(3) .carPark-item-img {
  top: 78px;
}

.carPark-item h3 {
  color: #0a5432;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.75px;
}

.carPark-item-desc {
  display: block;
  color: #050505;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 43px;
}

.carPark-item .btn2 {
  display: block;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 5px;
}

.carPark-item-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carPark-item-img img {
  max-width: inherit;
}

.carPark-link-wrap {
  text-align: center;
}

.carPark-link-wrap a {
  display: inline-block;
  color: #0a5432;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-bottom: 3px dashed #0a5432;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.customers {
  padding-top: 55px;
  padding-bottom: 57px;
  background-color: #337f5c;
}

.customers .page-header {
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 42px;
}

.customers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -38px;
}

.customers-item {
  margin-top: 38px;
  min-height: 107px;
  -webkit-box-shadow: 0 2px 13px rgba(81, 113, 98, 0.53);
  box-shadow: 0 2px 13px rgba(81, 113, 98, 0.53);
  background-color: white;
  width: 17.6%;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 5px;
}

.customers-item:nth-child(5n) {
  margin-right: 0;
}

.customers-item:last-child {
  margin-right: 0;
}

.map {
  height: 470px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map-wrap2 {
  width: 50%;
  height: 100%;
}

.map-wrap2 script {
  width: 100%;
  height: 100%;
}

.map-bg {
  width: 50%;
  height: 100%;
  background-color: #e7e7e7;
}

.map-wrap1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-432px);
  transform: translateX(-432px);
  max-width: 381px;
  width: 100%;
  padding: 5px 10px 10px 10px;
}

.map-wrap1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -256px;
  background: url("../images/map-img.png") center no-repeat;
  width: 332px;
  height: 527px;
}

.map-wrap1 h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
}

.map-wrap1 p {
  padding-left: 29px;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 25px;
}

.map-wrap1 ul {
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid white;
  padding-left: 64px;
}

.map-wrap1 ul li {
  margin-bottom: 24px;
}

.map-wrap1 ul li:last-child {
  margin-bottom: 0;
}

.map-wrap1 ul li:nth-child(1) a {
  padding-left: 34px;
}

.map-wrap1 ul li:nth-child(1) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 25px;
  background: url("../images/tel-icon1.png") center no-repeat;
}

.map-wrap1 ul li:nth-child(2) a {
  padding-left: 34px;
}

.map-wrap1 ul li:nth-child(2) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 25px;
  background: url("../images/tel-icon1.png") center no-repeat;
}

.map-wrap1 ul li:nth-child(3) a {
  padding-left: 36px;
}

.map-wrap1 ul li:nth-child(3) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 22px;
  background: url("../images/tel-icon2.png") center no-repeat;
}

.map-wrap1 ul li:nth-child(4) a {
  padding-left: 38px;
}

.map-wrap1 ul li:nth-child(4) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/skype-icon.png") center no-repeat;
}

.map-wrap1 ul li:nth-child(5) a {
  padding-left: 36px;
}

.map-wrap1 ul li:nth-child(5) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 11px;
  background: url("../images/email-icon1.png") center no-repeat;
}

.map-wrap1 ul a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  position: relative;
}

.map-wrap1 i {
  display: block;
  text-align: center;
  color: #737775;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-style: normal;
}

.map-logo {
  display: block;
  max-width: 226px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 1px;
}

.map-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
  background: url("../images/logo-icon.png") center no-repeat;
  background-size: contain;
}

.map-logo:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14px;
  background: url("../images/logo-icon.png") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.map-logo b {
  display: block;
  color: #1b6342;
  font-family: "TimesNewRomanPSMT", sans-serif;
  font-size: 41px;
  line-height: 41px;
  font-weight: 700;
}

.map-logo span {
  display: block;
  color: #1b6342;
  font-family: "TimesNewRomanPSMT", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-top: -2px;
}

.popup {
  max-width: 500px;
  width: 95%;
  padding: 30px 20px;
  background-color: #1b6342;
}

.popup h2 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.popup-form .btn1 {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 5px;
  margin-top: 20px;
}

.fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/close.svg") center no-repeat;
  background-size: cover;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  width: 47px;
  height: 47px;
  background: url("../images/slider-btn1.png") 0 0 no-repeat;
  outline: none;
  position: static;
  margin-top: 0;
}

.swiper-button-next-style1,
.swiper-container-rtl .swiper-button-prev-style1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-style1 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  outline: none;
  width: 24px;
  height: 24px;
  background-color: #c5c2c2;
  opacity: 1;
  border-radius: 0;
  margin-right: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #87142d;
}

.submenu-wrap {
  position: relative;
}

.submenu-wrap > a {
  position: relative;
  padding-right: 17px;
}

.submenu-wrap > a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #fff;
}

.submenu-wrap:hover > ul {
  display: block;
}

.submenu-wrap > ul {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 150px;
  background-color: #87142d;
  -webkit-box-shadow: 0 2px 13px rgba(81, 113, 98, 0.53);
  box-shadow: 0 2px 13px rgba(81, 113, 98, 0.53);
  display: none;
}

.submenu-wrap > ul a {
  padding: 8px;
  text-transform: none;
}

.input {
  display: block;
  width: 100%;
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  border: 1px solid white;
  background-color: #e5e3e4;
  padding: 11.5px 5px;
  text-align: center;
  margin-bottom: 14px;
  outline: none;
}

.input::-webkit-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

.input:-ms-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

.input::-ms-input-placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

.input::placeholder {
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

.no-touch .btn1:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touch .btn2:hover:before {
  opacity: 1;
}

.no-touch .btn2:hover {
  color: white;
}

.no-touch .swiper-pagination-style1 .swiper-pagination-bullet:hover {
  background-color: #87142d;
}

.no-touch .swiper-button-prev-style1:hover,
.no-touch .swiper-button-next-style1:hover {
  background-position: -47px 0;
}

.no-touch .carPark-link-wrap a:hover {
  border-bottom: 3px dashed transparent;
}

@media only screen and (max-width: 1400px) {
  .map-bg {
    width: 60%;
  }

  .map-wrap2 {
    width: 40%;
  }

  .map-wrap1 {
    -webkit-transform: translateX(-255px);
    transform: translateX(-255px);
  }
}

@media only screen and (max-width: 1300px) {
  .main-header-form {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }

  .carPark-item:nth-child(3) .carPark-item-img {
    max-width: 300px;
    width: 100%;
    top: 15px;
  }

  .carPark-item:nth-child(2) .carPark-item-img {
    max-width: 300px;
    width: 100%;
    top: 0;
  }

  .carPark-item:nth-child(1) .carPark-item-img {
    max-width: 300px;
    width: 100%;
    top: 25px;
  }

  .carPark-item {
    padding-top: 230px;
  }

  .carPark-item h3 {
    font-size: 26px;
  }

  .carPark-item-desc {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1200px) {
  .advantages-item {
    width: 48%;
    margin-top: 40px;
  }

  .advantages-list {
    margin-top: -40px;
  }

  .work-item {
    width: 30%;
  }

  .work-item:nth-child(7) {
    margin-left: auto;
  }

  .work-item:nth-child(6) {
    margin-left: 0;
    margin-right: 0;
  }

  .work-item:nth-child(5) {
    margin-left: 0;
  }

  .work-item {
    margin-top: 20px;
  }

  .work-list {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1150px) {
  .banner-img {
    max-width: 800px;
  }

  .banner-img .page-title {
    right: 10px;
    top: 27px;
  }

  .banner-img .page-title span {
    font-size: 40px;
  }

  .banner-img .page-title i {
    font-size: 28px;
  }

  .services-item-text p {
    font-size: 20px;
    line-height: 24px;
  }

  .services-item-text {
    min-height: 100px;
  }
}

@media only screen and (max-width: 1100px) {
  .carPark-item {
    width: 48%;
    margin-top: 20px;
  }

  .carPark-item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }

  .carPark-list {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1050px) {
  .map-wrap1 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .map-bg {
    display: none;
  }

  .map {
    background-color: #e7e7e7;
    height: auto;
    padding-top: 60px;
  }

  .map-wrap2 {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-header-wrap1 {
    max-width: 412px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header-contact-container {
    display: block;
    margin: 15px 0;
    text-align: center;
  }

  .main-header-toggle {
    display: block;
  }

  .main-header-container1 {
    padding: 10px 0;
  }

  .main-header-container2 {
    position: absolute;
    display: none;
    z-index: 30;
    top: 111px;
    left: 0;
    right: 0;
  }
  
  .main-header-contact-wrap1 {
    max-width: 100%;
  }
  
  .main-header-contact-wrap1 a + a {
    margin-left: 15px;
  }
  
  .main-header-contact-wrap2 {
    margin-top: 15px;
  }

  .main-header-list li {
    width: 100%;
    text-align: center;
  }

  .submenu-wrap > ul {
    position: static;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .submenu-wrap > a {
    padding-right: 0;
  }

  .submenu-wrap > a:after {
    display: none;
  }

  .submenu-wrap > ul a {
    padding: 5px 0;
    font-size: 14px;
  }

  .main-header-list > li > a {
    padding: 10px 0;
  }

  .main-header-form {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .banner-form-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-form-wrap input {
    width: 30%;
    margin-right: 0;
  }

  .banner-form {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 950px) {
  .work-item {
    width: 48%;
  }
}

@media only screen and (max-width: 900px) {
  .banner,
  .advantages,
  .services,
  .work,
  .carPark,
  .customers {
    padding: 20px 0;
  }

  .services .page-header,
  .work .page-header,
  .carPark .page-header,
  .customers .page-header {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .carPark-item-desc {
    margin-bottom: 20px;
  }

  .carPark-list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .banner-form-wrap input {
    width: 48%;
  }

  .customers-item {
    width: 23%;
    margin-right: 0;
  }

  .customers-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 750px) {
  .banner-img {
    max-width: 500px;
  }

  .banner-img .page-title span {
    font-size: 22px;
  }

  .banner-img .page-title i {
    font-size: 18px;
  }

  .banner-form h2 {
    font-size: 20px;
  }

  .swiper-pagination-style1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .swiper-slider-nav > div {
    margin-right: 15px;
  }

  .carPark-item {
    width: 100%;
  }

  .map-wrap1:after {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .customers-item {
    width: 31%;
  }
}

@media only screen and (max-width: 650px) {
  .banner-form h2:after,
  .banner-form h2:before {
    display: none;
  }

  .banner-form h2 {
    display: block;
    text-align: center;
  }

  .advantages-item {
    width: 100%;
  }

  .advantages-text h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .advantages-text p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .work-item h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .work-item:nth-child(4) h3 {
    display: block;
    min-height: inherit;
  }

  .map {
    padding-top: 0;
  }

  .map-wrap1 {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  .work-item {
    width: 100%;
  }

  .carPark-item .btn2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 550px) {
  .banner-form-wrap input {
    width: 100%;
  }

  .banner-form-wrap .btn1 {
    width: 100%;
    padding: 14px 5px;
  }

  .banner-form-wrap .send {
    width: 100%;
  }

  .customers-item {
    width: 48%;
  }
}

@media only screen and (max-width: 500px) {
  .banner-img img {
    display: none;
  }

  .banner-img .page-title {
    position: static;
    text-align: center;
  }

  .banner-img .page-title span {
    font-size: 30px;
  }

  .banner-img .page-title i {
    margin-top: 0;
    color: #7e142b;
    font-size: 26px;
  }
}

@media only screen and (max-width: 450px) {
  .main-header-contact-wrap1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .main-header-contact-wrap2 ul a {
    font-size: 16px;
  }

  .carPark-link-wrap a {
    font-size: 17px;
    line-height: 1.4;
    border-bottom: 2px dashed #0a5432;
  }
}

@media only screen and (max-width: 400px) {
  .main-header-logo {
    margin-right: auto;
  }

  .customers-item {
    width: 100%;
  }

  .popup {
    padding: 40px 10px;
  }

  .popup h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 370px) {
  .main-header-contact-wrap2 ul a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1001px) {
  .main-header-container2 {
    display: block !important;
  }
}

.body {
  padding-top: 20px;
}
:not(.customers) + .map {margin-top: 75px;}

.item-page .moduletable + .moduletable {
    margin-top: 28px;
}
.item-page .moduletable h3, .page-header {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.autopark-items {
    margin-bottom: 28px;
}
.autopark-item {
    margin: 0 0 15px 0;
    border: 1px solid #1b6342;
}
.autopark-item-title {
    font-size: 24px;
    text-align: center;
    background: #1b6342;
    color: #fff;
    padding: 10px 0;
}
.autopark-item table {
    width: 100%;
    margin-top: 0;
    display: table;
}
.autopark-item table td:last-child {
    text-align: right;
}
.autopark-item-button {
    text-align: center;
	padding: 15px 0;
  background: #1b6342;
}
@media screen and (min-width: 550px) {
    .autopark-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .autopark-item {
        width: 49%;
    }
}
@media screen and (min-width: 900px) {
    .autopark-item {
        width: 31%;
    }
    .autopark-item table td:last-child {
        width: 50%;
    }
}

.vacancy-items {
    margin-bottom: 28px;
}
.vacancy-item {
    margin: 15px 0 0 0;
    border: 1px solid #1b6342;
}
.vacancy-item-title {
    font-size: 17px;
    color: #1b6342;
    font-weight: 700;
    padding: 10px 0 15px 10px;
}
.vacancy-item-text {
    padding: 0 10px;
}
.vacancy-item table {
    width: 100%;
    margin-top: 0;
    display: table;
}
.vacancy-item table td:last-child {
    text-align: right;
}
@media screen and (min-width: 550px) {
    .vacancy-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .vacancy-item {
        width: 49%;
    }
}
@media screen and (min-width: 900px) {
    .vacancy-item {
        width: 31%;
    }
    .vacancy-item table td:last-child {
        width: 50%;
    }
	.vacancy-items-count-2 {
    	justify-content: space-evenly;
    }
	.vacancy-items-count-2 .vacancy-item {
    	width: 38%;
	}
	.vacancy-items-count-2 .vacancy-item-title {
    	font-size: 20px;
        padding: 15px 0 10px 20px;
	}
	.vacancy-items-count-2 .vacancy-item-text {
    	padding: 0 20px 10px 20px;
	}
}

.main_component a, .custom a {color: #87142d;}
.main_component a:hover, .custom a:hover {color: #1b6342;}

.documents-item {
    background: #bee2d2;
    border: 1px solid #1b6342;
    margin: 0 0 10px 0;
    padding: 15px 25px;
}

.documents-item-title {
    font-size: 18px;
    font-weight: 700;
}

a.documents-item-link {
    background: #1b6342;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    margin: 10px 0 0 0;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
}

a.documents-item-link:hover {
    background: #87142d;
    color: #fff;
}

@media screen and (min-width: 400px) {
    .documents-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .documents-item {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media screen and (min-width: 750px) {
    .documents-item {
        width: 32%;
    }
    .columns .documents-item {
        width: 49%;
    }
}
@media screen and (min-width: 650px) and (max-width: 1020px) {
    .columns .documents-item {
        width: 32%;
    }
}
@media screen and (min-width: 1180px) {
    .columns .documents-item {
        width: 32%;
    }
}
@media screen and (min-width: 750px) {
    .sales-columns {
        display: flex;
        justify-content: space-between;
    }
    .sales-column-1 {
        width: 68%;
    }
    .sales-column-2 {
        width: 30%;
    }
}
.sales-column-2 p {
    background: #bee2d2;
    padding: 20px 25px;
    font-size: 18px;
    text-align: center;
}

.sales-items {
    margin-bottom: 30px;
}
.sales-item {
    background: #bee2d2;
    margin: 0 0 20px 0;
    padding: 20px 130px 20px 25px;
    position: relative;
    font-size: 20px;
}
.sales-item-percent {
    background: #87142d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 5px 12px;
    top: 10px;
    right: 10px;
    transform: rotate(10deg);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #1b6342;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
}
.sales-item-btn .btn1 {
    font-size: 16px;
    padding: 12px 24px;
    color: #fff;
}
.sales-item-btn .btn1:hover {
    color: #fff;
}

@media screen and (min-width: 520px) {
	.columns {display: flex;}
}
@media screen and (min-width: 520px) and (max-width: 1024px) {
	.columns {flex-wrap: wrap;}
	.columns .main_component {width: 100%;}
	.sidebar, .aside {width: 49%;}
	.sidebar + .aside {margin-left: 2%;}
}
@media screen and (min-width: 1025px) {
	.columns .main_component {flex: 1;margin: 0 30px;}
	.sidebar {order: -1;}
	.sidebar, .aside {width: 250px;}
}

.sidebar > *, .aside > * {
  background: #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.sidebar .page-header, .aside .page-header {
  text-transform: uppercase;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #87142d;
  margin-bottom: 10px;
}
.sidebar p + p, .aside p + p {
  margin-top: 8px;
}

.btns {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 11px 20px;
  display: inline-block;
  border-radius: 25px;
  background-color: #87142d;
  background: -webkit-gradient(linear, left bottom, left top, from(#710c22), to(#bd153a));
  background: linear-gradient(to top, #710c22 0%, #bd153a 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}


.btn {
display: inline-block;
  color: white;
  font-family: "Panton", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  box-shadow: 0 3px 8px rgba(29, 50, 63, 0.17), inset 0 0 9px 1px rgba(242, 35, 35, 0.34);
  background-color: #87142d;
  background: -webkit-gradient(linear, left bottom, left top, from(#710c22), to(#bd153a));
  background: linear-gradient(to top, #710c22 0%, #bd153a 100%);
  border-radius: 300px;
  padding: 18px 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  overflow: hidden;
}

.btn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 3s;
    animation-iteration-count: infinite;
}


.no-touch .btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Блог Специальное предложение с девушкой */
.special-offer {
  margin-top: 200px;
}
.special-offer:before {
  content: url(../images/girl-with-folder-200.png);
  position: absolute;
  top: -200px;
  left: 10px;
  height: 200px;
  display: block;
}
.order-calc {
  background-color: #337f5c;
  padding: 18px 18px 16px 18px;
}
.order-calc .page-header {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.order-calc input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  color: #030303;
  font-family: "Panton", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  border: 1px solid white;
  background-color: #e5e3e4;
  margin-top: 15px;
  margin-right: 1.0666%;
  outline: none;
}
.order-calc .btn1 {
  padding: 12px;
  font-size: 14px;
  width: 100%;
  margin-top: 14px;
}

.btn.btn-small {
  font-size: 14px;
  margin-top: 7px;
  padding: 5px 8px;
  color: #fff;
}
.btn.btn-small:hover {
  color: #fff;
}

.pg-pl-photo-item {
    display: inline-block;
    margin: 0 30px 30px 0;
}

.item-page h1 {
    font-size: 32px;
    color: #337f5c;
    text-align: center;
}

@media screen and (min-width: 1090px) {
  .popup_photo {
    position: relative;
  }
  .popup_photo:after {
    position: absolute;
    left: 50%;
    margin-top: 13px;
    border: 5px solid #337f5c;
    border-radius: 5px;
    display: block;
    font-size: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
    cursor: pointer;
  }
  .popup_photo:hover:after {
    opacity: 1;
  }
  .auto_15:after {
    content: url('/images/auto/15m3.jpg');
  }
  .auto_20:after {
    content: url('/images/auto/20m3.jpg');
  }
  .auto_30:after {
    content: url('/images/auto/30m3.jpg');
  }
  .auto_44:after {
    content: url('/images/auto/44m3.jpg');
  }
  .auto_46:after {
    content: url('/images/auto/46m3.jpg');
  }
  .auto_55:after {
    content: url('/images/auto/55m3.jpg');
  }
  .auto_90:after {
    content: url('/images/auto/90m3.jpg');
  }
  .auto_120:after {
    content: url('/images/auto/120m3.jpg');
  }
}
@media screen and (min-width: 1090px) and (max-width: 1400px) {
  .popup_photo:last-child:after {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .main-header-contact-container {max-width: 355px;display: block;}
  .main-header-contact-wrap1 {max-width: none;}
  .main-header-contact-wrap1 a + a {margin-left: 15px;}
}
@media screen and (max-width: 499px) {
  .gallery-autoservice .pg-pl-photo-item {width: 32.3%;margin: 0 1% 1% 0;}
}
@media screen and (min-width: 500px) {
  .gallery-autoservice .pg-pl-photo-item {width: 24%;margin: 0 1% 1% 0;}
}
@media screen and (min-width: 800px) {
  .gallery-autoservice {float: right;width: 50%;}
  .gallery-autoservice .pg-pl-photo-item {width: 46%;margin: 0 0 4% 4%;}
}

.btnUp {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #87142d url('../images/up-arrow.png') center no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

.main-header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.sales-p {
    background: transparent;
    padding: 0;
}

.sales-p p {
    background: #87142d;
    color: #fff;
    padding: 20px 5px;
    font-size: 17px;
    text-align: center;
}

.banner-slider .swiper-slider-nav {
    justify-content: space-between;
    margin: 10px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 50px !important;
  line-height: 50px !important;
}

.owl-nav button.owl-prev {
  left: 10px;
}
.owl-nav button.owl-next {
  right: 10px;
}

.owl-nav button.disabled {
  opacity: 0.4;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dot {
  width: 5px !important;
  height: 5px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: 0.4 !important;
  margin: 0 3px !important;
}

.owl-dot.active {
  opacity: 1 !important;
}