@import url('../css/reset.css');

@import url('../css/fonts.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
}

body.hidden {
  overflow: hidden;
}

.wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

ul.mob-menu {
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 10px 0;
  display: none;
}

ul.mob-menu li {
  font-size: 18px;
}

ul.mob-menu li a {
  display: block;
  padding: 10px 20px;
  color: #494c4f;
}

section.top-line-section {
  padding: 25px 0;
}

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  width: 48px;
}

.logo .text {
  margin-left: 10px;
  color: #404040;
  font-size: 12px;
  font-weight: 300;
}

.logo .text span {
  display: block;
  font-size: 30px;
  font-family: TrumpGothicProBold;
  font-weight: 800;
  text-transform: uppercase;
}

ul.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.top-menu li {
  font-size: 16px;
  font-weight: 500;
}

ul.top-menu li a {
  color: #686868;
  padding: 13px 21px;
}

ul.top-menu li a span {
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

ul.top-menu li a:hover span {
  border-bottom-color: #008D54;
}

.top-phone img {
  display: none;
}

.top-phone span {
  color: #008D54;
  font-family: TrumpGothicProBold;
  font-size: 49px;
}

.burger {
  display: none;
}

header {
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.87);
}

header .wrapper {
  position: relative;
  z-index: 3;
}

header .header-after-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 3;
}

header .header-after-line svg {
  width: -webkit-calc(178.3%);
  width: calc(178.3%);
  height: 52px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

header .header-after-line svg path {
  fill: #fff;
}

.header-block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.header-block .mob-logo {
  display: none;
}

.header-block .header-img1 {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(780px, 0);
  -ms-transform: translate(780px, 0);
  transform: translate(780px, 0);
}

.header-block .header-img2 {
  position: absolute;
  bottom: 216px;
  right: 50%;
  -webkit-transform: rotate(20deg) translate(655px, 0);
  -ms-transform: rotate(20deg) translate(655px, 0);
  transform: rotate(20deg) translate(655px, 0);
  -webkit-filter: brightness(100%) contrast(103%) saturate(100%) blur(0px) hue-rotate(112deg);
  filter: brightness(100%) contrast(103%) saturate(100%) blur(0px) hue-rotate(112deg);
  width: 275px;
}

.header-block .header-img3 {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(528px, 0);
  -ms-transform: translate(528px, 0);
  transform: translate(528px, 0);
  -webkit-filter: brightness(100%) contrast(103%) saturate(100%) blur(0px) hue-rotate(248deg);
  filter: brightness(100%) contrast(103%) saturate(100%) blur(0px) hue-rotate(248deg);
}

.header-block .header-img3.inner {
  top: 56px;
  -webkit-transform: translate(591px, 0);
  -ms-transform: translate(591px, 0);
  transform: translate(591px, 0);
}

.header-block h1 {
  color: #008D54;
  font-family: TrumpGothicProBold;
  font-size: 71px;
  text-shadow: rgba(0, 0, 0, 0.19) 1px 1px 3px;
  text-transform: uppercase;
  margin-bottom: 3px;
  position: relative;
  z-index: 4;
}

.title-sub {
  color: #fff;
  background: #008D54;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
}

.title-sub p {
  font-family: TrumpGothicProBold;
  font-size: 71px;
  text-shadow: rgba(0, 0, 0, 0.19) 1px 1px 3px;
  text-transform: uppercase;
  margin-right: 10px;
}

.title-sub1 {
  color: #fff;
  background: #008D54;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 4;
}

.title-sub1 p {
  font-family: TrumpGothicProBold;
  font-size: 71px;
  text-shadow: rgba(0, 0, 0, 0.19) 1px 1px 3px;
  text-transform: uppercase;
  margin-right: 10px;
}

.title-sub-advan {
  font-family: TrumpGothicProBold;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  color: #373636;
}

.title-sub-advan1 {
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.26) 1px 1px 2px;
  font-family: TrumpGothicProBold;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 50px;
  color: #373636;
}

.header-button {
  position: relative;
}

.header-button a {
  width: 245px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: #FF9113;
  -webkit-box-shadow: 1px 1px 32px -5px #ff9113;
  box-shadow: 1px 1px 32px -5px #ff9113;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: -0.6px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-button a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header-button img {
  position: absolute;
  top: -4px;
  left: 290px;
  width: 50px;
  -webkit-animation: headerArrow 2.5s infinite;
  animation: headerArrow 2.5s infinite;
}

@-webkit-keyframes headerArrow {
  0% {
    left: 290px;
  }

  50% {
    left: 280px;
  }

  100% {
    left: 290px;
  }
}

@keyframes headerArrow {
  0% {
    left: 290px;
  }

  50% {
    left: 280px;
  }

  100% {
    left: 290px;
  }
}

h2 {
  font-family: TrumpGothicProBold;
  font-size: 56px;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.09);
  color: #364847;
  font-weight: 900;
  margin-bottom: 40px;
}

h2 span {
  color: #008D54;
}

section.hour-section {
  padding-top: 70px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

section.hour-section .hour-after-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 3;
}

