@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;

400;600;700;800&display=swap);@charset "UTF-8";

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.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;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

body {
  padding: 100px 0 0 0;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

button {
  outline: none;
}

.container {
  max-width: 1440px;
  width: 100%;
  position: relative;
  padding: 0 88px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset legend {
  display: none;
}

.menu {
  background-color: #fff;
  position: fixed;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menu-block {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.menu-block__min {
  height: 48px;
  background-color: #181E38;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .menu-details {
    flex-direction: column;
  }
}

.menu-details-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.menu-details-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.menu-details-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .menu-details-social {
    display: none;
  }
}

.menu-details-social-redes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media only screen and (max-width: 1024px) {
  .menu-details-call {
    display: none;
  }
}

.menu-details-call a {
  display: block;
  width: 168px;
  height: 32px;
  margin: 0 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 6px;
}

.menu-details p {
  font-weight: 600;
  font-size: 14px;
  color: #F2994A;
}

@media only screen and (max-width: 600px) {
  .menu-details p {
    font-size: 12px;
    margin: 0;
  }
}

.menu-details a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .menu-details a {
    font-size: 12px;
  }
}

.menu-mobile {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .menu-mobile {
    display: block;
  }
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 30px;
}

@media only screen and (max-width: 1200px) {
  .menu-links {
    display: none;
  }
}

.menu-links-sub {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  top: 84px;
  width: 150%;
  padding: 0 0;
}

.menu-links-sub li {
  height: auto !important;
  padding: 7px 10px !important;
  text-transform: capitalize !important;
  text-align: left;
  border-bottom: 1px solid silver;
}

.menu-links-sub li:last-child {
  border-bottom: 0;
}

.menu-links-sub li:hover:before {
  display: none;
}

.menu-links-sub li:hover a {
  color: #555760 !important;
}

.menu-links-sub li a {
  color: #555760 !important;
}

.menu-links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  height: 84px;
  padding: 0 8px;
}

.menu-links li:hover a,
.menu-links li.active a {
  color: #555760;
}

.menu-links li:hover:before,
.menu-links li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #364692;
  bottom: 0;
  left: 0;
}

.menu-links li:hover .menu-links-sub,
.menu-links li.active .menu-links-sub {
  opacity: 1;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  visibility: visible;
}

.menu-links li a {
  color: #555760;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.menu-call {
  display: grid;
  grid-template-columns: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(min-content, max-content));
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .menu-call {
    display: none;
  }
}

.menu-call li {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #F2994A;
  display: flex;
  align-items: center;
}

.menu-call li img {
  margin-right: 8px;
}

.menu-call li span {
  font-size: 18px;
  color: #2F80ED;
}

.menu-call li a {
  width: 168px;
  height: 48px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
}

.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: -100%;
  background-color: #181E38;
  transition: all 600ms ease;
  z-index: 99999;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .mobile {
    padding: 0 16px;
  }
}

.mobile.active {
  left: 0;
}

