@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.ttf);
}
@font-face {
  font-family: Oswald-Bold;
  src: url(../fonts/Oswald-Bold.ttf);
}
@font-face {
  font-family: Oswald-light;
  src: url(../fonts/Oswald-Light.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-light;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .page {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[placeholder] {
  outline: none;
}

input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
}

input, select {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

a {
  text-decoration: none;
  color: white;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #f2f3f7;
  font-family: "RF Dewi", sans-serif;
}

.header {
  background: #002f34;
  padding: 15px 0;
  margin-bottom: 80px;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.header-inner .language-switcher {
  display: flex;
  align-items: center;
  margin-right: 70px;
}
.header-inner .language-switcher span {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 15px;
}
.header-inner .language-switcher a {
  font-family: "RF Dewi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.5;
}

.header-inner .language-switcher .hidden-language {
  display: none;
}
.header-inner .language-switcher a.is-active {
  opacity: 1;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header-contact-text {
  font-size: 16px;
  margin-left: 15px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 600;
  color: white;
}
.header-contact img {
  width: 30px;
}
.header-text {
  color: white;
}
.header-text-1 {
  font-family: "RF Dewi", sans-serif;
  font-weight: 300;
  position: relative;
  top: -5px;
  color: #fff;
  font-size: 16px;
}
.header-text-1 span {
  margin: 0 10px 0 15px;
}
.header-logo {
  width: 200px;
}

.olx-website-rebranded {
  width: 71px;
  height: 41px;
  display: block;
  position: absolute;
  left: 15px;
  top: 3px;
  z-index: 10;
  text-indent: -1000em;
}
.olx-website-rebranded__o {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(12px, 15px);
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 12px #24e5db;
}
.olx-website-rebranded__l {
  width: 10px;
  top: 0;
  bottom: 0;
  background: #23e5db;
  position: absolute;
  left: 37px;
}
.olx-website-rebranded__x {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(51px, 10px);
}
.olx-website-rebranded__x:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  height: 100%;
  background: #24e5db;
  transform: skewX(45deg) translate(-50%, 0);
}
.olx-website-rebranded__x:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  height: 100%;
  background: #24e5db;
  transform: skewX(-45deg) translate(-50%, 0);
}

.main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 25px;
}

.slider {
  max-width: 800px;
  margin-bottom: 60px !important;
}
.slider-item {
  width: 100%;
  height: 600px;
}
.slider-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: #002f34;
  padding: 10px 18px;
  border-radius: 4px;
  content: "";
  background-color: white;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 3;
}
.slider .slick-next {
  right: 27px;
}
.slider .slick-prev {
  left: 28px;
  top: 49%;
  transform: rotate(180deg);
}
.slider .slick-dots {
  bottom: 35px;
}
.slider .slick-dots li button:before {
  content: "";
  border: 3px solid rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.slider .slick-dots li.slick-active button:before {
  border: 6px solid #fff;
  width: 6px;
  top: 19px;
  height: 6px;
}

.title, .title-text {
  font-size: 24px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 900;
  line-height: 40px;
  color: #002f34;
}
.title-text {
	font-weight: 400;
}
.title-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.title-date {
  font-size: 13px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 400;
  color: #406367;
  
}
.date-wrapper {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 400;
  color: #406367;
  align-items: center;
  margin-bottom: 25px;
}
.title-wrapper {
  background-color: #fff;
  padding: 40px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.features-car {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
.features-car .item {
  background-color: #fff;
  padding: 7px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-car .item-img-wrapper {
  border-radius: 4px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-car .item-img-wrapper.red {
  background-color: #ffd6c9;
}
.features-car .item-img-wrapper.blue {
  background-color: #c7e7ff;
}
.features-car .item-img-wrapper.yellow {
  background-color: #f8fbcf;
}
.features-car .item-img-wrapper.green {
  background-color: #cbf7e0;
}
.features-car .item-img-wrapper.mint {
  background-color: #cbf7f3;
}
.features-car .item-title {
  text-align: center;
  padding: 35px 30px;
  font-size: 18px;
  line-height: 24px;
  color: #002f34;
  font-weight: bold;
}
.features-car .item-img {
  max-width: 80px;
}
.features-car .item.item--mint .item-title {
  padding: 35px 30px 15px;
}
.features-car .item.item--mint p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #002f34;
  padding: 0 7px;
}

.features-important {
  margin-bottom: 55px;
  border-radius: 4px;
  background-color: #002f34;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 65px;
  padding: 50px 40px;
}
.features-important .item {
  display: flex;
  align-items: center;
}
.features-important .item-img {
  width: 45px;
  margin-right: 22px;
}
.features-important .item-title {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.features-count {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px 30px;
  margin-bottom: 40px;
}
.features-count-title {
  color: #002f34;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
}
.features-count .item {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 4px;
}
.features-count .item-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.features-count .item-img-wrapper {
  background-color: #e7f1f3;
  padding: 25px 20px;
  border-radius: 4px;
  margin-right: 15px;
}
.features-count .item-img {
  width: 32px;
}
.features-count .item-title {
  font-size: 34px;
  line-height: 31px;
  color: #002f34;
  font-weight: bold;
}
.features-count .item-title span {
  font-size: 12px;
  line-height: 16px;
  color: #002f34;
  display: block;
}
.features-count .item-description {
  font-size: 14px;
  line-height: 18px;
  color: #002f34;
  font-weight: 400;
}

.footer {
  background-color: #002f34;
  padding: 30px 0;
  text-align: right;
  color: #fff;
  font-size: 14px;
}
.footer-wrapper {
display: flex;
	justify-content: space-between;
}
.sidebar-item {
  padding: 35px 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.sidebar-item--white {
  background-color: #fff;
}
.sidebar-item--white .sidebar-title {
  color: #002f34;
}
.sidebar-item--green {
  background-color: #002f34;
}
.sidebar-item--green .sidebar-title {
  color: #fff;
}
.sidebar-item--green .sidebar-description {
  color: #fff;
}
.sidebar-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "RF Dewi";
  font-weight: 600;
}
.sidebar-description {
  font-size: 14px;
  line-height: 18px;
  color: #002f34;
  margin-bottom: 15px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 300;
}
.sidebar-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "RF Dewi", sans-serif;
  font-weight: 400;
}

.title-logo {
  max-width: 170px;
  margin-left: 10px;
  position: relative;
  top: -5px;
}

.calc-label {
  font-size: 14px;
  color: #002f34;
  margin-bottom: 8px;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
}
.calc-input {
  color: #002f34;
  padding: 12px 20px;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 16px;
  width: calc(100% - 40px);
  margin-bottom: 15px;
}
.calc-input:hover, .calc-input:active, .calc-input:focus {
  outline: 0;
}
.calc-wrapper {
  margin-bottom: 20px;
}
.calc-range {
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  background: transparent;
}
.calc-range:hover, .calc-range:active, .calc-range:focus {
  outline: 0;
}
.calc-range::-webkit-slider-runnable-track {
  height: 1px;
  background: #002f34;
  border: 0;
}
.calc-range::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border: 5px solid #002f34;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
  -webkit-appearance: none;
  margin-top: -12px;
}
.calc-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calc-result-divider {
  width: 1px;
  height: 50px;
  background: #002f34;
}
.calc-result .result-month {
  display: flex;
  align-items: center;
}
.calc-result .result-month p, .calc-result .result-month span {
  font-size: 26px;
  font-weight: 900;
  color: #002f34;
}
.calc-result .result-month-text {
  font-weight: 900;
  font-size: 12px;
  color: #002f34;
}
.calc-result .result-money {
  display: flex;
  align-items: center;
}
.calc-result .result-money p, .calc-result .result-money span {
  font-size: 26px;
  font-weight: 900;
  color: #002f34;
}
.calc-result .result-money-text {
  font-weight: 900;
  font-size: 12px;
  color: #002f34;
}

.form-submit {
  color: #002f34;
  background-color: #23e5db;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
}
.form-submit:hover, .form-submit:active, .form-submit:focus {
  outline: 0;
}
.form-label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
}

.input-form {
  color: #002f34;
  padding: 12px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 16px;
  width: calc(100% - 40px);
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.input-form:hover, .input-form:active, .input-form:focus {
  outline: 0;
}
.input-form::placeholder {
  color: #002f34;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0, .6);
}

.modal-wrapper {
  z-index: 555;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal-inner {
  min-width: 400px;
  max-width: 600px;
  background: #fff;
  padding: 40px;
  text-align: center;
  z-index: 5555;
}
.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "RF Dewi";
  font-weight: 600;
}

.modal-label {
  font-size: 14px;
  color: #002f34;
  margin-bottom: 8px;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
  text-align: left;
}

.modal-input {
  color: #002f34;
  padding: 12px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 16px;
  width: calc(100% - 40px);
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-textarea {
  resize: none;
  font-size: 14px;
  border-radius: 0;
  height: 100px;
}
.modal-submit {
  color: #002f34;
  background-color: #23e5db;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  font-family: "RF Dewi", sans-serif;
  font-weight: bold;
}
.mobile-main-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .main .slider, .main .title-wrapper, .header-contact-text, .span-mobile-hidden {
    display: none;
  }
  .header {
  	margin-bottom: 15px;
  }
  .slider {
	margin-bottom: 15px!important;
  }
  .slider-item {
	height: 270px;
  }
  .slider .slick-prev {
	  top: 46%;
  }
  .slider-item img {
	height: 270px;
	object-fit: cover;
  }
  .sidebar {
    order: -1;
  }
  .header-inner .language-switcher a {
    font-size: 14px;
  }
  .date-wrapper {
	margin-bottom: 16px;	
  }
  .mobile-main-wrapper {
    display: block;
  }
  .features-count .item-title span {
    font-size: 16px;
    margin-top: 4px;
    line-height: 17px;
  }
  .sidebar-item--white .sidebar-title {
    text-align: center;
    font-weight: 700;
  }
  .features-car .item-title, .features-car .item.item--mint .item-title {
    padding: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .features-count-title {
    font-size: 32px;
    margin-left: 10px;
  }
  .header-wrapper {
    padding: 0 10px;
  }
  .header-inner .language-switcher {
    margin-right: 10px;
  }
  .header-logo {
    width: 170px;
  }
  .header-text-1 {
    top: 0px;
    font-size: 12px;
    right: -35px;
  }
  .header-inner {
    flex-direction: column;
  }
  .header-inner-row {
    flex-direction: row;
  }
  .title-wrapper {
    padding: 20px 15px 15px;
	  margin-bottom: 20px;
  }
  .main {
    grid-template-columns: 1fr;
  }
  .features-car {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .features-car .item-img {
    max-width: 60px;
  }
  .features-car .item-img-wrapper {
    height: 80px;
  }
  .features-important {
    grid-gap: 25px 30px;
    padding: 25px 20px;
    grid-template-columns: 1fr;
  }
  .features-count .item-title {
    font-size: 34px;
  }
  .features-count {
    grid-template-columns: 1fr;
    grid-gap: 10px 30px;
  }
  .footer {
    padding: 20px 0 5px;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .footer-copyright {
    text-align: center;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .footer-wrapper .footer-copyright:last-child{
    margin-bottom: 5px;
  }
}