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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.first-color {
  color: #de2929;
}

.first-bg-color {
  background-color: #de2929;
}

.second-color {
  color: #00bff5;
}

.second-bg-color {
  background-color: #00bff5;
}

.page-bg-color {
  background-color: #fafafa;
}

.footer-bg-color {
  background-color: #1f1f1f;
}

.white-bg-color {
  background-color: #fff;
}

.f0f0f0 {
  background-color: #f0f0f0 !important;
}

.section-subtitle, .popular__listing-subtitle, .reviews__subtitle {
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}

.section-title, .popular__listing-title, .reviews__title {
  font-size: 48px;
  font-family: inherit;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 70px;
}

.icon-tr, .footer-email .email-text h2::before {
  content: '';
  background: url(/img/png/icon-tr.png) no-repeat center;
  width: 29px;
  height: 29px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0;
  left: 0;
}

.icon-dots, .page-404 .img::before, .page-register::after {
  content: '';
  background: url(/img/svg/icon-dots.svg) no-repeat center;
  position: absolute;
  width: 113px;
  height: 106px;
}

.shape2-yellow, .page-404 .img::after {
  content: '';
  background: url(/img/png/shape2-yellow.png);
  width: 65px;
  height: 13px;
  display: block;
  position: absolute;
  z-index: -1;
}

.curve-404, .page-404 .subtitle::before, .page-register::before {
  content: '';
  background: url(/img/png/curve-404-white.png) no-repeat center;
  position: absolute;
  width: 430px;
  height: 430px;
  z-index: 0;
}

.z-i-10 {
  z-index: 10;
}

.py-105 {
  padding: 60px 0;
}

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

.featured__category-link.second-bg-color span {
  background-color: #00a8d8;
}

@media screen and (min-width: 810px) {
  .mb-200 {
    padding-bottom: 200px;
  }

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

  .mt-60 {
    margin-top: 60px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .py-105 {
    padding: 105px 0;
  }

  .py-75 {
    padding: 75px 0;
  }

  .ml--20px {
    margin-left: -20px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-45 {
    margin-bottom: 45px;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  color: #444444;
  font-weight: 400;
  color: #222222 !important;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container__1620 {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container__1575 {
  max-width: 1605px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container__1320 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.social li {
  margin-right: 7px;
  width: 32px;
  height: 32px;
  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;
}
.social li a {
  border-radius: 2px;
  background-color: #505050;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.social li a:hover {
  background-color: #de2929;
}

input.form-control:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: transparent;
}

/*-----------Header-----------------*/
.header {
  /*-----------Header Index-----------------*/
  /*-----------Header Page-----------------*/
}
.header .navbar {
  padding-top: 24px;
}
.header .navbar-brand {
  font-size: 42px;
  color: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 22px;
  letter-spacing: -3px;
}
.header .navbar-brand img {
  margin-right: 10px;
}
.header .navbar .navbar-toggler:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .navbar-nav .nav-item {
  margin-left: 15px;
}
.header .navbar-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar-nav .nav-link {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2;
}
.header .navbar-nav .dropdown-menu {
  border: none;
}
.header .navbar-nav .dropdown-menu li {
  margin-bottom: 11px;
}
.header-home #dl-menu {
  color: #222222;
}
.header-home #dl-menu.dl-menuwrapper ul {
  background: transparent;
}
.header-home #dl-menu.dl-menuwrapper ul li a {
  color: #222222;
}
.header-home #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.header-page {
  border-bottom: 1px solid #eeeeee;
}
.header-page .navbar {
  padding: 0;
  margin: 0;
  height: 96px;
}
.header-page .navbar .dots-menu {
  background-color: #fafafa;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-page .navbar .dots-menu a {
  background-color: #fafafa;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 27px;
}
.header-page .navbar .dots-menu a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00bff5;
  margin-bottom: 10px;
}
.header-page .navbar .dots-menu a span:nth-child(odd) {
  margin-right: 10px;
}
.header-page .navbar .dots-menu.is-open {
  height: 96px;
  width: 96px;
}
.header-page .navbar .dots-menu.is-open a {
  height: 100%;
  background-color: #de2929;
  position: relative;
  width: 96px;
}
.header-page .navbar .dots-menu.is-open span:nth-child(1),
.header-page .navbar .dots-menu.is-open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
}
.header-page .navbar .dots-menu.is-open span:nth-child(2),
.header-page .navbar .dots-menu.is-open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0;
}
.header-page .navbar .dots-menu.is-open span:nth-child(1),
.header-page .navbar .dots-menu.is-open span:nth-child(2) {
  width: 41px;
  height: 5px;
  position: absolute;
  left: 26%;
  background-color: #fff;
}
.header-page .navbar .dots-menu.is-open span:nth-child(3),
.header-page .navbar .dots-menu.is-open span:nth-child(4) {
  height: 18px;
  width: 5px;
  display: none;
}
.header-page .navbar .nav-logo {
  border-right: 1px solid #eeeeee;
  height: 96px;
  padding: 0 50px;
}
.header-page .navbar .nav-logo a {
  margin-right: 0;
}
.header-page .navbar .nav-logo a img {
  margin-right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 172px;
}
.header-page .navbar-collapse {
  border-right: 1px solid #eeeeee;
  height: 96px;
}
.header-page .navbar-collapse .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
}
.header-page .navbar-collapse .header-search form button.btn {
  border: none;
}
.header-page .navbar-collapse .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
}
.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul {
  background: transparent;
}
.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none;
}
.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
}
.header-page .navbar-collapse.show {
  height: 100%;
}
.header-page .navbar-collapse.show ul.navbar-nav {
  display: none;
}
.header-page .navbar-collapse.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block;
}
.header-page .navbar-nav li {
  margin-right: 50px;
}
.header-page .navbar-nav li a.nav-link {
  font-size: 22px;
  color: #cccccc;
  line-height: 1.2;
  text-align: left;
}
.header-page .navbar-nav li a.nav-link.active {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
}
.header-page .offcanvas-header {
  margin-left: auto;
}
.header-page .offcanvas-start .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
}
.header-page .offcanvas-start .header-search form button.btn {
  border: none;
}
.header-page .offcanvas-start .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
}
.header-page .offcanvas-start #dl-menu.dl-menuwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 340px;
}
.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul {
  background: transparent;
}
.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none;
}
.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
}
.header-page .offcanvas-start.show {
  height: 100%;
}
.header-page .offcanvas-start.show ul.navbar-nav {
  display: none;
}
.header-page .offcanvas-start.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block;
}
.header-page .offcanvas-start .link-reg {
  max-width: 568px;
  width: 100%;
}
.header-page .offcanvas-start .link-reg ul {
  height: 96px;
}
.header-page .offcanvas-start .link-reg li {
  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;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0;
}
.header-page .offcanvas-start .link-reg svg {
  fill: #00a5d3;
}
.header-page .offcanvas-start .link-reg .user-area img {
  border-radius: 50%;
}
.header-page .offcanvas-start .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
}
.header-page .offcanvas-start .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left;
}
.header-page .link-reg {
  max-width: 568px;
  width: 100%;
}
.header-page .link-reg ul {
  height: 96px;
}
.header-page .link-reg li {
  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;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0;
}
.header-page .link-reg svg {
  fill: #00a5d3;
}
.header-page .link-reg .user-area img {
  border-radius: 50%;
}
.header-page .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
}
.header-page .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left;
}