.mobile-call {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.mobile-call-box {
  margin: 0 0 0 24px;
}

.mobile-call p {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}

.mobile-call p b {
  color: #F2994A;
  font-size: 20px;
}

.mobile-nav {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 20px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.mobile-links a {
  width: 200px;
  display: block;
  padding: 16px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.mobile-links a:hover,
.mobile-links a.active {
  color: #2F80ED;
  border-bottom: 2px solid #2F80ED;
}

.mobile .btn {
  display: block;
  width: 168px;
  height: 48px;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
  margin: 25px auto 0 auto;
}

.btn {
  border-radius: 8px;
  border: 0;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.btn-blue {
  background-color: #2F80ED;
  color: #fff;
  transition: all 500ms ease;
}

.btn-blue:hover {
  background-color: #364692;
}

.btn-blue-light {
  background-color: #2F80ED;
  color: #fff;
  transition: all 500ms ease;
}

.btn-blue-dark {
  background-color: #2F80ED;
  color: #fff;
  transition: all 500ms ease;
}

.btn-white {
  background-color: #fff;
  color: #364692;
  transition: all 500ms ease;
}

.btn-red {
  background-color: #EB5757;
  color: #fff;
  transition: all 500ms ease;
}

.btn-orange {
  background-color: #F2994A;
  color: #fff;
  transition: all 500ms ease;
}

.btn-orange:hover {
  background-color: #EB5757;
}

.slider {
  width: 100%;
  height: 850px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .slider {
    height: 660px;
  }
}

.slider-box {
  width: 100%;
  height: 850px;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .slider-box {
    height: 660px;
  }
}

.slider-box-1 {
  background-image: url(../images/vry-slider-01.jpg?b806ddd0aeaf11a090b96348071751ad);
}

.slider-box-2 {
  background-image: url(../images/vry-slider-02.jpg?1313b70301fcc6b9540af6536f93979a);
}

.slider-box-info {
  width: 80%;
  max-width: 845px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 660px) {
  .slider-box-info {
    bottom: 160px;
  }
}

.slider-box-info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0 0 45px 0;
  line-height: 65px;
}

@media only screen and (max-width: 600px) {
  .slider-box-info h2 {
    font-size: calc(28px + 30 * ((100vw - 320px)/ 1224));
    line-height: 38px;
    margin: 0 0 14px 0;
  }
}

.slider-box-info p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .slider-box-info p {
    font-size: calc(14px + 30 * ((100vw - 320px)/ 1224));
    line-height: 21px;
  }
}

.slider-box-info a {
  width: 168px;
  height: 48px;
  display: none;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
  margin: 20px auto 0 auto;
}

@media only screen and (max-width: 600px) {
  .slider-box-info a {
    display: block;
  }
}

.slick-dots {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button {
  border: 0;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  border: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: 36px;
  background-image: url(../images/arrow-ico.svg?e52204613373dafac27095edcf7348bd);
  transform: translateY(-50%) rotate(90deg);
}

.slick-next {
  right: 36px;
  background-image: url(../images/arrow-ico.svg?e52204613373dafac27095edcf7348bd);
  transform: translateY(-50%) rotate(270deg);
}

.history {
  position: relative;
  background-color: #181E38;
  width: 100%;
  padding: 100px 0 75px 0;
}

@media only screen and (max-width: 600px) {
  .history {
    padding: 78px 0;
  }
}

.history-arrow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.history-our {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

@media only screen and (max-width: 1200px) {
  .history-our {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

@media only screen and (max-width: 1100px) {
  .history-our {
    grid-template-columns: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit;
    justify-content: center;
    text-align: center;
  }
}

.history-our img {
  max-width: 600px;
  box-shadow: 14px -12px 0px -2px #2f80ed;
  border-radius: 14px;
  background-color: #2F80ED;
}

.history-our-item-01 {
  grid-row: 1/5;
}

@media only screen and (max-width: 1100px) {
  .history-our-item-01 {
    display: none;
  }
}

.history-our-item-02 {
  margin: 12px 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #2F80ED;
}

@media only screen and (max-width: 600px) {
  .history-our-item-02 {
    font-size: 16px;
    line-height: 21px;
  }
}

.history-our-item-03 {
  margin: 0 0 30px 0;
  grid-column: 2/2;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #364692;
}

@media only screen and (max-width: 1100px) {
  .history-our-item-03 {
    grid-column: inherit;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .history-our-item-03 {
    font-size: 28px;
    line-height: 38px;
  }
}

.history-our-item-04 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #555760;
  margin: 0;
}

.history-choose {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history-choose-block {
  margin: 70px 0 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  row-gap: 45px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.history-choose h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.history-choose h4 span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .history-choose h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

.history-choose-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 100%;
  max-width: 300px;
  width: 100%;
}

.history-choose-box img {
  max-width: 110px;
}

.history-choose-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 29px 0 0 0;
  color: #fff;
}

.quality {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: #f5f9fe;
}

@media only screen and (max-width: 600px) {
  .quality {
    padding: 50px 0;
  }
}

.quality-content {
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
}

.quality-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.quality-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #181E38;
  text-align: center;
}

.quality-block h2 span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.quality-block .btn-orange {
  display: block;
  width: 168px;
  height: 45px;
  margin: 0 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
}

@media only screen and (max-width: 1200px) {
  .quality-block .btn-orange {
    grid-column: 2/3;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .quality-block .btn-orange {
    grid-column: inherit;
    margin: 0 auto 40px auto;
  }
}

.quality-box {
  width: 100%;
  max-width: 500px;
  height: 421px;
  border-radius: 12px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.quality-box:hover .overlay {
  border-radius: 12px;
  opacity: 1;
  visibility: visible;
}

.quality-box .overlay {
  background-color: rgba(47, 128, 237, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.quality-box img {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.quality-box h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #fff;
  position: absolute;
  bottom: 38px;
  left: 38px;
}

@media only screen and (max-width: 900px) {
  .quality-box h2 {
    bottom: inherit;
    top: 44px;
  }
}

@media only screen and (max-width: 600px) {
  .quality-box h2 {
    font-size: 28px;
    line-height: 38px;
    left: 20px;
  }
}

.quality-box h2:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.quality-box--1 {
  background-image: url(../images/vry-detailing-bg.jpg?e2de56b5966db422be97535235bab8ec);
}

.quality-box--2 {
  background-image: url(../images/vry-cleaning-bg.jpg?d97b4c3a6d3866b39e4717d1781b32aa);
}

.brand {
  width: 100%;
  position: relative;
  padding: 130px 0;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .brand {
    padding: 80px 0;
  }
}

.brand h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #181E38;
  margin: 0 0 80px 0;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .brand h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.brand-item img {
  margin: 0 auto;
}

.brand .slick-prev {
  left: -48px;
}

@media only screen and (max-width: 1300px) {
  .brand .slick-prev {
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .brand .slick-prev {
    display: inline-block !important;
  }
}

.brand .slick-next {
  right: -48px;
}

@media only screen and (max-width: 1300px) {
  .brand .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .brand .slick-next {
    display: inline-block !important;
  }
}

.staff {
  width: 100%;
  padding: 95px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .staff {
    padding: 68px 0;
  }
}

.staff h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #364692;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 600px) {
  .staff h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.staff p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #555760;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .staff p {
    font-size: 16px;
    line-height: 25px;
  }
}

.staff-block {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 333px);
  row-gap: 95px;
  margin: 80px 0 0 0;
}

@media only screen and (max-width: 1100px) {
  .staff-block {
    grid-template-columns: repeat(3, 225px);
    justify-content: center;
    gap: 95px 40px;
  }
}

@media only screen and (max-width: 900px) {
  .staff-block {
    grid-template-columns: repeat(2, 225px);
    justify-content: center;
    gap: 95px 40px;
  }
}

@media only screen and (max-width: 600px) {
  .staff-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.staff-block img {
  max-width: 100%;
  margin: 0 0 12px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.staff-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #181E38;
  margin: 0;
}

.staff-block p b {
  color: #364692;
}

.staff-block a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2F80ED;
  margin: 0;
  text-decoration: underline;
}

.staff-btn {
  width: 259px;
  height: 48px;
  display: none;
  margin: 60px auto 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
}

@media only screen and (max-width: 600px) {
  .staff-btn {
    display: block;
  }
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: #fff;
  cursor: ew-resize;
}

.ba-slider .handle:after {
  /* Big orange knob  */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -32px 0 0 -21px;
  content: "";
  background-image: url(../images/ew-resize.svg?1cc46d3e582f626af79b57011ab9f120);
  border-radius: 50%;
  transition: all 0.3s ease;
  /* lighten(@orange, 20%)*/
}

.before-after {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .before-after {
    display: none;
  }
}

.before-after-block {
  width: 100%;
}

.before-after-message {
  width: 300px;
  position: absolute;
  top: 100px;
}

.before-after-message h1 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 49px;
  color: #181E38;
}

.before-after-message p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #181E38;
  margin: 0;
}

.before-after-message--right {
  right: 90px;
  text-align: right;
}

.before-after-message--left {
  left: 90px;
}

.before-after .handle:before {
  content: "Slide \A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0Slide";
  position: absolute;
  top: 48.3%;
  left: -69px;
  color: #fff;
  width: 148px;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .before-after .handle:before {
    top: 48%;
  }
}

@media only screen and (max-width: 1024px) {
  .before-after .handle:before {
    top: 47%;
  }
}

.experience {
  width: 100%;
  height: auto;
  position: relative;
  padding: 120px 0;
  background-color: #f5f9fe;
}

@media only screen and (max-width: 600px) {
  .experience {
    padding: 80px 0;
  }
}

.experience h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #2F80ED;
  text-align: center;
  margin: 0;
}

.experience h2 b {
  color: #F2994A;
}

@media only screen and (max-width: 600px) {
  .experience h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .experience h2 br {
    display: none;
  }
}

.experience-block {
  margin: 90px 0 0 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(292px, 292px));
  gap: 30px;
}

@media only screen and (max-width: 600px) {
  .experience-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.experience-block-box img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .experience-block-box:nth-child(3) {
    display: none;
  }

  .experience-block-box:last-child {
    display: none;
  }
}

.request {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
  background-image: url(../images/request-bg.jpg?6f390e03940f90ae2e86bdee9f8ca134);
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .request {
    background-image: url(../images/request-bg@2x.jpg?f38ef129b771ed5d434ce135a93f7d8f);
  }
}

.request-block {
  display: grid;
  gap: 16px;
  max-width: 1300px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.request-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #fff;
  grid-row: 1/1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .request-block h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .request-block h2 {
    font-size: 36px;
    line-height: 49px;
  }
}

.request-block p {
  max-width: 792px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin: 0;
  grid-row: 2/3;
}

@media only screen and (max-width: 767px) {
  .request-block p {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .request-block p {
    font-size: 18px;
    line-height: 24px;
  }
}

.request-block a {
  display: inline-block;
  width: 167px;
  height: 48px;
  margin: 0 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  grid-row: 2/3;
}

@media only screen and (max-width: 767px) {
  .request-block a {
    grid-row: 3/4;
    margin: 0 auto;
  }
}

.work {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 60px 0;
  background: linear-gradient(180deg, #C9CCCD 17.77%, #C8CCCD 100%);
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .work {
    padding: 80px 0 0 0;
  }
}

.work-woman {
  position: absolute;
  bottom: -110px;
  right: 0;
  width: 600px;
}

@media only screen and (max-width: 1200px) {
  .work-woman {
    width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .work-woman {
    position: relative;
    right: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 75px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .work-woman {
    width: 100%;
  }
}

.work-block {
  position: relative;
}

.work-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  color: #364692;
  margin: 0 0 12px 0;
}

@media only screen and (max-width: 1024px) {
  .work-block h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .work-block h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.work-block p {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  max-width: 595px;
  color: #181E38;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .work-block p {
    text-align: center;
    max-width: initial;
  }
}

@media only screen and (max-width: 600px) {
  .work-block p {
    font-size: 14px;
    line-height: 19px;
  }
}

.work-block ul {
  padding: 0 0 0 25px;
  margin: 16px 0 0 0;
  list-style: none;
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .work-block ul {
    margin: 26px auto 0;
  }
}

@media only screen and (max-width: 600px) {
  .work-block ul {
    padding: 0 0 0 40px;
  }
}

.work-block ul li {
  margin: 14px 0 0 0;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #181E38;
}

@media only screen and (max-width: 600px) {
  .work-block ul li {
    font-size: 14px;
    line-height: 19px;
  }
}

.work-block ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/ul-ico.svg?91775f5b81ebd460a2d901967187a4d7);
  width: 21px;
  height: 21px;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}

.work-block ul li:first-child {
  margin: 0 0 0 0;
}

.work-block a {
  width: 260px;
  height: 48px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .work-block a {
    margin: 30px auto 0 auto;
    display: block;
  }
}

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #364692;
}

.footer-disclaimer {
  padding: 20px 0;
  background-color: #181E38;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: center;
}

.footer-block {
  padding: 60px 0 30px 0;
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media only screen and (max-width: 1024px) {
  .footer-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    padding: 75px 0;
  }
}

.footer-box-social {
  display: grid;
  grid-template-columns: repeat(3, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(3, minmax(min-content, max-content));
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}

.footer-box-social a {
  margin: 0 !important;
}

.footer-box p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin: 0 0 30px 0;
}

.footer-box a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 14px 0 0 0;
  color: #fff;
  display: block;
}

.footer-box a:first-child {
  margin: 0 0 0 0;
}

.footer-box img {
  cursor: pointer;
}

.block--form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1024px) {
  .block--form {
    grid-template-columns: 1fr;
  }
}

.block--discount {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.block .close {
  right: 23px;
  top: 23px;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

.block .bg {
  background-image: url(../images/request-quote.png?934d44668993f7396cdb4db8132e7320);
  background-size: 110%;
  background-position: center;
}

.block .bg--discount {
  height: 160px;
  background-image: url(../images/discount-bg-modal.png?b356f227b2776423184e4371c852932b);
}

@media only screen and (max-width: 1024px) {
  .block .bg--discount {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .block .bg--discount {
    background-size: cover;
  }
}

.block .bg h2 {
  position: absolute;
  bottom: 80px;
  left: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .block .bg {
    display: none;
  }
}

.block .form {
  padding: 80px 50px 50px 50px;
}

@media only screen and (max-width: 600px) {
  .block .form {
    padding: 40px 10px;
  }
}

.block .form--discount {
  padding: 20px 50px 50px 50px;
}

@media only screen and (max-width: 600px) {
  .block .form--discount {
    padding: 40px 10px;
  }
}

.block .form-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 400px));
  max-width: 400px;
  gap: 36px;
}

.block .form-box--discount {
  margin: 40px 0 0 0;
}

.block .form-box-b {
  position: relative;
}

.block .form label.error {
  position: absolute;
  color: #EB5757;
  bottom: -16px;
  font-size: 11px;
  left: 14px;
  font-weight: bold;
}

.block .form .btn {
  cursor: pointer;
  height: 48px;
  width: 100%;
}

.block .form .btn-back {
  max-width: 322px;
  width: 100%;
  margin: 20px auto 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 14px 6px;
  text-align: center;
}

.block .form-control {
  color: #828282;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  border: 0;
  border-bottom: 1px solid #828282;
  outline: none;
  padding: 14px;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
}

.block .form-control.error {
  border-bottom: 1px solid #EB5757;
}

.block .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-image: url(../images/arrow-select.svg?2d8e74744b35074078bb5ff1b1b27148);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-color: #fff;
  box-sizing: border-box;
}

