/* mixins.less */
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.nmt-10 {
  margin-top: -10px;
}
.nmb-10 {
  margin-bottom: -10px;
}
.nml-10 {
  margin-left: -10px;
}
.nmr-10 {
  margin-right: -10px;
}
.nmx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.nmy-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.nmt-15 {
  margin-top: -15px;
}
.nmb-15 {
  margin-bottom: -15px;
}
.nml-15 {
  margin-left: -15px;
}
.nmr-15 {
  margin-right: -15px;
}
.nmx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.nmy-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.nmt-20 {
  margin-top: -20px;
}
.nmb-20 {
  margin-bottom: -20px;
}
.nml-20 {
  margin-left: -20px;
}
.nmr-20 {
  margin-right: -20px;
}
.nmx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.nmy-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.nmt-25 {
  margin-top: -25px;
}
.nmb-25 {
  margin-bottom: -25px;
}
.nml-25 {
  margin-left: -25px;
}
.nmr-25 {
  margin-right: -25px;
}
.nmx-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.nmy-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}
.nmt-30 {
  margin-top: -30px;
}
.nmb-30 {
  margin-bottom: -30px;
}
.nml-30 {
  margin-left: -30px;
}
.nmr-30 {
  margin-right: -30px;
}
.nmx-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.nmy-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.nmt-50 {
  margin-top: -50px;
}
.nmb-50 {
  margin-bottom: -50px;
}
.nml-50 {
  margin-left: -50px;
}
.nmr-50 {
  margin-right: -50px;
}
.nmx-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.nmy-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}
.mt-75 {
  margin-top: -75px;
}
.nmb-75 {
  margin-bottom: -75px;
}
.nml-75 {
  margin-left: -75px;
}
.nmr-75 {
  margin-right: -75px;
}
.nmx-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.nmy-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
a:focus,
a:focus-within {
  outline: 0;
}
a:not(.btn) {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
  text-decoration: none;
}
a:not(.btn):hover {
  color: #ff0000;
  text-decoration: none;
}
@media (min-width: 992px) {
  a:not(.btn).tel-nr-big {
    color: #000000;
  }
  a:not(.btn).tel-nr-big:hover {
    cursor: text;
    color: #000000;
  }
}
img {
  max-width: 100% !important;
}
img.alignright {
  float: right;
  margin: 1em 0 2em 2em;
}
img.alignleft {
  float: left;
  margin: 1em 2em 2em 0;
}
img.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 1em 0 2em 2em;
}
a img.alignleft {
  float: left;
  margin: 1em 2em 2em 0;
}
a img.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-img {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 75%;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 31px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 19px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 17px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.tlt {
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.icon {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 30px;
  height: 30px;
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.road {
  background-image: url("../images/icons/road.svg");
}
.icon.fuel {
  background-image: url("../images/icons/fuel.svg");
}
.icon.engine {
  background-image: url("../images/icons/engine.svg");
}
.icon.type {
  background-image: url("../images/icons/type.svg");
}
.icon.gearbox {
  background-image: url("../images/icons/gearbox.svg");
}
.icon.road-d {
  background-image: url("../images/icons/road-d.svg");
}
.icon.fuel-d {
  background-image: url("../images/icons/fuel-d.svg");
}
.icon.engine-d {
  background-image: url("../images/icons/engine-d.svg");
}
.icon.type-d {
  background-image: url("../images/icons/type-d.svg");
}
.icon.gearbox-d {
  background-image: url("../images/icons/gearbox-d.svg");
}
.icon.ta {
  background-image: url("../images/icons/TA.svg");
}
.icon.odo {
  background-image: url("../images/icons/odometer.svg");
}
.icon.mt-0 {
  margin-top: 0;
}
.icon.mb-0 {
  margin-bottom: 0;
}
.icon.xxxs {
  width: 10px;
  height: 10px;
}
.icon.xxs {
  width: 15px;
  height: 15px;
}
.icon.xs {
  width: 20px;
  height: 20px;
}
.icon.sm {
  width: 25px;
  height: 25px;
}
.icon.md {
  width: 35px;
  height: 35px;
}
.icon.lg {
  width: 40px;
  height: 40px;
}
.icon.xl {
  width: 45px;
  height: 45px;
}
.icon.xxl {
  width: 50px;
  height: 50px;
}
.icon.xxxl {
  width: 55px;
  height: 55px;
}
.icon.xxxxl {
  width: 60px;
  height: 60px;
}
.icon.mega {
  width: 65px;
  height: 65px;
}
.icon-on-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
body .text-sm {
  font-size: 13px;
}
body .popup-bg {
  position: fixed;
  display: block;
  content: '';
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 100vh;
  background: #000000;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body.popup-opened .popup-bg {
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .5;
  z-index: 99999;
}
body .main-content {
  min-height: calc(100vh -  30px);
  padding-top: 50px;
}
@media (min-width: 992px) {
  body .main-content {
    min-height: calc(100vh -  30px);
    padding-top: 90px;
  }
}
body .body-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  display: block;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
*:focus,
*:focus-within {
  outline: 0 !important;
}
.orange {
  color: #ff360d;
}
.red-text {
  color: #ff360d;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
@media (min-width: 768px) {
  .left-on-big {
    text-align: left;
  }
  .right-on-big {
    text-align: right;
  }
  .center-on-big {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-on-small {
    text-align: left;
  }
  .right-on-small {
    text-align: right;
  }
  .center-on-small {
    text-align: center;
  }
}
.upper {
  text-transform: uppercase;
}
.hide-elem {
  display: none;
}
.flex {
  display: flex;
}
.align-c {
  align-items: center;
}
.align-b {
  align-items: baseline;
}
.align-s {
  align-items: flex-start;
}
.align-e {
  align-items: flex-end;
}
.align-stre {
  align-items: stretch;
}
.just-c {
  justify-content: center;
}
.just-e {
  justify-content: flex-end;
}
.just-s {
  justify-content: flex-start;
}
.just-a {
  justify-content: space-around;
}
.just-b {
  justify-content: space-between;
}
.row.pad-all-around {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.pad-all-around [class^="col-"],
.row.pad-all-around [class*=" col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.small-pad-all-around {
  margin: 5px;
  width: calc(100% +  10px);
}
.row.small-pad-all-around [class^="col-"],
.row.small-pad-all-around [class*=" col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cookie-info {
  padding: 5px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff;
  border-top: 1px solid #000000;
  text-align: center;
}
.size-110 {
  font-size: 110%;
}
.size-115 {
  font-size: 115%;
}
.size-120 {
  font-size: 120%;
}
.size-125 {
  font-size: 125%;
}
ul.no-style {
  list-style: none;
  padding: 0;
}
ul.checks {
  padding: 0;
  text-align: left;
  list-style: none;
}
ul.checks li {
  position: relative;
}
ul.checks li::before {
  display: inline-block;
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  color: #ff360d;
}
ul.check-circle {
  padding: 0;
  padding-left: 20px;
  text-align: left;
  list-style: none;
}
ul.check-circle li {
  position: relative;
}
ul.check-circle li::before {
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  left: -20px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: bold;
  color: #ff360d;
}
ul.cb-list {
  padding: 0;
  padding-left: 30px;
  text-align: left;
  list-style: none;
}
ul.cb-list li {
  margin: 5px 0;
  position: relative;
}
ul.cb-list li::before {
  position: absolute;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icons/cb-list.svg');
  left: -30px;
  top: 3px;
  width: 20px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
}
ul.cb-list.white li::before {
  background-image: url('../images/icons/cb-list-w.svg');
}
ul.orange-bullets {
  padding: 0;
  padding-left: 20px;
  text-align: left;
  list-style: none;
}
ul.orange-bullets li {
  position: relative;
}
ul.orange-bullets li::before {
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  font-size: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: bold;
  color: #ff360d;
}
ul.white-bullets {
  padding: 0;
  padding-left: 20px;
  text-align: left;
  list-style: none;
}
ul.white-bullets li {
  position: relative;
}
ul.white-bullets li::before {
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  font-size: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: bold;
  color: #ffffff;
}
.btn {
  font-size: 17px;
  line-height: 17px;
  padding: 10px 20px;
  background: #ff360d;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn:focus,
.btn:hover,
.btn:focus-within {
  outline: none !important;
  box-shadow: none;
}
.btn:hover {
  background: #194247;
  color: #ffffff;
}
.btn.outer {
  border: 1px solid #ff360d;
  color: #ff360d;
  background: #ffffff;
}
.btn.outer:hover {
  color: #ffffff;
  background: #194247;
}
.btn.dark {
  background: #194247;
}
.btn.dark:hover {
  background: #ff360d;
}
.btn.dark.outer {
  border: 1px solid #194247;
  color: #194247;
  background: #ffffff;
}
.btn.dark.outer:hover {
  color: #ffffff;
  background: #ff360d;
}
.btn.gray {
  background: #d9d9d9;
}
.btn.gray:hover {
  background: #ff360d;
}
.btn.gray.outer {
  border: 1px solid #d9d9d9;
  color: #8b8b8b;
  background: #ffffff;
}
.btn.gray.outer:hover {
  color: #ffffff;
  background: #8b8b8b;
}
.btn.no-bg {
  background: none !important;
  border: none !important;
}
.btn.sm {
  font-size: 15px;
  line-height: 15px;
  padding: 4px 12px;
}
.btn.xs {
  font-size: 13px;
  line-height: 13px;
  padding: 3px 7px;
}
.btn.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.f-w {
  width: 100%;
}
.top-navs {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
}
.top-navs .small {
  font-size: 70%;
  font-weight: 300;
}
.top-navs.shadow {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
.top-navs .container {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-navs .container .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 20px;
  margin: 0;
  z-index: 9;
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.top-navs .container .logo-box .logo {
  width: calc(calc(3 *  50px)  - 30px);
  max-width: calc(calc(3 *  50px)  - 30px) !important;
  max-height: calc(50px  - 16px);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.top-navs .container .logo-box .logo:hover {
  -webkit-transform: scale(1.125);
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -o-transform: scale(1.125);
}
.top-navs .container .logo-box::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  bottom: -5px;
  left: -15px;
  right: 0px;
  top: 0;
  background: #ffffff;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-clip-path: polygon(-15px calc(100% - 25px), calc(100% + 15px) calc(100% - 25px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
  clip-path: polygon(-15px calc(100% - 25px), calc(100% + 15px) calc(100% - 25px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
}
@media (max-width: 575px) {
  .top-navs .container .logo-box {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .top-navs .container .logo-box::after {
    -webkit-clip-path: polygon(-15px calc(100% - 15px), calc(100% + 15px) calc(100% - 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
    clip-path: polygon(-15px calc(100% - 15px), calc(100% + 15px) calc(100% - 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
  }
}
.top-navs .container .col-menu {
  display: flex;
}
.top-navs .container .col-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.top-navs .container .col-menu .langs,
.top-navs .container .col-menu .lang-block {
  text-transform: uppercase;
}
.top-navs .container .col-menu .langs .flag,
.top-navs .container .col-menu .lang-block .flag {
  width: 30px;
  height: 20px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .top-navs .container {
    height: 90px;
  }
  .top-navs .container .logo-box .logo {
    width: calc(calc(3 *  90px)  - 30px);
    max-width: calc(calc(3 *  90px)  - 30px) !important;
    max-height: calc(90px  - 20px);
  }
  .top-navs .container .col-menu {
    height: 90px;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: calc(100% -  calc(3 *  90px));
  }
  .top-navs .container .col-menu .menu-navs,
  .top-navs .container .col-menu .langs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
  }
  .top-navs .container .col-menu .menu-navs > li > a,
  .top-navs .container .col-menu .langs > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-navs .container .col-menu .menu-navs {
    order: 5;
  }
  .top-navs .container .col-menu .langs {
    order: 9;
  }
  .top-navs .container .col-menu .top-line {
    height: 30px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #194247;
    color: #ffffff;
    padding: 7px 0;
    font-size: 16px;
    line-height: 16px;
  }
  .top-navs .container .col-menu .top-line .top-head {
    padding-right: 20px;
    color: #ffffff;
  }
  .top-navs .container .col-menu .top-line .lang-block {
    z-index: 1;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .top-navs .container .col-menu .top-line .lang-block .this-lang {
    margin-top: -7px;
    margin-bottom: -7px;
    display: flex;
    align-items: center;
    height: 30px;
  }
  .top-navs .container .col-menu .top-line .lang-block .this-lang .flag {
    width: 21px;
    height: 14px;
    margin-right: 5px;
  }
  .top-navs .container .col-menu .top-line .lang-block .this-lang .fas {
    line-height: 12px;
    font-size: 12px;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li {
    padding: 0;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 10px 15px;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li:hover .flag,
  .top-navs .container .col-menu .top-line .lang-block .langs li:focus .flag {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li.active {
    display: none;
  }
  .top-navs .container .col-menu .top-line .lang-block:hover .langs,
  .top-navs .container .col-menu .top-line .lang-block:focus .langs {
    position: absolute;
    bottom: auto;
    top: 100%;
    opacity: 1;
    overflow: hidden;
    background: #194247;
    color: #ffffff;
    padding: 5px 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-menu .top-line::before,
  .top-navs .container .col-menu .top-line::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    top: 0;
    background: #194247;
    z-index: -1;
  }
  .top-navs .container .col-menu .top-line::before {
    top: auto;
    left: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .top-navs .container .col-menu .top-line::after {
    left: 100%;
    width: 50vw;
  }
  .top-navs .container .col-menu .bottom-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: calc(90px - 30px);
  }
  .top-navs .container .col-menu .bottom-line .menu-navs > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(90px - 30px);
    position: relative;
  }
  .top-navs .container .col-menu .bottom-line .menu-navs > li > a::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 4px;
    right: 50%;
    left: 50%;
    background: #ff360d;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-menu .bottom-line .menu-navs > li.current-menu-item > a::after {
    right: 7px;
    left: 7px;
    opacity: 1;
  }
  .top-navs .container .phone-on-small,
  .top-navs .container .col-btn-box,
  .top-navs .container .phone-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-navs .container {
    height: 50px;
  }
  .top-navs .container .logo-box {
    height: 50px;
    width: calc(3 *  50px);
  }
  .top-navs .container .col-menu {
    position: fixed;
    right: -100vw;
    top: 50px;
    max-height: calc(100vh -  calc(2 *  50px));
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 15px;
    width: 100%;
    background: #194247;
    color: #ffffff;
    opacity: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-menu a {
    color: #ffffff;
  }
  .top-navs .container .col-menu > ul,
  .top-navs .container .col-menu > div {
    padding: 10px 0;
  }
  .top-navs .container .col-menu .menu-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-navs .container .col-menu .menu-navs > li > a {
    padding: 5px;
    width: 100%;
  }
  .top-navs .container .col-menu .langs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navs .container .col-menu .langs > li > a {
    padding: 10px;
  }
  .top-navs .container .col-menu .top-line .top-head {
    display: none;
  }
  .top-navs .container .col-menu .top-line .lang-block .this-lang {
    display: none;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li {
    padding: 5px;
  }
  .top-navs .container .col-menu .top-line .lang-block .langs li a {
    display: block;
    padding: 5px 10px;
  }
  .top-navs .container .phone-on-small {
    display: block;
    padding: 20px;
  }
  .top-navs .container .logo-box,
  .top-navs .container .phone-btn {
    position: relative;
    z-index: 9;
  }
  .top-navs .container .desctop-btn {
    display: none;
  }
  .top-navs .container .col-btn-box {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    width: 50px;
  }
  .top-navs .container .col-btn-box .col-btn {
    display: block;
    content: '';
    position: relative;
    width: 35px;
    height: 5px;
    background: #000000;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-btn-box .col-btn::before,
  .top-navs .container .col-btn-box .col-btn::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    background: #000000;
    content: '';
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-btn-box .col-btn::before {
    top: -10px;
  }
  .top-navs .container .col-btn-box .col-btn::after {
    bottom: -10px;
  }
  .top-navs .container .col-btn-box::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #ffffff;
    content: '';
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  }
}
@media (max-width: 991px) and (max-width: 369px) {
  .top-navs .container .phone-btn .btn {
    white-space: normal;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .top-navs .container .logo-box {
    width: calc(2.75 *  50px);
  }
  .top-navs .container .logo-box .logo {
    max-width: calc(calc(2.8 *  50px)  - 20px) !important;
  }
  .top-navs .container .phone-btn .btn {
    padding: 5px;
  }
  .top-navs .container .col-btn-box {
    width: 45px;
  }
}
body.scrolled .container .logo-box {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.scrolled .container .logo-box .logo {
  max-width: calc(calc(2.25 *  50px)  - 30px) !important;
  max-height: calc(0.75 *  50px  - 16px);
}
body.scrolled .container .logo-box .logo:hover {
  -webkit-transform: scale(1.125);
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -o-transform: scale(1.125);
}
body.scrolled .container .logo-box::after {
  -webkit-clip-path: polygon(-15px calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
  clip-path: polygon(-15px calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
}
@media (min-width: 992px) {
  body.scrolled .container .logo-box .logo {
    width: calc(calc(2.25 *  90px)  - 30px);
    max-width: calc(calc(2.25 *  90px)  - 30px) !important;
    max-height: calc(0.75 *  90px  - 20px);
  }
}
@media (max-width: 991px) {
  body.scrolled .container .logo-box {
    width: calc(2.25 *  50px);
  }
}
@media (max-width: 575px) {
  body.scrolled .container .logo-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.scrolled .container .logo-box::after {
    -webkit-clip-path: polygon(-15px calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
    clip-path: polygon(-15px calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
  }
}
@media (max-width: 991px) {
  body.top-navs-opened .popup-bg {
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .5;
  }
  body.top-navs-opened .top-navs .container .col-btn-box {
    z-index: 8;
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn {
    background: transparent;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0px;
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: 0px;
  }
  body.top-navs-opened .top-navs .container .col-menu {
    opacity: 1;
    right: 0px;
  }
}
@media (max-width: 991px) and (min-width: 783px) {
  body.admin-bar .top-navs .container .col-menu {
    top: calc(32px +  50px);
    max-height: calc(100vh - 32px - 50px);
  }
}
@media (max-width: 991px) and (max-width: 782px) {
  body.admin-bar .top-navs .container .col-menu {
    top: calc(46px +  50px);
    max-height: calc(100vh - 46px - 50px);
  }
}
@media (min-width: 783px) {
  body.admin-bar .top-navs {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .top-navs {
    top: 46px;
  }
}
footer .footer-bg {
  background: #194247;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer .container {
    justify-content: center;
    flex-direction: column;
  }
}
footer .logo-box .logo {
  width: 180px;
}
footer .footer-nemu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-nemu li {
  padding: 0;
  margin: 2px;
}
footer .footer-nemu li a {
  display: block;
  padding: 5px;
  color: #ffffff;
}
@media (max-width: 575px) {
  footer .footer-nemu {
    display: none;
  }
}
footer .bottom-line {
  border-top: 1px solid #707070;
  background: #194247;
  padding: 5px 0;
}
@media (max-width: 767px) {
  footer .bottom-line {
    font-size: 10px;
  }
}
footer .designer-logo {
  display: inline-block;
  content: '';
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../images/designer-logo.svg);
  background-size: contain;
  height: 11px;
  width: 95px;
}
@media (max-width: 767px) {
  footer .designer-logo {
    height: 9px;
    width: 75px;
  }
}
input:not([type=checkbox]),
textarea,
.file-upload {
  padding: 5px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #d9d9d9;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
input:not([type=checkbox])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.file-upload::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder,
.file-upload::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
.file-upload:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-moz-placeholder,
textarea:-moz-placeholder,
.file-upload:-moz-placeholder {
  color: #000000;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus,
textarea:focus,
.file-upload:focus,
input:not([type=checkbox]):hover,
textarea:hover,
.file-upload:hover {
  border-color: #000000;
}
input:not([type=checkbox]):focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.file-upload:focus::-webkit-input-placeholder,
input:not([type=checkbox]):hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
.file-upload:hover::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.file-upload:focus::-moz-placeholder,
input:not([type=checkbox]):hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
.file-upload:hover::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.file-upload:focus:-ms-input-placeholder,
input:not([type=checkbox]):hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
.file-upload:hover:-ms-input-placeholder {
  color: #000000;
  opacity: 0.8;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.file-upload:focus:-moz-placeholder,
input:not([type=checkbox]):hover:-moz-placeholder,
textarea:hover:-moz-placeholder,
.file-upload:hover:-moz-placeholder {
  color: #000000;
  opacity: 0.8;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]).error,
textarea.error,
.file-upload.error {
  color: #000000;
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.65);
  box-shadow: 1px 1px 6px 0px #ff0000;
}
input:not([type=checkbox]).error:hover,
textarea.error:hover,
.file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
input:not([type=checkbox]).error:focus,
textarea.error:focus,
.file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
.row [class^="col-"] > input,
.row [class*=" col-"] > input,
.row [class^="col-"] > textarea,
.row [class*=" col-"] > textarea,
.row [class^="col-"] > select,
.row [class*=" col-"] > select,
.row [class^="col-"] > .bootstrap-select,
.row [class*=" col-"] > .bootstrap-select,
.row [class^="col-"] > .file-upload,
.row [class*=" col-"] > .file-upload {
  width: 100% !important;
}
.row.inp-row {
  margin-left: -5px;
  margin-right: -5px;
}
.row.inp-row [class^="col-"],
.row.inp-row [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap-select .dropdown-menu {
  max-height: 40vh !important;
  z-index: 9999 !important;
}
.bootstrap-select .btn {
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.65);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  /* color: #ffffff; */
}
.form-box .bootstrap-select .btn {
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.65);
}
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #ffffff;
}
.inp-form {
  position: relative;
}
.inp-form .se-pre-con {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  background-image: url('../images/loading_spinner.gif');
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-size: 30px;
}
.inp-form .iti__flag-container {
  top: 5px;
  bottom: 5px;
}
@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
.checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 1.1;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox.text-sm {
  font-size: 12px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  width: auto;
  cursor: pointer;
}
.checkbox input ~ .checkmark::after {
  display: none;
}
.checkbox input:hover ~ .checkmark {
  border-color: #000000;
  background: #d9d9d9;
}
.checkbox input:checked ~ .checkmark {
  border-color: #8b8b8b;
  background: #8b8b8b;
}
.checkbox input:checked ~ .checkmark::after {
  display: flex;
  color: #ffffff;
}
.checkbox input.error ~ .checkmark {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.65);
  box-shadow: 1px 1px 6px 0px #ff0000;
}
.checkbox input[type=radio] ~ .checkmark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox input[type=radio] ~ .checkmark::after {
  font-size: 10px;
}
.checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  margin-bottom: -2px;
  margin-right: 5px;
  background: transparent;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox .checkmark::after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox span,
.checkbox button {
  display: inline;
}
.checkbox span.checkmark,
.checkbox button.checkmark {
  display: inline-block;
}
.checkbox.radio-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox.radio-btn::after {
  font-size: 12px;
}
.inp-tlt {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 19px;
}
.file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 400px) {
  .file-upload {
    font-size: 12px;
  }
}
.file-upload .file-upload-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
#output {
  max-width: 767px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#output > div {
  width: 19%;
  padding-top: 19%;
  background-size: cover !important;
}
.slide-to {
  margin-top: calc(0px -  50px);
  padding-top: 50px;
}
@media (min-width: 992px) {
  .slide-to {
    margin-top: calc(0px -  90px);
    padding-top: 90px;
  }
}
@-webkit-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes VERTICAL-LINE {
  0% {
    top: -34%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes VERTICAL-LINE {
  0% {
    top: -34%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes VERTICAL-LINE {
  0% {
    top: -34%;
  }
  100% {
    top: 100%;
  }
}
@keyframes VERTICAL-LINE {
  0% {
    top: -34%;
  }
  100% {
    top: 100%;
  }
}
section.important-message {
  background: #194247;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
}
section.important-message .covid-info {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 500;
}
section.important-message .covid-info .thin {
  font-weight: 300;
}
section.index-banner-2021-10 {
  position: relative;
}
section.index-banner-2021-10 .bg,
section.index-banner-2021-10::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.index-banner-2021-10::before {
  background: #ff360d;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
section.index-banner-2021-10 .container {
  position: relative;
  z-index: 2;
}
section.index-banner-2021-10 .container > .row {
  display: flex;
  align-items: stretch;
}
section.index-banner-2021-10 .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #194247;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.index-banner-2021-10 .form-bg {
    margin-bottom: 120px;
  }
}
section.index-banner-2021-10 .form-bg .dark {
  color: #ff5b39;
}
section.index-banner-2021-10 .form-bg a {
  color: #ffffff;
}
section.index-banner-2021-10 .form-bg input:not([type=checkbox]),
section.index-banner-2021-10 .form-bg textarea,
section.index-banner-2021-10 .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.index-banner-2021-10 .form-bg input:not([type=checkbox]).error,
section.index-banner-2021-10 .form-bg textarea.error,
section.index-banner-2021-10 .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.index-banner-2021-10 .form-bg input:not([type=checkbox]).error:hover,
section.index-banner-2021-10 .form-bg textarea.error:hover,
section.index-banner-2021-10 .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.index-banner-2021-10 .form-bg input:not([type=checkbox]).error:focus,
section.index-banner-2021-10 .form-bg textarea.error:focus,
section.index-banner-2021-10 .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.index-banner-2021-10 .middle-secton {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 50px 0;
}
section.index-banner-2021-10 .middle-secton .middle-tlt {
  background: #fff200;
  color: #194247;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 20px;
  text-align: center;
}
section.index-banner-2021-10 .middle-secton .middle-tlt span {
  display: block;
  font-size: 30px;
}
@media (min-width: 992px) {
  section.index-banner-2021-10 .middle-secton {
    position: relative;
  }
  section.index-banner-2021-10 .middle-secton .middle-tlt {
    position: absolute;
    top: 0px;
    left: 100px;
    right: -160px;
    font-size: 25px;
  }
  section.index-banner-2021-10 .middle-secton .middle-tlt span {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.index-banner-2021-10 .middle-secton .middle-tlt {
    left: 60px;
    right: -160px;
  }
}
section.index-banner-2021-10 .info-block {
  background: #194247;
  padding: 5px 15px;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
section.index-banner-2021-10 .info-block .line-1 {
  font-size: 26px;
}
section.index-banner-2021-10 .info-block .line-2 {
  background: #ffffff;
  color: #194247;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 15px;
}
section.index-banner-2021-10 .info-block .line-3 {
  font-size: 20px;
}
section.index-banner-2021-10 .bord-block {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
section.index-banner-2021-10 .bord-block .bord-info {
  position: relative;
}
section.index-banner-2021-10 .bord-block .bord-info .bord {
  position: relative;
  margin-bottom: 300px;
  width: 100%;
  padding: 20px;
  font-size: 34px;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: px;
  -moz-border-radius: px;
  border-radius: px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  color: #FF360D;
}
section.index-banner-2021-10 .bord-block .bord-info .bord::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(100% -  1px);
  right: 10%;
  width: 10%;
  padding-top: 5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffffff;
}
section.index-banner-2021-10 .bord-block .bord-info .bord .text-2 {
  font-weight: bold;
}
section.index-banner-2021-10 .bord-block .bord-info .bord.ru {
  font-size: 26px;
}
section.index-banner-2021-10 .bord-block .bord-info .car {
  position: absolute;
  display: block;
  content: '';
  left: -175px;
  bottom: -100px;
  top: 150px;
  width: 950px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  section.index-banner-2021-10 .bord-block .bord-info {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.index-banner-2021-10 .bord-block .bord-info .bord {
    font-size: 30px;
  }
  section.index-banner-2021-10 .bord-block .bord-info .bord.ru {
    font-size: 21px;
  }
  section.index-banner-2021-10 .bord-block .bord-info .car {
    left: -140px;
  }
}
@media (max-width: 991px) {
  section.index-banner-2021-10 .bord-block .bord-info {
    width: 270px;
    max-width: 100%;
    margin: auto;
  }
  section.index-banner-2021-10 .bord-block .bord-info .bord {
    margin-bottom: 225px;
  }
  section.index-banner-2021-10 .bord-block .bord-info .car {
    left: -90px;
    bottom: -80px;
    top: 135px;
    width: 767px;
  }
}
@media (max-width: 767px) {
  section.index-banner-2021-10 .form-bg {
    margin: 50px 0;
    margin-bottom: 15px;
  }
  section.index-banner-2021-10 .middle-secton {
    margin: 15px 0;
  }
  section.index-banner-2021-10 .bord-block {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  section.index-banner-2021-10 .middle-secton .middle-tlt {
    font-size: 5vw;
  }
  section.index-banner-2021-10 .middle-secton .middle-tlt span {
    font-size: 7.5vw;
  }
  section.index-banner-2021-10 .info-block .line-1 {
    font-size: 6vw;
  }
  section.index-banner-2021-10 .info-block .line-2 {
    font-size: 6vw;
  }
  section.index-banner-2021-10 .info-block .line-3 {
    font-size: 5vw;
  }
}
section.index-banner {
  position: relative;
}
section.index-banner .bg,
section.index-banner::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.index-banner .bg {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.index-banner::before {
  background: #ff360d;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
section.index-banner .container {
  position: relative;
  z-index: 2;
}
section.index-banner .container > .row {
  display: flex;
  align-items: stretch;
}
section.index-banner .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #194247;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.index-banner .form-bg {
    margin-bottom: 120px;
  }
}
section.index-banner .form-bg .dark {
  color: #ff5b39;
}
section.index-banner .form-bg a {
  color: #ffffff;
}
section.index-banner .form-bg input:not([type=checkbox]),
section.index-banner .form-bg textarea,
section.index-banner .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.index-banner .form-bg input:not([type=checkbox]).error,
section.index-banner .form-bg textarea.error,
section.index-banner .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.index-banner .form-bg input:not([type=checkbox]).error:hover,
section.index-banner .form-bg textarea.error:hover,
section.index-banner .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.index-banner .form-bg input:not([type=checkbox]).error:focus,
section.index-banner .form-bg textarea.error:focus,
section.index-banner .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.index-banner .middle-secton {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.index-banner .middle-secton .tlt {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: left;
  text-transform: uppercase;
}
section.index-banner .middle-secton .tlt span {
  display: inline-block;
  background: #ffffff;
  color: #ff360d;
  margin-left: -30px;
  padding: 5px 45px;
  text-align: center;
}
@media (max-width: 767px) {
  section.index-banner .middle-secton .tlt {
    text-align: center;
  }
  section.index-banner .middle-secton .tlt span {
    margin: 0;
    padding: 5px 45px;
  }
}
section.index-banner .info-block {
  padding: 5px 15px;
  text-align: left;
  color: #ffffff;
}
section.index-banner .info-block .info-tlt {
  font-size: 20px;
}
section.index-banner .bord-block {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
section.index-banner .bord-block .bord-info {
  position: relative;
}
section.index-banner .bord-block .bord-info .bord {
  position: relative;
  margin-bottom: 300px;
  width: 100%;
  padding: 20px;
  font-size: 34px;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: px;
  -moz-border-radius: px;
  border-radius: px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  color: #FF360D;
}
section.index-banner .bord-block .bord-info .bord::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(100% -  1px);
  right: 10%;
  width: 10%;
  padding-top: 5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffffff;
}
section.index-banner .bord-block .bord-info .bord .text-2 {
  font-weight: bold;
}
section.index-banner .bord-block .bord-info .bord.ru {
  font-size: 26px;
}
section.index-banner .bord-block .bord-info .car {
  position: absolute;
  display: block;
  content: '';
  left: -175px;
  bottom: -100px;
  top: 150px;
  width: 950px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  section.index-banner .bord-block .bord-info {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.index-banner .bord-block .bord-info .bord {
    font-size: 30px;
  }
  section.index-banner .bord-block .bord-info .bord.ru {
    font-size: 21px;
  }
  section.index-banner .bord-block .bord-info .car {
    left: -140px;
  }
}
@media (max-width: 991px) {
  section.index-banner .bord-block .bord-info {
    width: 270px;
    max-width: 100%;
    margin: auto;
  }
  section.index-banner .bord-block .bord-info .bord {
    margin-bottom: 225px;
  }
  section.index-banner .bord-block .bord-info .car {
    left: -90px;
    bottom: -80px;
    top: 135px;
    width: 767px;
  }
}
section.ind-ban-2021-11 {
  position: relative;
}
section.ind-ban-2021-11 .bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
section.ind-ban-2021-11 .bg .img,
section.ind-ban-2021-11 .bg .bg-vid,
section.ind-ban-2021-11 .bg::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.ind-ban-2021-11 .bg .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.ind-ban-2021-11 .bg .bg-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.ind-ban-2021-11 .bg::after {
  background: #000000;
  opacity: .65;
}
section.ind-ban-2021-11 .container {
  position: relative;
  z-index: 2;
}
section.ind-ban-2021-11 .container > .row {
  display: flex;
  align-items: stretch;
}
section.ind-ban-2021-11 .container .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #194247;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.ind-ban-2021-11 .container .form-bg {
    margin-bottom: 120px;
  }
}
section.ind-ban-2021-11 .container .form-bg .dark {
  color: #ff5b39;
}
section.ind-ban-2021-11 .container .form-bg a {
  color: #ffffff;
}
section.ind-ban-2021-11 .container .form-bg input:not([type=checkbox]),
section.ind-ban-2021-11 .container .form-bg textarea,
section.ind-ban-2021-11 .container .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.ind-ban-2021-11 .container .form-bg input:not([type=checkbox]).error,
section.ind-ban-2021-11 .container .form-bg textarea.error,
section.ind-ban-2021-11 .container .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.ind-ban-2021-11 .container .form-bg input:not([type=checkbox]).error:hover,
section.ind-ban-2021-11 .container .form-bg textarea.error:hover,
section.ind-ban-2021-11 .container .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.ind-ban-2021-11 .container .form-bg input:not([type=checkbox]).error:focus,
section.ind-ban-2021-11 .container .form-bg textarea.error:focus,
section.ind-ban-2021-11 .container .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.ind-ban-2021-11 .container .right-secton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  section.ind-ban-2021-11 .container .right-secton {
    margin-bottom: 100px;
  }
}
section.ind-ban-2021-11 .container .right-secton .top_text {
  font-weight: bold;
  background: #ffffff;
  color: #ff360d;
  text-transform: uppercase;
  padding: 5px 30px;
  font-size: 24px;
}
section.ind-ban-2021-11 .container .right-secton h1 {
  font-weight: bold;
  color: #fff200;
  text-transform: uppercase;
  font-size: 41px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.ind-ban-2021-11 .container .right-secton h1 {
    font-size: 36px;
  }
}
section.ind-ban-2021-11 .container .right-secton .cb-list {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
section.ind-ban-2021-11 .container .right-secton .tour-btn {
  margin-top: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.ind-ban-2021-11 .container .right-secton .tour-btn img {
  height: 100%;
  width: auto;
}
@media (max-width: 449px) {
  section.ind-ban-2021-11 .container .right-secton .top_text {
    padding: 1vw 6vw;
    font-size: 6vw;
  }
  section.ind-ban-2021-11 .container .right-secton h1 {
    font-size: 9vw;
    margin-top: 10vw;
    margin-bottom: 6vw;
  }
  section.ind-ban-2021-11 .container .right-secton .tour-btn {
    margin-top: 3vw;
    height: 16vw;
  }
}
section.ind-ban-2021-11-24 {
  position: relative;
}
section.ind-ban-2021-11-24 .bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.ind-ban-2021-11-24 .bg .img,
section.ind-ban-2021-11-24 .bg .bg-vid,
section.ind-ban-2021-11-24 .bg::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.ind-ban-2021-11-24 .bg .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.ind-ban-2021-11-24 .bg .bg-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.ind-ban-2021-11-24 .bg::after {
  background: #000000;
  opacity: .65;
}
section.ind-ban-2021-11-24 .container {
  position: relative;
  z-index: 2;
}
section.ind-ban-2021-11-24 .container > .row {
  display: flex;
  align-items: stretch;
}
section.ind-ban-2021-11-24 .container .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #194247;
  color: #ffffff;
}
section.ind-ban-2021-11-24 .container .form-bg .dark {
  color: #ff5b39;
}
section.ind-ban-2021-11-24 .container .form-bg a {
  color: #ffffff;
}
section.ind-ban-2021-11-24 .container .form-bg input:not([type=checkbox]),
section.ind-ban-2021-11-24 .container .form-bg textarea,
section.ind-ban-2021-11-24 .container .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.ind-ban-2021-11-24 .container .form-bg input:not([type=checkbox]).error,
section.ind-ban-2021-11-24 .container .form-bg textarea.error,
section.ind-ban-2021-11-24 .container .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.ind-ban-2021-11-24 .container .form-bg input:not([type=checkbox]).error:hover,
section.ind-ban-2021-11-24 .container .form-bg textarea.error:hover,
section.ind-ban-2021-11-24 .container .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.ind-ban-2021-11-24 .container .form-bg input:not([type=checkbox]).error:focus,
section.ind-ban-2021-11-24 .container .form-bg textarea.error:focus,
section.ind-ban-2021-11-24 .container .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.ind-ban-2021-11-24 .container .right-secton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.ind-ban-2021-11-24 .container .right-secton {
    padding-left: 175px;
  }
}
@media (min-width: 1200px) {
  section.ind-ban-2021-11-24 .container .right-secton {
    padding-left: 300px;
  }
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block {
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 1;
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .6;
  z-index: -1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block .title {
  display: inline-block;
  margin-left: -30px;
  background: #ff360d;
  color: #ffffff;
  padding: 15px 30px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.ind-ban-2021-11-24 .container .right-secton .right-side-block .title {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  section.ind-ban-2021-11-24 .container .right-secton .right-side-block .title {
    font-size: 5.8vw;
  }
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block .cb-list {
  color: #ffffff;
  font-weight: 300;
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block .cb-list li {
  padding-bottom: 5px;
}
section.ind-ban-2021-11-24 .container .right-secton .right-side-block .cb-list li:last-child {
  padding-bottom: 0;
}
section.ind-ban-2021-12 {
  position: relative;
}
section.ind-ban-2021-12 .bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  section.ind-ban-2021-12 .bottom-bg {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 3;
  }
}
section.ind-ban-2021-12 .container {
  position: relative;
  z-index: 2;
}
section.ind-ban-2021-12 .container > .row {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
section.ind-ban-2021-12 .container .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
section.ind-ban-2021-12 .container .form-bg::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .75;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ind-ban-2021-12 .container .form-bg a {
  color: #ffffff;
}
section.ind-ban-2021-12 .container .form-bg input:not([type=checkbox]),
section.ind-ban-2021-12 .container .form-bg textarea,
section.ind-ban-2021-12 .container .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.ind-ban-2021-12 .container .form-bg input:not([type=checkbox]).error,
section.ind-ban-2021-12 .container .form-bg textarea.error,
section.ind-ban-2021-12 .container .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.ind-ban-2021-12 .container .form-bg input:not([type=checkbox]).error:hover,
section.ind-ban-2021-12 .container .form-bg textarea.error:hover,
section.ind-ban-2021-12 .container .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.ind-ban-2021-12 .container .form-bg input:not([type=checkbox]).error:focus,
section.ind-ban-2021-12 .container .form-bg textarea.error:focus,
section.ind-ban-2021-12 .container .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.ind-ban-2021-12 .container .right-secton {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block {
  width: 100%;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block .line {
  margin: 2px;
  background: #ffffff;
  padding: 5px 10px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block .line.line-1 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .replay {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  width: 40%;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-1 {
  display: block;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1.1;
  color: #ffffff;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-2 {
  color: #000000;
  font-size: 24px;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .car,
section.ind-ban-2021-12 .container .right-secton .right-side-block .stamp {
  position: absolute;
  display: block;
  content: '';
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .car {
  bottom: -20px;
  right: 0;
  width: 540px;
  height: 370px;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .stamp {
  bottom: 115px;
  right: 20px;
  width: 140px;
  height: 140px;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .price-list {
  color: #ffffff;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .price-list .title {
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .price-list .title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .price-list .orange-bullets li {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.ind-ban-2021-12 .container .right-secton .right-side-block .history {
  background: #ff892c;
  border: 1px solid #000000;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  section.ind-ban-2021-12 .container .right-secton .right-side-block .car {
    bottom: -20px;
    right: 0;
    width: 435px;
    height: 370px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .stamp {
    bottom: 115px;
    right: 20px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block {
    width: 110%;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay {
    top: 140px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .car {
    bottom: -20px;
    right: 0;
    width: 275px;
    height: 200px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .stamp {
    bottom: 55px;
    right: 20px;
    width: 110px;
    height: 110px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  section.ind-ban-2021-12 .container .right-secton .right-side-block .car {
    bottom: 0;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .bottom-bg-phone {
    position: absolute;
    display: block;
    content: '';
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 50%;
    width: 100vw;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    height: 130px;
    bottom: 0;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media (max-width: 575px) {
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay {
    top: 140px;
    width: 45%;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 90px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 18px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history-box {
    padding-top: 140px;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media (max-width: 450px) {
  section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block {
    margin-bottom: 8vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .tlt-block .line {
    margin: 0.5vw;
    padding: 1vw 2vw;
    padding-right: 6vw;
    font-size: 7vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay {
    top: 25vw;
    width: 48%;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 20vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 4vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .price-list {
    font-size: 3.6vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .car {
    bottom: 0;
    right: -30px;
    width: 75vw;
    height: 55vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .stamp {
    bottom: 16vw;
    right: -15px;
    width: 34vw;
    height: 34vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history-box {
    padding-top: 26vw;
  }
  section.ind-ban-2021-12 .container .right-secton .right-side-block .history {
    padding: 2vw 6vw;
    font-size: 3.6vw;
    margin-top: 10vw;
    margin-bottom: -10vw;
  }
}
section.ind-ban-2022 {
  position: relative;
}
section.ind-ban-2022 .bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  section.ind-ban-2022 .bottom-bg {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 3;
  }
}
section.ind-ban-2022 .container {
  position: relative;
  z-index: 2;
}
section.ind-ban-2022 .container > .row {
  display: flex;
  align-items: stretch;
}
section.ind-ban-2022 .container .ban-row-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  section.ind-ban-2022 .container .ban-row-order .left-side {
    order: 2;
  }
  section.ind-ban-2022 .container .ban-row-order .middle-secton {
    order: 1;
  }
  section.ind-ban-2022 .container .ban-row-order .right-secton {
    order: 3;
  }
}
section.ind-ban-2022 .container .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
section.ind-ban-2022 .container .form-bg::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .75;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ind-ban-2022 .container .form-bg a {
  color: #ffffff;
}
section.ind-ban-2022 .container .form-bg input:not([type=checkbox]),
section.ind-ban-2022 .container .form-bg textarea,
section.ind-ban-2022 .container .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.ind-ban-2022 .container .form-bg input:not([type=checkbox]).error,
section.ind-ban-2022 .container .form-bg textarea.error,
section.ind-ban-2022 .container .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.ind-ban-2022 .container .form-bg input:not([type=checkbox]).error:hover,
section.ind-ban-2022 .container .form-bg textarea.error:hover,
section.ind-ban-2022 .container .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.ind-ban-2022 .container .form-bg input:not([type=checkbox]).error:focus,
section.ind-ban-2022 .container .form-bg textarea.error:focus,
section.ind-ban-2022 .container .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.ind-ban-2022 .container .right-secton {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
section.ind-ban-2022 .container .right-secton .right-side-block {
  width: 100%;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block .line {
  margin: 2px;
  background: #ffffff;
  padding: 5px 10px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
}
section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block .line.line-1 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}
section.ind-ban-2022 .container .right-secton .right-side-block .replay {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  width: 40%;
}
section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-1 {
  display: block;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1.1;
  color: #ffffff;
}
section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-2 {
  color: #000000;
  font-size: 24px;
}
section.ind-ban-2022 .container .right-secton .right-side-block .girl {
  position: absolute;
  display: block;
  content: '';
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  right: -30px;
  width: 540px;
  height: 370px;
}
section.ind-ban-2022 .container .right-secton .right-side-block .price-list {
  color: #ffffff;
}
section.ind-ban-2022 .container .right-secton .right-side-block .price-list .title {
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
section.ind-ban-2022 .container .right-secton .right-side-block .price-list .title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
}
section.ind-ban-2022 .container .right-secton .right-side-block .price-list .orange-bullets li {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.ind-ban-2022 .container .right-secton .right-side-block .history {
  background: #ff892c;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  font-size: 13px;
  z-index: 9;
}
@media (max-width: 1199px) {
  section.ind-ban-2022 .container .right-secton .right-side-block .girl {
    width: 435px;
    height: 370px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block {
    width: 110%;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay {
    top: 140px;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .girl {
    width: 275px;
    height: 370px;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .history {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.ind-ban-2022 .container .right-secton .right-side-block .history-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.ind-ban-2022 .container .right-secton .right-side-block .replay {
    top: 140px;
    width: 45%;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 90px;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block {
    margin-bottom: 8vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .tlt-block .line {
    margin: 0.5vw;
    padding: 1vw 2vw;
    padding-right: 6vw;
    font-size: 7vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay {
    top: 25vw;
    width: 48%;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 20vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 4vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .price-list {
    font-size: 3.6vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .girl {
    right: -30px;
    width: 75vw;
    height: 100vw;
  }
  section.ind-ban-2022 .container .right-secton .right-side-block .history {
    padding: 2vw 6vw;
    font-size: 3.6vw;
  }
}
section.ind-ban-2022 .container .middle-secton .middle-secton-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.ind-ban-2022 .container .middle-secton .middle-secton-block .line-1,
section.ind-ban-2022 .container .middle-secton .middle-secton-block .line-2,
section.ind-ban-2022 .container .middle-secton .middle-secton-block .fill-in {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  color: #ffffff;
}
section.ind-ban-2022 .container .middle-secton .middle-secton-block .fill-in {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 15px;
  font-size: 30px;
  padding: 10px 15px;
  background: #00c127;
}
@media (max-width: 1199px) {
  section.ind-ban-2022 .container .middle-secton .middle-secton-block .fill-in {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.ind-ban-2022 .container .middle-secton .middle-secton-block .fill-in {
    display: none;
  }
}
section.ind-ban-2022 .container .middle-secton .middle-secton-block .counter-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.ind-ban-2022 .container .middle-secton .middle-secton-block .counter-line .symbol {
  margin: 5px 10px;
  padding: 10px 15px;
  background: #00c127;
  color: #ffffff;
  font-weight: bold;
  font-size: 65px;
  line-height: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 1199px) {
  section.ind-ban-2022 .container .middle-secton .middle-secton-block .line-1,
  section.ind-ban-2022 .container .middle-secton .middle-secton-block .line-2 {
    font-size: 38px;
  }
  section.ind-ban-2022 .container .middle-secton .middle-secton-block .counter-line .symbol {
    margin: 5px;
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  section.ind-ban-2022 .container .middle-secton .middle-secton-block {
    margin-top: 50px;
  }
}
section.ind-ban-2022-03 {
  position: relative;
}
section.ind-ban-2022-03 .bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
section.ind-ban-2022-03 .container {
  position: relative;
  z-index: 2;
}
section.ind-ban-2022-03 .container > .row {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
section.ind-ban-2022-03 .container .form-bg {
  margin: 50px 0;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
section.ind-ban-2022-03 .container .form-bg::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .75;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ind-ban-2022-03 .container .form-bg a {
  color: #ffffff;
  text-decoration: underline;
}
section.ind-ban-2022-03 .container .form-bg input:not([type=checkbox]),
section.ind-ban-2022-03 .container .form-bg textarea,
section.ind-ban-2022-03 .container .form-bg .file-upload {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
}
section.ind-ban-2022-03 .container .form-bg input:not([type=checkbox]).error,
section.ind-ban-2022-03 .container .form-bg textarea.error,
section.ind-ban-2022-03 .container .form-bg .file-upload.error {
  color: #000000;
  border-color: #ff360d;
  background: rgba(255, 0, 0, 0.45);
  box-shadow: 1px 1px 6px 0px #ff360d;
}
section.ind-ban-2022-03 .container .form-bg input:not([type=checkbox]).error:hover,
section.ind-ban-2022-03 .container .form-bg textarea.error:hover,
section.ind-ban-2022-03 .container .form-bg .file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
section.ind-ban-2022-03 .container .form-bg input:not([type=checkbox]).error:focus,
section.ind-ban-2022-03 .container .form-bg textarea.error:focus,
section.ind-ban-2022-03 .container .form-bg .file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
section.ind-ban-2022-03 .container .right-secton {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  section.ind-ban-2022-03 .container .right-secton {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
section.ind-ban-2022-03 .container .right-secton .right-side-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block .line {
  margin: 2px;
  background: #ffffff;
  padding: 5px 10px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block .line.line-1 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .replay {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  width: 40%;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-1 {
  display: block;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1.1;
  color: #ffffff;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-2 {
  color: #000000;
  font-size: 24px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
section.ind-ban-2022-03 .container .right-secton .right-side-block .girl,
section.ind-ban-2022-03 .container .right-secton .right-side-block .stamp,
section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
  position: absolute;
  display: block;
  content: '';
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
section.ind-ban-2022-03 .container .right-secton .right-side-block .girl {
  bottom: 0;
  right: 0;
  width: 540px;
  height: 370px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .stamp {
  bottom: 115px;
  right: 20px;
  width: 140px;
  height: 140px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
  top: 0;
  right: 0;
  width: 445px;
  height: 345px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list {
  color: #ffffff;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .title,
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-title {
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .title::after,
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .orange-bullets li {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-list {
  position: relative;
  z-index: 9;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-list > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff360d;
  color: #ffffff;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-list > div span {
  font-size: 20px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-list > div span:first-child {
  padding-right: 15px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list .alt-list > div span:last-child {
  font-weight: bold;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .history {
  background: #ff892c;
  border: 1px solid #000000;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .hidden {
  position: absolute;
  z-index: -9;
  opacity: 0;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .location {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  width: 260px;
  padding: 15px;
  color: #000000;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .location span {
  color: #ff360d;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before,
section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
  position: absolute;
  display: block;
  content: '';
  background: #ff360d;
  width: 3px;
  height: 150px;
  bottom: calc(100% -  10px);
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before {
  left: 15px;
}
section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
  right: 15px;
}
@media (max-width: 1199px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
    width: 365px;
    height: 345px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .girl {
    right: 0;
    width: 435px;
    height: 370px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .stamp {
    bottom: 115px;
    right: 20px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block {
    width: 110%;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay {
    top: 140px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list {
    padding-top: 50px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
    width: 250px;
    height: 335px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .girl {
    right: -100px;
    width: 275px;
    height: 200px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .stamp {
    bottom: 55px;
    right: 20px;
    width: 110px;
    height: 110px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history {
    font-size: 15px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location {
    display: none;
  }
}
@media (max-width: 767px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
    width: 370px;
    height: 320px;
    z-index: -1;
    top: -60px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media (max-width: 575px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay {
    top: 140px;
    width: 45%;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 90px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 18px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .girl {
    right: -85px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
    width: 370px;
    height: 320px;
    right: -50px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history-box {
    padding-top: 140px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location {
    width: 185px;
    padding: 12px;
    font-size: 22px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
    bottom: calc(100% -  8px);
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before {
    left: 12px;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
    right: 12px;
  }
}
@media (max-width: 450px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block {
    margin-bottom: 8vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .tlt-block .line {
    margin: 0.5vw;
    padding: 1vw 2vw;
    padding-right: 6vw;
    font-size: 7vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay {
    top: 25vw;
    width: 48%;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-1 {
    font-size: 20vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .replay .line-2 {
    font-size: 4vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .price-list {
    font-size: 3.6vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .car,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .girl {
    bottom: 0;
    right: -30px;
    width: 75vw;
    height: 55vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .stamp {
    bottom: 16vw;
    right: -15px;
    width: 34vw;
    height: 34vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history-box {
    padding-top: 26vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .history {
    padding: 2vw 6vw;
    font-size: 3.6vw;
    margin-top: 10vw;
    margin-bottom: -10vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location {
    width: 35vw;
    padding: 2vw;
    font-size: 4vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before,
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
    bottom: calc(100% -  1vw);
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::before {
    left: 1.5vw;
  }
  section.ind-ban-2022-03 .container .right-secton .right-side-block .location::after {
    right: 1.5vw;
  }
}
@media (max-width: 400px) {
  section.ind-ban-2022-03 .container .right-secton .right-side-block .map-img {
    width: 370px;
    height: 70%;
    right: -70px;
    top: 30px;
  }
}
section.index-special .item-list .car-block {
  margin-top: 15px;
  background: transparent;
  border: 2px solid #ff360d;
  color: #194247;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 25px;
  border-radius: 5px;
}
section.index-special .item-list .car-block .bg-under {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/procenti-bg.svg');
  background-size: cover;
  border-radius: 5px;
  opacity: .5;
  z-index: -1;
}
section.index-special .item-list .car-block .img-box {
  width: 60%;
}
section.index-special .item-list .car-block .bottom {
  width: 40%;
  padding-left: 25px;
}
section.index-special .item-list .car-block .bottom .title {
  font-size: 19px;
  font-weight: 600;
}
section.index-special .item-list .car-block .bottom .price {
  padding: 15px 0;
}
section.index-special .item-list .car-block .bottom .price .old-price {
  font-weight: 300;
  font-size: 15px;
  color: #ff360d;
  text-decoration: line-through;
}
section.index-special .item-list .car-block .bottom .price .cur-price {
  font-size: 23px;
  font-weight: bold;
}
section.index-special .item-list .car-block .bottom .monthly {
  width: 100%;
  font-weight: 600;
}
section.index-special .item-list .car-block .off {
  position: absolute;
  top: -35px;
  left: -15px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) and (min-width: 992px) {
  section.index-special .item-list .car-block {
    padding: 15px;
  }
  section.index-special .item-list .car-block .img-box {
    width: 57%;
  }
  section.index-special .item-list .car-block .bottom {
    width: 43%;
    padding-left: 15px;
  }
  section.index-special .item-list .car-block .bottom .title {
    font-size: 17px;
  }
  section.index-special .item-list .car-block .bottom .price {
    padding: 15px 0;
  }
  section.index-special .item-list .car-block .bottom .price .old-price {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .bottom .price .cur-price {
    font-size: 18px;
  }
  section.index-special .item-list .car-block .bottom .monthly {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .off {
    top: -35px;
    left: -15px;
    width: 120px;
    height: 120px;
    font-size: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.index-special .item-list .car-block {
    padding: 15px;
  }
  section.index-special .item-list .car-block .img-box {
    width: 100%;
  }
  section.index-special .item-list .car-block .bottom {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.index-special .item-list .car-block .bottom .title {
    font-size: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
  section.index-special .item-list .car-block .bottom .price {
    width: 100px;
    padding: 0;
  }
  section.index-special .item-list .car-block .bottom .price .old-price {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .bottom .price .cur-price {
    font-size: 18px;
  }
  section.index-special .item-list .car-block .bottom .monthly {
    width: calc(100% -  100px);
    font-size: 14px;
  }
  section.index-special .item-list .car-block .off {
    top: -35px;
    left: -15px;
    width: 120px;
    height: 120px;
    font-size: 40px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  section.index-special .item-list .car-block {
    padding: 15px;
  }
  section.index-special .item-list .car-block .img-box {
    width: 57%;
  }
  section.index-special .item-list .car-block .bottom {
    width: 43%;
    padding-left: 15px;
  }
  section.index-special .item-list .car-block .bottom .title {
    font-size: 17px;
  }
  section.index-special .item-list .car-block .bottom .price {
    padding: 15px 0;
  }
  section.index-special .item-list .car-block .bottom .price .old-price {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .bottom .price .cur-price {
    font-size: 18px;
  }
  section.index-special .item-list .car-block .bottom .monthly {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .off {
    top: -35px;
    left: -15px;
    width: 120px;
    height: 120px;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  section.index-special .item-list .car-block {
    padding: 0;
  }
  section.index-special .item-list .car-block .img-box {
    width: 100%;
  }
  section.index-special .item-list .car-block .img-box .bg-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  section.index-special .item-list .car-block .bottom {
    width: 100%;
    padding: 15px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.index-special .item-list .car-block .bottom .title {
    font-size: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
  section.index-special .item-list .car-block .bottom .price {
    width: 100px;
    padding: 0;
  }
  section.index-special .item-list .car-block .bottom .price .old-price {
    font-size: 14px;
  }
  section.index-special .item-list .car-block .bottom .price .cur-price {
    font-size: 18px;
  }
  section.index-special .item-list .car-block .bottom .monthly {
    width: calc(100% -  100px);
    font-size: 14px;
  }
  section.index-special .item-list .car-block .off {
    top: -30px;
    left: -10px;
    width: 100px;
    height: 100px;
    font-size: 37px;
  }
}
section.index-special .item-list .slick-dots li {
  width: 24px;
  height: 24px;
}
section.index-special .item-list .slick-dots li button {
  width: 24px;
  height: 24px;
}
section.index-special .item-list .slick-dots li button::before {
  display: none;
}
section.index-special .item-list .slick-dots li button::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #8b8b8b;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.index-special .item-list .slick-dots li button:hover::after {
  background: #8b8b8b;
  opacity: .7;
}
section.index-special .item-list .slick-dots li button:hover::after {
  background: #8b8b8b;
  opacity: .75;
}
section.index-special .item-list .slick-dots li.slick-active:hover button::after {
  background: #8b8b8b;
  opacity: .75;
}
section.index-special .item-list .slick-dots li.slick-active button::after {
  background: #8b8b8b;
  opacity: 1;
}
section.open-car-special {
  margin: auto;
  width: 300px;
  max-width: 100%;
  position: relative;
}
section.open-car-special .item-list {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
section.open-car-special .item-list .car-block {
  background: transparent;
  border: 2px solid #ff360d;
  color: #194247;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 10px;
  margin-top: 30px;
  border-radius: 5px;
}
section.open-car-special .item-list .car-block .bg-under {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/procenti-bg.svg');
  background-size: cover;
  border-radius: 5px;
  opacity: .5;
  z-index: -1;
}
section.open-car-special .item-list .car-block .img-box {
  width: 100%;
}
section.open-car-special .item-list .car-block .img-box .bg-img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.open-car-special .item-list .car-block .bottom {
  width: 100%;
  padding: 15px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
section.open-car-special .item-list .car-block .bottom .title {
  font-size: 17px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 100%;
}
section.open-car-special .item-list .car-block .bottom .price {
  width: 75px;
  padding: 0;
}
section.open-car-special .item-list .car-block .bottom .price .old-price {
  font-weight: 300;
  font-size: 14px;
  color: #ff360d;
  text-decoration: line-through;
}
section.open-car-special .item-list .car-block .bottom .price .cur-price {
  font-size: 18px;
  font-weight: bold;
}
section.open-car-special .item-list .car-block .bottom .monthly {
  width: calc(100% -  75px);
  font-size: 14px;
  font-weight: 600;
}
section.open-car-special .item-list .car-block .off {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 100px;
  height: 100px;
  font-size: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.open-car-special .item-list .slick-dots li {
  width: 24px;
  height: 24px;
}
section.open-car-special .item-list .slick-dots li button {
  width: 24px;
  height: 24px;
}
section.open-car-special .item-list .slick-dots li button::before {
  display: none;
}
section.open-car-special .item-list .slick-dots li button::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #8b8b8b;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.open-car-special .item-list .slick-dots li button:hover::after {
  background: #8b8b8b;
  opacity: .7;
}
section.open-car-special .item-list .slick-dots li button:hover::after {
  background: #8b8b8b;
  opacity: .75;
}
section.open-car-special .item-list .slick-dots li.slick-active:hover button::after {
  background: #8b8b8b;
  opacity: .75;
}
section.open-car-special .item-list .slick-dots li.slick-active button::after {
  background: #8b8b8b;
  opacity: 1;
}
section.cars .row {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% +  16px);
}
section.cars .row [class^="col-"],
section.cars .row [class*=" col-"] {
  padding: 8px;
}
section.cars .car-block {
  display: block;
  -webkit-box-shadow: 0px 1px 10px 0px transparent;
  -moz-box-shadow: 0px 1px 10px 0px transparent;
  box-shadow: 0px 1px 10px 0px transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .img-block {
  width: 100%;
  padding-top: 75%;
  display: block;
  content: '';
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.cars .car-block .img-block .bg-img {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .img-block .discount {
  position: absolute;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  background: #ff360d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  width: 155px;
  left: -36px;
  top: 28px;
  text-transform: uppercase;
  z-index: 9;
}
section.cars .car-block .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 5px 15px;
  height: 50px;
  color: #194247;
  background: #ebebeb;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .info {
  padding: 2px;
  color: #ffffff;
  background: #194247;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .info .detail-box {
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.cars .car-block .info .detail-box {
    font-size: 11px;
  }
}
section.cars .car-block .info .detail-box .icon {
  margin-right: 5px;
}
section.cars .car-block .bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.cars .car-block .bottom .price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-direction: column;
  padding: 5px;
  width: 45%;
  line-height: 1;
  color: #194247;
  background: #ebebeb;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .bottom .price .current {
  color: #ff360d;
  font-weight: 600;
  font-size: 21px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .bottom .price .old {
  color: #194247;
  font-size: 17px;
  position: relative;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
section.cars .car-block .bottom .price .old::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #194247;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
section.cars .car-block .bottom .leasing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 55%;
  text-align: center;
  color: #ffffff;
  background: #ff360d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.cars .car-block:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
section.cars .car-block:hover .img-block .bg-img {
  -webkit-transform: scale(1.15) rotate(3deg);
  -moz-transform: scale(1.15) rotate(3deg);
  -ms-transform: scale(1.15) rotate(3deg);
  -o-transform: scale(1.15) rotate(3deg);
  transform: scale(1.15) rotate(3deg);
}
@media (min-width: 992px) {
  section.singe-car .tlt-block-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
section.singe-car .title-box {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  section.singe-car .title-box {
    display: inline-block;
    width: calc(100% -  200px);
  }
}
section.singe-car .price-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  section.singe-car .price-block {
    display: inline-flex;
    width: 200px;
  }
}
section.singe-car .price-block .current-price {
  padding: 5px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 29px;
  line-height: 29px;
  background: #ff360d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1;
}
section.singe-car .price-block .full-price {
  font-size: 19px;
  line-height: 19px;
  font-weight: 300;
  text-decoration: line-through;
  color: #194247;
}
section.singe-car .img-section {
  width: 100%;
  display: flex;
  align-items: stretch;
}
section.singe-car .img-section .thumbnail-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  section.singe-car .img-section .thumbnail-img {
    width: 82%;
  }
}
section.singe-car .img-section .thumbnail-img .discount {
  position: absolute;
  padding: 5px 25px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #ff360d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  width: 220px;
  left: -45px;
  top: 50px;
  text-transform: uppercase;
  z-index: 9;
}
@media (max-width: 767px) {
  section.singe-car .img-section .thumbnail-img .thumbnail-slider-opener {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  section.singe-car .img-section .thumbnail-img .thumbnail-slider-opener {
    display: none;
  }
}
section.singe-car .img-section .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.singe-car .img-section .img-gal {
  width: 18%;
  padding-left: 2.5%;
  margin: 0;
  margin-top: -2px;
}
section.singe-car .img-section .img-gal .img-gal-slider {
  width: 100%;
  height: 100%;
}
section.singe-car .img-section .img-gal .img-gal-slider .img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
}
section.singe-car .img-section .img-gal .slick-prev,
section.singe-car .img-section .img-gal .slick-next {
  top: auto;
  left: calc(50% - 10px);
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  z-index: 9;
}
section.singe-car .img-section .img-gal .slick-prev::before,
section.singe-car .img-section .img-gal .slick-next::before {
  color: #194247;
}
section.singe-car .img-section .img-gal .slick-prev {
  top: -10px;
}
section.singe-car .img-section .img-gal .slick-next {
  bottom: -5px;
}
section.singe-car .car-info-border,
section.singe-car .car-info-bg {
  padding: 15px 20px;
  color: #194247;
  background: #ffffff;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
section.singe-car .car-info-border > div,
section.singe-car .car-info-bg > div {
  position: relative;
  z-index: 2;
}
section.singe-car .car-info-border .overlay,
section.singe-car .car-info-bg .overlay {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.singe-car .car-info-border .overlay::after,
section.singe-car .car-info-bg .overlay::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.singe-car .car-info-bg {
  background: #ebebeb;
}
section.singe-car .gen-param {
  margin: -4px -8px;
  width: calc(100% +  16px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
section.singe-car .gen-param .detail-box {
  display: flex;
  align-items: center;
  line-height: 23px;
  padding: 4px 8px;
}
section.singe-car .gen-param .detail-box .icon {
  margin: 0;
}
section.singe-car .gen-param .detail-box span.text {
  padding-left: 10px;
}
@media (min-width: 768px) {
  section.singe-car .gen-param .detail-box span.text {
    font-size: 21px;
  }
}
section.singe-car .contact-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
section.singe-car .contact-info a:not(.btn),
section.singe-car .contact-info div:not(.btn) {
  color: #ffffff;
}
section.singe-car .contact-info .btn {
  text-shadow: none;
}
section.singe-car .contact-info .right-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.singe-car .contact-info .right-box .monthly-fee {
  margin: 0 15px;
}
section.singe-car .contact-info .right-box .monthly-fee .orange {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 575px) {
  section.singe-car .contact-info {
    flex-direction: column;
  }
  section.singe-car .contact-info .leasing-phone {
    margin-top: 15px;
  }
  section.singe-car .contact-info .monthly-fee {
    margin-left: 0;
  }
}
section.singe-car .main-info-block .view-more-btn {
  background: none;
  border: none;
  color: #ff360d;
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.singe-car .main-info-block .view-more-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  section.singe-car .main-info-block .full-car-info {
    display: block;
  }
}
section.singe-car .main-info-block .full-car-info .equip-info-box {
  padding-bottom: 30px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media (max-width: 1200px) {
  section.singe-car .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 992px) {
  section.singe-car .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 450px) {
  section.singe-car .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
section.singe-car .main-info-block .full-car-info .equip-info-box .inline-block {
  display: inline-block;
  width: 100%;
}
section.singe-car .main-info-block .full-car-info .equip-info-box .equip-info-block {
  width: 100%;
}
section.singe-car .main-info-block .full-car-info .equip-info-box .equip-info-block .block-title {
  display: inline-block;
  width: 100%;
  background: #8b8b8b;
  color: #ffffff;
  padding: 3px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.singe-car .main-info-block .full-car-info .equip-info-box .equip-info-block ul {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
section.singe-car .main-info-block .full-car-info .default-sales-info {
  background: #8b8b8b;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
  margin: 0 -30px;
  font-size: 22px;
  font-weight: 300;
}
section.singe-car .main-info-block .full-car-info .default-sales-info p {
  margin: 0;
}
section.selects {
  padding-top: 55px;
  margin-bottom: -60px;
  position: relative;
  background: #f7f8f9;
}
section.selects .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.selects .select-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% +  20px);
  position: relative;
}
section.selects .select-list .single-select {
  width: 14.2857%;
  padding: 5px 10px;
}
section.selects .select-list .single-select .bootstrap-select,
section.selects .select-list .single-select input {
  width: 100% !important;
}
section.selects .select-list .single-select.money-input {
  position: relative;
}
section.selects .select-list .single-select.money-input::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '€';
  top: 50%;
  right: 17px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 500;
  padding-right: 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
section.selects .select-list .single-select input {
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 15px 0px transparent;
  -moz-box-shadow: 0px 1px 15px 0px transparent;
  box-shadow: 0px 1px 15px 0px transparent;
}
section.selects .select-list .single-select .bootstrap-select .filter-option {
  padding: 9px 10px;
}
section.selects .select-list .single-select .bootstrap-select .filter-option .filter-option-inner {
  padding-right: 10px;
}
section.selects .select-list .single-select .bootstrap-select .dropdown-toggle::after {
  margin-right: -12px;
}
section.selects .select-list .single-select .bootstrap-select .btn {
  padding: 9px 20px;
  margin: 0;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  -webkit-box-shadow: 0px 1px 15px 0px transparent;
  -moz-box-shadow: 0px 1px 15px 0px transparent;
  box-shadow: 0px 1px 15px 0px transparent;
}
@media (max-width: 1199px) {
  section.selects .select-list .single-select {
    width: 25%;
  }
}
@media (max-width: 991px) {
  section.selects .select-list .single-select {
    width: 33.33333%;
    min-width: 155px;
  }
}
@media (max-width: 474px) {
  section.selects .select-list {
    width: 310px;
  }
  section.selects .select-list .spacer-for-tiny {
    width: 155px;
    display: block;
    content: '';
  }
}
@media (min-width: 475px) {
  section.selects .select-list .spacer-for-tiny {
    display: none;
  }
}
section.selects .button-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 71.42857%;
}
section.selects .button-list .single-btn {
  width: 20%;
  padding: 5px 10px;
}
section.selects .button-list .btn {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  section.selects .button-list {
    width: 75%;
  }
  section.selects .button-list .single-btn {
    width: 33.33333%;
  }
}
@media (max-width: 991px) {
  section.selects .button-list {
    width: 100%;
  }
  section.selects .button-list .single-btn {
    width: 33.33333%;
    min-width: 155px;
  }
}
@media (max-width: 474px) {
  section.selects .button-list {
    justify-content: center;
  }
}
section.selects .select-list-opener {
  display: none;
  align-items: center;
  justify-content: center;
}
section.selects .select-list-opener i {
  margin-left: 10px;
  font-size: 24px;
}
section.selects .select-list-close {
  display: block;
  font-size: 25px;
  position: absolute;
  top: -35px;
  right: 5px;
  width: 25px;
  height: 25px;
}
section.selects.close-on-scroll {
  padding-top: 30px;
}
section.selects.close-on-scroll .select-list-close {
  display: none;
}
@media (max-width: 767px) {
  section.selects.close-on-scroll .select-list {
    display: none;
  }
  section.selects.close-on-scroll .select-list-opener {
    display: flex;
    margin-top: -30px;
    margin-bottom: -30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section.selects.pos-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 992px) {
  section.selects.pos-fixed {
    top: 90px;
  }
}
@media (max-width: 991px) {
  section.selects.pos-fixed {
    top: 50px;
  }
}
section.selects.display-opener .select-list {
  display: none;
}
section.selects.display-opener .select-list-opener {
  display: flex;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.selects .select-list .single-select.money-input::after {
  background: #ebebeb;
  color: #d9d9d9;
}
section.selects .select-list .single-select input {
  border-color: #ebebeb;
  background: transparent;
}
section.selects .select-list .single-select .bootstrap-select .btn {
  border: 2px solid #ebebeb;
}
section.selects .select-list-opener i {
  color: #ff0000;
}
section.selects .select-list-close {
  color: #d9d9d9;
}
section.selects.selects-2022 .select-list .single-select.double {
  width: 28.5714%;
}
@media (max-width: 1199px) {
  section.selects.selects-2022 .select-list .single-select.double {
    width: 50%;
  }
}
@media (max-width: 991px) {
  section.selects.selects-2022 .select-list .single-select.double {
    width: 66.66666%;
    min-width: 310px;
  }
}
section.selects.selects-2022 .button-list {
  width: 28.57142857%;
}
section.selects.selects-2022 .button-list .single-btn {
  width: 50%;
}
@media (max-width: 1199px) {
  section.selects.selects-2022 .button-list {
    width: 100%;
  }
  section.selects.selects-2022 .button-list .single-btn {
    width: 25%;
  }
}
@media (max-width: 991px) {
  section.selects.selects-2022 .button-list .single-btn {
    width: 33.33333%;
    min-width: 155px;
  }
}
@media (max-width: 474px) {
  section.selects.selects-2022 .button-list {
    justify-content: center;
  }
}
section.select-compensator {
  height: 60px;
}
section.order-by .bootstrap-select {
  width: 290px !important;
  font-size: 15px;
}
section.order-by .bootstrap-select .btn {
  font-size: 15px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  section.cars-2021 > .container > h2 {
    font-size: 1.6rem;
  }
}
section.cars-2021 .car-list .car-block {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.cars-2021 .car-list .car-block .img-sect {
  width: 286px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.cars-2021 .car-list .car-block .img-sect .img-box {
  display: flex;
  width: 205px;
  position: relative;
}
section.cars-2021 .car-list .car-block .img-sect .img-box .img {
  display: block;
  content: '';
  width: 100%;
  padding-top: 78.40909%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-bottom: 6px;
  padding-right: 13px;
  padding-left: 17px;
  padding-top: 8px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
}
section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  border-top-left-radius: 29px;
  opacity: .65;
  z-index: -1;
}
section.cars-2021 .car-list .car-block .img-sect .img-gal {
  width: 81px;
  padding-left: 2px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
section.cars-2021 .car-list .car-block .img-sect .img-gal .img {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.cars-2021 .car-list .car-block .info-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  padding-left: 15px;
  width: calc(100% -  286px);
  position: relative;
}
section.cars-2021 .car-list .car-block .info-box .main-info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: calc(100% -  80px);
  padding-top: 10px;
}
section.cars-2021 .car-list .car-block .info-box .main-info .title {
  width: 100%;
  font-size: 17px;
  line-height: 19px;
  margin-right: 15px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
section.cars-2021 .car-list .car-block .info-box .main-info .title .discount {
  margin-left: 10px;
  padding: 3px 7px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.cars-2021 .car-list .car-block .info-box .gen-param-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  width: calc(100% -  125px);
}
section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
}
section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param .icon {
  width: 20px;
  height: 15px;
  margin-left: 0;
  margin-right: 3px;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info {
  display: block;
  width: 130px;
}
@media (min-width: 576px) {
  section.cars-2021 .car-list .car-block .info-box .right-side-info {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block {
  display: block;
  text-align: right;
  line-height: 1;
  padding-right: 5px;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .old {
  text-decoration: line-through;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .current {
  font-size: 140%;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-weight: 500;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .from {
  display: block;
  height: 38px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .apply {
  width: 100%;
  height: 35px;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
@media (max-width: 991px) {
  section.cars-2021 .car-list .car-block .img-sect {
    width: 200px;
  }
  section.cars-2021 .car-list .car-block .img-sect .img-gal {
    display: none;
  }
  section.cars-2021 .car-list .car-block .info-box {
    width: calc(100% -  200px);
    justify-content: flex-start;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info,
  section.cars-2021 .car-list .car-block .info-box .gen-param-box {
    width: 100%;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info {
    height: 53px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info .discount {
    position: absolute;
    top: 5px;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    right: calc(100% +  20px);
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param {
    font-size: 14px;
    margin-right: 9px;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param .icon {
    display: none;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param::after {
    position: absolute;
    display: block;
    content: '';
    right: -5px;
    width: 1px;
    bottom: 0;
    top: 0;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param:last-child {
    margin-right: 0;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param:last-child::after {
    display: none;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block {
    padding-right: 25px;
    padding-bottom: 0;
    line-height: 1;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .current {
    font-size: 125%;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block {
    width: 130px;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .from {
    height: 22px;
    font-size: 16px;
    padding-left: 10px;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .apply {
    width: 100%;
    height: 22px;
    font-size: 13px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  section.cars-2021 .car-list .car-block .img-sect {
    width: 40%;
  }
  section.cars-2021 .car-list .car-block .img-sect .img-box {
    width: 100%;
  }
  section.cars-2021 .car-list .car-block .img-sect .img-box .img {
    width: 100%;
    padding-top: 80%;
  }
  section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 6vw;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 7vw;
    padding-right: 4vw;
    line-height: 1;
    z-index: 1;
  }
  section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box::before {
    border-top-left-radius: 6vw;
  }
  section.cars-2021 .car-list .car-block .info-box {
    width: calc(100% -  40%);
    padding-left: 2vw;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info {
    display: flex;
    align-items: center;
    height: 11vw;
    padding: 1vw 2vw;
    padding-left: 0;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info .title {
    font-size: 3.8vw;
    line-height: 4vw;
    padding-right: 13vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 8vw;
  }
  section.cars-2021 .car-list .car-block .info-box .main-info .title .discount {
    height: 6vw;
    font-size: 2.5vw;
    line-height: 1;
    padding: 1vw 3vw;
    padding-right: 4.5vw;
    display: flex;
    align-items: center;
    top: calc(calc(100vw - 40px) *  0.262);
    right: 100%;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param {
    font-size: 3vw;
    height: 3.2vw;
    margin-right: 1.1vw;
  }
  section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param::after {
    right: -0.6vw;
    width: 0.1vw;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1vw;
    padding-right: 1vw;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .old {
    font-size: 3.2vw;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .current {
    font-size: 3.5vw;
    padding-top: .5vw;
    padding-bottom: 0;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block {
    position: absolute;
    left: 0;
    right: -2px;
    bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: calc(100% +  2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .from {
    width: 50%;
    height: 6vw;
    font-size: 3vw;
    padding-left: 1vw;
  }
  section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .apply {
    width: 50%;
    height: 6vw;
    font-size: 3vw;
    padding-left: 1vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
section.cars-2021 .car-list .car-block.sold {
  position: relative;
}
section.cars-2021 .car-list .car-block.sold::before {
  z-index: 10;
  position: absolute;
  display: block;
  content: '';
  bottom: -2px;
  right: -2px;
  left: -2px;
  top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .75;
}
section.cars-2021 .car-list .car-block.sold .sold-stamp {
  z-index: 10;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 7px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid;
}
section.cars-2021 .car-list .car-block.sold .sold-stamp::before {
  z-index: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  display: block;
  content: '';
  bottom: -4px;
  right: -4px;
  left: -4px;
  top: -4px;
  border: 1px solid;
}
section.cars-2021 .car-list .car-block {
  color: #000000;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box {
  color: #ffffff;
}
section.cars-2021 .car-list .car-block .img-sect .img-box .img-opener-box::before {
  background: #000000;
}
section.cars-2021 .car-list .car-block .info-box {
  color: #000000;
}
section.cars-2021 .car-list .car-block .info-box .main-info {
  color: #000000;
}
section.cars-2021 .car-list .car-block .info-box .main-info .title .discount {
  background: #ff360d;
  color: #ffffff;
}
section.cars-2021 .car-list .car-block .info-box .gen-param-box {
  color: #000000;
}
section.cars-2021 .car-list .car-block .info-box .gen-param-box .gen-param::after {
  background: #ebebeb;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .old {
  color: #ff360d;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .price-block .current {
  color: #194247;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block {
  background: #194247;
  color: #ffffff;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .from {
  color: #ffffff;
}
section.cars-2021 .car-list .car-block .info-box .right-side-info .apply-block .apply {
  color: #ffffff;
  background: #ff360d;
}
section.cars-2021 .car-list .car-block.sold {
  border-color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold::before {
  background: #ffffff;
}
section.cars-2021 .car-list .car-block.sold .sold-stamp {
  color: #8b8b8b;
  border-color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .sold-stamp::before {
  border-color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .img-sect .img-box .warranty {
  border-color: #8b8b8b;
  background: #ffffff;
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box {
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box .main-info {
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box .main-info .title .discount {
  background: #8b8b8b;
  color: #ffffff;
}
section.cars-2021 .car-list .car-block.sold .info-box .gen-param-box {
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box .right-side-info .price-block .old {
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box .right-side-info .price-block .current {
  color: #8b8b8b;
}
section.cars-2021 .car-list .car-block.sold .info-box .right-side-info .apply-block {
  background: #8b8b8b;
  color: #ffffff;
}
section.cars-2021 .car-list .car-block.sold .info-box .right-side-info .apply-block .from {
  color: #ffffff;
}
section.cars-2021 .car-list .car-block.sold .info-box .right-side-info .apply-block .apply {
  color: #ffffff;
  background: #8b8b8b;
}
@media (max-width: 767px) {
  section.cars-2021 .all-cars-btn {
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1;
  }
}
section.cars-2021 #load-more-button-container {
  position: relative;
}
section.cars-2021 #load-more-button-container #load-more-cars::after {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 50px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  background-image: url('../images/loading_spinner.gif');
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-size: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.cars-2021 #load-more-button-container.loading #load-more-cars::after {
  z-index: 9999;
  opacity: 1;
}
section.single-car-2021 {
  padding-top: 32px;
  padding-bottom: 15px;
}
section.single-car-2021 .tlt-block-box {
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  section.single-car-2021 .tlt-block-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
section.single-car-2021 .title-box {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  padding: 0px;
}
@media (min-width: 768px) {
  section.single-car-2021 .title-box {
    display: inline-block;
    width: calc(100% -  240px);
  }
}
section.single-car-2021 .price-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  section.single-car-2021 .price-block {
    display: inline-flex;
    justify-content: end;
    width: 225px;
  }
}
section.single-car-2021 .price-block .current {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 29px;
  line-height: 29px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1;
  margin-left: 10px;
}
section.single-car-2021 .price-block .old {
  font-size: 19px;
  line-height: 19px;
  font-weight: 300;
  text-decoration: line-through;
  font-weight: 500;
}
section.single-car-2021 .img-section {
  width: 100%;
  display: flex;
  align-items: stretch;
}
section.single-car-2021 .img-section .thumbnail-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  section.single-car-2021 .img-section .thumbnail-img {
    width: 82%;
  }
}
section.single-car-2021 .img-section .thumbnail-img .discount {
  position: absolute;
  padding: 5px 25px;
  font-size: 20px;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  width: 220px;
  left: -45px;
  top: 50px;
  text-transform: uppercase;
  z-index: 9;
}
@media (max-width: 767px) {
  section.single-car-2021 .img-section .thumbnail-img .discount {
    width: 150px;
    left: -35px;
    top: 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.single-car-2021 .img-section .thumbnail-img .thumbnail-slider-opener {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  section.single-car-2021 .img-section .thumbnail-img .thumbnail-slider-opener .icon {
    margin: 0;
  }
}
@media (min-width: 768px) {
  section.single-car-2021 .img-section .thumbnail-img .thumbnail-slider-opener {
    display: none;
  }
}
section.single-car-2021 .img-section .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.single-car-2021 .img-section .img-gal {
  width: 18%;
  padding-left: 2.5%;
  margin: 0;
  margin-top: -2px;
}
section.single-car-2021 .img-section .img-gal .img-gal-slider {
  width: 100%;
  height: 100%;
}
section.single-car-2021 .img-section .img-gal .img-gal-slider .img {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
}
section.single-car-2021 .img-section .img-gal .slick-prev,
section.single-car-2021 .img-section .img-gal .slick-next {
  top: auto;
  left: calc(50% - 10px);
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  z-index: 9;
}
section.single-car-2021 .img-section .img-gal .slick-prev {
  top: -10px;
}
section.single-car-2021 .img-section .img-gal .slick-next {
  bottom: -5px;
}
section.single-car-2021 .car-info-border,
section.single-car-2021 .car-info-bg,
section.single-car-2021 .car-info {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
section.single-car-2021 .car-info-border > div,
section.single-car-2021 .car-info-bg > div,
section.single-car-2021 .car-info > div {
  position: relative;
  z-index: 2;
}
section.single-car-2021 .car-info-border .overlay,
section.single-car-2021 .car-info-bg .overlay,
section.single-car-2021 .car-info .overlay {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.single-car-2021 .car-info-border .overlay::after,
section.single-car-2021 .car-info-bg .overlay::after,
section.single-car-2021 .car-info .overlay::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.single-car-2021 .car-info-border {
  border: 2px solid;
}
section.single-car-2021 .car-info-bord-top {
  border-top: 2px solid;
}
section.single-car-2021 .gen-param {
  margin: -4px -8px;
  width: calc(100% +  16px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
section.single-car-2021 .gen-param .detail-box {
  display: flex;
  align-items: center;
  line-height: 23px;
  padding: 4px 8px;
}
section.single-car-2021 .gen-param .detail-box .icon {
  margin: 0;
  width: 20px;
  height: 15px;
}
section.single-car-2021 .gen-param .detail-box span.text {
  padding-left: 5px;
}
@media (min-width: 768px) {
  section.single-car-2021 .gen-param .detail-box span.text {
    font-size: 19px;
  }
}
section.single-car-2021 .contact-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  section.single-car-2021 .contact-info {
    justify-content: space-around;
  }
}
section.single-car-2021 .contact-info .btn {
  text-shadow: none;
  padding: 12px 25px;
}
section.single-car-2021 .contact-info .leasing-phone,
section.single-car-2021 .contact-info .agreement-box,
section.single-car-2021 .contact-info .right-box {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.single-car-2021 .contact-info .leasing-phone i {
  font-size: 115%;
}
section.single-car-2021 .contact-info .agreement-box .btn {
  opacity: .15;
}
section.single-car-2021 .contact-info .agreement-box .btn:hover {
  opacity: .5;
}
section.single-car-2021 .contact-info .right-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.single-car-2021 .contact-info .right-box .monthly-fee {
  margin: 0 15px;
}
section.single-car-2021 .contact-info .right-box .monthly-fee .big {
  display: inline-block;
  font-size: 160%;
  font-weight: 600;
}
@media (max-width: 420px) {
  section.single-car-2021 .contact-info .right-box {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  section.single-car-2021 .contact-info {
    justify-content: center;
  }
  section.single-car-2021 .contact-info .leasing-phone {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  section.single-car-2021 .contact-info {
    flex-direction: column;
  }
  section.single-car-2021 .contact-info .monthly-fee {
    margin-left: 0;
  }
}
section.single-car-2021 .main-info-block {
  position: relative;
  overflow: hidden;
}
section.single-car-2021 .main-info-block .view-more-btn {
  text-transform: uppercase;
  width: calc(100% +  40px);
  margin-top: -15px;
  margin-left: -20px;
  margin-right: -20px;
  font-weight: 600;
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  section.single-car-2021 .main-info-block .view-more-btn {
    display: none;
  }
}
section.single-car-2021 .main-info-block #view-more .view-more-btn {
  padding-bottom: 0;
  border: none;
}
@media (min-width: 768px) {
  section.single-car-2021 .main-info-block .full-car-info {
    display: block;
  }
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box {
  padding-bottom: 30px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media (max-width: 1200px) {
  section.single-car-2021 .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  section.single-car-2021 .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 450px) {
  section.single-car-2021 .main-info-block .full-car-info .equip-info-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .inline-block {
  display: inline-block;
  width: 100%;
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .equip-info-block {
  width: 100%;
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .equip-info-block .block-title {
  display: inline-block;
  width: 100%;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .equip-info-block ul {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
section.single-car-2021 .price-block .current {
  color: #ffffff;
  background: #ff360d;
}
section.single-car-2021 .price-block .old {
  color: #000000;
}
section.single-car-2021 .img-section .thumbnail-img .discount {
  color: #ffffff;
  background: #ff360d;
}
section.single-car-2021 .img-section .thumbnail-img .thumbnail-slider-opener {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
section.single-car-2021 .img-section .img-gal .slick-prev::before,
section.single-car-2021 .img-section .img-gal .slick-next::before {
  color: #d9d9d9;
}
section.single-car-2021 .car-info-border .overlay::after,
section.single-car-2021 .car-info-bg .overlay::after,
section.single-car-2021 .car-info .overlay::after {
  background: #ebebeb;
}
section.single-car-2021 .car-info-border,
section.single-car-2021 .car-info-bg {
  color: #000000;
  background: #ffffff;
}
section.single-car-2021 .car-info-border {
  border-color: #ebebeb;
}
section.single-car-2021 .car-info-bg {
  background: #ebebeb;
}
section.single-car-2021 .contact-info {
  background: #194247;
}
section.single-car-2021 .contact-info a:not(.btn),
section.single-car-2021 .contact-info div:not(.btn) {
  color: #ffffff;
}
section.single-car-2021 .contact-info .leasing-phone i {
  color: #ff360d;
}
section.single-car-2021 .main-info-block .view-more-btn {
  border-color: #ebebeb;
  color: #ff360d;
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .equip-info-block .block-title {
  background: #8b8b8b;
  color: #ffffff;
}
section.single-car-2021 .main-info-block .full-car-info .equip-info-box .equip-info-block ul.checks li::before {
  color: #ff360d;
}
section.partn-ban-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% +  30px);
}
section.partn-ban-box .partn-ban {
  padding: 15px;
  width: 285px;
  max-width: 100%;
}
section.partn-ban-box .partn-ban a {
  display: block;
  width: 100%;
}
section.partn-ban-box .partn-ban img {
  max-width: 100%;
}
@media (max-width: 767px) {
  section.opened-car-ban.hide-on-phone {
    display: none;
  }
}
section.small-car-special-2021 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #f7f8f9;
  background: #ff360d;
}
section.small-car-special-2021 .title {
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
}
section.small-car-special-2021 .spec-car-item-list .car-block {
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.small-car-special-2021 .spec-car-item-list .car-block .bg-under {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/procenti-bg.svg');
  background-size: cover;
  border-radius: 5px;
  opacity: .5;
  z-index: -1;
}
section.small-car-special-2021 .spec-car-item-list .car-block .bg-img {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
section.small-car-special-2021 .spec-car-item-list .car-block .bg-img .discount {
  position: absolute;
  padding: 3px 25px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 9px;
  right: -27px;
  width: 100px;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-tlt {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer {
  width: 100%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer .price {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer .price .old-price {
  text-align: right;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 18px;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer .price .cur-price {
  font-size: 20px;
  line-height: 22px;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .monthly {
  width: 100%;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .monthly span {
  font-size: 24px;
}
section.small-car-special-2021 .title {
  color: #ffffff;
}
section.small-car-special-2021 .spec-car-item-list .car-block {
  background: #ffffff;
  border-color: #ff360d;
}
section.small-car-special-2021 .spec-car-item-list .car-block .bg-img .discount {
  background: #ff360d;
  color: #ffffff;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-tlt {
  color: #000000;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer .price .old-price {
  color: #ff360d;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .price-outer .price .cur-price {
  color: #194247;
}
section.small-car-special-2021 .spec-car-item-list .car-block .car-info .monthly {
  background: #ff360d;
  color: #ffffff;
}
section.leasing {
  position: relative;
  overflow: hidden;
}
section.leasing .sect-bg {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.leasing .container {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
section.leasing .container a {
  color: #ffffff;
}
section.leasing .container .form-bg {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 40px;
}
@media (max-width: 575px) {
  section.leasing .container .form-bg {
    padding: 30px 15px;
  }
}
section.leasing .container .form-bg .inp-box {
  position: relative;
  width: 100%;
}
section.leasing .container .form-bg .inp-box::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 5px;
  right: 0;
  left: 0;
  top: 5px;
  z-index: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
section.leasing .container .form-bg .inp-box input:not([type=checkbox]),
section.leasing .container .form-bg .inp-box textarea,
section.leasing .container .form-bg .inp-box .file-upload {
  position: relative;
  width: 100%;
}
section.leasing .container .form-bg::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .21;
}
section.leasing .container .leasing-row {
  display: flex;
  align-items: center;
}
section.leasing .container .left-side .fill-in {
  font-size: 21px;
}
section.leasing .container .left-side .fill-in .dark {
  color: #194247;
  display: inline-block;
}
section.leasing .container .left-side .no-obligations {
  padding-bottom: 5px;
  font-weight: 500;
}
section.leasing .container .right-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.leasing .container .right-side {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  section.leasing .container .right-side {
    padding-top: 30px;
  }
}
section.leasing .container .right-side .right-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
section.leasing .container .right-side .right-block::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .5;
}
section.leasing .container .right-side .right-block .right-tlt-box {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
  width: calc(100% +  40px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.leasing .container .right-side .right-block .right-tlt-box .right-tlt {
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ff360d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.leasing .container .right-side .right-block .right-tlt-box .right-tlt {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  section.leasing .container .right-side .right-block .right-tlt-box .right-tlt {
    font-size: 19px;
    line-height: 21px;
  }
}
section.leasing .container .right-side .right-block .list .list-tlt {
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
}
@media (max-width: 575px) {
  section.leasing .container .right-side .right-block .list .list-tlt {
    font-size: 17px;
  }
}
section.leasing .container .right-side .right-block .list .line {
  margin: 15px 0;
  margin-left: -5px;
  line-height: 1.1;
  width: calc(100% +  5px);
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) and (min-width: 767px) {
  section.leasing .container .right-side .right-block .list .line br {
    display: none;
  }
}
@media (max-width: 389px) {
  section.leasing .container .right-side .right-block .list .line br {
    display: none;
  }
}
section.leasing .container .right-side .right-block .list .line .icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
}
@media (max-width: 575px) {
  section.leasing .container .right-side .right-block .list .line {
    margin-left: -15px;
    width: calc(100% +  15px);
    font-size: 15px;
  }
}
section.leasing .container .left-side-info-container .left-side-info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.leasing .container .left-side-info-container .left-side-info {
    align-items: center;
  }
}
section.leasing .container .left-side-info-container .left-side-info .info-box {
  padding: 15px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 40px;
}
@media (max-width: 767px) {
  section.leasing .container .left-side-info-container .left-side-info .info-box {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  section.leasing .container .left-side-info-container .left-side-info .info-box {
    font-size: 9vw;
  }
}
section.leasing .container .left-side-info-container .left-side-info .info-box::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 425px) {
  section.leasing .container .left-side-info-container .left-side-info .info-box {
    width: 100%;
  }
}
section.leasing .container .left-side-info-container .left-side-info .info-box .arrow-btn .virtual-tour {
  font-size: 26px;
  position: relative;
  padding-right: 50px;
  margin-bottom: 8px;
}
section.leasing .container .left-side-info-container .left-side-info .info-box .arrow-btn .virtual-tour::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(100% -  19px);
  right: 0;
  width: 100px;
  height: 70px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/arrow-bent.svg');
}
@media (max-width: 413px) {
  section.leasing .container .left-side-info-container .left-side-info .info-box .arrow-btn .virtual-tour {
    padding-right: 0;
    margin-bottom: 0;
  }
  section.leasing .container .left-side-info-container .left-side-info .info-box .arrow-btn .virtual-tour::after {
    display: none;
  }
}
section.leasing .container .left-side-info-container .left-side-info .info-box .point-list {
  margin: -5px -10px;
  font-size: 23px;
}
section.leasing .container .left-side-info-container .left-side-info .info-box .point-list .point {
  display: inline-block;
  padding: 5px 10px;
}
section.leasing .container .left-side-info-container .left-side-info .info-box .point-list .point .far {
  color: #fff200;
}
section.leasing .container .left-side-info-container .left-side-info .info-list {
  opacity: .5;
  display: flex;
  justify-content: center;
}
section.leasing .container .left-side-info-container .left-side-info .info-list .point {
  position: relative;
  width: 77px;
  margin: 5px 15px;
  font-size: 14px;
}
section.leasing .container .left-side-info-container .left-side-info .info-list .point::after {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  height: 10px;
  left: calc(100% +  2px);
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/arrow.svg');
}
section.leasing .container .left-side-info-container .left-side-info .info-list .point:first-child {
  margin-left: 0;
}
section.leasing .container .left-side-info-container .left-side-info .info-list .point:last-child {
  width: 90px;
  margin-right: 0;
}
section.leasing .container .left-side-info-container .left-side-info .info-list .point:last-child::after {
  display: none;
}
section.leasing .container .left-side-info-container .left-side-info .point-info-box {
  position: relative;
  max-width: 100%;
}
@media (min-width: 992px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box {
    width: 700px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box {
    width: 370px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box {
    width: 700px;
  }
}
@media (max-width: 575px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box {
    width: 370px;
  }
}
section.leasing .container .left-side-info-container .left-side-info .point-info-box .point-list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
section.leasing .container .left-side-info-container .left-side-info .point-info-box img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box img.phone {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box img.desctop {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box img.phone {
    display: none;
  }
}
@media (max-width: 575px) {
  section.leasing .container .left-side-info-container .left-side-info .point-info-box img.desctop {
    display: none;
  }
}
section.leasing .container .left-side-info-container .left-side-info-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list {
  color: #ffffff;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-title {
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-list {
  position: relative;
  z-index: 9;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-list > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff360d;
  color: #ffffff;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-list > div span {
  font-size: 20px;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-list > div span:first-child {
  padding-right: 15px;
}
section.leasing .container .left-side-info-container .left-side-info-box .price-list .alt-list > div span:last-child {
  font-weight: bold;
}
section.leasing .container .left-side-info-container .left-side-info-box .car {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  bottom: -85px;
  width: 300px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.select-block {
  max-width: 266px;
  margin: auto;
  background: #ebebeb;
  color: #8b8b8b;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.select-block .top-name {
  background: #ff360d;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.select-block .middle {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.select-block .middle .selects {
  padding: 15px 20px;
}
section.select-block .middle .selects .bootstrap-select {
  width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.select-block .middle .selects .bootstrap-select .btn {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #8b8b8b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  padding: 5px 15px;
  margin-bottom: 5px;
  width: 100%;
}
section.select-block .middle .selects .bootstrap-select .btn:focus {
  outline: none !important;
  box-shadow: none;
}
section.select-block .middle .selects .bootstrap-select .dropdown-menu {
  border: 1px solid #d9d9d9;
}
section.select-block .middle .selects .bootstrap-select .dropdown-menu li {
  background: #ffffff;
  color: #8b8b8b;
}
section.select-block .middle .selects .bootstrap-select .dropdown-menu li.selected,
section.select-block .middle .selects .bootstrap-select .dropdown-menu li.active {
  background: #d9d9d9;
  color: #8b8b8b;
}
section.select-block .middle .selects .bootstrap-select .dropdown-menu.inner {
  border: none;
}
section.select-block .middle .selects .bootstrap-select.hidden-models {
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: 0;
  top: 0;
}
section.select-block .middle .range {
  max-width: 225px;
  margin: auto;
  background: #194247;
  color: #ffffff;
  padding: 15px 20px;
}
section.select-block .middle .range .range-tlt {
  font-size: 15px;
  text-align: center;
}
section.select-block .middle .range .range-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.select-block .middle .range .range-box input {
  background: #ffffff;
  color: #8b8b8b;
  width: 47%;
  max-width: 110px;
  padding: 0px;
  padding-left: 15px;
  text-align: center;
}
section.select-block .middle .range .range-box span {
  padding: 0 10px;
  color: #ffffff;
}
section.select-block .middle .range .range-box span:last-child {
  padding-right: 0;
}
section.select-block .middle .btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
section.select-block .middle .btn-box .no-bg {
  color: #8b8b8b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.select-block .top-name::after {
    margin-left: 10px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: bold;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  section.select-block.closed-block .top-name {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.select-block.closed-block .top-name::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  section.select-block.closed-block .middle {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
section.contacts.bg-img {
  background-size: contain;
  background-position: left top;
}
section.contacts .main-contact-info {
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  section.contacts .main-contact-info {
    margin-bottom: 15px;
  }
}
section.contacts .main-contact-info > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.contacts .main-contact-info p {
  margin-bottom: 0;
}
section.contacts .main-contact-info .cont-box {
  height: 150px;
  background: #ebebeb;
  font-size: 16px;
}
section.contacts .main-contact-info .cont-box .small {
  font-size: 70%;
  font-weight: 300;
}
section.contacts .main-contact-info .cont-box .cont-icon {
  color: #ff360d;
  font-size: 26px;
  line-height: 1;
  height: 30px;
}
section.contacts .main-contact-info .cont-box .title {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
  line-height: 1;
  height: 34px;
}
section.contacts .main-contact-info-2022 .contact-bl {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 15px;
}
section.contacts .main-contact-info-2022 .contact-bl .address-tlt {
  margin: -16px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: calc(100% +  32px);
  background: #194247;
  color: #ffffff;
}
section.contacts .main-contact-info-2022 .contact-bl > div {
  margin-bottom: 10px;
}
section.contacts .main-contact-info-2022 .contact-bl > div p {
  padding: 0;
  margin: 0;
}
section.contacts .main-contact-info-2022 .contact-bl > div:last-child {
  margin-bottom: 0;
}
section.contacts .main-contact-info-2022 .contact-bl .info-elem .icon-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  width: 34px;
  height: 34px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  color: #ff360d;
  margin-bottom: 7px;
}
section.contacts .main-contact-info-2022 .contact-bl .info-elem .elem-tlt {
  font-weight: 500;
  margin-bottom: 2px;
}
section.map #map {
  width: 100%;
  height: 350px;
}
section.page-top {
  position: relative;
}
section.page-top .under-content {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.page-top .container {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
section.close-rows .row {
  margin-left: -5px;
  margin-right: -5px;
}
section.close-rows .row [class^="col-"],
section.close-rows .row [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
section.why-buy {
  background: #f7f8f9;
}
section.why-buy .sect-tlt {
  text-align: left;
  font-size: 43px;
}
@media (min-width: 768px) {
  section.why-buy .sect-tlt {
    padding-bottom: 50px;
  }
}
section.why-buy .checks .line {
  padding: 5px 0;
}
section.why-buy .checks .line .fas {
  color: #ff360d;
  margin-right: 5px;
}
section.why-buy .bullets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  section.why-buy .bullets .bg-line {
    position: absolute;
    display: block;
    content: '';
    right: calc(25% -  15px);
    top: 8px;
    left: 10px;
    height: 8px;
    background: #194247;
    overflow: hidden;
  }
  section.why-buy .bullets .bg-line .slider {
    position: absolute;
    display: block;
    content: '';
    left: -34%;
    width: 34%;
    top: 0;
    bottom: 0;
    background: #ff360d;
    background-color: #ff360d;
    background: -webkit-linear-gradient(left, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -moz-linear-gradient(left, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -ms-linear-gradient(left, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -o-linear-gradient(left, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    -webkit-animation: HORIZONTAL-LINE 4s infinite 300ms 0 ease;
    -moz-animation: HORIZONTAL-LINE 4s infinite 300ms 0 ease;
    -ms-animation: HORIZONTAL-LINE 4s infinite 300ms 0 ease;
    -webkit-animation: HORIZONTAL-LINE 4s infinite;
    /* Safari 4+ */
    -moz-animation: HORIZONTAL-LINE 4s infinite;
    /* Fx 5+ */
    -o-animation: HORIZONTAL-LINE 4s infinite;
    /* Opera 12+ */
    animation: HORIZONTAL-LINE 4s infinite;
    /* IE 10+, Fx 29+ */
  }
}
section.why-buy .bullets .bullet {
  position: relative;
  font-weight: bold;
  width: 25%;
  padding-top: 30px;
}
section.why-buy .bullets .bullet::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 3px solid #ff360d;
}
@media (min-width: 768px) {
  section.why-buy .bullets .bullet.with-image::before {
    left: 15px;
  }
  section.why-buy .bullets .bullet .image {
    margin-top: -180px;
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.why-buy .bullets .bullet .image {
    margin-top: -160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.why-buy .bullets .bullet {
    width: 23%;
  }
  section.why-buy .bullets .bullet.with-image {
    width: 31%;
  }
  section.why-buy .bullets .bullet .image {
    margin-left: -25px;
    width: calc(100% +  25px);
    max-width: calc(100% +  25px) !important;
  }
}
@media (max-width: 767px) {
  section.why-buy .bullets {
    flex-direction: column;
    margin-top: 0px;
  }
  section.why-buy .bullets .bg-line {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    left: 8px;
    right: auto;
    bottom: 150px;
    width: 8px;
    background: #194247;
    overflow: hidden;
  }
  section.why-buy .bullets .bg-line .slider {
    position: absolute;
    display: block;
    content: '';
    top: -34%;
    height: 34%;
    right: 0;
    left: 0;
    background: #ff360d;
    background-color: #ff360d;
    background: -webkit-linear-gradient(top, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -moz-linear-gradient(top, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -ms-linear-gradient(top, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    background: -o-linear-gradient(top, #194247 0%, #ff360d 20%, #ff360d 80%, #194247 100%);
    -webkit-animation: VERTICAL-LINE 4s infinite 300ms 0 ease;
    -moz-animation: VERTICAL-LINE 4s infinite 300ms 0 ease;
    -ms-animation: VERTICAL-LINE 4s infinite 300ms 0 ease;
    -webkit-animation: VERTICAL-LINE 4s infinite;
    /* Safari 4+ */
    -moz-animation: VERTICAL-LINE 4s infinite;
    /* Fx 5+ */
    -o-animation: VERTICAL-LINE 4s infinite;
    /* Opera 12+ */
    animation: VERTICAL-LINE 4s infinite;
    /* IE 10+, Fx 29+ */
  }
  section.why-buy .bullets .bullet {
    width: 100%;
    padding: 0;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  section.why-buy .bullets .bullet::before {
    left: 0;
    top: 0;
  }
  section.why-buy .bullets .bullet.with-image {
    height: 280px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  section.why-buy .bullets .bullet.with-image::before {
    left: 0;
    top: auto;
    bottom: 140px;
  }
  section.why-buy .bullets .bullet .image {
    width: 250px;
    max-width: 100%;
    max-height: 100%;
  }
}
section.about-us .top-tlt {
  background: #194247;
  color: #ffffff;
}
section.about-us .top-tlt h1,
section.about-us .top-tlt h2,
section.about-us .top-tlt h3,
section.about-us .top-tlt h4,
section.about-us .top-tlt h5,
section.about-us .top-tlt h6,
section.about-us .top-tlt .tlt {
  color: #ffffff;
  text-transform: none;
  font-size: 34px;
  font-style: italic;
}
@media (max-width: 1199px) {
  section.about-us .top-tlt h1,
  section.about-us .top-tlt h2,
  section.about-us .top-tlt h3,
  section.about-us .top-tlt h4,
  section.about-us .top-tlt h5,
  section.about-us .top-tlt h6,
  section.about-us .top-tlt .tlt {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  section.about-us .top-tlt h1,
  section.about-us .top-tlt h2,
  section.about-us .top-tlt h3,
  section.about-us .top-tlt h4,
  section.about-us .top-tlt h5,
  section.about-us .top-tlt h6,
  section.about-us .top-tlt .tlt {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  section.about-us .top-tlt h1,
  section.about-us .top-tlt h2,
  section.about-us .top-tlt h3,
  section.about-us .top-tlt h4,
  section.about-us .top-tlt h5,
  section.about-us .top-tlt h6,
  section.about-us .top-tlt .tlt {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  section.about-us .top-tlt h1,
  section.about-us .top-tlt h2,
  section.about-us .top-tlt h3,
  section.about-us .top-tlt h4,
  section.about-us .top-tlt h5,
  section.about-us .top-tlt h6,
  section.about-us .top-tlt .tlt {
    font-size: 4.4vw;
  }
}
section.about-us .text-video-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
section.about-us .text-video-block .video {
  width: 35%;
}
section.about-us .text-video-block .video .bg-img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
section.about-us .text-video-block .video .bg-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 36px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.about-us .text-video-block .text {
  width: 65%;
}
section.about-us .text-video-block .text .top-margin {
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.about-us .text-video-block .text {
    padding-right: 30px;
  }
  section.about-us .text-video-block .text p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  section.about-us .text-video-block .video {
    width: 450px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  section.about-us .text-video-block .text {
    width: 100%;
  }
}
section.about-us .info-blocks .title {
  width: 100%;
  background: #194247;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
section.about-us.with-bg {
  background-color: #194247;
  background: -webkit-linear-gradient(left, #194247  0%,  #194247  42%,  #8b8b8b  100% );
  background: -moz-linear-gradient(left, #194247  0%,  #194247  42%,  #8b8b8b  100% );
  background: -ms-linear-gradient(left, #194247  0%,  #194247  42%,  #8b8b8b  100% );
  background: -o-linear-gradient(left, #194247  0%,  #194247  42%,  #8b8b8b  100% );
  color: #ffffff;
}
section.thankyou > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.thankyou > .container .thankyou-icon {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
section.thankyou > .container h1 {
  font-weight: 300;
}
section.thankyou > .container .thankyou-info {
  text-align: center;
}
section.xml-export .table-container-outer {
  width: calc(100% +  30px);
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
section.xml-export .table-container-outer .table-container .xml-car-list {
  position: relative;
}
section.xml-export .table-container-outer .table-container .xml-car-list .top-line {
  background: white;
  position: sticky;
  top: 0;
  z-index: 9;
}
section.xml-export .table-container-outer .table-container .xml-car-list .checker {
  position: relative;
  width: 70px;
}
section.xml-export .table-container-outer .table-container .xml-car-list .title {
  width: 320px;
}
section.xml-export .table-container-outer .table-container .xml-car-list .inp-box {
  width: 150px;
}
section.xml-export .table-container-outer .table-container .xml-car-list .editable {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.xml-export .table-container-outer .table-container .xml-car-list .editable > span {
  display: none;
}
section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden > span {
  display: block;
}
section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden input,
section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden .bootstrap-select {
  opacity: 0;
  z-index: -99;
  display: none;
}
section.xml-export .table-container-outer .table-container .xml-car-list td,
section.xml-export .table-container-outer .table-container .xml-car-list th {
  padding: 0px 10px;
}
section.xml-export .table-container-outer .table-container .xml-car-list tr {
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.xml-export .table-container-outer .table-container .xml-car-list tr:nth-child(odd) {
  background: #f0f0f0;
}
section.xml-export .table-container-outer .table-container .xml-car-list tr:hover,
section.xml-export .table-container-outer .table-container .xml-car-list tr:focus,
section.xml-export .table-container-outer .table-container .xml-car-list tr:focus-within {
  background: #e0e0e0;
}
section.xml-export .table-container-outer .table-container input {
  background: #ffffff;
  color: #000000;
  border-color: #d9d9d9;
  border-radius: 3px;
  width: 100%;
  margin: 2px 0;
}
section.xml-export .table-container-outer .table-container .checkbox input:checked ~ .checkmark::after {
  color: #000000;
}
section.xml-export .table-container-outer .table-container .checkbox .checkmark {
  border: solid 1px #d9d9d9;
  background: #ffffff;
}
section.xml-export .table-container-outer .table-container .checkbox .checkmark::after {
  color: #000000;
}
section.xml-export .table-container-outer .table-container .bootstrap-select {
  width: 100% !important;
}
section.xml-export .table-container-outer .table-container .bootstrap-select .btn {
  font-size: inherit;
  background: #ffffff;
  color: #000000;
  border-color: #d9d9d9;
  border-radius: 3px;
  width: 100%;
  text-transform: none;
}
section.virtual-tour-popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  right: calc(-100vw +  30px);
  left: calc(100vw +  30px);
  top: 30px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.virtual-tour-popup.opened {
  right: 30px;
  left: 30px;
  opacity: 1;
}
section.virtual-tour-popup iframe {
  width: 100%;
  height: 100%;
}
section.virtual-tour-popup .shutter-box {
  position: absolute;
  right: -25px;
  top: -25px;
  text-align: center;
}
section.virtual-tour-popup .shutter-box .popup-shutter {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.virtual-tour-popup .shutter-box .popup-shutter::before,
section.virtual-tour-popup .shutter-box .popup-shutter::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  right: 0;
  top: calc(50% -  1.5px);
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.virtual-tour-popup .shutter-box .popup-shutter::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
section.virtual-tour-popup .shutter-box .popup-shutter::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
section.virtual-tour-popup .shutter-box .popup-shutter:hover::before,
section.virtual-tour-popup .shutter-box .popup-shutter:hover::after {
  background: #ff0000;
}
section.side-vid-btns {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
section.side-vid-btns .vid-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  padding: 15px 30px;
  padding-right: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 20px;
  background: #ff360d;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3) !important;
}
@media (max-width: 767px) {
  section.side-vid-btns {
    display: none;
  }
}
section.page-360 {
  padding: 15px;
  min-height: 350px;
  height: calc(100vh -  80px  -  90px);
}
@media (max-width: 1199px) {
  section.page-360 {
    height: calc(100vh -  80px  -  90px);
  }
}
@media (max-width: 991px) {
  section.page-360 {
    height: calc(100vh -  80px  -  90px);
  }
}
@media (max-width: 767px) {
  section.page-360 {
    min-height: 300px;
    height: calc(100vh -  80px  -  60px);
  }
}
@media (max-width: 575px) {
  section.page-360 {
    height: calc(100vh -  80px  -  60px);
  }
}
section.page-360 #page-360-iframe-box {
  width: 100%;
  height: 100%;
}
section.page-360 #page-360-iframe-box #page-360-iframe {
  width: 100%;
  height: 100%;
}
section.page-gallery {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% +  10px);
}
section.page-gallery .page-gal-item {
  padding: 5px;
  display: block;
  width: 20%;
  position: relative;
}
@media (max-width: 991px) {
  section.page-gallery .page-gal-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  section.page-gallery .page-gal-item {
    width: 33.33333333333%;
  }
}
@media (max-width: 575px) {
  section.page-gallery .page-gal-item {
    width: 50%;
  }
}
section.page-gallery .page-gal-item img {
  width: 100%;
}
section.page-gallery .page-gal-item i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.page-gallery .page-gal-item i {
  color: #ffffff;
}
section.page-gallery-vid {
  margin: auto;
  width: 600px;
  max-width: 100%;
}
section.page-gallery-vid .page-gal-item {
  padding: 5px;
  display: block;
  position: relative;
}
section.page-gallery-vid .page-gal-item img {
  width: 100%;
}
section.page-gallery-vid .page-gal-item i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.page-gallery-vid .page-gal-item i {
  color: #ffffff;
}
section.faq {
  position: relative;
}
section.faq .page-bg {
  position: absolute;
  display: block;
  height: 600px;
  content: '';
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
section.faq .faq-blocks {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
section.faq .faq-blocks .faq-bl {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.faq .faq-blocks .faq-bl .question-line {
  display: flex;
  align-items: center;
  cursor: pointer;
}
section.faq .faq-blocks .faq-bl .question-line .counter {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding-top: 1px;
  padding-left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 21px;
}
section.faq .faq-blocks .faq-bl .question-line h3 {
  width: calc(100% -  75px);
  text-align: left;
  font-size: 21px;
  padding: 0;
}
section.faq .faq-blocks .faq-bl .question-line .open-bl {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
section.faq .faq-blocks .faq-bl .question-line .open-bl .fas {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.faq .faq-blocks .faq-bl .answed {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.faq .faq-blocks .faq-bl .answed p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.faq .faq-blocks .faq-bl.opened .question-line .open-bl .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.faq .faq-blocks .faq-bl.opened .answed {
  padding-top: 15px;
  opacity: 1;
  height: auto;
  overflow: hidden;
}
section.faq .faq-blocks .faq-bl {
  border-color: #ebebeb;
}
section.faq .faq-blocks .faq-bl .question-line .counter {
  background: #ff0000;
  color: #ffffff;
}
section.faq .faq-blocks .faq-bl .question-line .open-bl {
  color: #ff0000;
}
section.faq .faq-blocks .faq-bl.opened {
  border-color: #d9d9d9;
}
section.news-section .news-outer-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.news-section .news-outer-block .news-block {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.news-section .news-outer-block .news-block .video-block,
section.news-section .news-outer-block .news-block .thumbnail-img {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.news-section .news-outer-block .news-block .video-block .info,
section.news-section .news-outer-block .news-block .thumbnail-img .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section.news-section .news-outer-block .news-block .video-block .info .date,
section.news-section .news-outer-block .news-block .thumbnail-img .info .date {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 20px;
}
section.news-section .news-outer-block .news-block .video-block .info h1,
section.news-section .news-outer-block .news-block .thumbnail-img .info h1,
section.news-section .news-outer-block .news-block .video-block .info h2,
section.news-section .news-outer-block .news-block .thumbnail-img .info h2,
section.news-section .news-outer-block .news-block .video-block .info h3,
section.news-section .news-outer-block .news-block .thumbnail-img .info h3,
section.news-section .news-outer-block .news-block .video-block .info h4,
section.news-section .news-outer-block .news-block .thumbnail-img .info h4,
section.news-section .news-outer-block .news-block .video-block .info h5,
section.news-section .news-outer-block .news-block .thumbnail-img .info h5,
section.news-section .news-outer-block .news-block .video-block .info h6,
section.news-section .news-outer-block .news-block .thumbnail-img .info h6 {
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: left;
  height: 70px;
}
section.news-section .news-outer-block .news-block .video-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.news-section .news-outer-block .news-block .video-block h1,
section.news-section .news-outer-block .news-block .video-block h2,
section.news-section .news-outer-block .news-block .video-block h3,
section.news-section .news-outer-block .news-block .video-block h4,
section.news-section .news-outer-block .news-block .video-block h5,
section.news-section .news-outer-block .news-block .video-block h6,
section.news-section .news-outer-block .news-block .video-block .info {
  opacity: 0;
  z-index: -1;
}
section.news-section .news-outer-block .news-block .text-section {
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.news-section .news-outer-block .news-block .text-section .excerpt {
  font-size: 15px;
  line-height: 18px;
  height: 72px;
  padding: 0;
  overflow-y: hidden;
  margin-bottom: 10px;
}
section.news-section .news-outer-block .news-block .text-section .read-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.news-section .news-outer-block .news-block .text-section .read-more-box .btn {
  width: 100%;
}
section.news-section .news-outer-block .news-block .video-block .info,
section.news-section .news-outer-block .news-block .thumbnail-img .info {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
section.news-section .news-outer-block .news-block .video-block .info h1,
section.news-section .news-outer-block .news-block .thumbnail-img .info h1,
section.news-section .news-outer-block .news-block .video-block .info h2,
section.news-section .news-outer-block .news-block .thumbnail-img .info h2,
section.news-section .news-outer-block .news-block .video-block .info h3,
section.news-section .news-outer-block .news-block .thumbnail-img .info h3,
section.news-section .news-outer-block .news-block .video-block .info h4,
section.news-section .news-outer-block .news-block .thumbnail-img .info h4,
section.news-section .news-outer-block .news-block .video-block .info h5,
section.news-section .news-outer-block .news-block .thumbnail-img .info h5,
section.news-section .news-outer-block .news-block .video-block .info h6,
section.news-section .news-outer-block .news-block .thumbnail-img .info h6 {
  color: #ffffff;
}
section.news-section .news-outer-block .news-block .text-section {
  background: #ebebeb;
}
.form-max-width {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.thankyou-block {
  max-width: 767px;
  width: 100%;
  margin: auto;
  border: 3px solid #ff360d;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 75px 50px;
  text-align: center !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.thankyou-block p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .hide-on-small {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-on-small {
    display: none;
  }
}
.hide-elem {
  display: none !important;
}
.hide-model {
  margin-left: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.small-select-block .bootstrap-select {
  width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.small-select-block .bootstrap-select .btn {
  background: #ffffff;
  border: 1px solid #194247;
  color: #194247;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  padding: 5px 15px;
  margin-bottom: 5px;
  width: 100%;
}
.small-select-block .bootstrap-select .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.small-select-block .bootstrap-select .dropdown-menu {
  border: 1px solid #194247;
}
.small-select-block .bootstrap-select .dropdown-menu li {
  background: #ffffff;
  color: #194247;
}
.small-select-block .bootstrap-select .dropdown-menu li.selected,
.small-select-block .bootstrap-select .dropdown-menu li.active {
  background: #194247;
  color: #ffffff;
}
.small-select-block .bootstrap-select .dropdown-menu.inner {
  border: none;
}
.small-select-block .bootstrap-select.hidden-models {
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: 0;
  top: 0;
}
.cars-pagination,
.page-switcher {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.cars-pagination div,
.page-switcher div,
.cars-pagination li,
.page-switcher li {
  padding: 0;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .cars-pagination div,
  .page-switcher div,
  .cars-pagination li,
  .page-switcher li {
    margin: 0 5px;
  }
}
.cars-pagination div a,
.page-switcher div a,
.cars-pagination li a,
.page-switcher li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  font-size: 17px;
  line-height: 17px;
  width: 30px;
  height: 30px;
  color: #8b8b8b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cars-pagination div a:hover,
.page-switcher div a:hover,
.cars-pagination li a:hover,
.page-switcher li a:hover {
  background: #8b8b8b;
  border: 1px solid #194247;
  color: #ffffff;
}
.cars-pagination div.current a,
.page-switcher div.current a,
.cars-pagination li.current a,
.page-switcher li.current a {
  background: #194247;
  color: #ffffff;
  border: 1px solid #194247;
}


#partner_slider {
  margin: 60px 0 40px 0;
  padding: 0 0 15px 0;
  display: flex;
}
#partner_slider .f-carousel__nav { display: none; }
#partner_slider .partner_box {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#partner_slider .partner_box img {
  display: block;
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  #partner_slider .partner_box {
    width: 33%;
  }
}
@media (max-width: 500px) {
  #partner_slider .partner_box {
    width: 50%;
  }
}




.syc_initial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.syc_initial .block_content {
  height: 520px;
  padding: 10px 0 0 0;

  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.syc_initial h1 {
  color: white;
  max-width: 520px;
  text-transform: initial;
  position: relative;
  z-index: 5;
}
.syc_initial h1 span:nth-child(1) {
  font-size: 86px;
}
.syc_initial h1 span:nth-child(2) {
  font-size: 200px;
}
.syc_initial h1 span:nth-child(3) {
  font-size: 98px;
}


.syc_easy_sell_figure {
  width: 510px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: 22px 26px;
  border-radius: 16px 16px 0 0;
}
.syc_easy_sell_figure p {
  font-size: 22px;
  font-weight: 500;
  color: #194247;
  margin: 0;
  text-align: center;
}
.syc_easy_sell_figure::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translateX(-100%);
  width: 50%;
  height: 100%;
  background: transparent;
  box-shadow: inset -20px -20px 0px white;
  border-radius: 0 0 16px 0;
  transition: border-radius 300ms ease;
  pointer-events: none;
  z-index: -1;
}
.syc_easy_sell_figure::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translateX(100%);
  width: 50%;
  height: 100%;
  background: transparent;
  box-shadow: inset 20px -20px 0px white;
  border-radius: 0 0 0 16px;
  transition: border-radius 300ms ease;
  pointer-events: none;
  z-index: -1;
}


.syc_car_element_wrap {
  position: relative;
  z-index: 5;
  margin: 146px 0 0 0;
}
.syc_car_element_wrap::before {
  content: '';
  position: absolute;
  bottom: 108px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="465" height="360" viewBox="0 0 465 360" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M418.577 359.031C447.261 321.597 464.233 275.213 464.233 224.984C464.233 100.773 360.446 0.0800018 232.418 0.0800018C104.39 0.0800018 0.602539 100.773 0.602539 224.984C0.602539 275.213 17.5747 321.597 46.2588 359.031H418.577Z" fill="%23A25703"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.syc_car_bubble {
  position: absolute;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  color: white;
  line-height: 1.15em;
  border-radius: 18px;
}
.syc_car_bubble:nth-child(1) {
  top: -86px;
  left: 118px;
  background: #EE3D23;
}
.syc_car_bubble:nth-child(2) {
  top: 0;
  right: 40px;
  font-weight: 700;
  font-size: 22px;
  background: #194247;
}
.syc_car_bubble:nth-child(3) {
  top: 70px;
  left: 10px;
  font-weight: 700;
  font-size: 22px;
  background: #194247;
}
.syc_car_bubble:nth-child(2)::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 40%;
  width: 14px;
  height: 14px;
  background: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.syc_car_bubble:nth-child(3)::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 55%;
  width: 14px;
  height: 14px;
  background: inherit;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}



.syc_content_1 .block_content {
  display: flex;
  justify-content: space-between;
}
.syc_content_1 .block_left {
  margin: 88px 0 0 0;
}
.syc_content_1 .block_left h2 {
  font-weight: 700;
  font-size: 35px;
  color: black;
  max-width: 45rem;
  margin: 0 0 62px 0;
  text-align: left;
  text-transform: initial;
}


.block_content_row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.block_content_row > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.block_content_row > div p {
  margin: 0;
  text-align: center;
  color: black;
}
.block_content_row > div p:nth-child(1) {
  font-weight: 400;
  font-size: 17px;
}
.block_content_row > div p:nth-child(2) {
  font-weight: 600;
  font-size: 22px; 
}

.syc_content_1 .block_right img {
  display: block;
  position: relative;
  z-index: 5;
  top: -12px;
}
.syc_content_1 .block_right {
  position: relative;
  z-index: 5;
}
.syc_content_1 .block_right::before {
  content: '';
  position: absolute;
  z-index: 6;
  transform: translateX(-50%);
  left: 50%;
  bottom: -54px;
  width: 100%;
  height: 140px;
  background: #FFF;
  filter: blur(40px);
}



.syc_content_2 {
  margin-top: -76px;
} 
.syc_content_2 .block_content {
  display: flex;
  position: relative;
  z-index: 5;
}
.syc_content_2 .block_left {
  width: 100%;
  max-width: 596px;
  border-radius: 10px;
  background: #EE3D23;
  padding: 60px 260px 80px 40px;
  position: relative;
  z-index: 5;
}
.syc_content_2 .block_left::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -12px;
  bottom: -12px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #EE3D23;
  background: rgba(238, 61, 35, 0.05);
}
.syc_content_2 .block_left h2 {
  font-weight: 700;
  font-size: 35px;
  color: white;
  margin: 0 0 24px 0;
  text-align: left;
  text-transform: initial;
}
.syc_content_2 .block_left p {
  font-size: 17px;
  color: white;
  margin: 0;
}

.syc_content_2 .block_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 732px;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.syc_content_2 .block_right .block_box {
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  background: #EFEFEF;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.10);
  padding: 20px 12px 20px 20px;
}
.syc_content_2 .block_right .block_box img {
  display: block;
}
.syc_content_2 .block_right .block_box p {
  color: #000;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0;
}





.syc_content_3 {
  margin: 72px 0 70px 0;
  padding: 64px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
.syc_content_3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.syc_content_3 .block_upper {
  margin: 0 0 48px 0;
  text-align: center;
}
.syc_content_3 .block_upper h2 {
  font-weight: 600;
  font-size: 35px;
  color: white;
  text-transform: initial;
  max-width: 690px;
  margin: 0 auto;
}


.syc_content_3 .block_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}
.syc_content_3 .block_box {
  width: 100%;
  border-radius: 20px;
  padding: 42px 56px 34px 44px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
.syc_content_3 .block_box::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.75;
  filter: brightness(0.5) contrast(1.5);
}
.syc_content_3 .block_box:nth-child(1) {
  max-width: 586px;
}
.syc_content_3 .block_box:nth-child(1)::before {
  border: 1px solid #194247;
  background: linear-gradient(0deg, rgba(25, 66, 71, 0.75) 0%, rgba(25, 66, 71, 0.75) 100%), lightgray -40.575px 0px / 110.752% 106.337% no-repeat;
}
.syc_content_3 .block_box:nth-child(2) {
  max-width: 500px;
}
.syc_content_3 .block_box:nth-child(2)::before {
  border: 1px solid rgba(238, 61, 35, 0.40);
  background: linear-gradient(0deg, rgba(56, 8, 1, 0.70) 0%, rgba(56, 8, 1, 0.70) 100%), lightgray -34.712px 0px / 109.571% 105.721% no-repeat;
}
.syc_content_3 .block_box:nth-child(3) {
  max-width: 550px;
}
.syc_content_3 .block_box:nth-child(3)::before {
  border: 1px solid rgba(255, 54, 13, 0.20);
  background: linear-gradient(90deg, rgba(83, 14, 0, 0.36) 0%, rgba(83, 14, 0, 0.60) 100%), lightgray 0px -56.282px / 117.183% 145.623% no-repeat;
}
.syc_content_3 .block_box:nth-child(4) {
  max-width: 536px;
}
.syc_content_3 .block_box:nth-child(4)::before {
  border: 1px solid #363636;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), lightgray 50% / cover no-repeat;
}

.syc_content_3 .block_box h3 {
  font-weight: 700;
  font-size: 22px;
  color: white;
  text-align: left;
  text-transform: initial;
  margin: 0 0 20px 0;
}
.syc_content_3 .block_box .box_small_text {
  margin: 6px 0 0 48px;
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  font-weight: 400;
}
.syc_content_3 .block_box .block_box_lower_img {
  display: block;
  margin: 28px 0 0 0;
}

.syc_content_3 .block_box ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.syc_content_3 .block_box ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 48px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.15em;
  color: white;
  position: relative;
}
.syc_content_3 .block_box ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml,<svg width="29" height="11" viewBox="0 0 29 11" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Frame 25"><path id="Path 604" d="M14.4244 10.2746C14.0992 10.2746 13.774 10.2644 13.4488 10.242C5.96761 9.74817 1.2545 3.69978 1.05126 3.44166C0.735659 3.04305 0.591336 2.5354 0.650032 2.03038C0.708729 1.52536 0.965639 1.06434 1.36425 0.748744C1.76286 0.433145 2.27051 0.288819 2.77553 0.347516C3.28055 0.406212 3.74157 0.663122 4.05717 1.06173L4.09375 1.11051C4.13033 1.15929 8.00407 6.06345 13.7334 6.42521C17.5949 6.6691 21.5256 4.81759 25.4278 0.925561C25.6033 0.738535 25.8147 0.588664 26.0493 0.484827C26.2838 0.380989 26.5369 0.325301 26.7934 0.321062C27.0499 0.316824 27.3046 0.36412 27.5425 0.460151C27.7804 0.556181 27.9965 0.698988 28.1782 0.88011C28.3599 1.06123 28.5033 1.27698 28.6001 1.51457C28.6968 1.75216 28.7449 2.00675 28.7414 2.26326C28.7379 2.51977 28.683 2.77297 28.5799 3.00785C28.4767 3.24274 28.3275 3.45453 28.141 3.63067C23.7145 8.03893 19.1091 10.2746 14.4244 10.2746Z" fill="%23EE3D23"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.syc_content_3 .block_lower {
  margin: 22px 0 0 0;
  padding: 54px 60px 80px 60px;
  border-radius: 20px;
  border: 1px solid rgba(73, 73, 73, 0.20);
  background: linear-gradient(138deg, rgba(0, 0, 0, 0.70) 16.68%, rgba(40, 40, 40, 0.70) 76.51%);
  backdrop-filter: blur(7px);
}
.syc_content_3 .block_lower h2 {
  font-weight: 600;
  font-size: 35px;
  color: white;
  margin: 0 auto 40px auto;
  text-align: center;
  text-transform: initial;
}
.syc_content_3 .block_lower .block_lower_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.syc_content_3 .block_lower .block_lower_row > div {
  text-align: center;
}
.syc_content_3 .block_lower .block_lower_row > div img {
  margin: 0 auto 24px auto;
}
.syc_content_3 .block_lower .block_lower_row > div p {
  font-weight: 400;
  font-size: 17px;
  color: white;
  margin: 0 auto;
  max-width: 256px;
}



.syc_contacts .container {
  max-width: 1000px;
}
.syc_contacts .block_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.syc_contacts .block_left {
  border-radius: 16px 0 0 16px;
  background: #F7F7F7;
  padding: 30px 36px 60px 48px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.syc_contacts .block_left h2 {
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 18px 0;
  color: black;
  text-transform: initial;
  text-align: left;
}
.syc_contacts .block_left p {
  font-size: 18px;
  color: black;
  margin: 0;
}

.syc_contacts .block_left hr {
  display: block;
  margin: 24px 0 34px 0;
  height: 1px;
  width: 100%;
  max-width: 312px;
  border: initial;
  background: rgba(25, 66, 71, 0.20);
}
.syc_contacts .block_left .block_contact_part {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.syc_contacts .block_left .block_contact_part > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.syc_contacts .block_left .block_contact_part p {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin: 0;
}
.syc_contacts .waze_btn {
  min-width: 116px;
  padding: 12px 30px;
  border-radius: 5px;
  background: #46CCFF;
  display: flex;
  align-items: center;
  gap: 9px;

  font-weight: 700;
  font-size: 13px;
  color: white;
}
.syc_contacts .waze_btn:hover {
  color: white;
}





.syc_contacts .block_right {
  border-radius: 0px 16px 16px 0px;
  background: #FF9803;
  padding: 30px 50px 40px 50px;
}
.syc_contacts .block_right h3 {
  font-weight: 500;
  font-size: 22px;
  color: white;
  margin: 0 auto 22px auto;
  text-align: center;
  text-transform: initial;
}

.syc_form_wrap input,
.syc_form_wrap textarea {
  font-weight: 400;
  font-family: inherit;
  font-size: 16px;
  color: black;
}
.syc_form_wrap input.error,
.syc_form_wrap textarea.error {
  border: 2px solid red;
  background: #ffb6b6 !important;
}
.syc_form_wrap input {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 22px;
}
.syc_form_wrap textarea {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 22px;
}
.syc_form_wrap .checkbox span,
.syc_form_wrap .checkbox a {
  font-size: 12px;
  color: white;
}
.syc_form_wrap .checkbox a {
  text-decoration: underline;
  position: relative;
  z-index: 5;
}

.syc_form_wrap button[type="submit"] {
  width: 100%;
  height: 55px;
  border: initial;
  border-radius: 10px;
  background: #EE3D23;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.09);
  margin: 22px 0 0 0;
  cursor: pointer;

  font-weight: 500;
  font-size: 16px;
  color: white;
  text-align: center;
}


.syc_contacts {
  margin: 0 0 32px 0;
}


.syc_content_3 .container {
  position: relative;
  z-index: 5;
}
.syc_content_3 .container::before {
  content: '';
  position: absolute;
  top: -152px;
  left: -130px;
  background-image: url(../images/syc_side_element_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 68px;
  height: 212px;
  display: block;
  z-index: 10;
}
@media (max-width: 1300px) {
  .syc_content_3 .container::before {
    content: initial;
  }
}


@media (max-width: 1200px) {
  .syc_content_2 .block_right {
    position: initial;
    transform: initial;
    width: 100%;
    max-width: 700px;
  }
  .syc_content_2 .block_content {
    flex-direction: column;
    gap: 38px;
    align-items: center;
  }
  .syc_content_2 {
    margin-top: 36px;
  }
}

@media (max-width: 992px) {
  .syc_initial .block_content {
    flex-direction: column-reverse;
    height: auto;
    padding: 40px 0 44px 0;
  }
  .syc_initial h1 span:nth-child(1) {
    font-size: 34px;
  }
  .syc_initial h1 span:nth-child(2) {
    font-size: 60px;
  }
  .syc_initial h1 span:nth-child(3) {
    font-size: 40px;
  }
  .syc_initial h1 {
    max-width: 300px;
    margin: 0 auto;
  }

  .syc_car_bubble:nth-child(1) {
    top: -46px;
    left: 118px;
    background: #EE3D23;
    font-size: 16px;
  }
  .syc_car_bubble:nth-child(2) {
    top: 20px;
    right: 72px;
    font-size: 16px;
  }
  .syc_car_bubble:nth-child(3) {
    top: 70px;
    left: 90px;
    font-size: 16px;
  }

  .syc_car_element_wrap {
    margin: 80px 0 0 0;
  }

  .syc_content_1 .block_right img {
    display: none;
  }

  .syc_contacts .block_content {
    grid-template-columns: repeat(1, 1fr);
  }
  .syc_contacts .block_left {
    border-radius: 16px 16px 0 0;
  }
  .syc_contacts .block_right {
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 768px) {
  .syc_easy_sell_figure {
    width: 100%;
  }
  .syc_easy_sell_figure p {
    font-size: 19px;
  }

  .syc_content_2 .block_left {
    padding: 60px 40px;
  }
  .syc_content_2 .block_right {
    grid-template-columns: repeat(1, 1fr);
  }


  .syc_content_2 .block_right .block_box p {
    font-size: 16px;
  }
  .syc_content_2 .block_right .block_box img {
    width: 32px;
  }

  .block_content_row > div p:nth-child(1) {
    font-size: 15px;
  }
  .block_content_row > div p:nth-child(2) {
    font-size: 16px;
  }

  .syc_content_1 .block_left h2,
  .syc_content_3 .block_upper h2,
  .syc_content_3 .block_lower h2,
  .syc_contacts .block_left h2 {
    font-size: 28px;
  }

  .block_content_row {
    gap: 16px;
  }

  .syc_content_1 .block_left {
    margin: 30px 0 0 0;
  }
  .syc_content_3 .block_box {
    padding: 36px 32px 32px 32px;
  }

  .syc_content_3 .block_lower .block_lower_row {
    grid-template-columns: repeat(1, 1fr);
  }

  .syc_content_3 .block_lower .block_lower_row > div img {
    width: 48px;
    margin: 0 auto 16px auto;
  }

  .syc_contacts .block_left .block_contact_part p {
    font-size: 15px;
  }
}


@media (max-width: 500px) {
  .syc_initial .block_content {
    padding: 40px 0 96px 0;
  }
  .syc_car_bubble:nth-child(1) {
    top: -50px;
    left: 50px; 
    font-size: 13px;
  }
  .syc_car_bubble:nth-child(2) {
    top: 0;
    right: 40px;
    font-size: 13px;
  }
  .syc_car_bubble:nth-child(3) {
    top: 50px;
    left: 16px;
    font-size: 13px;
  }
}

#contacts {
  position: relative;
}
.anchor_offset {
  position: absolute;
  top: -60px;
}