.navbar-light .navbar-nav .nav-link {
  color: inherit;
}

.dropdown-toggle::after {
  content: '';
  width: 9px;
  height: 6px;
  background-image: url("../img/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin-left: 17px;
}

.link-reg ul li {
  list-style: none;
  margin-right: 17px;
}
.link-reg ul li a {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2;
}
.link-reg ul li.line__v {
  color: #cccccc;
}
.link-reg .submit__listing {
  margin-left: 18px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 0;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  width: 254px;
  justify-content: flex-start;
  padding-left: 30px;
  margin-left: 22px;
}
.link-reg .submit__listing span {
  background-color: #00a8d8;
  padding: 16px 18px;
  position: absolute;
  right: 0;
}
.link-reg .submit__listing span svg path {
  fill: #fff;
}

/*First screen HOME page*/
.first__screen {
  padding-top: 44px;
  margin-bottom: 106px;
}
.first__screen-content {
  padding-top: 50px;
}
.first__screen-content .a {
  fill: none;
  stroke: #ffc248;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
.first__screen-content h1 {
  font-size: 60px;
  color: inherit;
  font-weight: bold;
  line-height: 1.233;
  text-align: left;
  padding-top: 25px;
  margin-bottom: 22px;
  letter-spacing: -1.6px;
}
.first__screen-description {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 505px;
}
.first__screen-form {
  border: 10px solid #f2f2f2;
  border-radius: 2px;
  position: relative;
  z-index: 11;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 45px;
}
.first__screen-form .input-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first__screen-form input {
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  font-family: inherit;
  border: none;
  border-right: 1px solid #cccccc;
  max-width: 310px;
  width: 100%;
}
.first__screen-form .dropdown-toggle {
  border: none;
}
.first__screen-form .dropdown-toggle::after {
  background-image: url(../img/png/icon-target.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 76px;
}
.first__screen-form button[type="submit"] {
  border: none;
  top: 544px;
  height: 60px;
  font-size: 17px;
  font-family: inherit;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  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;
  padding-left: 41px;
}
.first__screen-form button[type="submit"] span {
  background-color: #ab1212;
  height: 100%;
  width: 60px;
  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-left: 41px;
}
.first__screen-recent {
  font-size: 17px;
  font-family: inherit;
  color: #222222;
  line-height: 1.2;
}
.first__screen-recent b {
  font-size: 17px;
  font-family: inherit;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
}
.first__screen picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first__screen picture img {
  height: auto;
}
.first__screen picture::before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  background-color: #e1e1e1;
}
.first__screen--bg-img {
  position: relative;
}
.first__screen--bg-img::after {
  content: none;
  position: absolute;
  bottom: 7px;
  right: 111px;
  background-image: url(../img/png/icon-tr.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}

/*Second Screen Home*/
.hand__picked {
  padding-bottom: 103px;
  position: relative;
}
.hand__picked::after {
  content: none;
  position: absolute;
  background-image: url(/img/svg/curve-left.svg);
  left: 0;
  top: -25%;
  width: 500px;
  height: 445px;
  background-repeat: no-repeat;
  background-position: center;
}
.hand__picked-subtitle {
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 29px;
}
.hand__picked-title {
  font-size: 48px;
  font-family: inherit;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 80px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item {
  background-color: #f0f0f0;
  min-width: 228px;
  height: 335px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item svg path {
  fill: #00a8d8;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item--line {
  width: 1px;
  background-color: #cccccc;
  height: 20px;
  margin-bottom: 26px;
  margin-top: 36px;
}
.hand__picked-item--title {
  font-size: 22px;
  font-family: inherit;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 28px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item p {
  font-size: 15px;
  font-family: inherit;
  color: #444444;
  line-height: 1.733;
  text-align: center;
}
.hand__picked-item.jobs {
  background-color: #fafafa;
}
.hand__picked-item.fashion {
  background-color: #fff;
}
.hand__picked-item:hover {
  background-color: #de2929;
  color: #fff;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item:hover p, .hand__picked-item:hover h3 {
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-item:hover svg path {
  fill: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hand__picked-featured {
  font-size: 30px;
  font-family: inherit;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 75px;
}

.shape-1 {
  fill: #ffc248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}

/*-------Featured category-------------*/
.featured__category {
  position: relative;
}
.featured__category::before {
  position: absolute;
  content: none;
  background: url(/img/svg/curve-left-bottom.svg) no-repeat center;
  width: 603px;
  height: 587px;
  left: 0;
  top: 65px;
  z-index: 0;
}
.featured__category::after {
  position: absolute;
  content: none;
  background: url(/img/svg/curve-right-bottom.svg) no-repeat center;
  width: 603px;
  height: 587px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.featured__category-subtitle {
  font-size: 16px;
  font-family: inherit;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 28px;
}
.featured__category-title {
  font-size: 48px;
  font-family: inherit;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 70px;
}
.featured__category-title + .row {
  margin-bottom: 70px;
  z-index: 2;
  position: relative;
}
.featured__category-title + .row::before {
  content: none;
  position: absolute;
  background: url(/img/png/icon-tr.png) no-repeat center;
  width: 29px;
  height: 29px;
  left: -124px;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.featured__category-title + .row > .col-12 a {
  position: relative;
  display: inline-block;
}
.featured__category-title + .row > .col-12 a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.featured__category-title + .row > .col-12 a:hover::after {
  background: linear-gradient(10deg, black 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.36);
}
.featured__category-title + .row > .col-12 a img {
  width: 100%;
  min-width: 300px;
  height: auto;
}
.featured__category .link__template {
  max-width: 318px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0 auto;
}
.featured__category .link__template .text {
  width: 100%;
  text-align: center;
}
.featured__category .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.featured__category .link__template span svg {
  fill: #fff;
}
.featured__category .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}

/*-----------Popular Listings Now ---------------*/
.popular__listing-title {
  position: relative;
}
.popular__listing-title::after {
  content: '';
  background: url(/img/svg/icon-dots.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: -25px;
  width: 113px;
  height: 106px;
}
.popular__filter .nav-pills {
  margin-bottom: 70px;
}
.popular__filter .nav-pills .nav-item {
  margin-right: 12px;
}
.popular__filter .nav-pills .nav-link {
  font-size: 17px;
  font-family: inherit;
  color: #222222;
  text-align: center;
  margin-right: 10px;
}
.popular__filter .nav-pills .nav-link.active {
  background-color: #de2929;
  color: #fff;
  min-width: 85px;
}
.popular__filter .listing-card {
  display: block;
  position: relative;
  margin-bottom: 25px;
  /*Add class list card*/
}
.popular__filter .listing-card .price {
  font-size: 30px;
  font-family: inherit;
  color: #00bff5;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 8px;
}
.popular__filter .listing-card .data-car {
  margin-bottom: 19px;
}
.popular__filter .listing-card .data-car li {
  font-size: 14px;
  font-family: inherit;
  color: #222222;
  line-height: 3.429;
  position: relative;
}
.popular__filter .listing-card .data-car li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -24px;
  top: 14px;
  background-color: #cccccc;
  width: 2px;
  height: 20px;
  display: block;
}
.popular__filter .listing-card__box {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 2px;
  background-color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 362px;
  width: 100%;
}
.popular__filter .listing-card__box:hover {
  -webkit-box-shadow: 0 0 20px 2.5px rgba(18, 53, 87, 0.12);
          box-shadow: 0 0 20px 2.5px rgba(18, 53, 87, 0.12);
}
.popular__filter .listing-card__media {
  position: relative;
  margin-bottom: 34px;
}
.popular__filter .listing-card__media .heart {
  display: none;
}
.popular__filter .listing-card__media .heart.active {
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
}
.popular__filter .listing-card__bookmark {
  display: none;
}
.popular__filter .listing-card__bookmark.active {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 13px;
  font-family: inherit;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.692;
  background-color: #f09e00;
  width: 95px;
  height: 32px;
  border-radius: 25px;
  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;
}
.popular__filter .listing-card__body {
  padding: 0 30px;
}
.popular__filter .listing-card__body .title {
  margin-bottom: 7px;
}
.popular__filter .listing-card__body .title a {
  font-size: 22px;
  font-family: inherit;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 17px;
}
.popular__filter .listing-card__body .heart,
.popular__filter .listing-card__body .body-text {
  display: none;
}
.popular__filter .listing-card__info {
  border-radius: 2px;
  border-top: 1px solid #dddddd;
  padding: 22px 30px 12px;
}
.popular__filter .listing-card__info .adress {
  font-size: 14px;
  font-family: inherit;
  color: #222222;
}
.popular__filter .listing-card__info .adress svg {
  margin-right: 3px;
}
.popular__filter .listing-card__info .adress span {
  font-size: 12px;
  font-family: inherit;
  color: #878787;
  line-height: 33px;
}
.popular__filter .listing-card.odd .listing-card .price {
  margin-bottom: 0;
}
.popular__filter .listing-card.odd .listing-card__body {
  padding: 0 30px;
}
.popular__filter .listing-card.odd .listing-card__body .adress {
  margin-bottom: 28px;
}
.popular__filter .listing-card.odd .listing-card__info {
  padding-top: 13px;
}
.popular__filter .listing-card.odd .listing-card__info .data-car {
  margin-bottom: 3px;
}
.popular__filter .listing-card.odd .listing-card__info .adress span {
  line-height: 26px;
}
.popular__filter .listing-card.line-list {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.popular__filter .listing-card.line-list .listing-card__box {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular__filter .listing-card.line-list .listing-card__media {
  margin-bottom: 0;
}
.popular__filter .listing-card.line-list .listing-card__media a img {
  max-width: 360px;
  width: 360px;
  height: 100%;
}
.popular__filter .listing-card.line-list .listing-card__media .heart {
  display: none;
}
.popular__filter .listing-card.line-list .listing-card__middle {
  width: 100%;
  padding-top: 29px;
}
.popular__filter .listing-card.line-list .listing-card__middle .listing-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 22px;
  padding-left: 42px;
  padding-right: 49px;
}
.popular__filter .listing-card.line-list .listing-card__middle .listing-card__info .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popular__filter .listing-card.line-list .listing-card__middle .listing-card__info .price {
  width: 30%;
  text-align: end;
}
.popular__filter .listing-card.line-list .listing-card__middle .listing-card__info .data-car {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.popular__filter .listing-card.line-list .listing-card__middle .listing-card__info .data-car li {
  margin-right: 40px;
}
.popular__filter .listing-card.line-list .listing-card__body {
  padding-left: 38px;
  padding-right: 59px;
}
.popular__filter .listing-card.line-list .listing-card__body p {
  margin-bottom: 24px;
}
.popular__filter .listing-card.line-list .listing-card__body .body-wrapper {
  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;
}
.popular__filter .listing-card.line-list .listing-card__body .heart,
.popular__filter .listing-card.line-list .listing-card__body .body-text {
  display: block;
}

/*---------------------Slick--------------------*/
.article-slider__arrowRight, .article-slider__arrowLeft {
  position: absolute;
  bottom: -15%;
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  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;
  background-color: transparent;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article-slider__arrowRight:hover, .article-slider__arrowLeft:hover {
  fill: #fff;
  background-color: #de2929;
  border-color: #de2929;
}
.article-slider__arrowLeft {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 46%;
}
.article-slider__arrowRight {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 45%;
}

/*--------------------We Offer--------------------*/
.we__offer {
  background: url(/img/we__offer.jpg) no-repeat top left;
  height: 100%;
  height: 520px;
  padding-top: 105px;
  display: block;
}
.we__offer-content {
  margin-bottom: 80px;
}
.we__offer h2 {
  font-size: 48px;
  color: white;
  font-weight: bold;
  position: relative;
}
.we__offer h2::before {
  content: '';
  background: url(/img/svg/icon-dots.svg) no-repeat center;
  position: absolute;
  left: -226px;
  top: 3px;
  width: 113px;
  height: 106px;
}
.we__offer p {
  font-size: 14px;
  color: white;
  line-height: 3.429;
  text-align: center;
}
.we__offer-item {
  background-color: #fff;
}
.we__offer-item svg {
  margin-bottom: 37px;
}
.we__offer-item .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 25px;
}
.we__offer-item p {
  font-size: 17px;
  color: #444444;
  line-height: 1.765;
  margin: 0;
  padding: 0;
  text-align: left;
}
.we__offer-card {
  min-width: 380px;
  height: 320px;
  padding: 52px;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 38.25px 6.75px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 5px 38.25px 6.75px rgba(0, 0, 0, 0.09);
}
.we__offer-card:not(:last-child) {
  border-right: 1px solid #ddd;
}
.we__offer .link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0 auto;
}
.we__offer .link__template .text {
  width: 100%;
  text-align: center;
}
.we__offer .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.we__offer .link__template span svg {
  fill: #fff;
}
.we__offer .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}

/*-------------------Reviews By Customers------------------------*/
.reviews {
  padding-top: 105px;
  position: relative;
}
.reviews__title {
  position: relative;
}
.reviews__title .shape-1 {
  margin: 0;
  position: absolute;
  left: 13%;
  top: 0;
}
.reviews__slider {
  margin-bottom: 70px;
}
.reviews__slider .item {
  padding: 60px;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
          box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
  margin: 15px 20px 15px 20px;
}
.reviews__slider .item-card svg {
  margin-bottom: 32px;
}
.reviews__slider .item-card > p {
  font-size: 17px;
  font-family: "IBMPlexSans";
  color: #444444;
  line-height: 2;
  text-align: left;
  margin-bottom: 47px;
}
.reviews__slider .item-card .card-title {
  font-size: 17px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.reviews__slider .item-card .card-text {
  margin-bottom: 15px;
  font-size: 14px;
  color: #444444;
  text-align: left;
}
.reviews__slider .item-card .card-body {
  padding-top: 0;
}
.reviews__slider .slick-dots {
  padding-top: 70px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__slider .slick-dots li button::before {
  content: '';
  width: 15px;
  height: 3px;
  background-color: #cccccc;
}
.reviews__slider .slick-dots li.slick-active button::before {
  content: '';
  color: #de2929;
  background-color: #de2929;
  width: 25px;
  height: 7px;
}

/*------------Slider Dots Reviews--------------------*/
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
.slider-dots-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-dots-box .slick-active button:before {
  height: 10px;
  background-color: #de2929;
}
.slider-dots button {
  width: 30px;
  height: 20px;
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.slider-dots button::before {
  content: "";
  display: block;
  z-index: 2;
  width: 30px;
  height: 2px;
  display: block;
  border: 0;
  background-color: #dbdbdb;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.aside-slider__second {
  padding: 20px 60px;
}
.aside-slider__second .slick-current {
  border: 6px solid #de2929;
}

/*--------------------Page---------------------------*/
.page-404 {
  padding-top: 120px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-404 .img {
  position: relative;
  margin-bottom: 70px;
  z-index: 7;
}
.page-404 .img::before {
  left: 10%;
  top: 40%;
}
.page-404 .img::after {
  right: 200px;
  left: unset;
  top: 129px;
}
.page-404 .img p {
  content: '';
  position: absolute;
  font-size: 36px;
  color: #0cbcee;
  font-weight: bold;
  line-height: 1.056;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-404 .subtitle {
  font-size: 36px;
  color: #222222;
  line-height: 0.889;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}
.page-404 .subtitle + a {
  margin-bottom: 100px;
}
.page-404 .subtitle::before {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-404 .link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0 auto;
}
.page-404 .link__template .text {
  width: 100%;
  text-align: center;
}
.page-404 .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.page-404 .link__template span svg {
  fill: #fff;
}
.page-404 .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}
.page-register {
  padding-top: 84px;
  padding-bottom: 200px;
  position: relative;
}
.page-register::after {
  top: 56px;
  left: 169px;
}
.page-register::before {
  top: 150px;
  left: -70px;
}
.page-register .box-form {
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 60px 50px;
  border-radius: 2px;
}
.page-register .box-form .featured__category-link {
  padding-left: 40px;
  margin: 0;
  margin-right: auto;
}
.page-register .box-form .form .form-title {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  line-height: 1.267;
  text-align: left;
  margin-bottom: 45px;
}
.page-register .box-form .form label {
  font-size: 17px;
  color: #444444;
  text-align: left;
  margin-bottom: 15px;
}
.page-register .box-form .form input {
  height: 64px;
  border: none;
  margin-bottom: 36px;
}
.page-register .box-form .form input ~ div {
  margin-bottom: 42px;
}
.page-register .box-form .form input ~ div:last-of-type {
  margin-bottom: 45;
}
.page-register .box-form .form input ~ div label {
  margin-bottom: 0;
}
.page-register .box-form .form input ~ div label:not(:last-child) {
  margin-right: 45px;
}
.page-register .box-form .form input ~ div input {
  height: auto;
  margin-bottom: 0;
  margin-right: 15px;
}
.page-register .box-form .form input ~ div a {
  color: #525252;
}
.page-register .box-form .form input ~ div a:hover {
  text-decoration: underline;
}
.page-register .box-form .form input ~ div:not(:last-child) label {
  margin-right: 5px;
}
.page-register .box-form .form .link__template {
  max-width: 100%;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-bottom: 25px;
}
.page-register .box-form .form .link__template .text {
  width: 100%;
  text-align: center;
}
.page-register .box-form .form .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.page-register .box-form .form .link__template span svg {
  fill: #fff;
}
.page-register .box-form .form .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}
.page-register .box-form .form .link__template.second-bg-color {
  max-width: 100%;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #0cbcee;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}
.page-register .box-form .form .link__template.second-bg-color .text {
  width: 100%;
  text-align: center;
}
.page-register .box-form .form .link__template.second-bg-color span {
  display: block;
  width: 80px;
  background-color: #00a8d8;
  height: 60px;
}
.page-register .box-form .form .link__template.second-bg-color span svg {
  fill: #fff;
}
.page-register .box-form .form .link__template.second-bg-color:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}
.page-register.contact .contact-content {
  padding-top: 50px;
}
.page-register.contact .contact-content .title {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  line-height: 1.056;
  text-align: left;
  margin-bottom: 42px;
}
.page-register.contact .contact-content .text {
  font-size: 17px;
  color: #444444;
  line-height: 2;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.page-register.contact .contact-content .adress {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 45px;
}
.page-register.contact .contact-content .phone {
  font-size: 30px;
  color: #0cbcee;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}
.page-register.contact .contact-content .email {
  font-size: 20px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 45px;
}
.page-register.contact form .name {
  background-image: url(/img/svg/icon-name-input.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 50px;
}
.page-register.contact form .email {
  background-image: url(/img/svg/icon-email-input.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 50px;
  height: 64px !important;
  margin-right: 0 !important;
}
.page-register.contact form .phone {
  background-image: url(/img/svg/icon-phone-input.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 50px;
  height: 64px !important;
  margin-right: 0 !important;
}
.page-register.contact form textarea {
  padding: 26px 30px;
  border: none;
  margin-bottom: 30px;
}
.page-about {
  padding-top: 80px;
}
.page-about .content {
  padding-left: 75px;
}
.page-about .content .title {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  line-height: 1.222;
  text-align: left;
  margin-bottom: 41px;
}
.page-about .content .subtitle {
  margin-bottom: 17px;
  font-size: 20px;
  color: #222222;
  line-height: 1.6;
  text-align: left;
  font-weight: 700;
  margin-bottom: 17px;
}
.page-about .content p:last-of-type {
  margin-bottom: 46px;
}
.page-about .content .link__template {
  max-width: 290px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}
.page-about .content .link__template .text {
  width: 100%;
  text-align: center;
}
.page-about .content .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.page-about .content .link__template span svg {
  fill: #fff;
}
.page-about .content .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}
.page-about .box-count {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.page-about .box-count .counter {
  font-size: 80px;
  font-family: "Smooch";
  color: #0cbcee;
  line-height: 1.2;
}
.page-about .box-count .counter + span {
  margin: 0;
}
.page-about .box-count .counter ~ p {
  font-size: 22px;
  color: #222222;
}
.page-single section.content > img {
  margin-bottom: 45px;
}
.page-single section.content .col-12 img {
  height: auto;
}
.page-single section.content .col-12.col-md-6 .title {
  font-size: 30px;
}
.page-single section.content .col-12 .title {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 21px;
}
.page-single section.content .content-meta {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 36px;
}
.page-single section.content .content-meta ul li {
  margin-right: 32px;
}
.page-single section.content .content-meta ul li svg {
  margin-right: 9px;
}
.page-single section.content .content-meta ul li a {
  font-size: 14px;
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-single section.content .content-meta ul li a:hover {
  border-bottom: 1px solid #dddddd;
}
.page-single section.content .content-tag ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}
.page-single section.content .content-tag ul li {
  margin-right: 5px;
  margin-bottom: 30px;
}
.page-single section.content .content-tag ul li a {
  border-radius: 20px;
  background-color: #00bff5;
  padding: 15px 22px;
  font-size: 14px;
  color: #222222;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-single section.content .content-tag ul li a:hover {
  background-color: #de2929;
  color: #fff;
}
.page-single section.content p {
  color: #444444;
  font-size: inherit;
  margin-bottom: 32px;
  line-height: 1.8;
}
.page-single section.content h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-single section.content .continue-reading {
  font-size: 19px;
  color: #202020;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.page-single section.content .continue-reading svg {
  fill: #ff5e14;
  margin-right: 16px;
}
.page-single section.content .continue-reading:hover {
  text-decoration: underline;
}
.page-single section.content .content-blog .navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-single section.content .content-blog .navigation.pagination .nav-links .page-numbers {
  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-right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-single section.content .content-blog .navigation.pagination .nav-links .page-numbers:hover {
  background-color: #ffc248;
  color: #fff;
}
.page-single section.content .content-blog .navigation.pagination .nav-links .page-numbers.current {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffc248;
  color: #fff;
  font-size: 18px;
}
.page-card {
  padding-top: 75px;
  margin-bottom: 250px;
}
.page-card h2.title {
  font-size: 22px;
  font-weight: 700;
}

.listing-details h3.title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  margin-left: 20px;
}
.listing-details section.details-slider .title {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 40px;
}
.listing-details section.details-slider .slider__top {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.listing-details section.details-slider .slider__top img {
  width: 100%;
  margin-bottom: 20px;
}
.listing-details section.details-content .items .item svg {
  margin-bottom: 25px;
}
.listing-details section.details-content .items .item .text {
  color: #444444;
}
.listing-details section.details-content .items .item:not(:last-of-type) {
  border-right: 1px solid #d3e0ea;
}
.listing-details section.details-intro_video {
  position: relative;
}
.listing-details section.details-intro_video img {
  position: relative;
}
.listing-details section.details-intro_video a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.listing-details section.details-contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.listing-details section.details-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.listing-details section.details-contact ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  font-weight: 500;
}
.listing-details section.details-contact ul li span {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #ebebeb;
  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;
}
.listing-details section.details-contact ul.social li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.listing-details section.details-contact ul.social li a {
  background-color: #ebebeb;
  color: #222222;
}

.aside {
  padding-left: 26px;
  background-color: #fff;
}
.aside ul {
  list-style: none;
  padding-left: 0;
}
.aside ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.aside ul li::before {
  content: '';
  background: url(/img/png/tick.png) no-repeat center;
  width: 28px;
  height: 28px;
  display: block;
  background-color: #2873de;
  border-radius: 50%;
  margin-right: 25px;
}
.aside .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-bottom: 52px;
}
.aside .title::after {
  position: absolute;
  content: '';
  background: url(/img/png/shape2-yellow-small.png) no-repeat left center;
  left: 0;
  width: 30px;
  height: 10px;
  display: block;
  padding-top: 15px;
}
.aside__search form {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
          box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
  padding: 5px;
  height: 70px;
  margin-bottom: 45px;
}
.aside__search form input {
  border: none;
  width: 100%;
  font-size: 17px;
  color: #222222;
  text-transform: uppercase;
  padding-left: 32px;
}
.aside__search form button {
  background-color: #e64646;
  border: none;
  border-radius: none;
  width: 60px;
  height: 60px;
}
.aside__search form button svg {
  fill: #fff;
}
.aside__categories, .aside__pop-posts {
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #fff;
  padding: 38px;
  padding-left: 41px;
  margin-bottom: 45px;
}
.aside__categories ul li, .aside__pop-posts ul li {
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.aside__categories ul li:hover, .aside__pop-posts ul li:hover {
  text-decoration: underline;
}
.aside__categories ul li a, .aside__pop-posts ul li a {
  font-size: 17px;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside__categories ul li a span, .aside__pop-posts ul li a span {
  border-radius: 15px;
  background-color: #00bff5;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #444444;
  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;
}
.aside__categories ul li::before {
  content: none;
}
.aside__pop-posts {
  padding-top: 32px;
}
.aside__pop-posts .title {
  margin-bottom: 20px;
}
.aside__pop-posts ul {
  padding-top: 35px;
}
.aside__pop-posts ul li:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 21px;
}
.aside__pop-posts ul li {
  margin-bottom: 35px;
}
.aside__pop-posts ul li a img {
  margin-right: 25px;
}
.aside__pop-posts ul li a .card-title {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 23px;
}
.aside__pop-posts ul li a .adress svg {
  margin-right: 8px;
}
.aside__pop-posts ul li::before {
  content: none;
}
.aside__author {
  border-bottom: 1px solid #dddddd;
  max-width: 520px;
  margin: 0 auto;
}
.aside__author img {
  width: 105px;
  height: 105px;
}
.aside__author .name {
  font-size: 24px;
  color: #0cbcee;
}
.aside__author .time {
  color: #7a7a7a;
}
.aside__author > a {
  color: #444444;
}
.aside__author .link__template {
  max-width: 260px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0;
  margin-right: auto;
  margin-bottom: 60px;
}
.aside__author .link__template .text {
  width: 100%;
  text-align: center;
}
.aside__author .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.aside__author .link__template span svg {
  fill: #fff;
}
.aside__author .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}
.aside__hours-work {
  padding-top: 60px;
  max-width: 520px;
  margin: 0 auto;
}
.aside__hours-work .title {
  margin-bottom: 40px;
}
.aside__hours-work .now-open {
  font-size: 24px;
  color: #222222;
  background-color: #e1f4f9;
  height: 74px;
  margin-bottom: 30px;
}
.aside__hours-work .show__all > a {
  font-size: 15px;
  color: #7a7a7a;
  text-align: center;
  display: block;
  margin-bottom: 28px;
}
.aside__hours-work .show__all > a ~ .collapse {
  margin-bottom: 20px;
}
.aside__hours-work .show__all table {
  border-collapse: unset;
  border-spacing: 0 20px;
}
.aside__hours-work .show__all table tr td:last-child {
  text-align: end;
}
.aside__slider {
  margin-bottom: 55px;
}
.aside__content {
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 65px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 65px;
}
.aside__content .title {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 15px;
}
.aside__content .title::after {
  content: none;
}
.aside__content .adress {
  margin-bottom: 35px;
}
.aside__content .station {
  background-color: #fafafa;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 35px;
}
.aside.map {
  padding-left: 0;
}
.aside.map__map {
  max-width: 640px;
  width: 100%;
  position: relative;
}

/*-----Template-----------------*/
.breadcrumbs {
  height: 340px;
  background: url(img/blog-g.jpg) no-repeat left top;
  border-bottom: 4px solid #de2929;
}
.breadcrumbs ul {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.breadcrumbs ul li {
  font-size: 18px;
  color: #fafafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li:not(:last-of-type):after {
  content: '';
  background: url(/img/png/object.png) no-repeat center;
  display: block;
  width: 35px;
  height: 10px;
  margin-left: 35px;
}
.breadcrumbs ul li a {
  font-size: 18px;
  color: #00bff5;
}
.breadcrumbs .title {
  font-size: 60px;
  color: #fafafa;
  font-weight: bold;
  margin-bottom: 20px;
}

.link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0 auto;
  margin-bottom: 100px;
}
.link__template .text {
  width: 100%;
  text-align: center;
}
.link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.link__template span svg {
  fill: #fff;
}
.link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}

.box__banner {
  max-width: 360px;
  margin: 0 auto;
  height: 565px;
  position: relative;
  background: url(/img/png/banner.png) no-repeat top left;
  background-size: cover;
  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: 0 30px;
  font-family: inherit;
}
.box__banner .title {
  text-align: center;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 15px;
}
.box__banner p.text {
  font-size: 22px;
  color: #222222;
  line-height: 1.455;
  text-align: center;
  margin-bottom: 32px;
}
.box__banner .link__template {
  max-width: 241px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-bottom: 47px;
}
.box__banner .link__template .text {
  width: 100%;
  text-align: center;
}
.box__banner .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.box__banner .link__template span svg {
  fill: #fff;
}
.box__banner .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}

.post-comments {
  padding-top: 70px;
  border-bottom: 1px solid #dddddd;
}
.post-comments .add-reviews {
  color: #de2929;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}
.post-comments .add-reviews:hover {
  text-decoration: underline;
}
.post-comments .your-rating {
  width: 300px;
  height: 65px;
  background-color: #e1f4f9;
  border-radius: 40px;
  margin-bottom: 45px;
}
.post-comments .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}
.post-comments .comment-list {
  list-style: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 70px;
}
.post-comments .comment-author img {
  margin-right: 17px;
}
.post-comments .comment-metadata b {
  margin-right: 16px;
}
.post-comments .comment-metadata b a {
  font-size: 18px;
  color: #222222;
}
.post-comments .comment-metadata b .day {
  font-size: 12px;
  color: #444444;
}
.post-comments .comment-content p {
  font-size: 16px;
  color: #444444;
}
.post-comments .form-comment form textarea,
.post-comments .form-comment form input[type="text"],
.post-comments .form-comment form input[type="email"] {
  -webkit-box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
          box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
  border: none;
  padding-left: 35px;
  margin-bottom: 22px;
}
.post-comments .form-comment form input[type="text"],
.post-comments .form-comment form input[type="email"] {
  height: 60px;
}
.post-comments .form-comment form input[type="email"] {
  margin-bottom: 45px;
}
.post-comments .form-comment form input[type="radio"] {
  margin-right: 10px;
}
.post-comments .form-comment form textarea {
  padding-top: 30px;
}
.post-comments .form-comment form button.link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  margin-bottom: 100px;
  margin-right: auto;
}
.post-comments .form-comment form button.link__template .text {
  width: 100%;
  text-align: center;
}
.post-comments .form-comment form button.link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px;
}
.post-comments .form-comment form button.link__template span svg {
  fill: #fff;
}
.post-comments .form-comment form button.link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
}

.left__menu .offcanvas {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.left__menu .offcanvas-start {
  top: 98px;
  width: 455px;
}
.left__menu .offcanvas-body {
  padding-top: 70px;
  padding-left: 36px;
}
.left__menu .offcanvas-body ul {
  list-style: none;
  padding-left: 2.3rem;
}
.left__menu .offcanvas-body ul li {
  margin-bottom: 49px;
}
.left__menu .offcanvas-body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.left__menu .offcanvas-body ul li a:hover {
  color: #00bff5;
}
.left__menu .offcanvas-body ul li svg {
  margin-right: 40px;
}

.buttons-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buttons-list__grid .grid,
.buttons-list__grid .list {
  border: none;
}
.buttons-list__grid .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buttons-list__grid .list span {
  display: block;
  border: 2px solid #dbdbdb;
  width: 25px;
  height: 7px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.buttons-list__grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.buttons-list__grid .grid span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #dbdbdb;
  margin-bottom: 2px;
}
.buttons-list__grid .grid span:nth-child(odd) {
  margin-right: 2px;
}

/*----------------Footer--------------------------*/
.footer {
  width: 100%;
}
.footer-email {
  width: 100%;
  background-color: #00a5d3;
  position: relative;
  overflow: hidden;
  padding: 36px;
}
.footer-email::after {
  content: '';
  background: url(/img/svg/curve-email.svg) no-repeat center;
  width: 100%;
  height: 584px;
  position: absolute;
  top: -235px;
  left: 0;
}
.footer-email .email-text h2 {
  font-size: 40px;
  font-family: inherit;
  color: white;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.footer-email .email-text h2::before {
  top: 10px;
  left: -90px;
}
.footer-email .form-email form {
  width: 100%;
  position: relative;
  z-index: 100;
}
.footer-email .form-email form input {
  padding: 29px;
  font-size: 17px;
  font-family: inherit;
  color: #222222;
  line-height: 1.2;
  border: 10px solid #4eb6d3;
}
.footer-email .form-email form button {
  position: absolute;
  right: 0;
  right: 10px;
  height: 80px;
  top: 10px;
  width: 80px;
  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: none;
}
.footer-middle {
  position: relative;
}
.footer-middle .column-first {
  margin-right: 30px;
}
.footer-middle .column-first .logo-footer {
  margin-bottom: 31px;
}
.footer-middle .column-first .text {
  font-size: 17px;
  color: white;
  line-height: 1.765;
  text-align: left;
  margin-bottom: 40px;
}
.footer-middle .column-first .phone {
  font-size: 22px;
  color: white;
  line-height: 1.273;
  text-align: left;
  margin-bottom: 40px;
  display: inline-block;
}
.footer-middle .column-second ul li {
  position: relative;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.footer-middle .column-second ul li a {
  font-size: 17px;
  color: white;
  line-height: 2.882;
  text-align: left;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.footer-middle .column-second ul li:hover::after {
  content: '';
  position: absolute;
  background: url(/img/svg/icon-arrow-r-red.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  left: 0;
  top: 39%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.footer-middle .column-second ul li:hover a {
  padding-left: 15px;
}
.footer-middle .column-three ul li {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 28px;
}
.footer-middle .column-three .card-content .adress {
  font-size: 14px;
  color: white;
  line-height: 3.429;
  text-align: left;
}
.footer-middle .column-three .card-list img {
  border-radius: 2px;
  margin-right: 20px;
}
.footer-middle .column-three .card-title {
  font-size: 17px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 7px;
}
.footer-middle .column-three .card-price {
  font-size: 22px;
  color: white;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 5px;
}
.footer-middle .title {
  font-size: 22px;
  color: white;
  font-weight: bold;
  line-height: 2.364;
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}
.footer-middle .title::before {
  content: '';
  background-color: #00bff5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  z-index: 26;
}
.footer-bottom {
  text-align: center;
  min-height: 120px;
  background-color: #151515;
  width: 100%;
}
.footer-bottom p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.875;
  text-align: center;
}
.footer-bottom ul li {
  margin-left: 10px;
}
.footer-bottom ul li a {
  font-size: 16px;
  color: white;
  line-height: 3.063;
  text-align: left;
}

/*-------------------------Media------------------*/
@media screen and (min-width: 1200px) {
  .header-home #dl-menu {
    width: auto;
    max-width: 100%;
  }
  .header-home #dl-menu .dl-menu {
    display: none;
  }
  .header-home #dl-menu li.dl-back:after,
  .header-home #dl-menu li > a:not(:only-child):after {
    content: '';
    position: initial;
  }
}
@media screen and (min-width: 1025px) {
  #navbarNavDropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .offcanvas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 810px) {
  .footer-email {
    max-width: 1420px;
    position: absolute;
    top: -90px;
    left: 0;
    padding: 70px 126px;
    padding-left: 178px;
  }
}
@media screen and (min-width: 769px) {
  .first__screen-form {
    width: 764px;
  }
  .first__screen--bg-img::after {
    content: '';
  }

  .hand__picked::after {
    content: '';
  }

  .featured__category {
    padding: 105px 0 105px;
    position: relative;
  }
  .featured__category::before {
    position: absolute;
    content: '';
    background: url(/img/svg/curve-left-bottom.svg) no-repeat center;
    width: 603px;
    height: 587px;
    left: 0;
    top: 65px;
    z-index: 0;
  }
  .featured__category::after {
    position: absolute;
    content: '';
    background: url(/img/svg/curve-right-bottom.svg) no-repeat center;
    width: 603px;
    height: 587px;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .featured__category-title {
    font-size: 48px;
    font-family: inherit;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 70px;
  }
  .featured__category-title + .row {
    margin-bottom: 70px;
    z-index: 2;
    position: relative;
  }
  .featured__category-title + .row::before {
    content: '';
    position: absolute;
    background: url(/img/png/icon-tr.png) no-repeat center;
    width: 29px;
    height: 29px;
    left: -124px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .reviews {
    padding-top: 240px;
    padding-bottom: 190px;
  }

  .footer {
    padding-top: 245px;
    position: relative;
  }
  .footer::after {
    content: '';
    background: url(/img/png/shape2-yellow.png);
    width: 65px;
    height: 13px;
    display: block;
    right: 200px;
    top: 129px;
    position: absolute;
  }
  .footer::before {
    content: '';
    background: url(/img/svg/curve-right-bottom-footer.svg) no-repeat center;
    width: 391px;
    height: 378px;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  .footer-middle {
    position: relative;
  }
  .footer-middle .column-first {
    margin-right: 30px;
    position: relative;
  }
  .footer-middle .column-first::before {
    content: '';
    background: url(/img/png/icon-dots-footer.png) no-repeat center;
    width: 78px;
    height: 76px;
    left: -29%;
    position: absolute;
    bottom: 18%;
  }
}
@media screen and (max-width: 1440px) {
  .popular__filter .listing-card .data-car li:not(:last-child):after {
    right: -17px;
  }
}
@media screen and (max-width: 1200px) {
  .header-home #dl-menu .navbar-nav {
    display: none;
  }
  .header-home .offcanvas-header {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header-page .navbar {
    height: 100%;
  }
  .header-page .navbar .nav-logo {
    border-right: none;
  }
  .header-page .link-reg {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .navbar-light .navbar-toggler {
    margin-right: 15px;
  }

  .page-register::before {
    content: none;
  }
  .page-about .content {
    padding-left: 0;
  }
  .page-about .content .title {
    font-size: 36px;
    color: #222222;
    font-weight: bold;
    line-height: 1.222;
    text-align: left;
  }

  .page-card {
    margin-bottom: 0;
  }

  .article-slider__arrowLeft {
    left: 43%;
  }

  .article-slider__arrowRight {
    right: 43%;
  }

  .popular__filter .listing-card .data-car li:not(:last-child):after {
    right: -9px;
  }

  .reviews__slider .item {
    padding: 26px;
    margin: 15px;
  }
}
@media screen and (max-width: 769px) {
  .popular__filter .listing-card .data-car li:not(:last-child):after {
    right: -24px;
  }
  .popular__filter .listing-card.ll-none {
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
  }
  .popular__filter .listing-card.line-list .listing-card__middle .listing-card__info {
    padding-right: 0;
  }
  .popular__filter .listing-card.line-list .listing-card__middle .listing-card__info .info-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .box-form {
    margin-top: 60px !important;
  }

  .page-404 {
    padding-bottom: 15px;
  }
  .page-404 .img img {
    height: auto;
  }
  .page-404 .img p {
    font-size: 26px;
  }
  .page-register {
    padding-bottom: 75px;
  }

  .reviews__title .shape-1 {
    left: 0;
  }

  .article-slider__arrowRight {
    right: 36%;
  }

  .first__screen {
    padding-top: 0;
  }
  .first__screen-content h1 {
    font-size: 53px;
    text-align: center;
  }
  .first__screen-description {
    text-align: center;
    max-width: 100%;
  }
  .first__screen-recent {
    margin-bottom: 1rem;
  }
  .first__screen-recent p {
    text-align: center;
  }
  .first__screen-form input {
    max-width: 100%;
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
  }
  .first__screen-form .dropdown-toggle::after {
    width: 100%;
    height: 0;
  }
  .first__screen-form button[type="submit"] {
    margin: 1rem auto 0 !important;
  }
  .first__screen-form .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__screen-form .dropdown-menu.dropdown-menu-end.show {
    width: 100%;
  }

  .link-reg {
    width: 100%;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-reg ul {
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .link-reg ul li:first-of-type {
    border-left: 1px solid #eeeeee;
  }

  .popular__filter .listing-card {
    margin: 0 7px;
  }

  .we__offer {
    height: auto;
  }
  .we__offer h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .we__offer-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-email .email-text h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-middle {
    padding: 36px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .header-page .link-reg ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-page .link-reg ul li {
    width: 100%;
  }
  .header-page .link-reg ul li:last-child {
    border-right: none;
  }
  .header-page .link-reg .user-area {
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-page .navbar .nav-logo {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-page .navbar .header-search {
    border-right: none;
  }

  .page-404 {
    padding-bottom: 0;
  }
  .page-404 .img {
    margin-bottom: 50px;
  }
  .page-404 .img p {
    font-size: 16px;
  }
  .page-404 .subtitle {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .page-register .box-form {
    padding: 40px 15px;
  }
  .page-register::after {
    content: none;
  }

  .popular__listing-title::after {
    top: 50px;
  }

  h1,
  h2 {
    font-size: 35px !important;
  }

  .we__offer-card {
    min-width: 100%;
    padding: 15px;
  }

  .article-slider__arrowLeft {
    left: 39%;
  }

  .article-slider__arrowRight {
    right: 25%;
  }

  .hand__picked-brand img {
    width: 200px;
  }

  .page-card .popular__filter .listing-card.ll-none {
    width: 100%;
  }
  .page-card .popular__filter .listing-card.line-list .listing-card__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  .page-card .popular__filter .listing-card.line-list .listing-card__box .listing-card__media {
    margin: 0 auto;
  }
  .page-card .popular__filter .listing-card.line-list .listing-card__box .listing-card__media a img {
    width: 100%;
  }

  .footer-middle {
    padding: 15px 0;
  }
  .footer-email {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .article-slider__arrowLeft {
    left: 33%;
  }

  .article-slider__arrowRight {
    right: 13%;
  }

  .popular__filter .listing-card .data-car li:not(:last-child):after {
    right: -14px;
  }

  .page-404 {
    padding-bottom: 0;
  }
  .page-404 .img p {
    font-size: 12px;
  }
  .page-about .box-count {
    width: 100%;
  }
}
@media screen and (max-width: 321px) {
  .navbar-light .navbar-toggler {
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header .navbar-brand {
    margin-right: 0;
  }
  .header .navbar-brand img {
    margin-right: 0;
  }
  .header .navbar-brand .nav-logo {
    margin: 0 auto;
  }
  .header .navbar-brand .dots-menu {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fafafa;
  }
}