.block .form h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #EB5757;
  margin: 0;
}

.block .form h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #181E38;
  margin: 50px 0 20px 0;
  text-align: center;
}

.block .form h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  color: #181E38;
}

.block .form small {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #555760;
  text-align: center;
  margin: 0;
  text-align: center;
}

.block .form p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  margin: 0;
  text-align: center;
}

.block .form h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 40px 0;
  color: #181E38;
  text-transform: capitalize;
}

.block .form h2:before {
  content: "";
  width: 6px;
  height: 22px;
  background-color: #2F80ED;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181E38;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container.modal_container--big {
  max-width: 1016px;
  padding: 0;
}

.modal__container.modal_container--medium {
  max-width: 510px;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .modal__container.modal_container--big,
  .modal__container.modal_container--medium {
    max-width: 90%;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__header.modal__header--g {
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .modal__header.modal__header--g {
    right: 10px;
    top: 10px;
  }
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__header .modal__close:before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/close-ico.svg?b5a31473f295cd46d42c28d7ba4ccaca);
  display: block !important;
}

.modal__header .modal__close--dark:before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/close-ico-dark.svg?7a1981e90f736292a81ac99d6f9e07b5);
  display: block !important;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.banner {
  width: 100%;
  height: auto;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner--small {
  height: 250px;
}

@media only screen and (max-width: 600px) {
  .banner {
    height: 150px;
  }
}

.banner--detailing {
  background-image: url(../images/detail-shop.jpg?853c28d87d89df4bc16768bdafbc40b9);
}

.banner--cleaning {
  background-image: url(../images/cleaning-bg.jpg?89c8e26cf2430cda8dab15e8c2f6f370);
}

.banner h2 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .banner h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.details {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

.details_blue {
  background-color: #181E38;
}

.details_silver {
  background-color: #F2F2F2;
}

@media only screen and (max-width: 600px) {
  .details {
    padding: 40px 0;
  }
}

.details-info h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #364692;
}

.details-info h1 span {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 600px) {
  .details-info h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

.details-info .about-img {
  width: auto;
  max-width: 100%;
  margin: 60px auto 0 auto;
  display: block;
}

.details-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #555760;
  text-align: center;
}

.details-benefit {
  margin: 60px 0 0 0;
  border-radius: 8px;
  background-color: #181E38;
  display: flex;
  row-gap: 20px;
}

@media only screen and (max-width: 600px) {
  .details-benefit {
    flex-direction: column;
  }
}

.details-benefit-box {
  box-sizing: border-box;
}

.details-benefit-box_padding {
  padding: 40px;
}

.details-benefit-box img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  max-width: 100% !important;
  height: 100%;
  border-radius: 0 !important;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.details-benefit h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #F2994A;
  margin: 0 0 24px 0;
}

