@charset "UTF-8";
/* VoxNet Bilisim Teknolojileri */
/* RESET */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 15px;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body.grey-bg {
  background-color: #fffff;
}

::-moz-selection {
  color: #fff;
  background: #4CAF50;
}

::selection {
  color: #fff;
  background: #4CAF50;
}

.container {
  width: 1230px;
  height: auto;
  margin: 0 auto;
}

.hover-up {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hover-up:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.zoom-up {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.zoom-up:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

select {
  background-color: #fff;
}

[data-aos][data-aos].aos-animate {
  -webkit-transform: unset !important;
          transform: unset !important;
}

[data-aos][data-aos].aos-animate {
  -webkit-transform: initial !important;
          transform: initial !important;
}

.call-modal {
  position: fixed;
  top: 335px;
  left: 0;
  width: 35px;
  height: 164px;
  border-radius: 0 5px 5px 0;
  background-color: #4CAF50;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  z-index: 99999;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.call-modal:hover {
  width: 42px;
}

.call-modal svg {
  margin-right: 5px;
}

.call-modal .ico {
  display: block;
}

.call-modal span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-hero {
  width: 100%;
  height: 715px;
  background-image: url(../images/main-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-hero.only-header {
  height: auto;
}

.main-hero.only-header .main-hero__overlay {
  padding-bottom: 20px;
}

.main-hero__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 20px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.header__nav {
  margin-left: auto;
  flex-shrink: 0;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  white-space: nowrap;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap;
  z-index: 9999;
}

.header__nav ul li {
  margin-right: 25px;
  padding-bottom: 15px;
  margin-top: 15px;
  position: relative;
  z-index: 9999;
  white-space: nowrap;
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li:hover > a::before {
  width: 30px;
  opacity: 1;
}

.header__nav ul li:hover .header__nav-dropdown {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}

.header__nav-dropdown {
  position: absolute;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  top: 100%;
  margin-top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 250px;
  border-radius: 3px;
  background-color: #fff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.header__nav-dropdown::after {
  content: url(../images/dropdown-arrow.svg);
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__nav-dropdown a {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #EEEFF1;
  color: #000000;
  position: relative;
  -webkit-transition: .2s all;
  transition: .2s all;
  font-size: 13px;
}

.header__nav-dropdown a:hover {
  padding-left: 15px;
}

.header__nav-dropdown a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4CAF50;
}

.header__nav-dropdown a:first-child {
  padding-top: 0;
}

.header__nav-dropdown a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.header__nav-dropdown a:last-child::before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.header__nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.header__nav-link:hover {
  color: #4CAF50;
}

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

.header__select .select {
  margin-right: 24px;
}

.header__select .select span {
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A2A3A7;
  border-radius: 30px;
  background-color: #132929;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.header .menu-btn {
  background: none;
  border: none;
  margin-left: 0px;
  cursor: pointer;
}

.header .menu-btn:hover svg path {
  fill: #4CAF50;
}

.hero-slider {
  width: 100%;
}

.hero-slider .slick-list {
  width: 100%;
}

.hero-slider__item {
  width: 100%;
  padding: 45px 0 45px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-slider__item .inner {
  max-width: 750px;
  color: #fff;
}

.hero-slider__item .inner b {
  font-size: 35px;
  color: #fff;
  padding-left: 15px;
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.hero-slider__item .inner b::before {
  content: "";
  width: 5px;
  height: 80%;
  border-radius: 5px;
  background-color: #4CAF50;
  position: absolute;
  left: 0;
  top: 10%;
}

.hero-slider__item .inner p {
  font-size: 18px;
  margin-bottom: 25px;
}

.hero-slider__item .inner a {
  width: 285px;
}

.hero-slider__item .image img {
  max-width: 100%;
  height: auto;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav__item {
  width: 221px;
  height: 70px;
  border-radius: 10px;
  background-color: #132929;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s all;
  transition: .2s all;
  cursor: pointer;
  margin-right: 30px;
  margin-top: 40px;
  padding-bottom: 10px;
}

.slider-nav__item:hover {
  background-color: #4CAF50;
}

.slider-nav__item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.slider-nav__item.active {
  background-color: #4CAF50;
}

.slider-nav__item.active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.slider-nav__item img {
  max-width: 100px;
  height: auto;
  margin-top: -35px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.slider-nav__item span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 1235px) {
  .main-hero {
    width: 100%;
    min-height: 715px;
    height: auto;
    background-image: url(../images/main-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main-hero.only-header {
    min-height: 100px !important;
    height: auto;
  }
  .main-hero.only-header .main-hero__overlay {
    min-height: 100px !important;
    height: auto;
  }
  .main-hero__overlay {
    width: 100%;
    min-height: 715px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 40px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    margin-left: auto;
    display: none;
  }
  .header__select {
    display: none;
  }
  .header > a {
    margin-left: auto;
    font-size: 0;
    width: 50px;
  }
  .header > a svg {
    margin: 0;
  }
  .header .menu-btn {
    margin-left: auto;
    background: none;
    border: none;
    margin-left: 24px;
    cursor: pointer;
  }
  .header .menu-btn:hover svg path {
    fill: #4CAF50;
  }
  .hero-slider {
    width: 100%;
  }
  .hero-slider .slick-list {
    width: 100%;
  }
  .hero-slider__item {
    width: 100%;
    padding: 25px 0 15px 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero-slider__item .inner {
    max-width: 100%;
    margin-top: 25px;
  }
  .hero-slider__item .inner b {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .hero-slider__item .inner p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .hero-slider__item .inner a {
    width: 285px;
  }
  .hero-slider__item .image img {
    max-width: 100%;
    height: auto;
  }
  .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-nav__item {
    width: 180px;
    height: 70px;
    border-radius: 5px;
    background-color: #132929;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .2s all;
    transition: .2s all;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .slider-nav__item:hover {
    background-color: #4CAF50;
  }
  .slider-nav__item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .slider-nav__item.active {
    background-color: #4CAF50;
  }
  .slider-nav__item.active img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .slider-nav__item img {
    max-width: 100px;
    height: auto;
    margin-top: -35px;
    -webkit-filter: grayscale(100);
            filter: grayscale(100);
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .slider-nav__item span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
}

.newsletter {
  max-width: 1230px;
  width: 100%;
  height: 92px;
  border-radius: 10px;
  background-color: #4CAF50;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999 !important;
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/newsletter-bg.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.newsletter__icon {
  margin-right: 16px;
}

.newsletter__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  border: none !important;
}

.newsletter__input input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 13px;
  color: #000000;
}

.newsletter__input input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.newsletter__input input:-ms-input-placeholder {
  color: #AAAAAA;
}

.newsletter__input input::-ms-input-placeholder {
  color: #AAAAAA;
}

.newsletter__input input::placeholder {
  color: #AAAAAA;
}

.newsletter__check {
  margin-left: 16px;
  margin-right: 16px;
}

.newsletter__check .check-container p a {
  color: #fff;
  font-weight: 700;
}

.newsletter__check .check-container p a:hover {
  text-decoration: underline;
}

.newsletter__check .check-container .checkmark {
  border-radius: 50%;
  margin-top: -5px;
}

.newsletter__btn button {
  width: 234px;
  height: 40px;
  background-color: #000000;
  border-radius: 5px;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.footer {
  width: 100%;
  min-height: 350px;
  height: auto;
  background-image: url(../images/footerbg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer .container {
  min-height: 350px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.footer__overlay {
  width: 100%;
  min-height: 350px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.footer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}

.footer__col::before {
  content: "";
  width: 0px;
  height: 168px;
  background-color: #462222;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__col:first-child {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.9;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__col:first-child::before {
  display: none;
}

.footer__col .btn {
  width: 250px;
  background-color: #4CAF50;
}

.footer__col .btn img {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}

.footer__col > p {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 0;
}

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

.footer__social a {
  width: 30px;
  height: 30px;
  border-radius: 20%;
  background-color: #fff;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #371717;
  font-size: 17px;
}

.footer__social a:hover {
  background-color: #4CAF50;
  color: #fff;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__links .title {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.footer__links .title::before {
  content: "";
  width: 56px;
  height: 2px;
  border-radius: 2px;
  background-color: #4CAF50;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.footer__links a {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 10px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.footer__links a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.footer__links a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #4CAF50;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #000000;
  font-size: 13px;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1235px) {
  .footer {
    width: 100%;
    min-height: 350px;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .footer .container {
    min-height: 350px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 160px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .footer__overlay {
    width: 100%;
    min-height: 350px;
    height: auto;
    background-image: rgba(0, 0, 0, 0.85);
    background-image: rgba(0, 0, 0, 0.85);
  }
  .footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    position: relative;
    min-width: 50%;
    width: 50%;
    margin-bottom: 20px;
  }
  .footer__col::before {
    display: none;
    content: "";
    width: 1px;
    height: 168px;
    background-color: #462222;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__col:first-child {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.9;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 100%;
    width: 100%;
  }
  .footer__col:first-child::before {
    display: none;
  }
  .footer__col .btn {
    width: 240px;
    background-color: #4CAF50;
  }
  .footer__col .btn img {
    -webkit-filter: invert(1) brightness(100);
            filter: invert(1) brightness(100);
  }
  .footer__col > p {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 0;
  }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-top: 13px;
  }
  .footer__social a {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    background-color: #fff;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #371717;
    font-size: 17px;
  }
  .footer__social a:hover {
    background-color: #4CAF50;
    color: #fff;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__links .title {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
  }
  .footer__links .title::before {
    content: "";
    width: 56px;
    height: 2px;
    border-radius: 2px;
    background-color: #4CAF50;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .footer__links a {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 10px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .footer__links a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .footer__links a::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #4CAF50;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  /*
  .footer {
    width: 100%;
    min-height: 350px;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    .container {
      min-height: 350px;
      height: auto;
      display: flex;
      padding-top: 150px;
      flex-wrap: wrap;
      padding-bottom: 20px;
    }
    &__overlay {
      width: 100%;
      min-height: 350px;
      height: auto;
      background-image: linear-gradient(to bottom right, #371717,#371717f8, rgba(#371717, 0.88));
    }
    &__col {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      color: #fff;
      position: relative;
      min-width: 50%;
      width: 50%;
      margin-bottom: 20px;
      &::before {
        display: none;
        content: "";
        width: 1px;
        height: 168px;
        background-color: #462222;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
      }
      &:first-child {
        flex: 1.3;
        align-items: flex-start;
        min-width: 100%;
        width: 100%;
        &::before {
          display: none;
        }
      }
      .btn {
        width: 210px;
        background-color: #4CAF50;
        img {
          filter: invert(1) brightness(100);
        }
      }
      & > p {
        font-size: 13px;
        font-weight: 600;
        padding: 15px 0;
      }
    }
    &__social {
      display: flex;
      align-items: center;
      a {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: $secondary;
        font-size: 12px;
        &:hover {
          background-color: $primary;
          color: #fff;
        }
      }
    }
    &__links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      .title {
        font-size: 13px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
        &::before {
          content: "";
          width: 56px;
          height: 2px;
          border-radius: 2px;
          background-color: $primary;
          position: absolute;
          bottom: -5px;
          left: 0;
          transition: .2s all;
        }
      }
      a {
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
        position: relative;
        margin-left: 10px;
        transition: .2s all;
        &:hover {
          transform: translateX(5px);
        }
        &::before {
          content: "";
          width: 3px;
          height: 3px;
          border-radius: 3px;
          background-color: $primary;
          position: absolute;
          top: 50%;
          left: -10px;
          transition: .2s all;
        }
      }
    }
  }

  
*/
  .newsletter {
    max-width: 95%;
    width: 100%;
    min-height: 92px;
    height: auto;
    border-radius: 10px;
    background-color: #4CAF50;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999 !important;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: bottom right;
  }
  .newsletter__icon {
    margin-right: 16px;
  }
  .newsletter__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: calc(100% - 70px);
    margin-right: 0;
  }
  .newsletter__input input {
    width: 100%;
    min-width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 13px;
    color: #000000;
  }
  .newsletter__input input::-webkit-input-placeholder {
    color: #AAAAAA;
  }
  .newsletter__input input:-ms-input-placeholder {
    color: #AAAAAA;
  }
  .newsletter__input input::-ms-input-placeholder {
    color: #AAAAAA;
  }
  .newsletter__input input::placeholder {
    color: #AAAAAA;
  }
  .newsletter__check {
    margin-left: 0px;
    border-left: 0;
    margin-top: 15px;
  }
  .newsletter__btn {
    margin-top: 15px;
    width: 100%;
  }
  .newsletter__btn button {
    width: 100%;
  }
}

.btn {
  width: 180px;
  height: 45px;
  border-radius: 5px;
  background-color: #4CAF50;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: none;
  cursor: pointer;
}

.btn img {
  margin-right: 0px;
}

.btn svg {
  margin-right: 6px;
}

.btn--full-page {
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  margin: 20px 0;
}

.btn--hover-border:hover {
  background-color: transparent;
  border: 1px solid #4CAF50;
  color: #4CAF50;
}

.btn--hover-border:hover svg {
  fill: #4CAF50;
}

.btn--hover-border:hover svg path {
  fill: #4CAF50;
  stroke: #4CAF50;
}

.mb-30 {
  margin-bottom: 30px;
}

.page-banner {
  width: 100%;
  height: 230px;
  background-image: url(../images/page-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-banner--xl {
  height: 250px;
}

.page-banner--xl .page-banner__overlay {
  height: 250px;
  padding-bottom: 50px;
}

.page-banner__overlay {
  width: 100%;
  height: 230px;
  background-color: rgba(238, 239, 241, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.page-banner__title h1 {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}

.page-banner__line {
  width: 166px;
  height: 4px;
  background-color: #4CAF50;
  border-radius: 4px;
  margin: 5px 0;
}

.page-banner__desc {
  color: #132929;
}

.blog {
  width: 100%;
  margin: 30px 0;
}

.blog__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__item {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 30px;
}

.blog__item:nth-child(3n) {
  margin-right: 0;
}

.blog__item:hover .blog__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__item-img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blog__item-details {
  margin-top: -72px;
  z-index: 2;
}

.blog__item-title {
  width: 312px;
  height: 72px;
  border-radius: 5px 5px 0 0;
  background-color: #4CAF50;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.blog__item-link {
  width: 312px;
  height: 40px;
  background-color: #132929;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.blog__item-link:hover span {
  margin-left: 15px;
}

.blog__item-link span {
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-top: 3px;
  margin-left: 10px;
}

.solutions {
  width: 100%;
  height: 290px;
  background-image: url(../images/solutions-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions__overlay {
  width: 100%;
  height: 290px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 248, 0.84)), to(#F6F7F8));
  background-image: linear-gradient(to right, rgba(246, 247, 248, 0.84), #F6F7F8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 30px;
}

.solutions__title {
  font-size: 40px;
  color: #000000;
}

.solutions__title b {
  color: #4CAF50;
}

.solutions__desc {
  color: #132929;
}

.solutions__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.solutions__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 25px;
}

.solutions__contacts-item a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.check-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 2px;
}

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #4CAF50;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-detail {
  margin: 30px 0;
}

.blog-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-detail__side {
  width: 285px;
  margin-right: 30px;
}

.blog-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-detail__img {
  width: 285px;
  height: 285px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-detail__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-detail__img img {
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: none;
}

.blog-detail__btn a {
  width: 100%;
  height: 50px;
}

.blog-detail__title {
  position: relative;
  margin-bottom: 30px;
}

.blog-detail__title::before {
  content: "";
  width: 115px;
  height: 2px;
  border-radius: 2px;
  background-color: #4CAF50;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.blog-detail__title h1 {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}

.blog-detail__text {
  color: #000000;
}

.blog-detail__text p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

.blog-detail__text h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}

.pages {
  margin: 30px 0;
}

.pages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pages__side {
  width: 285px;
  margin-right: 30px;
}

.pages__menu {
  width: 100%;
}

.pages__menu-title {
  width: 100%;
  height: 50px;
  background-color: #4CAF50;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
}

.pages__menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 20px;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  background-color: #F6F7F8;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.pages__menu-link:hover {
  padding-left: 27px;
}

.pages__menu-link:nth-child(odd) {
  background-color: rgba(255, 174, 0, 0.2);
}

.pages__menu-link:last-child {
  border-radius: 0 0 5px 5px;
}

.pages__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #EEEFF1;
  padding: 25px;
  border-radius: 5px;
}

.pages__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEFF1;
}

.pages__title h1 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.pages__text {
  color: #000000;
}

.pages__text p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

.pages__text h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}

.page-content {
  margin-top: -50px;
  margin-bottom: 30px;
}

.page-content--main {
  margin-top: -75px;
  z-index: 99;
}

.form {
  width: 100%;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(162, 163, 167, 0.41);
          box-shadow: 0px 0px 6px rgba(162, 163, 167, 0.41);
  z-index: 99;
}

.form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EEEFF1;
}

.form__head-icon {
  margin-right: 10px;
}

.form__head-text .text-box {
  height: 50px;
  width: 300px;
  background-color: #4CAF50;
  border-radius: 0 45px 45px 0;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.form__head-text span {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.form__head-text span b {
  color: #4CAF50;
}

.form__head-text p {
  color: #132929;
  font-size: 13px;
}

.form__head-btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__head-btns--main a:first-child {
  background-color: #4CAF50 !important;
}

.form__head-btns--main a:last-child {
  background-color: #132929;
}

.form__head-btns a {
  margin-left: 20px;
  width: 160px;
  height: 40px;
}

.form__head-btns a:first-child {
  background-color: #000000;
}

.form__content .file-upload {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #F6F7F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 14px;
  color: #132929;
}

.form__content .btn {
  margin-top: 16px;
  width: 100%;
  height: 57px;
  font-size: 17px;
  font-weight: 700;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Dosyaları Seç';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEEFF1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 38px;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 600;
  color: #132929;
  font-size: 14px;
  margin-left: 20px;
}

.flex-wrap {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap .input-wrap:nth-child(2) {
  margin-left: 16px;
}

.flex-wrap .input-wrap:nth-child(3) {
  margin-left: 16px;
}

.flex-wrap .input-wrap:nth-child(4) {
  margin-left: 16px;
}

.flex-wrap .select-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-wrap .select-wrapper:nth-child(2) {
  margin-left: 16px;
}

.flex-wrap .select-wrapper:nth-child(3) {
  margin-left: 16px;
}

.flex-wrap .select-wrapper:nth-child(4) {
  margin-left: 16px;
}

.input-wrap {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  border-radius: 0px;
  border-bottom: 1.5px solid #A2A3A7;
  margin-bottom: 16px;
}

.input-wrap--textarea {
  border: none;
  height: 130px !important;
}

.input-wrap--legend {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
}

.input-wrap--legend .legend {
  position: absolute;
  top: -30px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.input-wrap--focused {
  border-bottom: 1px solid #4CAF50;
}

.input-wrap span {
  width: 40px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 3px 3px 0;
  border: none;
  font-size: 14px;
  color: #A2A3A7;
}

.input-wrap select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #A2A3A7;
  margin-right: 10px;
}

textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #A2A3A7;
  margin-bottom: 16px;
  height: 130px;
  resize: none;
  border-radius: 0px;
  font-size: 14px;
  padding: 15px;
  color: #A2A3A7;
}

textarea:focus {
  border: 1px solid #4CAF50;
}

.box-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.box-wrap--secondary .box-wrap__head {
  background-color: #EEEFF1;
}

.box-wrap--secondary .box-wrap__head span {
  color: #000000 !important;
}

.box-wrap--secondary .box-wrap__head svg path {
  fill: #000000;
}

.box-wrap__head {
  width: 100%;
  height: 58px;
  background-color: #4CAF50;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0 0;
}

.box-wrap__head svg {
  margin-right: 10px;
}

.box-wrap__head img {
  margin-right: 10px;
}

.box-wrap__head span {
  font-size: 15px;
  color: #fff;
}

.box-wrap__head span b {
  font-weight: 700;
}

.box-wrap__content {
  padding: 20px 20px 0 20px;
  border: 1px solid #EEEFF1;
  border-radius: 0 0 5px 5px;
  height: auto;
}

.box-wrap__content > p {
  font-size: 13px;
  color: #000000;
  padding-bottom: 20px;
}

.datatable {
  width: 100%;
  margin: 30px 0;
}

.datatable__title {
  width: 100%;
  height: 58px;
  background-color: #EEEFF1;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #000000;
}

.datatable__title img {
  margin-right: 10px;
}

.datatable__title svg {
  margin-right: 10px;
}

.datatable__head {
  width: 100%;
  height: 40px;
  background-color: #A2A3A7;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datatable__head span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.datatable__head span:last-child {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: end;
}

.datatable__head span:nth-child(3) {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}

.datatable__body {
  padding: 20px;
  border: 1px solid #EEEFF1;
  border-radius: 0 0 5px 5px;
}

.datatable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #EEEFF1;
}

.datatable__row span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.datatable__row span:last-child {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: end;
}

.datatable__row span:nth-child(3) {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}

.datatable__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.datatable__row:first-child {
  padding-top: 0;
}

.features {
  width: 100%;
  padding: 30px 0;
  background-color: #F6F7F8;
}

.features__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.features__title small {
  font-size: 18px;
  color: #4CAF50;
  font-weight: 600;
}

.features__title span {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}

.features__title .line {
  width: 68px;
  height: 4px;
  border-radius: 4px;
  background-color: #4CAF50;
  margin-top: 8px;
}

.features__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features__item {
  width: 390px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-right: 30px;
  -webkit-transition: .1s all;
  transition: .1s all;
  border-bottom: 3px solid #fff;
}

.features__item:hover {
  border-bottom: 3px solid #4CAF50;
}

.features__item:nth-child(3n) {
  margin-right: 0;
}

.features__item-title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
}

.features__item-text {
  font-size: 12px;
  color: #132929;
  font-weight: 400;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contacts__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  border: 1px solid #EEEFF1;
  margin-right: 30px;
  background-image: url(../images/contact1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts__item:nth-child(2) {
  background-image: url(../images/contact2.png);
}

.contacts__item:last-child {
  background-image: url(../images/contact3.png);
  margin-right: 0;
}

.contacts__overlay {
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), color-stop(#fffffff6), to(rgba(255, 255, 255, 0.61)));
  background-image: linear-gradient(to bottom right, #FFFFFF, #fffffff6, rgba(255, 255, 255, 0.61));
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__text {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
}

.contacts__text b {
  margin-bottom: 5px;
}

.row-line {
  width: 100px;
  height: 2px;
  border-radius: 2px;
  background-color: #4CAF50;
  margin: 6px 0;
}

.contact-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contact-wrap:last-child {
  margin-bottom: 0px;
}

.contact-wrap__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  min-height: 420px;
  height: auto;
  max-width: 600px;
  border: 1px solid #EEEFF1;
}

.contact-wrap__box .form {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

.contact-wrap__box .form .btn {
  height: 45px;
}

.contact-wrap__box--banner {
  overflow: hidden;
  background-image: url(../images/contact-banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.contact-wrap__box--banner img {
  margin-bottom: 23px;
}

.contact-wrap__box--banner b {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 7px;
}

.contact-wrap__box--banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 85%;
}

.contact-wrap__box:first-child {
  margin-right: 30px;
}

.address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.address-row:last-child {
  margin-bottom: 0;
}

.address-row__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.address-row__text {
  padding-left: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.steps {
  width: 100%;
  margin: 40px 0;
}

.steps__track {
  width: 100%;
  height: 25px;
  border-radius: 25px;
  background-color: #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.steps__bar {
  position: absolute;
  left: 0;
  width: 0%;
  height: 25px;
  border-radius: 25px;
  background-color: #4CAF50;
}

.steps__item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  z-index: 9;
}

.steps__item--active {
  background-color: #4CAF50;
  color: #fff;
}

.steps__text {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.steps__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #000000;
}

.steps__text-item span {
  font-size: 15px;
  margin-bottom: 5px;
}

.steps__text-item p {
  font-size: 12px;
}

.cars {
  width: 100%;
}

.cars__filter {
  width: 100%;
  min-height: 65px;
  border-radius: 5px;
  background-color: #4CAF50;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-bottom: 40px;
}

.cars__filter-title {
  font-size: 15px;
}

.cars__filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
}

.cars__filter-options input {
  width: 133px;
  height: 36px;
  border-radius: 2px;
  background-color: #fff;
  border: none;
  text-indent: 10px;
  color: #A2A3A7;
  font-size: 12px;
}

.cars__filter-options input::-webkit-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options input:-ms-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options input::-ms-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options input::placeholder {
  color: #A2A3A7;
}

.cars__filter-options select {
  width: 133px;
  height: 36px;
  border-radius: 2px;
  background-color: #fff;
  border: none;
  margin-left: 28px;
  text-indent: 10px;
  color: #A2A3A7;
  font-size: 12px;
}

.cars__filter-options select::-webkit-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options select:-ms-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options select::-ms-input-placeholder {
  color: #A2A3A7;
}

.cars__filter-options select::placeholder {
  color: #A2A3A7;
}

.cars__filter-options select option {
  zoom: 1.3 !important;
}

.car {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  margin-bottom: 30px;
}

.car:hover .car__name {
  color: #fff;
}

.car:hover .car__image-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#01010100));
  background-image: linear-gradient(to bottom, #000000, #01010100);
}

.car:hover .car__prices {
  opacity: 1;
  height: auto;
  margin-top: 10px;
}

.car:hover .car__preview {
  margin-bottom: -54px;
  margin-top: 0px;
}

.car__image {
  width: 285px;
  height: 200px;
  border-radius: 8px;
  background-image: url(../images/car-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.car__image-overlay {
  width: 285px;
  height: 200px;
  border-radius: 5px;
  background-image: url(../images/pattern-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.car__name {
  font-size: 28px;
}

.car__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  height: 1px;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.car__prices::before {
  content: "";
  width: 94px;
  height: 1px;
  border-radius: 50%;
  background-color: #4CAF50;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.car__prices span {
  margin: 2px 0;
  position: relative;
  color: #fff;
}

.car__prices span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4CAF50;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.car__preview {
  margin-bottom: 0px;
  margin-top: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.car__preview img {
  max-width: 230px;
}

.car__details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 40px;
  border: 1px solid #EEEFF1;
  border-radius: 5px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__details-item {
  width: 100px;
  height: 136px;
  border-radius: 5px;
  border: 1px solid #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.car__details-item img {
  margin-bottom: 10px;
}

.car__details-item span, .car__details-item b {
  font-size: 15px;
  color: #000000;
  line-height: 1;
  margin-bottom: 2px;
}

.car__details .reserve-btn {
  width: 136px;
  height: 136px;
  border-radius: 5px;
  background-color: #4CAF50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}

.car__details .reserve-btn:hover {
  opacity: 0.9;
}

.car__details .reserve-btn img {
  margin-bottom: 10px;
}

.car__details .reserve-btn span, .car__details .reserve-btn b {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 2px;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.pagination a {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  font-size: 15px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
  background-color: #F6F7F8;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.pagination a:hover {
  background-color: #4CAF50;
  color: #fff;
}

.pagination a.active {
  background-color: #4CAF50;
  color: #fff;
}

.faq {
  padding: 30px 0;
  background-color: #F6F7F8;
}

.faq__heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.faq__heading small {
  font-size: 18px;
  color: #4CAF50;
  font-weight: 600;
}

.faq__heading span {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}

.faq__heading .line {
  width: 68px;
  height: 4px;
  border-radius: 4px;
  background-color: #4CAF50;
  margin-top: 8px;
}

.faq__item {
  margin-bottom: 30px;
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  cursor: pointer;
  -webkit-transform: .2s all;
          transform: .2s all;
}

.faq__head.active span {
  background-color: #4CAF50;
  color: #fff;
}

.faq__head.active .faq__title {
  background-color: #4CAF50;
  color: #fff;
}

.faq__head:hover span {
  background-color: #4CAF50;
  color: #fff;
}

.faq__head:hover .faq__title {
  background-color: #4CAF50;
  color: #fff;
}

.faq__head span {
  width: 75px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  -webkit-transform: .2s all;
          transform: .2s all;
  margin-right: 30px;
}

.faq__head span .fa-minus {
  display: none;
}

.faq__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  -webkit-transform: .2s all;
          transform: .2s all;
}

.faq__content {
  padding-top: 30px;
  font-size: 15px;
  color: #000000;
  display: none;
}

.col-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-wrapper .container .col {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-wrapper .container .col--full {
  max-width: 100%;
  margin-right: 0 !important;
}

.col-wrapper .container .col--full .flex-wrap:first-child {
  margin-right: 24px;
}

.col-wrapper .container .col--full .flex-wrap .input-wrap {
  margin-bottom: 19px !important;
}

.col-wrapper .container .col:first-child {
  margin-right: 30px;
}

.col-wrapper .container .col .box-wrap__content--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 343px;
  border: 1px solid #EEEFF1;
  border-radius: 0 0 5px 5px;
}

.col-wrapper .container .col .box-wrap__content--col .v-line {
  width: 1px;
  height: 190px;
  margin: auto 20px;
  background-color: #EEEFF1;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap > span {
  margin-bottom: 10px;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap .input-wrap {
  margin-left: 0px !important;
  max-height: 45px;
  margin-bottom: 49px;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap .input-wrap:last-child {
  margin-bottom: 0;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap .select-wrapper {
  margin-left: 0px !important;
  max-height: 45px;
  margin-bottom: 49px;
}

.col-wrapper .container .col .box-wrap__content--col .flex-wrap .select-wrapper:last-child {
  margin-bottom: 0;
}

.addition {
  width: 100%;
  border: 1px solid #EEEFF1;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  min-height: 45px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 11px;
}

.addition:last-child {
  margin-bottom: 0;
}

.addition:hover {
  border: 1px solid #4CAF50;
}

.addition input {
  width: auto;
  max-width: 27px;
  text-align: end;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}

.addition input:focus {
  border: none;
}

.addition button {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  background-color: #4CAF50;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border: none;
  margin: 0 4px;
  cursor: pointer;
}

.addition button:first-child {
  margin-right: -3px;
}

.addition__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.addition__type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.addition__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.addition__check {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.addition__check .check-container2 {
  border-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: 600;
}

.addition__check .check-container2 span {
  margin-top: -12px;
}

.reserve-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.reserve-pricing__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 147px;
  border-radius: 3px;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #4CAF50;
  color: #fff;
}

.reserve-pricing__item svg {
  margin-bottom: 6px;
}

.reserve-pricing__item b {
  font-size: 25px;
}

.reserve-pricing__item span {
  font-size: 14px;
}

.reserve-pricing__item:first-child {
  background-color: rgba(255, 174, 0, 0.5);
}

.reserve-pricing__item:nth-child(2) {
  background-color: rgba(255, 174, 0, 0.75);
}

.reserve-pricing__item:last-child {
  margin-right: 0;
}

.payment-types {
  margin-bottom: 30px;
}

.payment-types .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #EEEFF1;
  border-bottom: 1px solid #EEEFF1;
}

.payment-types__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 58px;
  padding: 0 20px;
  background-color: #EEEFF1;
  border-radius: 5px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.payment-types__item:hover {
  background-color: #4CAF50;
  color: #fff;
}

.payment-types__item:hover svg path {
  fill: #fff;
}

.payment-types__item.active {
  background-color: #4CAF50;
  color: #fff;
}

.payment-types__item.active svg path {
  fill: #fff;
}

.payment-types__item svg {
  margin-right: 10px;
}

.payment-types__item:last-child {
  margin-right: 0;
}

.banks {
  margin-bottom: 30px;
  display: none;
}

.banks.show-tab {
  display: block;
}

.banks__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.banks .bank {
  max-width: 600px;
  width: 100%;
}

.banks .bank:first-child {
  margin-right: 30px;
}

.banks .bank__head {
  width: 100%;
  height: 80px;
  background-color: #EEEFF1;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.banks .bank__head .payment-btn {
  width: 127px;
  height: 41px;
  border-radius: 2px;
  color: #fff;
  background-color: #4CAF50;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banks .bank__content {
  padding: 20px;
  border: 1px solid #EEEFF1;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banks .bank__item {
  max-width: 253px;
  width: 100%;
  margin-bottom: 20px;
}

.banks .bank__item:last-child {
  margin-bottom: 0;
  max-width: 100%;
}

.banks .bank__item b {
  font-size: 12px;
  font-weight: 700;
  color: #4CAF50;
}

.banks .bank__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #EEEFF1;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}

.banks .bank__item span button {
  background: none;
  border: none;
  cursor: pointer;
}

.policy {
  margin-bottom: 30px;
}

.policy__head {
  width: 100%;
  height: 58px;
  background-color: #EEEFF1;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.policy__head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy__head-btns a {
  width: 34px;
  height: 34px;
  background-color: #4CAF50;
  border-radius: 2px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.policy__content {
  padding: 20px;
  border: 1px solid #EEEFF1;
  border-radius: 0 0 5px 5px;
}

.policy__content .scroll {
  max-height: 100px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.policy__content .scroll::-webkit-scrollbar {
  width: 10px;
}

.policy__content .scroll::-webkit-scrollbar-track {
  background: #A2A3A7;
  border-radius: 10px;
}

.policy__content .scroll::-webkit-scrollbar-thumb {
  background: #4CAF50;
  border-radius: 10px;
}

.policy__content .scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 174, 0, 0.75);
}

.check-container2 {
  border-top: 1px solid #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  padding-top: 13px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: 600;
}

.check-container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EEEFF1;
  border-radius: 2px;
}

.check-container2:hover input ~ .checkmark {
  background-color: #4CAF50;
}

.check-container2 input:checked ~ .checkmark {
  background-color: #4CAF50;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container2 input:checked ~ .checkmark:after {
  display: block;
}

.check-container2 .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sanal-pos {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background-color: #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 46px;
  color: #000000;
  margin-bottom: 30px;
}

.models {
  width: 100%;
}

.models .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.models .model {
  width: 285px;
  height: 314px;
  border-radius: 5px;
  background-image: url(../images/car-bg.png);
  background-size: 285px 314px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.models .model:nth-child(4n) {
  margin-right: 0;
}

.models .model-overlay {
  width: 285px;
  height: 314px;
  border-radius: 5px;
  background-image: url(../images/pattern-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.models .model-overlay > a {
  margin-bottom: -30px;
  margin-top: 20px;
}

.models .model__name {
  font-size: 25px;
  text-align: center;
  line-height: 1;
}

.models .model__name b {
  color: #4CAF50;
  line-height: 1;
}

.models .model__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  height: 1px;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.models .model__prices::before {
  content: "";
  width: 94px;
  height: 1px;
  border-radius: 50%;
  background-color: #4CAF50;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.models .model__prices span {
  margin: 2px 0;
  position: relative;
  color: #fff;
}

.models .model__prices span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4CAF50;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.models .model__preview {
  margin-bottom: -20px;
  margin-top: 40px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.models .model__preview img {
  max-width: 230px;
}

.models .model:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.models .model:hover .model__name {
  color: #fff !important;
}

.models .model:hover .model__name b {
  color: #fff !important;
}

.models .model:hover .model__preview {
  -webkit-transform: translateY(20px) scale(1.2);
          transform: translateY(20px) scale(1.2);
}

.models .model:hover .model-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#01010100));
  background-image: linear-gradient(to bottom, #000000, #01010100);
}

.section-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.section-title small {
  font-size: 18px;
  color: #4CAF50;
  font-weight: 600;
}

.section-title span {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}

.section-title .line {
  width: 68px;
  height: 4px;
  border-radius: 4px;
  background-color: #4CAF50;
  margin-top: 8px;
}

.main-features {
  width: 100%;
  padding: 60px 0;
  margin: 50px 0;
  background-color: #F6F7F8;
}

.main-features .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-features .container .left {
  max-width: 615px;
  width: 100%;
}

.main-features .container .left .item-caro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-features .container .left .item {
  display: block;
}

.main-features .container .left .item b {
  font-size: 35px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.main-features .container .left .item p {
  font-size: 15px;
  color: #000000;
}

.main-features .container .left .nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.main-features .container .left .nav-btns button {
  background: none;
  border: none;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.main-features .container .left .nav-btns button:first-child:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.main-features .container .left .nav-btns button:last-child:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.main-features .container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-features .container .right .btns span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  cursor: pointer;
}

.main-features .container .right .btns span:hover {
  background-color: #4CAF50;
}

.main-features .container .right .btns span.active {
  background-color: #4CAF50;
}

.main-features .container .right .btns span:first-child {
  top: 5%;
  left: 55px;
}

.main-features .container .right .btns span:nth-child(2) {
  top: 25%;
  left: -5px;
}

.main-features .container .right .btns span:nth-child(3) {
  top: 55%;
  left: -10px;
}

.main-features .container .right .btns span:nth-child(4) {
  top: 80%;
  left: 40px;
}

.main-features .container .right > img {
  margin-left: 40px;
  max-width: 90%;
  height: auto;
  display: none;
}

.main-features .container .right > img.show {
  display: block;
}

.main-blog .section-title {
  margin-bottom: 15px;
}

.main-blog .blog-navs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.main-blog .blog-navs button {
  font-size: 24px;
  background: none;
  border: none;
  margin: 0 10px;
  color: #A2A3A7;
  cursor: pointer;
}

.main-blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-blog .container .blog__item {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 30px;
}

.main-blog .container .blog__item:hover .blog__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main-blog .container .blog__item-img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.main-blog .container .blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-blog .container .blog__item-details {
  margin-top: -72px;
  z-index: 2;
}

.main-blog .container .blog__item-title {
  width: 312px;
  height: 72px;
  border-radius: 5px 5px 0 0;
  background-color: #4CAF50;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.main-blog .container .blog__item-link {
  width: 312px;
  height: 40px;
  background-color: #132929;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.main-blog .container .blog__item-link:hover span {
  margin-left: 15px;
}

.main-blog .container .blog__item-link span {
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-top: 3px;
  margin-left: 10px;
}

.offer {
  width: 100%;
  height: 250px;
  background: #4CAF50;
  margin: 50px 0 50px 0;
  background-image: url(../images/offer-bg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.offer .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer__image {
  max-width: 585px;
}

.offer__image img {
  max-width: 100%;
  height: auto;
}

.offer__content {
  margin-left: 35px;
  max-width: 600px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

.offer__content b {
  font-size: 30px;
}

.offer__content .line {
  width: 127px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.offer__content span {
  font-size: 14px;
}

.offer__content .btn {
  background-color: #fff;
  color: #000000;
  width: 100%;
}

.offer__content .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}

.offer__content a {
  font-size: 14px;
  color: #132929;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.offer__content a:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.offer__content a:hover svg path {
  fill: #fff;
}

.offer__content a:first-child {
  margin-right: 30px;
}

.menu-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  pointer-events: none;
}

.menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  width: 90%;
  height: 80vh;
  background-color: #fff;
  position: fixed;
  top: 100px;
  left: 5%;
  border-radius: 20px;
  z-index: 9999;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.mobile-menu .head {
  min-width: 100% !important;
  padding: 15px 10px;
  border-bottom: 1px solid #EEEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu .head img {
  max-width: 140px;
}

.mobile-menu .head button {
  font-size: 24px;
  background: none;
  border: none;
  color: #4CAF50;
}

.mobile-menu > ul li {
  width: 100%;
  border-bottom: 1px solid #EEEFF1;
}

.mobile-menu > ul li > a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  color: #090E24;
  font-weight: 500;
  cursor: pointer;
}

.mobile-menu > ul li .mobile-dropdown {
  display: none;
}

.mobile-menu > ul li .mobile-dropdown a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  color: #B7B7B7;
  font-weight: 400;
  border-bottom: 1px solid #EEEFF1;
}

.mobile-menu > ul li .mobile-dropdown a:hover {
  color: #4CAF50;
}

.mobile-menu > ul li .mobile-dropdown a:hover svg path {
  fill: #4CAF50;
}

.mobile-menu > ul li .mobile-dropdown a svg {
  margin-right: 10px;
}

.mobile-menu > ul li.active > a {
  color: #4CAF50;
}

.mobile-menu > ul li.active > a svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

.mobile-menu .header-buttons a {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

.mobile-menu .header-buttons a svg {
  margin-right: 5px;
}

.mobile-menu .header-buttons a.panel {
  background-color: #4CAF50;
}

.mobile-menu.show {
  opacity: 1;
  pointer-events: all;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  pointer-events: none;
}

.modal-bg.show {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  max-width: 600px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 15px;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  z-index: 1000000002;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.modal-box.show {
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.modal-box .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-box .heading {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.modal-box .heading b {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.modal-box .heading span {
  font-size: 14px;
  color: #000000;
}

.modal-box .content p {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.desktop-hide {
  display: none !important;
}

.why-we {
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  background-color: #E8EDF3;
}

.why-we .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-we .container .why-we-img {
  min-width: 396px;
  min-height: 396px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.why-we .container .why-we-img img {
  width: 100%;
}

.why-we .container .why-we-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#213A5B00), to(#213A5B));
  background-image: linear-gradient(to bottom, #213A5B00, #000000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 40px;
}

.why-we .container .why-we-img .overlay img {
  max-width: 40px;
}

.why-we .container .why-we-img .overlay strong {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
}

.why-we .container .why-we-img .overlay strong i {
  font-size: 40px;
  line-height: 1;
}

.why-we .container .left-qa {
  margin-right: 50px;
}

.why-we .container .left-qa .qa-box {
  text-align: end;
  margin-bottom: 35px;
  position: relative;
}

.why-we .container .left-qa .qa-box img {
  position: absolute;
  top: 10px;
  margin-left: 15px;
}

.why-we .container .left-qa .qa-box h2 {
  font-size: 23px;
  color: #000000;
  font-weight: 500;
}

.why-we .container .left-qa .qa-box p {
  font-size: 15px;
}

.why-we .container .right-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 50px;
}

.why-we .container .right-qa .qa-box {
  text-align: start;
  margin-bottom: 35px;
  position: relative;
}

.why-we .container .right-qa .qa-box img {
  position: absolute;
  top: 10px;
  left: -50%;
  z-index: 0;
}

.why-we .container .right-qa .qa-box h2 {
  font-size: 23px;
  color: #000000;
  font-weight: 500;
}

.why-we .container .right-qa .qa-box p {
  font-size: 15px;
}

/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
/* ************************************ RESPONSIVE ************************************ */
@media only screen and (max-width: 1235px) {
  .modal-box {
    max-width: 95%;
  }
  .desktop-hide {
    display: block !important;
  }
  .container {
    width: 95%;
  }
  .mobile-hide {
    display: none !important;
  }
  .blog {
    width: 100%;
    margin: 30px 0;
  }
  .blog__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blog__item {
    width: 360px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .blog__item:nth-child(3n) {
    margin-right: 0;
  }
  .blog__item-img {
    height: 350px;
  }
  
    .why-we .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .why-we .container .why-we-img {
    min-width: 326px;
    min-height: 326px;
  }
  .why-we .container .why-we-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-we .container .left-qa {
    margin-right: 50px;
  }
  .why-we .container .left-qa .qa-box {
    text-align: end;
    margin-bottom: 15px;
    position: relative;
  }
  .why-we .container .left-qa .qa-box img {
    position: absolute;
    top: 10px;
    margin-left: 15px;
  }
  .why-we .container .right-qa {
    margin-left: 50px;
  }
  .why-we .container .right-qa .qa-box {
    text-align: start;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
  }
  .why-we .container .right-qa .qa-box img {
    position: absolute;
    top: 10px;
    left: -160px;
    z-index: 0;
  }
  .page-content--main {
    margin-top: 20px;
    z-index: 99;
  }
  .solutions {
    width: 100%;
    min-height: 290px;
    height: auto;
    background-image: url(../images/solutions-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .solutions__overlay {
    width: 100%;
    min-height: 290px;
    height: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 248, 0.84)), to(#F6F7F8));
    background-image: linear-gradient(to right, rgba(246, 247, 248, 0.84), #F6F7F8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 10px;
  }
  .solutions__title {
    font-size: 32px;
    color: #000000;
    max-width: 90%;
  }
  .solutions__title b {
    color: #4CAF50;
  }
  .solutions__desc {
    color: #132929;
    font-size: 14px;
    max-width: 90%;
  }
  .solutions__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .solutions__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 15px;
  }
  .solutions__contacts-item img {
    max-width: 40px;
  }
  .solutions__contacts-item a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
  }
  .features__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features__item {
    width: 48.5%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .cars {
    width: 100%;
  }
  .cars__filter {
    width: 100%;
    min-height: none;
    border-radius: 5px;
    background-color: #4CAF50;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    margin-bottom: 40px;
  }
  .cars__filter-title {
    font-size: 15px;
  }
  .cars__filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 100%;
  }
  .cars__filter-options input {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 36px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    text-indent: 10px;
    color: #A2A3A7;
    font-size: 12px;
  }
  .cars__filter-options input::-webkit-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input:-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input::-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input::placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 36px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    margin-left: 10px;
    text-indent: 10px;
    color: #A2A3A7;
    font-size: 12px;
  }
  .cars__filter-options select::-webkit-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select:-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select::-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select::placeholder {
    color: #A2A3A7;
  }
  .car {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .car__image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background-image: url(../images/car-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .car__image-overlay {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-image: url(../images/pattern-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .car__name {
    font-size: 28px;
  }
  .car__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 0px;
    opacity: 0;
    height: 1px;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .car__prices::before {
    content: "";
    width: 94px;
    height: 1px;
    border-radius: 50%;
    background-color: #4CAF50;
    position: absolute;
    left: 50%;
    top: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .car__prices span {
    margin: 2px 0;
    position: relative;
    color: #fff;
  }
  .car__prices span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4CAF50;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .car__preview {
    margin-bottom: 0px;
    margin-top: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .car__preview img {
    max-width: 230px;
  }
  .car__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 32px 20px;
    border: 1px solid #EEEFF1;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .car__details-item {
    width: 100px;
    height: 136px;
    border-radius: 5px;
    border: 1px solid #EEEFF1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .car__details-item img {
    margin-bottom: 10px;
  }
  .car__details-item span, .car__details-item b {
    font-size: 15px;
    color: #000000;
    line-height: 1;
    margin-bottom: 2px;
  }
  .car__details .reserve-btn {
    width: 136px;
    height: 136px;
    border-radius: 5px;
    background-color: #4CAF50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
  }
  .car__details .reserve-btn:hover {
    opacity: 0.9;
  }
  .car__details .reserve-btn img {
    margin-bottom: 10px;
  }
  .car__details .reserve-btn span, .car__details .reserve-btn b {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 2px;
  }
  .models {
    width: 100%;
  }
  .models .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .models .model {
    width: 48.5%;
    height: 314px;
    border-radius: 5px;
    background-image: url(../images/car-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .models .model:nth-child(4n) {
    margin-right: 0;
  }
  .models .model-overlay {
    width: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .contacts__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contacts__overlay {
    padding: 0 20px;
  }
  .contacts__text {
    margin-left: 20px;
    font-size: 14px;
  }
  .row-line {
    width: 100px;
    height: 2px;
    border-radius: 2px;
    background-color: #4CAF50;
    margin: 6px 0;
  }
  .contact-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-wrap__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
    min-height: 420px;
    height: auto;
    max-width: 100%;
    border: 1px solid #EEEFF1;
    margin-bottom: 30px;
  }
  .contact-wrap__box:last-child {
    margin-bottom: 0;
  }
  .contact-wrap__box--banner {
    overflow: hidden;
    background-image: url(../images/contact-banner-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
  }
  .contact-wrap__box--banner img {
    margin-bottom: 23px;
  }
  .contact-wrap__box--banner b {
    font-size: 28px;
  }
  .contact-wrap__box--banner p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 95%;
  }
  .contact-wrap__box:first-child {
    margin-right: 0px;
  }
  .address-row:last-child {
    margin-bottom: 0;
  }
  .address-row__name {
    width: 120px;
    font-size: 14px;
  }
  .address-row__text {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .payment-types {
    margin-bottom: 30px;
  }
  .payment-types .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #EEEFF1;
    border-bottom: 1px solid #EEEFF1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-types__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 58px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .payment-types__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .banks {
    margin-bottom: 30px;
    display: none;
  }
  .banks__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .banks .bank {
    max-width: 100%;
    width: 100%;
  }
  .banks .bank:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .banks .bank__head {
    width: 100%;
    height: 80px;
    background-color: #EEEFF1;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .banks .bank__head .payment-btn {
    width: 127px;
    height: 41px;
    border-radius: 2px;
    color: #fff;
    background-color: #4CAF50;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banks .bank__content {
    padding: 20px;
    border: 1px solid #EEEFF1;
    border-radius: 0 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banks .bank__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .banks .bank__item:last-child {
    max-width: 100%;
  }
  .banks .bank__item b {
    font-size: 12px;
    font-weight: 700;
    color: #4CAF50;
  }
  .banks .bank__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #EEEFF1;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
  }
  .banks .bank__item span button {
    background: none;
    border: none;
    cursor: pointer;
  }
  .col-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-wrapper .container .col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .col-wrapper .container .col--full {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .col-wrapper .container .col--full .flex-wrap:first-child {
    margin-right: 24px;
  }
  .col-wrapper .container .col--full .flex-wrap .input-wrap {
    margin-bottom: 19px !important;
  }
  .col-wrapper .container .col:first-child {
    margin-right: 0px;
  }
  .col-wrapper .container .col .box-wrap__content--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid #EEEFF1;
    border-radius: 0 0 5px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-wrapper .container .col .box-wrap__content--col .v-line {
    width: 70%;
    height: 1px;
    margin: 20px auto;
    background-color: #EEEFF1;
  }
  .col-wrapper .container .col .box-wrap__content--col .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-wrapper .container .col .box-wrap__content--col .flex-wrap > span {
    margin-bottom: 10px;
  }
  .col-wrapper .container .col .box-wrap__content--col .flex-wrap .input-wrap {
    margin-left: 0px !important;
    max-height: 45px;
    margin-bottom: 49px;
  }
  .col-wrapper .container .col .box-wrap__content--col .flex-wrap .input-wrap:last-child {
    margin-bottom: 0;
  }
  .addition {
    width: 100%;
    border: 1px solid #EEEFF1;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 20px;
    min-height: 45px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 11px;
  }
  .addition__name {
    padding-bottom: 7px;
  }
  .addition__type {
    padding-bottom: 7px;
  }
  .addition:last-child {
    margin-bottom: 0;
  }
  .addition:hover {
    border: 1px solid #4CAF50;
  }
  .addition input {
    width: auto;
    max-width: 27px;
    text-align: end;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
  }
  .addition input:focus {
    border: none;
  }
  .addition button {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    background-color: #4CAF50;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    border: none;
    margin: 0 4px;
    cursor: pointer;
  }
  .addition button:first-child {
    margin-right: -3px;
  }
  .addition__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 7px;
  }
  .reserve-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reserve-pricing__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 147px;
    border-radius: 3px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #4CAF50;
    color: #fff;
  }
  .reserve-pricing__item svg {
    margin-bottom: 6px;
  }
  .reserve-pricing__item b {
    font-size: 25px;
  }
  .reserve-pricing__item span {
    font-size: 14px;
  }
  .reserve-pricing__item:first-child {
    background-color: rgba(255, 174, 0, 0.5);
  }
  .reserve-pricing__item:nth-child(2) {
    background-color: rgba(255, 174, 0, 0.75);
  }
  .reserve-pricing__item:last-child {
    margin-right: 0;
  }
  .page-content {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .page-content--main {
    margin-top: 15px;
    z-index: 99;
  }
  .main-features {
    width: 100%;
    padding: 60px 0;
    margin: 50px 0;
    background-color: #F6F7F8;
  }
  .main-features .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-features .container .left {
    max-width: 100%;
    width: 100%;
  }
  .main-features .container .left .item-caro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-features .container .left .item {
    display: block;
  }
  .main-features .container .left .item b {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }
  .main-features .container .left .item p {
    font-size: 14px;
    color: #000000;
  }
  .main-features .container .right {
    margin-top: 20px;
    margin-left: 0px;
    min-height: 400px;
  }
  .main-features .container .right .btns span {
    width: 40px;
    height: 40px;
  }
  .main-features .container .right .btns span:first-child {
    top: 5%;
    left: 75px;
  }
  .main-features .container .right .btns span:nth-child(2) {
    top: 25%;
    left: 10px;
  }
  .main-features .container .right .btns span:nth-child(3) {
    top: 55%;
    left: -5px;
  }
  .main-features .container .right .btns span:nth-child(4) {
    top: 80%;
    left: 45px;
  }
  .main-blog .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-blog .container .blog__item {
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .main-blog .container .blog__item:hover .blog__item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .main-blog .container .blog__item-img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
  }
  .main-blog .container .blog__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .main-blog .container .blog__item-details {
    margin-top: -72px;
    z-index: 2;
  }
  .main-blog .container .blog__item-title {
    width: 312px;
    height: 72px;
    border-radius: 5px 5px 0 0;
    background-color: #4CAF50;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
  }
  .main-blog .container .blog__item-link {
    width: 312px;
    height: 40px;
    background-color: #132929;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 0 0 5px 5px;
  }
  .main-blog .container .blog__item-link:hover span {
    margin-left: 15px;
  }
  .main-blog .container .blog__item-link span {
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-top: 3px;
    margin-left: 10px;
  }
  .offer {
    width: 100%;
    height: auto !important;
    background: #4CAF50;
    margin: 50px 0 50px 0;
    background-image: url(../images/offer-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding-bottom: 30px;
  }
  .offer .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer__image {
    max-width: 585px;
  }
  .offer__image img {
    max-width: 100%;
    height: auto;
  }
  .offer__content {
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
  }
  .offer__content b {
    font-size: 28px;
  }
  .offer__content .line {
    width: 127px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
  }
  .offer__content span {
    font-size: 14px;
  }
  .offer__content .btn {
    background-color: #fff;
    color: #000000;
    width: 100%;
  }
  .offer__content .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__content .row a:first-child {
    margin-bottom: 10px;
  }
  .offer__content a {
    font-size: 14px;
    color: #132929;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .offer__content a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
  }
  .offer__content a:hover svg path {
    fill: #fff;
  }
  .offer__content a:first-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 868px) {
  .blog-detail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-detail__side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .blog-detail__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-detail__img {
    width: 100%;
  }
  .pages .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pages__side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .form {
    width: 100%;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px rgba(162, 163, 167, 0.41);
            box-shadow: 0px 0px 6px rgba(162, 163, 167, 0.41);
    z-index: 99;
  }
  .form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EEEFF1;
  }
  .form__head-icon {
    margin-right: 10px;
  }
  .form__head-text {
    max-width: 85%;
  }
  .form__head-text span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
  }
  .form__head-text span b {
    color: #4CAF50;
  }
  .form__head-text p {
    color: #132929;
    font-size: 13px;
  }
  .form__head-btns {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .form__head-btns--main a:first-child {
    background-color: #4CAF50 !important;
  }
  .form__head-btns--main a:last-child {
    background-color: #132929;
  }
  .form__head-btns a {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 40px;
  }
  .form__head-btns a:first-child {
    background-color: #000000;
  }
  .form__head-btns a:last-child {
    margin-right: 0;
  }
  .form__content .file-upload {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #F6F7F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    font-size: 14px;
    color: #132929;
  }
  .form__content .btn {
    margin-top: 16px;
    width: 100%;
    height: 57px;
    font-size: 17px;
    font-weight: 700;
  }
  .flex-wrap {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-wrap .input-wrap:nth-child(2) {
    margin-left: 0px;
  }
  .flex-wrap .input-wrap:nth-child(3) {
    margin-left: 0px;
  }
  .flex-wrap .input-wrap:nth-child(4) {
    margin-left: 0px;
  }
  .flex-wrap .select-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flex-wrap .select-wrapper:nth-child(2) {
    margin-left: 0px;
  }
  .flex-wrap .select-wrapper:nth-child(3) {
    margin-left: 0px;
  }
  .flex-wrap .select-wrapper:nth-child(4) {
    margin-left: 0px;
  }
  /*

.input-wrap {
  width: 100%;
  flex: 1;
  display: flex;
  height: 45px;
  border-radius: 3px;
  border: 1px solid $grey;
  margin-bottom: 16px;
  &--textarea {
    border: none;
    height: 130px !important;
  }
  &--legend {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    .legend {
      position: absolute;
      top: -30px;
      font-size: 15px;
      font-weight: 600;
      color: $dark;
    }
  }
  &--focused {
    border: 1px solid $primary;
  }
  span {
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  input {
    flex: 1;
    border-radius: 0 3px 3px 0;
    border: none;
    font-size: 14px;
    color: #A2A3A7;
    &::placeholder {
    }
  }
  select {
    flex: 1;
    border: none;
    border-radius: 0 3px 3px 0;
    color: #A2A3A7;
    margin-right: 10px;
  }
}
*/
  .steps {
    width: 100%;
    margin: 40px 0;
  }
  .steps__track {
    width: 100%;
    height: 15px;
    border-radius: 15px;
    background-color: #EEEFF1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
  }
  .steps__bar {
    position: absolute;
    left: 0;
    width: 0%;
    height: 15px;
    border-radius: 15px;
    background-color: #4CAF50;
  }
  .steps__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EEEFF1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    z-index: 9;
  }
  .steps__item--active {
    background-color: #4CAF50;
    color: #fff;
  }
  .steps__text {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
  }
  .steps__text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #000000;
    margin: 0 3px;
  }
  .steps__text-item span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .steps__text-item p {
    font-size: 12px;
  }
  .cars {
    width: 100%;
  }
  .cars__filter {
    width: 100%;
    min-height: none;
    border-radius: 5px;
    background-color: #4CAF50;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    margin-bottom: 40px;
  }
  .cars__filter-title {
    font-size: 15px;
  }
  .cars__filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .cars__filter-options input {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 36px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    text-indent: 10px;
    color: #A2A3A7;
    font-size: 12px;
  }
  .cars__filter-options input::-webkit-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input:-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input::-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options input::placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select {
    margin-top: 8px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    margin-left: 0px;
    text-indent: 10px;
    color: #A2A3A7;
    font-size: 12px;
  }
  .cars__filter-options select::-webkit-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select:-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select::-ms-input-placeholder {
    color: #A2A3A7;
  }
  .cars__filter-options select::placeholder {
    color: #A2A3A7;
  }
  .car {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .car__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 22px 10px;
    margin-left: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .car__details-item {
    width: 48%;
    margin-bottom: 10px;
  }
  .car__details .reserve-btn {
    width: 48%;
  }
  .faq {
    padding: 30px 0;
    background-color: #F6F7F8;
  }
  .faq__item {
    margin-bottom: 30px;
  }
  .faq__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    cursor: pointer;
    -webkit-transform: .2s all;
            transform: .2s all;
  }
  .faq__head span {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .faq__title {
    font-size: 15px;
  }
  .faq__content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .models {
    width: 100%;
  }
  .models .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .models .model {
    width: 100%;
    height: 314px;
    border-radius: 5px;
    background-image: url(../images/car-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    z-index: 999;
  }
  .models .model:nth-child(4n) {
    margin-right: 0;
  }
  .models .model-overlay {
    width: 100%;
  }
  .models .model:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .models .model:hover .model__name {
    color: #fff !important;
  }
  .models .model:hover .model__name b {
    color: #fff !important;
  }
  .models .model:hover .model__preview {
    -webkit-transform: translateY(20px) scale(1.1);
            transform: translateY(20px) scale(1.1);
  }
  .models .model:hover .model-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#01010100));
    background-image: linear-gradient(to bottom, #000000, #01010100);
  }
}
/*# sourceMappingURL=style.css.map */