section.hour-section .hour-after-line svg {
  width: -webkit-calc(154.3%);
  width: calc(154.3%);
  height: 46px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.hour-section .hour-after-line svg path {
  fill: #e8f1ed;
}

.hour-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hour-left {
  width: -webkit-calc(35% - 20px);
  width: calc(35% - 20px);
  margin: 0 10px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.17);
  background: -webkit-linear-gradient(240deg, #fff 0%, #e3f3ec 100%);
  background: -o-linear-gradient(240deg, #fff 0%, #e3f3ec 100%);
  background: linear-gradient(210deg, #fff 0%, #e3f3ec 100%);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hour-left h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #3E3E3E;
  margin-bottom: 25px;
  text-align: center;
}

.hour-left h3 span {
  color: #008D54;
}

.hour-left form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hour-left form button {
  width: 137px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E5A109;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hour-left form button:hover {
  color: #000;
}

.hour-left-item {
  width: 156px;
  margin-bottom: 25px;
}

.hour-left-item.phone {
  width: 100%;
}

.hour-left-item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #7A7A7A;
  display: block;
  margin-bottom: 5px;
}

.hour-left-item input {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.56);
  border: 1px solid rgba(187, 187, 187, 0.68);
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.hour-left-item input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.hour-left-item input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.hour-left-item input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.hour-left-item input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.hour-right {
  width: -webkit-calc(65% - 20px);
  width: calc(65% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hour-right-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 35px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  padding-top: 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hour-right-item:nth-child(3),
.hour-right-item:last-child {
  margin-bottom: 0;
}

.hour-right-item:hover {
  -webkit-box-shadow: -15px 13px 36px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -15px 13px 36px 0px rgba(0, 0, 0, 0.1);
}

.hour-right-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.87);
}

.hour-right-item img.free-line {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  z-index: 3;
}

.hour-right-item .img {
  text-align: center;
  position: relative;
  z-index: 3;
  height: 220px;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hour-right-item .img img {
  max-width: 100%;
}

.hour-right-item p {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #364847;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

section.all-section {
  padding-top: 70px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

section.all-section .all-after-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 3;
}

section.all-section .all-after-line svg {
  width: -webkit-calc(154.3%);
  width: calc(154.3%);
  height: 46px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.all-section .all-after-line svg path {
  fill: #e8f1ed;
}

.all-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-wrap-item {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-bottom: 40px;
  -webkit-box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
}

.all-wrap-item .img img {
  max-width: 100%;
}

.all-wrap-item h5 {
  color: #364847;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.all-wrap-item p {
  color: #364847;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.all-form {
  width: -webkit-calc(66.66% - 30px);
  width: calc(66.66% - 30px);
  margin: 0 15px;
  margin-bottom: 40px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.17);
  background: -webkit-linear-gradient(240deg, #fff 0%, #e3f3ec 100%);
  background: -o-linear-gradient(240deg, #fff 0%, #e3f3ec 100%);
  background: linear-gradient(210deg, #fff 0%, #e3f3ec 100%);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-form h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #3E3E3E;
  margin-bottom: 25px;
  text-align: center;
}

.all-form h3 span {
  color: #008D54;
}

.all-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.all-form form button {
  width: 216px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E5A109;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.all-form form button:hover {
  color: #000;
}

.all-form-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 15px;
}

.all-form-item.phone {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.all-form-item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #7A7A7A;
  display: block;
  margin-bottom: 5px;
}

.all-form-item input {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.56);
  border: 1px solid rgba(187, 187, 187, 0.68);
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.all-form-item input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.all-form-item input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.all-form-item input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.all-form-item input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

section.why-section {
  padding-top: 30px;
  padding-bottom: 120px;
  background: #e8f1ed;
  overflow: hidden;
  position: relative;
}

section.why-section .why-after-line {
  position: absolute;
  bottom: 106px;
  left: 0;
  width: 100%;
  z-index: 3;
}

section.why-section .why-after-line svg {
  width: -webkit-calc(173.3%);
  width: calc(173.3%);
  height: 108px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.why-section .why-after-line svg path {
  fill: #fff;
}

section.why-section h2 {
  text-align: center;
}

.why-wrap {
  position: relative;
  padding-left: 50%;
}

.why-wrap img.why-img {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}

.why-wrap img.why-img.why-img2 {
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}

.why-item {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -10px 16px 16px 0px rgba(0, 0, 0, 0.12);
}

.why-item .digit {
  width: 54px;
}

.why-item .digit img {
  max-width: 100%;
  -webkit-filter: brightness(78%) contrast(126%) saturate(200%) blur(0px) hue-rotate(251deg);
  filter: brightness(78%) contrast(126%) saturate(200%) blur(0px) hue-rotate(251deg);
}

.why-item .text {
  width: -webkit-calc(100% - 54px);
  width: calc(100% - 54px);
  padding-left: 15px;
}

.why-item .text h5 {
  font-size: 17px;
  font-weight: 800;
  color: #424242;
  margin-bottom: 8px;
  line-height: 1;
}

.why-item .text p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
}

section.why2-section {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

section.why2-section h2 {
  text-align: center;
}

.why2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.why2-wrap img.why2-before-img {
  position: absolute;
  width: 691px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-1250px, -50%);
  -ms-transform: translate(-1250px, -50%);
  transform: translate(-1250px, -50%);
}

.why2-wrap img.why2-after-img {
  position: absolute;
  width: 768px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(1130px, -50%);
  -ms-transform: translate(1130px, -50%);
  transform: translate(1130px, -50%);
}

.why2-left {
  width: 550px;
  padding-right: 50px;
}

.why2-left-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.why2-left-item .img {
  width: 50px;
}

.why2-left-item .img img {
  max-width: 100%;
}

.why2-left-item p {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
  font-size: 15px;
}

.why2-left-item:last-child {
  margin-bottom: 20px;
}

.why2-right {
  width: 444px;
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 30px 20px;
}

.why2-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
}

.why2-right h3 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #364847;
  text-shadow: -3px 5px 4px rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
}

.why2-right h3 span {
  display: block;
  color: #008D54;
}

.why2-right form {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why2-right form button {
  width: 230px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E5A109;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.why2-right form button:hover {
  color: #000;
}

.why2-right-item {
  width: 125px;
  margin-bottom: 25px;
}

.why2-right-item.mark,
.why2-right-item.model {
  width: 195px;
}

.why2-right-item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #7A7A7A;
  display: block;
  margin-bottom: 5px;
}

.why2-right-item input {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.56);
  border: 1px solid rgba(187, 187, 187, 0.68);
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why2-right-item input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why2-right-item input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why2-right-item input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why2-right-item input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why2-social {
  margin-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.why2-social a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 69px;
  height: 69px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.why2-social a img {
  max-width: 27px;
}

.why2-social a:nth-child(2) img {
  max-width: 36px;
}

.why2-social a:last-child {
  margin-bottom: 0;
}

.why2-social a:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

section.why3-section {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

section.why3-section h2 {
  text-align: center;
}

.why3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.why3-wrap img.why3-before-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-900px, -50%);
  -ms-transform: translate(-900px, -50%);
  transform: translate(-900px, -50%);
}

.why3-wrap img.why3-after-img {
  position: absolute;
  width: 768px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(960px, -50%);
  -ms-transform: translate(960px, -50%);
  transform: translate(960px, -50%);
}

.why3-right {
  width: 544px;
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -12px 9px 18px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 30px 10px;
}

.why3-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
}

.why3-right h3 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #364847;
  text-shadow: -3px 5px 4px rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
}

.why3-right h3 span {
  display: block;
  color: #008D54;
}

.why3-right form {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why3-right form button {
  width: 230px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E5A109;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.why3-right form button:hover {
  color: #000;
}

.why3-right-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 25px;
}

.why3-right-item.phone {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 10px;
  margin-bottom: 25px;
}

.why3-right-item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #7A7A7A;
  display: block;
  margin-bottom: 5px;
}

.why3-right-item input {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.56);
  border: 1px solid rgba(187, 187, 187, 0.68);
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why3-right-item input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why3-right-item input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why3-right-item input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why3-right-item input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.why3-social {
  margin-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.why3-social a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 69px;
  height: 69px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.why3-social a img {
  max-width: 27px;
}

.why3-social a:nth-child(2) img {
  max-width: 36px;
}

.why3-social a:last-child {
  margin-bottom: 0;
}

.why3-social a:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

section.gallery-section {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #e8f1ed;
  position: relative;
  overflow: hidden;
}

section.gallery-section .gallery-before-line {
  position: absolute;
  top: 95px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 3;
}

section.gallery-section .gallery-before-line svg {
  width: -webkit-calc(129.3%);
  width: calc(129.3%);
  height: 96px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.gallery-section .gallery-before-line svg path {
  fill: #fff;
}

section.gallery-section .gallery-after-line {
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 100%;
  z-index: 3;
}

section.gallery-section .gallery-after-line svg {
  width: -webkit-calc(136.3%);
  width: calc(136.3%);
  height: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.gallery-section .gallery-after-line svg path {
  fill: #fff;
}

.gallery-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-left {
  width: -webkit-calc(100% - 309px);
  width: calc(100% - 309px);
  position: relative;
  overflow: hidden;
}

.gallery-left .gallery-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gallery-left .gallery-arrow:hover {
  background: #000;
}

.gallery-left .gallery-arrow svg path {
  fill: #fff;
}

.gallery-left .gallery-arrow.prev {
  left: -30px;
}

.gallery-left .gallery-arrow.prev svg {
  -webkit-transform: translate(13px, 0);
  -ms-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

.gallery-left .gallery-arrow.next {
  right: -30px;
}

.gallery-left .gallery-arrow.next svg {
  -webkit-transform: translate(-13px, 0);
  -ms-transform: translate(-13px, 0);
  transform: translate(-13px, 0);
}

.gallery-left-big-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-left-item {
  width: 25%;
  cursor: pointer;
  position: relative;
}

.gallery-left-item img {
  width: 100%;
}

.gallery-left-item .gallery-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 1.38;
  color: #fff;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 0;
  font-family: 'Montserrat', sans-serif;
}

.gallery-left-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-right {
  width: 309px;
  padding-left: 20px;
}

.gallery-right-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.gallery-right-item .img {
  width: 61px;
}

.gallery-right-item .img img {
  max-width: 100%;
}

.gallery-right-item p {
  width: -webkit-calc(100% - 61px);
  width: calc(100% - 61px);
  padding-left: 10px;
  color: #201A1A;
  font-size: 14px;
  line-height: 1.1;
}

.gallery-right-button {
  margin-top: 50px;
}

.gallery-right-button a {
  width: 245px;
  max-width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: #FF9113;
  -webkit-box-shadow: 1px 1px 32px -5px #ff9113;
  box-shadow: 1px 1px 32px -5px #ff9113;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: -0.6px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gallery-right-button a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section.advan-section {
  padding-top: 70px;
  padding-bottom: 30px;
}

section.advan-section h2 {
  text-align: center;
}

.advan-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.advan-left {
  width: 387px;
  padding-right: 15px;
}

.advan-center {
  width: -webkit-calc(100% - 774px);
  width: calc(100% - 774px);
}

.advan-center img {
  max-width: 100%;
}

.advan-right {
  width: 387px;
  padding-left: 15px;
}

.advan-right .advan-item {
  text-align: right;
}

.advan-right .advan-item .title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.advan-right .advan-item .title .dot,
.advan-right .advan-item .title .line {
  margin-left: 0;
  margin-right: 10px;
}

.advan-item {
  margin-bottom: 20px;
}

.advan-item:last-child {
  margin-bottom: 0;
}

.advan-item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.advan-item .title .dot {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #008D54;
  margin-left: 10px;
}

.advan-item .title h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #393939;
}

.advan-item .title .line {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #c0c0c0;
}

.advan-item p {
  color: #8e8e8e;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

section.faq-section {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #e8f1ed;
  position: relative;
  overflow: hidden;
}

section.faq-section .faq-before-line {
  position: absolute;
  top: 95px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 3;
}

section.faq-section .faq-before-line svg {
  width: -webkit-calc(206.3%);
  width: calc(206.3%);
  height: 96px;
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
  left: 50%;
  position: absolute;
}

section.faq-section .faq-before-line svg path {
  fill: #fff;
}

section.faq-section .faq-after-line {
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 100%;
  z-index: 3;
}

section.faq-section .faq-after-line svg {
  width: -webkit-calc(136.3%);
  width: calc(136.3%);
  height: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

section.faq-section .faq-after-line svg path {
  fill: #fff;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-left {
  width: 670px;
}

.faq-item {
  padding: 15px 0;
}

.faq-item.active .ques {
  color: #008D54;
}

.faq-item.active .ques .arrow {
  background: #008D54;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-item.active .ques:hover {
  color: #008D54;
}

.faq-item .ques {
  padding: 0 20px;
  padding-left: 43px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #515151;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faq-item .ques:hover {
  color: #000;
}

.faq-item .ques .arrow {
  position: absolute;
  top: 1px;
  left: 20px;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #8F8D8D;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faq-item .ques .arrow img {
  width: 9px;
}

.faq-item .answ {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #EFF0F0;
  color: #383737;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: none;
}

.faq-right {
  width: -webkit-calc(100% - 670px);
  width: calc(100% - 670px);
  padding-left: 60px;
  padding-right: 40px;
}

.faq-right h3 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #3E3E3E;
  text-shadow: -3px 5px 4px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
}

.faq-right input {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.56);
  border: 1px solid rgba(187, 187, 187, 0.68);
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}

.faq-right input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.faq-right input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.faq-right input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.faq-right input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.faq-right button {
  width: 155px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E5A109;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faq-right button:hover {
  color: #000;
}

section.reviews-section {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

section.reviews-section img.reviews-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-1300px, 0);
  -ms-transform: translate(-1300px, 0);
  transform: translate(-1300px, 0);
  z-index: 2;
}

section.reviews-section h2 {
  text-align: center;
  position: relative;
  z-index: 3;
}

section.reviews-section .slick-initialized .slick-slide,
section.reviews-section .slick-track,
section.reviews-section .slick-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews-slider-big {
  position: relative;
  z-index: 3;
}

.reviews-slider-big .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.reviews-slider-big .slider-arrow:hover svg polygon {
  fill: #000;
}

.reviews-slider-big .slider-arrow svg {
  width: 15px;
  height: 30px;
}

.reviews-slider-big .slider-arrow svg polygon {
  fill: #888;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.reviews-slider-big .slider-arrow.prev {
  left: -30px;
}

.reviews-slider-big .slider-arrow.prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews-slider-big .slider-arrow.next {
  right: -30px;
}

.reviews-slider {
  background: #fff;
  padding: 36px;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.reviews-slider-item {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
}

.reviews-slider-item p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
}

.reviews-slider-item .img {
  text-align: center;
  margin-bottom: 20px;
}

.reviews-slider-item .img img {
  display: block;
  margin: 0 auto;
  width: 55px;
}

.reviews-slider-item .name {
  color: #242424;
  font-size: 16px;
  font-weight: 600;
}

footer {
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.87);
}

footer .wrapper {
  position: relative;
  z-index: 3;
  padding-left: 100px;
}

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-item:last-child {
  margin-bottom: 0;
}

.footer-item .img {
  width: 32px;
  margin-right: 15px;
}

.footer-item .img img {
  max-width: 100%;
}

.footer-item .text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a.footer-item:hover .text {
  border-bottom-color: #000;
  color: #000;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.footer-social a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-social a img {
  max-width: 28px;
}

.footer-social a:nth-child(2) img {
  max-width: 36px;
}

.footer-social a:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.gallery-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 89;
  background: rgba(43, 43, 43, 0.9);
  display: none;
}

.close-gallery-modal {
  position: fixed;
  z-index: 91;
  top: 20px;
  right: 50%;
  -webkit-transform: translate(375px, 0);
  -ms-transform: translate(375px, 0);
  transform: translate(375px, 0);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.close-gallery-modal .line {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 27px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.close-gallery-modal .line:first-child {
  -webkit-transform: rotate(45deg) translate(19px, 6px);
  -ms-transform: rotate(45deg) translate(19px, 6px);
  transform: rotate(45deg) translate(19px, 6px);
}

.close-gallery-modal .line:last-child {
  -webkit-transform: rotate(-45deg) translate(-4px, 18px);
  -ms-transform: rotate(-45deg) translate(-4px, 18px);
  transform: rotate(-45deg) translate(-4px, 18px);
}

.close-gallery-modal:hover .line {
  background: #fff;
}

.gallery-modal {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 91;
}

.gallery-modal-item {
  border-bottom: 1px solid #ddd;
}

.gallery-modal-item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  background: #fff;
  padding: 0 12px;
}

.gallery-modal-item .top .name a {
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.gallery-modal-item .top .name a:hover {
  border-bottom-color: #000;
}

.gallery-modal-item .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-modal-item .top .right a.subscribe {
  color: #3897f0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 25px;
}

.gallery-modal-item .top .right a.subscribe:hover {
  border-bottom-color: #3897f0;
}

.gallery-modal-item .img img {
  width: 100%;
}

.gallery-modal-item .bottom {
  background: #fff;
  margin-top: -2px;
  padding: 0 12px;
  padding-top: 16px;
  padding-bottom: 24px;
}

.gallery-modal-item .bottom p {
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.gallery-modal-item .bottom p:first-child {
  margin-top: 20px;
}

.gallery-modal-item .bottom p:last-child {
  margin-bottom: 0;
}

.gallery-modal-item .bottom p a {
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: 600;
}

.gallery-modal-item .bottom p a:hover {
  border-bottom-color: #000;
}

.gallery-modal-item .bottom .date {
  margin-top: 8px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #000;
  opacity: 0.6;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  width: 640px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 45px;
  display: none;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 3px;
  padding: 15px;
  cursor: pointer;
}

.modal .close img {
  width: 10px;
}

.modal h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: TrumpGothicProBold;
  font-size: 45px;
  font-weight: 900;
  color: #535354;
  line-height: 1.1;
  margin-bottom: 25px;
}

.modal form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal form button {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #23A455;
  color: #fff;
  border: none;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #23A455;
  margin: 0 10px;
}

.modal form button:hover {
  color: #23A455;
  background: #fff;
}

.modal.inner form button {
  width: 216px;
  margin: 0 auto;
  background: #E5A109;
  border-color: #E5A109;
}

.modal.inner form button:hover {
  color: #000;
}

.modal.inner .modal-item label {
  color: #7A7A7A;
}

.modal.inner .modal-item input {
  background: rgba(231, 231, 231, 0.56);
  border-color: rgba(187, 187, 187, 0.68);
}

.modal-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}

.modal-item.phone {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.modal-item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.modal-item input {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #008D54;
  padding: 0 12px;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.modal-item input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.modal-item input::-moz-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.modal-item input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.modal-item input::placeholder {
  color: #7A7A7A;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.thanks-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  width: 640px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 45px;
  display: none;
}

.thanks-modal .close {
  position: absolute;
  top: 0;
  right: 3px;
  padding: 15px;
  cursor: pointer;
}

.thanks-modal .close img {
  width: 10px;
}

.thanks-modal h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: TrumpGothicProBold;
  font-size: 45px;
  font-weight: 900;
  color: #535354;
  line-height: 1.1;
  margin-bottom: 25px;
}

.thanks-modal p {
  font-size: 18px;
  text-align: center;
}

.mob-call-widget {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9113;
  display: none;
}

.mob-call-widget img {
  width: 24px;
}

.mob-call-widget::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FF9113;
  -webkit-animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
            transform: scale(1);
  }
  80% {
    border-width: 1px;
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1200px) {
  .reviews-slider-big {
    padding: 0 25px;
  }

  .reviews-slider-big .slider-arrow.prev {
    left: -5px;
  }

  .reviews-slider-big .slider-arrow.next {
    right: -5px;
  }
}

@media screen and (max-width: 1150px) {
  ul.top-menu li a {
    padding: 13px;
  }

  .hour-left {
    width: 390px;
  }

  .hour-right {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
  }

  .why2-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why2-left {
    width: -webkit-calc(100% - 444px);
    width: calc(100% - 444px);
  }

  .why2-social {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
  }

  .why2-social a {
    margin: 0 12px;
  }

  .advan-left,
  .advan-right {
    width: 362px;
  }

  .advan-center {
    width: -webkit-calc(100% - 724px);
    width: calc(100% - 724px);
  }

  .faq-left {
    width: 630px;
  }

  .faq-right {
    width: -webkit-calc(100% - 630px);
    width: calc(100% - 630px);
    padding: 0;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .mob-call-widget {
    display: flex;
  }

  ul.top-menu,
  .logo {
    display: none;
  }

  section.top-line-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1FA055;
    z-index: 10;
    padding: 0;
  }

  section.top-line-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .top-phone {
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-phone img {
    display: block;
    width: 18px;
    margin-right: 10px;
  }

  .top-phone span {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 82px;
    height: 53px;
    background: #fff;
  }

  .burger .line {
    width: 22px;
    height: 3px;
    background: #1FA055;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .burger .line:last-child {
    margin-bottom: 0;
  }

  .burger.active .line:nth-child(2) {
    opacity: 0;
  }

  .burger.active .line:first-child {
    -webkit-transform: rotate(45deg) translate(7px, 5px);
    -ms-transform: rotate(45deg) translate(7px, 5px);
    transform: rotate(45deg) translate(7px, 5px);
  }

  .burger.active .line:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -1px);
    -ms-transform: rotate(-45deg) translate(4px, -1px);
    transform: rotate(-45deg) translate(4px, -1px);
  }

  .header-block {
    padding-top: 265px;
    padding-bottom: 70px;
  }

  .header-block h1 {
    font-size: 47px;
  }

  .header-block .mob-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    top: 65px;
    left: -5px;
  }

  .header-block .mob-logo img {
    width: 48px;
  }

  .header-block .mob-logo .text {
    margin-left: 10px;
    color: #404040;
    font-size: 12px;
    font-weight: 300;
  }

  .header-block .mob-logo .text span {
    display: block;
    font-size: 30px;
    font-family: TrumpGothicProBold;
    font-weight: 800;
    text-transform: uppercase;
  }

  .header-block .header-img1 {
    width: 280px;
    top: 80px;
    left: 25px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header-block .header-img2 {
    top: 177px;
    left: 156px;
    -webkit-transform: rotate(20deg) translate(0, 0);
    -ms-transform: rotate(20deg) translate(0, 0);
    transform: rotate(20deg) translate(0, 0);
    width: 179px;
  }

  .header-block .header-img3 {
    width: 180px;
    top: 65px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header-block .header-img3.inner {
    top: 65px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .title-sub {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .title-sub p {
    font-size: 47px;
  }

  .title-sub1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .title-sub1 p {
    font-size: 47px;
  }

  .title-sub-advan {
    font-size: 14px;
  }

  .title-sub-advan1 {
    font-size: 24px;
  }

  h2 {
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.2px;
  }

  section.hour-section {
    padding-top: 10px;
  }

  .hour-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .hour-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }

  .hour-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hour-right-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
  }

  .hour-right-item p {
    font-size: 15px;
  }

  .hour-right-item img.free-line {
    z-index: 4;
  }

  .hour-left-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
  }

  .why-wrap {
    padding-left: 0;
    padding-top: 170px;
  }

  .why-wrap img.why-img {
    width: 300px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .why-wrap img.why-img.why-img2 {
    width: 215px;
    top: -10px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  section.why2-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .why2-wrap img.why2-before-img,
  .why2-wrap img.why2-after-img {
    display: none;
  }

  .why2-left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .why2-right {
    width: 100%;
    padding: 25px 5px;
  }

  .why2-right h3 {
    padding: 0 10px;
    font-size: 19px;
    margin-bottom: 20px;
  }

  .why2-right h3 span {
    display: inline;
  }

  .why2-right-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
  }

  .why2-right-item.phone {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .why2-right-item.mark,
  .why2-right-item.model {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
  }

  section.why3-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .why3-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why3-wrap img.why3-before-img,
  .why3-wrap img.why3-after-img {
    display: none;
  }

  .why3-right {
    width: 100%;
    padding: 25px 5px;
  }

  .why3-right h3 {
    padding: 0 10px;
    font-size: 19px;
    margin-bottom: 20px;
  }

  .why3-right h3 span {
    display: inline;
  }

  .why3-social {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
  }

  .why3-social a {
    margin: 0 12px;
  }

  section.gallery-section {
    padding-bottom: 95px;
  }

  .gallery-wrap {
    display: block;
  }

  .gallery-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery-right {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-right-item {
    width: 33.33%;
    display: block;
    padding-right: 20px;
  }

  .gallery-right-item p {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .gallery-right-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .advan-wrap {
    display: block;
  }

  .advan-left,
  .advan-right {
    width: 100%;
    padding: 0;
  }

  .advan-right .advan-item {
    text-align: left;
  }

  .advan-right .advan-item .title h4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .advan-right .advan-item .title .line {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 10px;
  }

  .advan-right .advan-item .title .dot {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 10px;
  }

  .advan-center {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }

  .advan-center img {
    width: 330px;
  }

  section.faq-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .faq-wrap {
    display: block;
  }

  .faq-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .faq-right {
    padding: 0;
    width: 380px;
    margin: 0 auto;
  }

  section.reviews-section img.reviews-img {
    display: none;
  }

  section.reviews-section {
    padding: 40px 0;
  }

  .reviews-slider-big {
    padding: 0 5px;
  }

  .reviews-slider-big .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .reviews-slider-big .slider-arrow.prev {
    left: -15px;
  }

  .reviews-slider-big .slider-arrow.next {
    right: -15px;
  }

  .reviews-slider {
    padding: 15px;
  }

  .reviews-slider-item {
    padding: 0;
    padding-bottom: 20px;
  }

  footer {
    padding: 25px 0;
  }

  footer .wrapper {
    padding-left: 15px;
  }

  section.all-section {
    padding-top: 10px;
  }

  .all-wrap-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .all-form {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px) {
  .gallery-left-item .gallery-overlay p {
    display: none;
  }

  .gallery-modal-wrap {
    padding-top: 56px;
  }

  .close-gallery-modal {
    background: #f8f8f8;
    display: block;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    right: 0;
    overflow: hidden;
    height: 56px;
    z-index: 92;
  }

  .close-gallery-modal .line {
    background: #000;
  }

  .close-gallery-modal .line:first-child {
    -webkit-transform: rotate(45deg) translate(26px, 9px);
    -ms-transform: rotate(45deg) translate(26px, 9px);
    transform: rotate(45deg) translate(26px, 9px);
  }

  .close-gallery-modal .line:last-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 25px);
    -ms-transform: rotate(-45deg) translate(-7px, 25px);
    transform: rotate(-45deg) translate(-7px, 25px);
  }
}

@media screen and (max-width: 560px) {
  section.gallery-section .slick-initialized .slick-slide {
    display: block;
  }
  
  .hour-right {
    margin-bottom: 30px;
  }

  .hour-right-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 10px;
  }

  .hour-right-item img.free-line {
    width: 100px;
  }

  .hour-right-item .img {
    padding: 0;
    height: 120px;
    margin-bottom: 10px;
  }

  .hour-right-item .img img {
    width: auto;
    height: 100%;
  }

  .hour-right-item p {
    position: relative;
    z-index: 3;
    font-size: 10px;
    padding: 0 10px;
  }

  .hour-left {
    padding: 25px 5px;
  }

  .hour-left h3 {
    font-size: 19px;
    padding: 0 10px;
  }

  .gallery-right-item p {
    font-size: 16px;
  }

  .faq-right {
    width: 100%;
  }

  .faq-item .ques {
    font-size: 16px;
    padding-right: 0;
    padding-left: 35px;
  }

  .faq-item .ques .arrow {
    left: 12px;
  }

  .faq-item .answ {
    font-size: 14px;
  }

  .gallery-left-slider {
    display: none;
  }

  .gallery-mob-slider {
    display: block;
  }

  .modal {
    padding: 35px 0;
    padding-top: 45px;
  }

  .modal h3 {
    font-size: 27px;
  }

  .thanks-modal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .thanks-modal h3 {
    font-size: 27px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 440px) {
  section.why-section {
    padding-bottom: 80px;
  }

  .why-item {
    display: block;
    padding: 15px;
  }

  .why-item .text {
    width: 100%;
    padding: 0;
  }

  .why2-left-item {
    display: block;
  }

  .why2-left-item p {
    padding: 0;
    margin-top: 15px;
    width: 100%;
  }

  .gallery-right-item {
    width: 100%;
    padding-right: 30px;
  }

  .all-wrap {
    display: block;
    margin: 0;
  }

  .all-wrap-item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .all-form {
    width: 100%;
    margin: 0;
    padding: 20px 5px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 375px) {
@-webkit-keyframes headerArrow {
    0% {
      left: 255px;
    }

    50% {
      left: 250px;
    }

    100% {
      left: 255px;
    }
}

@keyframes headerArrow {
    0% {
      left: 255px;
    }

    50% {
      left: 250px;
    }

    100% {
      left: 255px;
    }
}

  .hour-right-item {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 25px;
  }

  .hour-right-item p {
    font-size: 14px;
  }

  .hour-right-item:nth-child(3) {
    margin-bottom: 25px;
  }

  .advan-item .title .line,
  .advan-item .title .dot {
    display: none;
  }

  .footer-item .text {
    font-size: 16px;
  }
}

.gallery-left-item-description{
    padding: 32px;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.gallery-left-item .gallery-left-item-description p{
    margin-bottom: 10px;
}

.gallery-left-item .gallery-left-item-description ul{
    list-style: disc;
    padding-left: 20px;
}

.mob-call-widget-fixed{
    display: none;
    position: fixed;
    bottom: 10px;
    width: 150px;
    right: 5%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #008D54;
    color: #fff;
    z-index: 5;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .mob-call-widget-fixed {
        display: block;
    }
    .footer-social{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 350px){
    .mob-call-widget-fixed{
        font-size: 18px;
    }
}

.service-name, .service-name-federal{
    display: none;
}

@media screen and (max-width: 768px){
    header{
        background-image: none;
        background-color: #000;
    }
    header:after{
        display: none;
    }
    .header-block{
        padding-top: 50px !important;
    }
    header .header-block .mob-logo{
        position: relative;
        width: 135px;
        margin: auto;
        top: 25px;
    }
    header .header-block .mob-logo img{
        width: 100%;
    }
    .header-block .header-img1, 
    .header-block .header-img2{
        position: relative;
    }
    .header-block .header-img1{
        top: 0px;
    }
    .header-block .header-img2{
        top: -52px !important;
        margin-bottom: -75px;
    }
    .service-name{
        display: block;
        text-align: center;
        color: #fff;
        margin-top: 32px;
        font-size: 32px;
        font-family: TrumpGothicProBold;
        text-transform: uppercase;
    }
    .service-name span{
        color: #008d54;
    }
    .service-name-federal{
        display: block;
        text-align: center;
        color: #8f8f8f;
    }
    .title-sub{
        background: transparent;
        padding: 0px;
    }
    .title-sub p{
        font-size: 40px;
    }
    .title-sub-advan {
        font-size: 24px;
        color: #8f8f8f;
    }
}

.title-sub-advan {
    margin-bottom: 50px;
}

.car-models-section .marks-wrap{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car-models-section .marks-wrap .marks-item{
	width: -webkit-calc(100% / 6 - 30px);
    width: calc(100% / 6 - 30px);
    margin: 0 15px 30px;
}

@media screen and (max-width: 768px){
	.car-models-section .marks-wrap .marks-item {
		width: -webkit-calc(33.33% - 10px);
		width: calc(33.33% - 10px);
		margin: 0 5px 6px;
	}
	.car-models-section .marks-wrap .marks-item img{
		width: 100%;
	}
}

@media screen and (max-width: 960px){
    .vykup-page .header-block .header-img3{
        top: 163px;
        right: 7% !important;
    }
    .vykup-page .header-block h1{
        margin-top: 40px;
    }
}

@media screen and (max-width: 400px){
    .vykup-page .header-block .header-img3{
        right: -5% !important;
    }
}

@media screen and (max-width: 350px){
    .vykup-page .header-block .header-img3{
        right: -16% !important;
    }
}

.consultation{
    padding-top: 25px;
    padding-bottom: 25px;
}

.consultation h2{
    margin-bottom: 16px;
}

.consultation-container-left{
    font-size: 13px;
    line-height: 21px;
}

.consultation-container-left p{
    margin-bottom: 10px;
}

.consultation-container-center{
    display: flex;
}

.consultation-container-center-name{
    width: 33%;
    padding-top: 45px;
    font-size: 14px;
    line-height: 19px;
}

.consultation-container-right{
    margin-top: 20px;
    border-radius: 5px;
}

.consultation-container-center-consultant{
    background-image: url(../img/consultant.jpg);
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-size: cover;
    margin-top: 20px;
}

.consultation-container-right form input{
    display: block;
    height: 46px;
    border: 2px solid #cdcdcd;
    border-radius: 9px;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 46px;
    padding: 4px 4px 4px 8px;
    width: 100%;
    font-family: 'Exo 2', sans-serif;
    margin: auto;
    margin-bottom: 11px;
}

.consultation-container-right form button{
    width: 100%;
    border: 0px;
    background-color: #1fa055;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 19px;
    font-family: 'Exo 2', sans-serif;
    border-radius: 9px;
    margin: auto;
}

.video-reviews-section-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-reviews-section-description{
    margin: -20px 0 15px 0;
    line-height: 1.2;
}

.video-reviews-section-container .player{
    width: 33%;
    margin-bottom: 3px;
}

.cachback-title{
    font-family: TrumpGothicProBold;
    font-size: 32px;
    color: #008D54;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px){
   .video-reviews-section-container .player{
        width: 100%;
         margin-bottom: 10px;
    }
    .video-reviews-section-description{
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }
    .cachback-title{
        font-size: 22px;
        color: #C4C4C4;
    }
    .title-sub-advan1{
        color: #C4C4C4;
        font-size: 20px;
    }
    .header-img2{
        right: -11px!important;
    }
    .vykup-page .title-sub1{
        background: transparent;
    }
}

@media screen and (min-width: 768px){
    .gallery-left-item {
        padding: 5px;
    }
    .consultation-container{
        display: flex;
        flex-wrap: wrap;
    }
    .consultation-container-left{
        width: 100%;
        font-size: 15px;
    }
    .consultation-container-center{
        width: 40%;
    }
    .consultation-container-center-name{
        margin-right: 15px;
    }
    .consultation-container-right{
        width: 50%;
    }
}

.reviews-slider .reviews-slider-item .reviews-slider-item-image {
  width: 100%;
  height: auto;
}