.details-benefit ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #555760;
}

.details-benefit ul.orange {
  color: #fff;
}

.details-benefit ul.orange li::before {
  background-image: url(../images/ul-ico-orange.svg?0d5cc3d31f1e69e76c250be25fd3bd74);
  background-position: center;
  background-repeat: no-repeat;
}

.details-benefit ul li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 12px 0;
}

.details-benefit ul li:before {
  content: "";
  background-image: url(../images/ul-ico.svg?91775f5b81ebd460a2d901967187a4d7);
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.details-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px 20px;
}

@media only screen and (max-width: 800px) {
  .details-block__reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .details-block {
    flex-wrap: wrap;
  }
}

.details-tab {
  margin: 30px 0 0 0;
}

.details-tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.details-tab-title h4 {
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #364692;
  margin: 0;
  padding: 0 8px;
}

.details-tab-title h4.active {
  border-bottom: 3px solid #364692;
}

.details-tab-title h4.orange {
  color: #F2994A;
}

.details-tab-title h4.orange.active {
  border-bottom: 3px solid #F2994A;
}

.details-tab-box {
  display: none;
}

.details-tab-box.active {
  display: block;
}

.details-tab-content {
  margin: 30px 0 0 0;
}

.details-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #555760;
}

.details-tab-content ul.orange {
  color: #fff;
}

