body {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
body .wrapper {
  overflow: hidden;
}
body .container {
  max-width: 1200px;
}
body img {
  max-width: 100%;
}
body p {
  font-size: 16px;
  line-height: 19px;
}
body p.big {
  font-size: 20px;
  line-height: 23px;
}
body .min-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
body .min-title.big {
  font-size: 30px;
  line-height: 33px;
}
body .title {
  font-size: 53px;
  line-height: 60px;
}
body p,
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: 50px;
  padding: 15px 29px;
  cursor: pointer;
  border: none;
  min-height: 46px;
  background-color: #ff0000;
  color: #ffffff;
}
body .order a:hover,
body .order button:hover {
  background: #c30b0b;
}
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 .header {
  padding: 35px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
body .header.active {
  padding: 10px 0;
  background: rgba(0,0,0,0.6);
}
body .header.active .logo img {
  width: 60px;
}
body .header.active .navbar {
  padding-top: 18px;
}
body .header .logo {
  text-align: center;
}
body .header .logo img {
  transition: 0.3s;
  width: 131px;
}
body .header .navbar {
  padding: 0px;
  transition: 0.3s;
}
body .header .navbar .navbar-brand img {
  width: 60px;
}
body .header .navbar .navbar-toggler {
  border-radius: 0;
  border-color: #ffffff;
}
body .header .navbar .navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 12px;
}
body .header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 0;
}
body .header .navbar .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
body .header .navbar .navbar-nav .nav-item .nav-link:not(.active):hover {
  color: red;
}
body .header .phones .numbers {
  margin: 0 0 0 24px;
}
body .header .phones .numbers a {
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
body .header .phones .numbers a:hover {
  color: red;
}
body .header .phones .numbers a span {
  font-weight: 700;
}
body .main {
  padding: 230px 0 30px 0;
  min-height: 1003px;
  background: url(../images/main-bg.jpg) no-repeat center top / cover;
  text-align: center;
}
body .main .title,
body .main p {
  color: #ffffff;
}
body .main .for-title .title {
  font-weight: 700;
}
body .main .for-title .title:not(:last-of-type) {
  margin-bottom: 10px;
}
body .main .for-title p {
  margin: 45px 0 0 0;
}
body .main .icons {
  margin: 45px 0 100px 0;
}
body .main .icons .icon {
  position: relative;
}
body .main .icons .icon:not(:last-of-type) {
  margin-right: 65px;
  padding-right: 105px;
}
body .main .icons .icon:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 30px;
  margin: auto;
  background: url(../images/arr.png) no-repeat center;
}
body .main .order a {
  border: 2px solid #ffffff;
  max-width: 337px;
  min-height: 85px;
  font-size: 30px;
  line-height: 33px;
  width: 100%;
  font-weight: 700;
}
body .main .order a:hover {
  background: #ffffff;
  color: red;
}
body .services {
  padding: 70px 0 100px 0;
  text-align: center;
}
body .services .for-title .min-title {
  line-height: 36px;
  margin: 35px 0 65px 0;
}
body .services .s-block {
  background-color: #e4e4e4;
  max-width: 300px;
  min-height: 711px;
  margin: 0 -10px;
  padding: 40px 15px 45px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transition: 0.3s;
}
body .services .s-block:hover {
  box-shadow: inset 0 0px 0px 2px #73b607;
  transform: translateY(-10px);
}
body .services .s-block.sb-1 .s-body .s-list p:not(:last-of-type),
body .services .s-block.sb-2 .s-body .s-list p:not(:last-of-type) {
  margin-bottom: 20px;
}
body .services .s-block > div {
  flex-basis: 100%;
}
body .services .s-block .s-top {
  min-height: 53px;
  margin: 0 0 15px 0;
}
body .services .s-block .s-body .s-list {
  margin: 0 auto 23px;
  text-align: left;
  display: table;
}
body .services .s-block .s-body .s-list p {
  padding: 0 0 0 25px;
}
body .services .s-block .s-body .s-list p:not(:last-of-type) {
  margin-bottom: 7px;
}
body .services .s-block .s-body .s-list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  background-color: #73b607;
  border-radius: 50px;
}
body .services .s-block .s-body .min-title {
  margin: 25px 0 25px 0;
}
body .services .s-block .s-body .s-inn .icon {
  margin: 0 0 16px 0;
}
body .services .s-block .s-body hr {
  margin: 22px 0 20px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
body .services .s-block .s-body .price p {
  font-weight: 700;
}
body .know {
  padding: 30px 0;
  min-height: 565px;
  background: url(../images/know.jpg) no-repeat center top / cover;
  background-attachment: fixed;
  text-align: center;
}
body .know .min-title {
  color: #ffffff;
}
body .know .k-link {
  margin: 103px 0 0 0;
}
body .know .k-link a {
  color: #ffffff;
  text-decoration: underline;
  border-radius: 10px;
  min-height: 64px;
  max-width: 499px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 23px;
}
body .know .k-link a:hover {
  text-decoration: none;
}
body .know .k-link.kl-1 a {
  border: 2px solid #ffffff;
  background: none;
}
body .know .k-link.kl-1 a:hover {
  background: #ffffff;
  color: #73b607;
}
body .know .k-link.kl-2 a {
  background: #73b607;
}
body .know .k-link.kl-2 a:hover {
  background: green;
}
body .sales {
  padding: 85px 0 0 0;
}
body .sales .title {
  text-align: center;
}
body .sales .sl-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 80px 0 0 0;
}
body .sales .sl-block:hover .sl-bottom {
  background: rgba(0,0,0,0.7);
}
body .sales .sl-block.slb-1 {
  background-image: url(../images/sl1.jpg);
}
body .sales .sl-block.slb-2 {
  background-image: url(../images/sl2.jpg);
}
body .sales .sl-block p,
body .sales .sl-block div {
  color: #ffffff;
}
body .sales .sl-block > div {
  flex-basis: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
body .sales .sl-block .sl-top {
  padding-top: 75px;
  padding-bottom: 30px;
}
body .sales .sl-block .sl-top .tit {
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 40px 0;
  font-weight: 700;
}
body .sales .sl-block .sl-top .sl-list .sl-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body .sales .sl-block .sl-top .sl-list .sl-row:not(:last-of-type) {
  margin-bottom: 24px;
}
body .sales .sl-block .sl-top .sl-list .sl-row .icon {
  width: 44px;
}
body .sales .sl-block .sl-top .sl-list .sl-row p {
  flex: 1;
  margin: 0 0 0 13px;
}
body .sales .sl-block .sl-bottom {
  min-height: 165px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0,0,0,0.26);
  transition: 0.3s;
}
body .sales .sl-block .sl-bottom .slb-left p span {
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
}
body .additional {
  padding: 95px 0 85px 0;
}
body .additional .for-title {
  text-align: center;
}
body .additional .for-title p {
  font-weight: 700;
  margin: 45px 0 60px 0;
}
body .additional .a-block {
  position: relative;
  overflow: hidden;
}
body .additional .a-block:hover .a-inner {
  top: 0;
  background: rgba(0,0,0,0.69);
}
body .additional .a-block .a-inner {
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  height: 100%;
  padding: 30px 20px 25px 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transition: 0.3s;
}
body .additional .a-block .a-inner > div {
  flex-basis: 100%;
}
body .additional .a-block .a-inner p {
  text-shadow: 0 1px 4px rgba(0,0,0,0.58);
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #ffffff;
}
body .why {
  padding: 120px 0 110px 0;
  text-align: center;
  background: url(../images/why-bg.jpg) no-repeat center top / cover;
}
body .why .title {
  text-shadow: 0px 1px 0px #73b607, 1px 0px 0px #73b607, -1px -1px 1px #73b607;
}
body .why .title,
body .why p {
  color: #ffffff;
}
body .why .w-block {
  margin: 100px 0 0 0;
}
body .why .w-block:hover .icon {
  transform: translateY(-10px);
}
body .why .w-block .icon {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
body .why .w-block .icon:before {
  position: absolute;
  content: attr(data-number);
  color: #99c21c;
  font-size: 43px;
  line-height: 46px;
  font-weight: 700;
  right: 0;
  top: 0;
  text-shadow: 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, -1px -1px 1px #ffffff;
}
body .why .w-block .name {
  font-weight: 700;
  margin: 42px 0 15px 0;
}
body .works {
  padding: 90px 0 145px 0;
  text-align: center;
}
body .works .container {
  max-width: 1780px;
}
body .works .title {
  margin: 0 0 65px 0;
}
body .works .slider {
  position: relative;
  padding: 0 90px;
}
body .works .swiper-works {
  overflow: hidden;
}
body .works .swiper-works div {
  outline: none;
}
body .works .swiper-works div a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
body .works .swiper-works div a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7) url(../images/loop.png) no-repeat center center;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
body .works .swiper-works div a:hover:before {
  opacity: 1;
}
body .works .swiper-works div a:hover img {
  transform: scale(1.06);
}
body .works .swiper-works div a img {
  transition: 0.3s;

}
body .works .swiper-button div {
  background: url(../images/arrs.png) no-repeat center center / contain;
  width: 72px;
  height: 50px;
  box-shadow: none;
  outline: none;
  transition: 0.3s;
}
body .works .swiper-button div:hover {
  opacity: 0.6;
}
body .works .swiper-button .swiper-button-next {
  transform: scale(-1,1);
}
body .how {
  padding: 130px 0 30px 0;
  min-height: 1095px;
  background: url(../images/how-tr.png) no-repeat center bottom, url(../images/how-bg.jpg) no-repeat center top / cover;
  text-align: center;
}
body .how .row > div:not(:last-of-type) .h-block .icon:before {
  position: absolute;
  content: '';
  right: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 35px;
  background: url(../images/arr3.png) no-repeat center / contain;
}
body .how .h-block {
  margin: 100px 0 0 0;
  position: relative;
}
body .how .h-block:hover .icon:before {
  right: -230px !important;
}
body .how .h-block .icon {
  display: inline-block;
  position: relative;
}
body .how .h-block .icon:before {
  transition: 0.3s;
}
body .how .h-block .text {
  margin: 25px 0 0 0;
}
body .how .h-block .text p {
  font-weight: 700;
}
body .footer {
  padding: 27px 0 21px 0;
  background-color: #f3f3f3;
}
body .footer .site-info {
  margin: 0 0 18px 0;
}
body .footer .site-info p {
  font-weight: 700;
}
body .footer .f-3 {
  color: #1c1c1c;
}
body .footer .f-3 a {
  color: #1c1c1c;
}
body .footer .f-3 .backs a {
  text-decoration: underline;
}
body .footer .f-3 .backs a:hover {
  text-decoration: none;
}
body .footer .f-3 .mail {
  margin: 14px 0 22px 0;
}
body .footer .f-3 .mail a {
  margin: 0 0 0 10px;
}
body .footer .f-4 .numbers {
  margin: 0 0 0 20px;
}
body .footer .f-4 .numbers a {
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  display: block;
  color: #000000;
}
body .footer .f-4 .numbers a:hover {
  color: #73b607;
}
body .footer .f-4 .numbers a span {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body .title {
    font-size: 40px;
    line-height: 45px;
  }
  body .min-title {
    font-size: 20px;
    line-height: 23px;
  }
  body .min-title.big {
    font-size: 22px;
    line-height: 25px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .main {
    padding: 201px 0 30px 0;
    min-height: 700px;
  }
  body .main .icons {
    margin: 29px 0 50px 0;
  }
  body .main .for-title p {
    margin: 25px 0 0 0;
  }
  body .main .order a {
    max-width: 303px;
    min-height: 65px;
    font-size: 25px;
    line-height: 28px;
  }
  body .why {
    padding: 55px 0 70px 0;
  }
  body .works .swiper-button div {
    width: 50px;
    height: 32px;
  }
  body .works .slider {
    padding: 0 68px;
  }
  body .works {
    padding: 50px 0 70px 0;
  }
  body .how {
    padding: 70px 0 30px 0;
    min-height: 910px;
  }
  body .how .h-block {
    margin: 60px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .title {
    font-size: 30px;
    line-height: 35px;
  }
  body .min-title {
    font-size: 20px;
    line-height: 23px;
  }
  body .min-title.big {
    font-size: 22px;
    line-height: 25px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .header .phones {
    align-items: center;
  }
  body .header .phones .icon img {
    width: 21px;
  }
  body .header .phones .numbers a {
    font-size: 19px;
    line-height: 22px;
  }
  body .header .phones .numbers {
    margin: 0 0 0 10px;
  }
  body .header .navbar .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 8px;
  }
  body .sales .sl-block {
    margin: 32px 0 0 0;
  }
  body .sales .sl-block .sl-top {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  body .sales .sl-block > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .sales .sl-block .sl-top .sl-list .sl-row:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .sales .sl-block .sl-top .tit {
    padding: 0 0 0 10px;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 29px 0;
  }
  body .sales .sl-block .sl-bottom .slb-left p span {
    font-size: 30px;
    line-height: 38px;
  }
  body .additional .a-block {
    margin: 0 -10px;
    display: table;
  }
  body .additional .a-block .a-inner {
    top: 0;
    background: rgba(0,0,0,0.69);
  }
  body .works {
    padding: 40px 0 40px 0;
  }
  body .works .swiper-button div {
    width: 31px;
    height: 23px;
  }
  body .works .slider {
    padding: 0 45px;
  }
  body .works .title {
    margin: 0 0 35px 0;
  }
  body .main {
    padding: 180px 0 30px 0;
    min-height: 815px;
  }
  body .services .for-title .min-title {
    line-height: 30px;
    margin: 21px 0 45px 0;
  }
  body .services .s-block {
    margin: 0 auto 20px;
    padding: 24px 15px 29px 15px;
  }
  body .services {
    padding: 41px 0 40px 0;
  }
  body .know {
    min-height: 0;
  }
  body .know .k-link {
    margin: 45px 0 0 0;
  }
  body .why {
    padding: 53px 0 49px 0;
  }
  body .how {
    padding: 40px 0 30px 0;
    min-height: 860px;
  }
  body .how .h-block {
    margin: 50px 0 0 0;
  }
  body .how .h-block .icon:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .additional .a-block {
    margin: 0 auto 20px;
    display: table;
  }
}
@media (max-width: 767px) {
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .min-title {
    font-size: 18px;
    line-height: 21px;
  }
  body .min-title.big {
    font-size: 18px;
    line-height: 21px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .header {
    text-align: center;
    padding: 18px 0;
  }
  body .header.active .phones {
    display: none !important;
  }
  body .header .phones {
    padding: 10px 0 0 0;
  }
  body .header.active .navbar {
    padding: 0;
  }
  body .header .navbar .navbar-nav {
    padding: 10px 0;
  }
  body .header .navbar .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 7px;
  }
  body .main .for-title .title:not(:last-of-type) {
    margin-bottom: 5px;
  }
  body .main {
    padding: 200px 0 30px 0;
    min-height: 0;
  }
  body .main .for-title p {
    margin: 30px 0 0 0;
  }
  body .main .icons {
    margin: 34px 0 50px 0;
  }
  body .main .icons .icon:before {
    display: none;
  }
  body .main .icons .icon:not(:last-of-type) {
    margin-right: 0;
    padding-right: 19px;
  }
  body .main .order a {
    max-width: 290px;
    min-height: 48px;
    font-size: 20px;
    line-height: 23px;
  }
  body .services {
    padding: 25px 0 39px 0;
  }
  body .services .for-title .min-title {
    line-height: 22px;
    margin: 19px 0 30px 0;
  }
  body .services .s-block {
    margin: 0 auto 20px;
    padding: 25px 13px 27px 13px;
  }
  body .know {
    padding: 30px 0;
    min-height: 0;
  }
  body .know .k-link {
    margin: 36px 0 0 0;
    text-align: center;
  }
  body .know .k-link a {
    min-height: 55px;
    max-width: 330px;
    font-size: 16px;
    line-height: 20px;
    margin: auto;
  }
  body .sales {
    padding: 25px 0 0 0;
  }
  body .sales .sl-block {
    margin: 32px 0 0 0;
  }
  body .sales .sl-block .sl-top {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  body .sales .sl-block > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .sales .sl-block .sl-top .sl-list .sl-row:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .sales .sl-block .sl-top .tit {
    padding: 0 0 0 10px;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 29px 0;
  }
  body .sales .sl-block .sl-bottom .slb-left p span {
    font-size: 30px;
    line-height: 38px;
  }
  body .additional {
    padding: 35px 0 35px 0;
  }
  body .additional .for-title p {
    margin: 17px 0 35px 0;
  }
  body .additional .a-block {
    display: table;
    margin: 0 auto 20px;
  }
  body .additional .a-block .a-inner {
    top: 0;
  
  }
  body .why {
    padding: 33px 0 38px 0;
  }
  body .why .w-block .name {
    margin: 15px 0 9px 0;
  }
  body .why .w-block {
    margin: 45px 0 0 0;
  }
  body .works {
    padding: 29px 0 30px 0;
  }
  body .works .swiper-button div {
    width: 31px;
    height: 23px;
  }
  body .works .slider {
    padding: 0 45px;
  }
  body .works .title {
    margin: 0 0 35px 0;
  }
  body .how {
    padding: 34px 0 30px 0;
    min-height: 0;
    background: url(../images/how-bg.jpg) no-repeat center top / cover;
  }
  body .how .h-block {
    margin: 37px 0 0 0;
  }
  body .how .h-block .icon:before {
    display: none;
  }
  body .footer {
    text-align: center;
  }
  body .footer .developer {
    justify-content: center;
  }
  body .footer .f-3 .mail {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .services .s-block {
    min-height: 0;
  }
  body .sales .sl-block .sl-bottom .slb-left {
    margin-bottom: 20px;
  }
  body .footer .f-4 {
    margin: 10px 0;
  }
}
