body {
  font-family: Times new roman;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
body .container {
  max-width: 1200px;
}
body img {
  max-width: 100%;
}
body p {
  font-size: 16px;
  line-height: 19px;
}
body p.big {
  font-size: 18px;
  line-height: 21px;
}
body .title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
body .min-title {
  font-size: 30px;
  line-height: 35px;
}
body p,
body .min-title,
body .title {
  margin: 0;
  position: relative;
}
body .order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
body .order a,
body .order button {
  border-radius: 3px;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  min-height: 58px;
  background: rgba(153,197,62,0.38);
  font-size: 25px;
  color: #fff;
  line-height: 1;
}
body .order a:hover,
body .order button:hover {
  background: #99c53e;
}
body a,
body button {
  transition: all 0.2s ease-in-out;
}
body a:active,
body a:focus,
body button:active,
body button:focus {
  outline: none !important;
}
body .form ::-webkit-input-placeholder {
  color: #999;
}
body .form ::-moz-placeholder {
  color: #999;
}
body .form :-moz-placeholder {
  color: #999;
}
body .form :-ms-input-placeholder {
  color: #999;
}
body .form label.error {
  display: none !important;
}
body .form input.error,
body .form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body .swiper-button div {
  width: 35px;
  height: 35px;
  border-color: #99c43e;
  border-bottom-style: solid;
  border-width: 2px;
  background: none;
  transition: 0.3s;
  outline: none;
}
body .swiper-button div:hover {
  border-color: #729a1f;
}
body .swiper-button div.swiper-button-prev {
  border-left-style: solid;
  transform: rotate(45deg);
}
body .swiper-button div.swiper-button-next {
  border-right-style: solid;
  transform: rotate(-45deg);
}
body .header .top-line {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
body .header .top-line .icon {
  margin: 0 10px 0 0;
  line-height: 0;
}
body .header .top-line a {
  color: #000000;
  text-decoration: none;
}
body .header .top-line a:hover {
  color: #99c53e;
}
body .header .top-line .phones .icon {
  margin: 0;
}
body .header .top-line .phones .numbers a {
  padding: 0 15px;
}
body .header .top-line .phones .numbers a:not(:last-of-type) {
  border-right: 1px solid #e1e1e1;
}
body .header .bottom-line {
  background-color: #ffffff;
  z-index: 100;
  padding: 20px 0;
  transition: 0.3s;
}
body .header .bottom-line .logo img {
  width: 282px;
  transition: 0.3s;
}
body .header .bottom-line.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
body .header .bottom-line.active .logo img {
  width: 145px;
}
body .header .bottom-line .navbar {
  padding: 0;
}
body .header .bottom-line .navbar .navbar-brand img {
  width: 100px;
}
body .header .bottom-line .navbar .navbar-toggler {
  border-radius: 0;
  border-color: #000;
}
body .header .bottom-line .navbar .navbar-nav > li:not(:last-of-type),
body .header .bottom-line .navbar .navbar-nav > .nav-item:not(:last-of-type) {
  margin-right: 30px;
}
body .header .bottom-line .navbar .navbar-nav > li.open > .nav-link:after,
body .header .bottom-line .navbar .navbar-nav > li.open > a:after,
body .header .bottom-line .navbar .navbar-nav > .nav-item.open > .nav-link:after,
body .header .bottom-line .navbar .navbar-nav > .nav-item.open > a:after {
  transform: rotate(180deg);
}
body .header .bottom-line .navbar .navbar-nav > li > .nav-link,
body .header .bottom-line .navbar .navbar-nav > li > a,
body .header .bottom-line .navbar .navbar-nav > .nav-item > .nav-link,
body .header .bottom-line .navbar .navbar-nav > .nav-item > a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 20px 0;
}
body .header .bottom-line .navbar .navbar-nav > li > .nav-link:hover,
body .header .bottom-line .navbar .navbar-nav > li > .nav-link.active,
body .header .bottom-line .navbar .navbar-nav > li > a:hover,
body .header .bottom-line .navbar .navbar-nav > li > a.active,
body .header .bottom-line .navbar .navbar-nav > .nav-item > .nav-link:hover,
body .header .bottom-line .navbar .navbar-nav > .nav-item > .nav-link.active,
body .header .bottom-line .navbar .navbar-nav > .nav-item > a:hover,
body .header .bottom-line .navbar .navbar-nav > .nav-item > a.active {
  color: #99c53e;
}
body .header .bottom-line .navbar .navbar-nav > li > .nav-link:after,
body .header .bottom-line .navbar .navbar-nav > li > a:after,
body .header .bottom-line .navbar .navbar-nav > .nav-item > .nav-link:after,
body .header .bottom-line .navbar .navbar-nav > .nav-item > a:after {
  width: 9px;
  height: 6px;
  border: none;
  background: url(../images/arr2.png) no-repeat center;
  transition: 0.3s;
}
body .header .bottom-line .navbar .navbar-nav > li .dropdown-menu,
body .header .bottom-line .navbar .navbar-nav > .nav-item .dropdown-menu {
  min-width: 0;
  padding: 19px 45px 24px 30px;
  border: none;
  border-radius: 0;
  margin: 0;
  background: #f6f6f6;
}
body .header .bottom-line .navbar .navbar-nav > li .dropdown-menu div:not(:last-of-type),
body .header .bottom-line .navbar .navbar-nav > .nav-item .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 10px;
}
body .header .bottom-line .navbar .navbar-nav > li .dropdown-menu div a,
body .header .bottom-line .navbar .navbar-nav > .nav-item .dropdown-menu div a {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  display: inline;
  text-transform: none;
  padding: 0;
}
body .header .bottom-line .navbar .navbar-nav > li .dropdown-menu div a:hover,
body .header .bottom-line .navbar .navbar-nav > .nav-item .dropdown-menu div a:hover {
  border-color: #99c53e;
}
body .main .slider {
  position: relative;
}
body .main .slider .swiper-button div.main-prev {
  left: 6vw;
}
body .main .slider .swiper-button div.main-next {
  right: 6vw;
}
body .main .slider .swiper-pagination {
  bottom: 35px;
  left: 0;
  right: 0;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body .main .slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid transparent;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: none;
  opacity: 1;
  margin: 0 5px;
  outline: none;
}
body .main .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #99c43e;
}
body .main .slider .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
}
body .main .slider .swiper-main {
  height: 695px;
}
body .main .slider .swiper-main .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .slider .swiper-main .swiper-slide.swiper-slide-active .swiper-inner {
  opacity: 1;
  transform: scale(1);
}
body .main .slider .swiper-main .swiper-slide .swiper-inner {
  text-align: center;
  transition: 1.5s;
  transform: scale(0);
  opacity: 0;
}
body .main .slider .swiper-main .swiper-slide .swiper-inner div,
body .main .slider .swiper-main .swiper-slide .swiper-inner p {
  color: #ffffff;
}
body .main .slider .swiper-main .swiper-slide .swiper-inner .title {
  font-size: 55px;
  line-height: 60px;
  text-transform: none;
}
body .main .slider .swiper-main .swiper-slide .swiper-inner .list {
  margin: 55px 0 64px 0;
}
body .main .slider .swiper-main .swiper-slide .swiper-inner .list .m-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body .main .slider .swiper-main .swiper-slide .swiper-inner .list .m-block .icon {
  margin: 0 19px 0 0;
}
body .services {
  padding: 90px 0 110px 0;
  text-align: center;
}
body .services .for-title .min-title {
  margin: 48px 0 76px 0;
}
body .services .s-block {
  min-height: 330px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.35);
  background-color: #eaeeef;
  padding: 39px 30px 25px 30px;
  margin: 0 auto 25px;
  max-width: 383px;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