.details-tab-content ul.orange li::before {
  background-image: url(../images/ul-ico-orange.svg?0d5cc3d31f1e69e76c250be25fd3bd74);
  background-position: center;
  background-repeat: no-repeat;
}

.details-tab-content ul li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 12px 0;
}

.details-tab-content ul li:before {
  content: "";
  background-image: url(../images/ul-ico.svg?91775f5b81ebd460a2d901967187a4d7);
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.details-box {
  max-width: 60%;
  width: 100%;
  box-sizing: border-box;
}

.details-box_blue {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 600px) {
  .details-box_blue {
    padding: 0;
  }
}

.details-box_padding {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 600px) {
  .details-box_padding {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .details-box {
    max-width: 100%;
  }
}

.details-box h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #364692;
  margin: 20px 0;
}

.details-box h2.orange {
  color: #F2994A;
}

.details-box h2.dark {
  color: #181E38;
}

.details-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #555760;
}

.details-box p.white {
  color: #fff;
}

.details img {
  max-width: 40%;
  width: 100%;
  border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  .details img {
    max-width: 100%;
  }
}

.cuopons {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}

.cuopons-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.cuopons-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.cuopons-btn .btn {
  width: 120px;
  height: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuopons-box {
  position: relative;
  max-width: 350px;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-image: url(../images/cuopons-background.jpg?963490451d9a70b4ee85a2a2112a0893);
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.cuopons-data {
  max-width: 184px;
  width: 100%;
  position: absolute;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.cuopons-data__blue {
  background-color: #364692;
}

.cuopons-data__blue_light {
  background-color: #2F80ED;
}

.cuopons-data__white {
  background-color: #fff;
}

.cuopons-data__red {
  background-color: #EB5757;
}

.cuopons-data-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #fff;
  border-radius: 8px;
}

.cuopons-data-box__white {
  border: 1px dashed #364692;
  color: #364692;
}

.cuopons-data-box__white p {
  color: #364692 !important;
}

.cuopons-data p {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.cuopons-data p.small {
  font-size: 12px;
  line-height: 16px;
}

.cuopons-data p.medium {
  font-size: 14px;
  line-height: 19px;
  margin: 20px 0 0 0;
}

.quote {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 92px 0;
}

@media only screen and (max-width: 600px) {
  .quote {
    padding: 0 0 58px 0;
  }
}

.quote-block {
  padding: 50px 60px 60px 60px;
  background-image: url(../images/quote-bg.png?b2e06d1c56169bf22bb30fa4223e75e8);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  display: grid;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .quote-block {
    padding: 50px 20px 60px 20px;
  }
}

.quote-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #fff;
  grid-row: 1/1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .quote-block h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .quote-block h2 {
    font-size: 36px;
    line-height: 49px;
  }
}

.quote-block p {
  max-width: 792px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin: 0;
  grid-row: 2/3;
}

@media only screen and (max-width: 767px) {
  .quote-block p {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .quote-block p {
    font-size: 18px;
    line-height: 24px;
  }
}

.quote-block a {
  display: inline-block;
  width: 167px;
  height: 48px;
  margin: 0 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  grid-row: 2/3;
}

@media only screen and (max-width: 767px) {
  .quote-block a {
    grid-row: 3/4;
    margin: 0 auto;
  }
}

.employment {
  width: 100%;
  height: auto;
  position: relative;
  padding: 35px 0 160px 0;
}

.employment-block {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .employment-block {
    grid-template-columns: 1fr;
  }
}

.employment-block .steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.employment-block .steps li {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  background-color: #fff;
  color: rgba(24, 30, 56, 0.3);
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 0 6px 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
  .employment-block .steps li {
    display: none;
  }
}

.employment-block .steps li.active {
  background-color: #2F80ED;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .employment-block .steps li.active {
    display: flex;
  }
}

.employment-block .steps li:last-child {
  margin: 0;
}

.employment-block .btn-send {
  cursor: pointer;
  width: 168px;
  height: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 auto;
}

.employment-block .contact-title {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #181E38;
  padding: 0 0 0 12px;
  margin: 0;
}

.employment-block .contact-title:before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 32px;
  background-color: #2F80ED;
}

.employment-block .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #555760;
  margin: 0 0 30px 0;
  padding: 4px 0px 0 14px;
}

.employment-block .contact p.orange {
  color: #F2994A;
  font-size: 24px;
  line-height: 33px;
}

.employment-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin: 50px 0 0 0;
  border: 1px dashed #828282;
  border-radius: 8px;
  cursor: pointer;
}

.employment-add p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  margin: 0 0 0 16px;
}

.employment-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}

@media only screen and (max-width: 600px) {
  .employment-checkbox {
    flex-direction: column;
    align-items: flex-start;
  }
}

.employment-checkbox--m0 {
  margin: 0;
}

.employment-checkbox label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}

.employment-checkbox p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  margin: 0 24px 0 0;
}

.employment-checkbox-box {
  margin: 0 34px 0 0;
}

@media only screen and (max-width: 600px) {
  .employment-checkbox-box {
    margin: 16px 0;
  }
}

.employment-checkbox-box:last-child {
  margin: 0;
}

.employment-content {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px;
}

@media only screen and (max-width: 600px) {
  .employment-content {
    grid-template-columns: 1fr;
  }
}

.employment-content--job {
  grid-template-columns: 2.2fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
  .employment-content--job {
    grid-template-columns: 1fr;
  }
}

.employment-content--address {
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 600px) {
  .employment-content--address {
    grid-template-columns: 1fr;
  }
}

.employment-content--city {
  grid-template-columns: 1fr 1fr 0.5fr;
}