body .services .s-block:hover {
  transform: translateY(-10px);
}
body .services .s-block .icon {
  width: 102px;
  height: 102px;
  margin: auto;
  border: 7px solid #ffffff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .services .s-block .name {
  margin: 24px 0 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #394481;
}
body .services .s-block .list {
  text-align: left;
}
body .services .s-block .list p {
  padding: 0 0 0 20px;
  color: #000;
}
body .services .s-block .list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #98c53e;
}
body .services .more {
  margin: 10px 0 0 0;
}
body .services .more a {
  text-decoration: underline;
  color: #394481;
}
body .services .more a:hover {
  text-decoration: none;
}
body .about {
  padding: 60px 0 100px 0;
  background: url(../images/about-bg.jpg) no-repeat center bottom / cover;
}
body .about .a-left {
  max-width: 610px;
}
body .about .a-left .title {
  color: #394481;
}
body .about .a-left .al-blocks .al-block {
  margin: 40px 0 0 0;
}
body .about .a-left .al-blocks .al-block .min-title {
  color: #2d2d2d;
  font-weight: 700;
  margin: 0 0 30px 0;
}
body .about .a-left .al-blocks .al-block .text {
  text-align: justify;
}
body .about .a-left .al-blocks .al-block .text p:not(:last-of-type) {
  margin-bottom: 15px;
}
body .about .al-right .pic {
  display: inline-block;
  position: relative;
}
body .about .al-right .pic:before {
  position: absolute;
  content: '';
  left: -40px;
  bottom: -40px;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0,0,0,0.12);
}
body .about .al-right .pic img {
  position: relative;
  z-index: 2;
}
body .warranty {
  padding: 70px 0 80px 0;
  background: url(../images/warranty-bg.jpg) no-repeat center top / cover;
  background-attachment: fixed;
}
body .warranty div,
body .warranty p {
  color: #ffffff;
}
body .warranty .w-left .min-title {
  padding: 100px 0 103px 0;
  margin: 0 0 25px 0;
}
body .warranty .w-left .min-title:before {
  position: absolute;
  content: '';
  left: 114px;
  top: 0;
  width: 174px;
  height: 100%;
  border: 10px solid rgba(255,255,255,0.11);
}
body .warranty .w-left .order {
  padding: 0 0 0 88px;
}
body .warranty .w-right .w-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body .warranty .w-right .w-row:hover .text {
  transform: translateX(10px);
}
body .warranty .w-right .w-row:not(:last-of-type) {
  margin-bottom: 47px;
}
body .warranty .w-right .w-row .text {
  margin: 0 0 0 30px;
  transition: 0.3s;
  flex: 1;
}
body .warranty .w-right .w-row .text p.tit {
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
body .clients {
  padding: 60px 0 55px 0;
  text-align: center;
}
body .clients .container {
  max-width: 1680px;
}
body .clients .title {
  color: #394481;
  margin: 0 0 85px 0;
}
body .clients .slider {
  position: relative;
  padding: 0 90px;
}
body .clients .slider .swiper-clients {
  padding: 30px 25px;
}
body .clients .slider .client {
  width: 256px;
  height: 195px;
  box-shadow: 0 0 13px rgba(0,0,0,0.04);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 25px 5px 13px 5px;
  transition: 0.3s;
  margin: auto;
}
body .clients .slider .client:hover {
  box-shadow: 0 0 27px rgba(0,0,0,0.2);
}
body .clients .slider .client .icon {
  height: 102px;
  margin: 0 0 16px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .clients .slider .client .icon img {
  max-height: 100%;
}
body .contacts {
  padding: 80px 0 75px 0;
  background: url(../images/contacts-bg.jpg) no-repeat center top / cover;
}
body .contacts div,
body .contacts p {
  color: #ffffff;
}
body .contacts .title {
  margin: 0 0 35px 0;
}
body .contacts .address-block.ab-1 {
  margin: 0 0 35px 0;
}
body .contacts .address-block .a-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body .contacts .address-block .a-line:not(:last-of-type) {
  margin-bottom: 5px;
}
body .contacts .address-block .a-line .icon {
  margin: 0 14px 0 0;
  width: 13px;
}
body .contacts .address-block .a-line p {
  flex: 1;
}
body .contacts .tit {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 17px 0;
}
body .contacts .fills .dropdown {
  display: inline-block;
}
body .contacts .fills .dropdown.show > a {
  background: #99c53e;
}
body .contacts .fills .dropdown.show > a:after {
  transform: rotate(180deg);
}
body .contacts .fills .dropdown > a {
  border-radius: 3px;
  background: rgba(153,197,62,0.38);
  box-shadow: none;
  width: 247px;
  text-align: left;
  padding: 12px 19px;
  position: relative;
}
body .contacts .fills .dropdown > a:after {
  position: absolute;
  right: 18px;
  top: 15px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  transition: 0.3s;
}
body .contacts .fills .dropdown a {
  color: #ffffff;
}
body .contacts .fills .dropdown .dropdown-menu {
  background: #99c53e;
  border: none;
  width: 100%;
}
body .contacts .fills .dropdown .dropdown-menu .nav {
  display: block;
  max-height: 200px;
    overflow-y: scroll;
}
body .contacts .fills .dropdown .dropdown-menu a:hover {
  background: #ffffff;
  color: #000;
}
body .contacts .fills .tab-content {
  padding: 30px 0 0 0;
}
body .contacts .forma {
  margin: 50px 0 0 0;
}
body .contacts .forma form ::-webkit-input-placeholder {
  color: #fff;
}
body .contacts .forma form ::-moz-placeholder {
  color: #fff;
}
body .contacts .forma form :-moz-placeholder {
  color: #fff;
}
body .contacts .forma form :-ms-input-placeholder {
  color: #fff;
}
body .contacts .forma input {
  border: none;
  border-bottom: 1px solid;
  height: 35px;
}
body .contacts .forma input,
body .contacts .forma textarea {
  color: #ffffff;
  border-color: #ffffff;
  width: 100%;
  outline: none;
  background: none;
}
body .contacts .forma input:focus,
body .contacts .forma textarea:focus {
  border-color: #99c53e;
}
body .contacts .forma textarea {
  resize: none;
  height: 100px;
  padding: 15px;
}
body .contacts .forma .inputblock {
  margin-bottom: 35px;
}
body .contacts .forma .order button {
  width: 237px;
}
body .contacts .map {
  height: 550px;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .clients .slider {
    padding: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .header .bottom-line .logo img {
    width: 93px !important;
  }
  body .header .bottom-line .navbar .navbar-nav > li:not(:last-of-type),
  body .header .bottom-line .navbar .navbar-nav > .nav-item:not(:last-of-type) {
    margin-right: 11px;
  }
  body .about .al-right .pic:before {
    left: -18px;
    bottom: -20px;
    border: 5px solid rgba(0,0,0,0.12);
  }
  body .clients .slider {
    padding: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .min-title {
    font-size: 19px;
    line-height: 23px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .order a,
  body .order button {
    min-height: 50px;
    font-size: 18px;
  }
  body .header .top-line .phones .numbers {
    max-width: 190px;
  }
  body .header .top-line .phones .numbers a {
    border: none !important;
  }
  body .header .bottom-line .navbar {
    width: 100%;
    text-align: center;
  }
  body .header .bottom-line .navbar .navbar-nav {
    padding: 15px 0;
  }
  body .header .bottom-line .navbar .navbar-nav > li > .nav-link,
  body .header .bottom-line .navbar .navbar-nav > li > a,
  body .header .bottom-line .navbar .navbar-nav > .nav-item > .nav-link,
  body .header .bottom-line .navbar .navbar-nav > .nav-item > a {
    padding: 8px 0;
  }
  body .header .bottom-line .navbar .navbar-nav > li:not(:last-of-type),
  body .header .bottom-line .navbar .navbar-nav > .nav-item:not(:last-of-type) {
    margin-right: 0;
  }
  body .main .slider .swiper-main .swiper-slide .swiper-inner .title {
    font-size: 25px;
    line-height: 31px;
  }
  body .main .slider .swiper-main .swiper-slide .swiper-inner .list .m-block {
    margin-bottom: 15px;
  }
  body .main .slider .swiper-main .swiper-slide .swiper-inner .list .m-block .icon {
    width: 60px;
  }
  body .main .slider .swiper-button div.main-next {
    right: 16px;
  }
  body .main .slider .swiper-button div.main-prev {
    left: 16px;
  }
  body .swiper-button div {
    width: 27px;
    height: 27px;
  }
  body .main .slider .swiper-main .swiper-slide .swiper-inner .list {
    margin: 25px auto 20px;
    max-width: 270px;
  }
  body .main .slider .swiper-main {
    height: 450px;
  }
  body .main .slider .swiper-pagination {
    bottom: 16px;
  }
  body .services {
    padding: 35px 0 35px 0;
  }
  body .services .for-title .min-title {
    margin: 25px 0 35px 0;
  }
  body .about {
    padding: 20px 0 35px 0;
  }
  body .about .a-left .al-blocks .al-block .min-title {
    margin: 0 0 15px 0;
  }
  body .about .a-left .al-blocks .al-block {
    margin: 22px 0 0 0;
  }
  body .warranty .w-left .min-title {
    padding: 0;
    margin: 0 0 35px 0;
    text-align: center;
  }
  body .warranty .w-left .min-title:before {
    display: none;
  }
  body .warranty {
    padding: 30px 0 40px 0;
  }
  body .warranty .w-right .w-row .text {
    margin: 0 0 0 13px;
  }
  body .warranty .w-right .w-row:not(:last-of-type) {
    margin-bottom: 25px;
  }
  body .clients {
    padding: 35px 0 25px 0;
  }
  body .contacts {
    padding: 34px 0 35px 0;
  }
  body .contacts .map {
    height: 300px;
    margin: 20px 0 0 0;
  }
  body .clients .title {
    margin: 0 0 25px 0;
  }
  body .clients .slider {
    padding: 0 10px;
  }
  body .clients .slider .client {
    pointer-events: none;
  }
  body .clients .slider .swiper-clients {
    padding: 15px 10px;
  }
  body .clients .swiper-button div.swiper-button-next {
    right: 0;
  }
  body .clients .swiper-button div.swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 575px) {
  body .header .top-line .phones {
    margin-top: 15px;
  }
}