@media only screen and (max-width: 600px) {
  .employment-content--city {
    grid-template-columns: 1fr;
  }
}

.employment-content--one {
  grid-template-columns: 1fr;
}

.employment-content--school {
  grid-template-columns: 2.5fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
  .employment-content--school {
    grid-template-columns: 1fr;
  }
}

.employment-form small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px 0;
  display: block;
  color: #828282;
}

.employment-form .commands {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.employment-form .commands .btn-form {
  cursor: pointer;
  width: 168px;
  height: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .employment-form .commands .btn-form {
    width: 120px;
  }
}

.employment-form h3 {
  display: none;
}

.employment-form .title {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #181E38;
  padding: 0 0 0 12px;
  margin: 0;
}

.employment-form .title:before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 22px;
  background-color: #2F80ED;
}

.employment-form .form-block {
  position: relative;
}

.employment-form .form-block label {
  font-size: 11px;
  color: #EB5757;
  position: absolute;
  bottom: -17px;
  left: 14px;
  font-weight: bold;
}

.employment-form .form-control {
  width: 100%;
  display: block;
  color: #828282;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  border: 0;
  border-bottom: 1px solid #828282;
  outline: none;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 0px;
}

.employment-form .form-control.error {
  border-bottom: 1px solid #EB5757;
}

.employment-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-select.svg?2d8e74744b35074078bb5ff1b1b27148);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-color: #fff;
}

.employment-form textarea {
  resize: none;
  height: 180px;
  font-family: "Open Sans", sans-serif;
}

.services {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: #181E38;
}

.services h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #F2994A;
  text-align: center;
}

.services h2 span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.services-block {
  margin: 40px 0 0 0;
}

.services-box {
  padding: 0 14px;
  box-sizing: border-box;
}

.services-box p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: center;
}

.services-box img {
  width: 100%;
  border-radius: 8px;
}

.available {
  position: relative;
  width: 100%;
  background-color: #181E38;
  padding: 60px 0;
}

.available h2 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #F2994A;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .available h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

.available ul {
  margin: 60px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.available ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  max-width: 300px;
  width: 100%;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 12px 0;
}

.available ul li:before {
  content: "";
  background-image: url(../images/ul-ico-orange.svg?0d5cc3d31f1e69e76c250be25fd3bd74);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.testimonio {
  position: relative;
  width: 100%;
  background-color: #f5f9fe;
  padding: 90px 0 120px 0;
}

.testimonio-block {
  text-align: center;
}

.testimonio-block h1 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  color: #364692;
}

@media only screen and (max-width: 600px) {
  .testimonio-block h1 {
    font-size: 34px;
  }
}

.testimonio-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  color: #181E38;
}

@media only screen and (max-width: 600px) {
  .testimonio-block h3 {
    font-size: 18px;
  }
}

.testimonio-message {
  max-width: 840px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  background-image: url(../images/testimonio-background.png?a52c54669fbe94afa8ab3a75bc7957bd);
  background-size: auto;
  background-position: center 30px;
  background-repeat: no-repeat;
  margin: 45px auto 0 auto;
  padding: 80px 80px 55px 80px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .testimonio-message {
    padding: 80px 20px 55px 20px;
  }
}

.testimonio-message p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #181E38;
}

.testimonio-message h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #364692;
  margin: 50px 0 0 0;
}

.testimonio-message .slick-dots {
  bottom: -30px;
}

.testimonio-message .slick-dots li button {
  background-color: #364692;
}

.testimonio-message .slick-dots li.slick-active button {
  background-color: #364692;
  width: 36px;
  height: 12px;
  border-radius: 9px;
  margin: 0;
}

