@font-face {
  font-family: 'Lato';
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/latoregular.woff2") format("woff2"), url("../fonts/latoregular.woff") format("woff"), url("../fonts/latoregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*@import "import/normalise";*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
*,
::after,
::before {
  box-sizing: border-box;
}

::placeholder {
  color: #666;
}

::selection {
  background-color: #ffcc15;
  color: #fff;
}

body {
  font-size: 17px;
  font-weight: 300;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Futura PT", sans-serif;
  overflow-x: hidden;
  color: #434342;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-full {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-full.img-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

a {
  color: #434342;
  transition: .3s all;
}

a:hover {
  color: #ffcc15;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e2c86b;
  border-color: #e2c86b;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.top-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
}

.grid-container {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.bg-light {
  background-color: transparent !important;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffcc15;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffcc15;
}

.top-brand {
  margin-right: 35px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(242, 193, 22, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: #f2c116;
}

.top-tel {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  text-align: right;
}

.top-tel a {
  text-decoration: underline;
  color: #ffffff;
}

.top-tel span {
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.top-tel a:not([href]) {
  text-decoration: underline;
}

.top-tel a:not([href]):not([tabindex]):focus,
.top-tel a:not([href]):not([tabindex]):hover {
  color: #ffcc15;
  text-decoration: underline;
  cursor: pointer;
}

.top-header-title {
  padding-top: 60px;
}

.top-header-title h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 35px;
}

.top-header-list {
  margin-bottom: 35px;
}

.top-header-list ul {
  padding-left: 0;
}

.top-header-list ul li {
  color: #ffffff;
  font-size: 26px;
  line-height: 45px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  list-style: none;
  padding-left: 45px;
  background: url(../img/chek-1.png) 0% 50% no-repeat;
}

.btn-header {
  background-color: transparent;
  width: 355px;
  height: 70px;
  border: 2px solid #ffcc15;
  border-radius: 50px;
  font-size: 22px;
  color: #ffffff;
  line-height: 48px;
  font-family: "Lato", sans-serif;
}

/*Top slider*/
/* Dots */
.top-header-slide .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.top-header-slide .slick-dots {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.top-header-slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 6px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.top-header-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 65px;
  height: 6px;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.top-header-slide .slick-dots li button:hover,
.top-header-slide .slick-dots li button:focus {
  outline: none;
}

.top-header-slide .slick-dots li button:hover:before,
.top-header-slide .slick-dots li button:focus:before {
  opacity: 1;
  background-color: #ffcc15;
}

.top-header-slide .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 6px;
  content: '';
  text-align: center;
  background-color: #ffffff;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-header-slide .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ffcc15;
}

/*Top slider*/
/*our-car*/
.our-car {
  padding-top: 40px;
  padding-bottom: 30px;
  background: url(../img/fon-1.png) no-repeat 80% 0%;
}

.section-title {
  font-size: 34px;
  font-family: "Futura PT";
  color: #434342;
  font-weight: bold;
}

/*tab*/
.tab-section {
  margin-top: 25px;
}

ul.tabs {
  height: 65px;
  line-height: 25px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.tabs li {
  float: left;
  height: 65px;
  min-width: 105px;
  display: inline;
  margin: 0 40px -1px 0;
  padding: 0 13px 1px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.tabs li:hover,
.vertical .tabs li:hover {
  color: #F70;
  padding: 0 13px;
  border-bottom: 2px solid #ffcc15;
}

.tabs li.current {
  padding: 0 13px 2px;
  border-bottom: 2px solid #ffcc15;
}

.box {
  display: none;
}

.box.visible {
  display: block;
}

.our-car-slider-item {
  max-width: 287px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  padding-bottom: 15px;
}

.car-slider-item-img {
  margin-bottom: 10px;
}

.car-slider-item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.item-title {
  font-size: 20px;
  font-weight: 900;
}

.item-price {
  font-size: 17px;
  color: #606060;
  margin-top: 3px;
  font-weight: 500;
}

.car-slider-item-harak {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  color: #606060;
}

.item-harak-mosh {
  margin-bottom: 15px;
  min-width: 120px;
  max-width: 120px;
}

.item-harak-mosh img {
  margin-right: 8px;
  margin-top: -5px;
}

.item-harak-priv {
  margin-bottom: 15px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 20px;
}

.item-harak-priv img {
  margin-right: 8px;
  margin-top: -5px;
}

.item-harak-korob {
  margin-bottom: 15px;
  min-width: 120px;
  max-width: 120px;
}

.item-harak-korob img {
  margin-right: 8px;
  margin-top: -5px;
}

.item-harak-vypusk {
  margin-bottom: 15px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 20px;
}

.item-harak-vypusk img {
  margin-right: 8px;
  margin-top: -5px;
}

.car-slider-item-link {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-catalog {
  font-size: 18px;
  border: 2px solid #ffcc15;
  width: 282px;
  height: 40px;
  border-radius: 6px;
  font-weight: 500;
  line-height: 20px;
  color: #606060;
}

.btn-catalog:hover {
  color: #ffcc15;
}

/* Arrows */
.our-car-slider .slick-prev,
.our-car-slider .slick-next {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #ffcc15;
  padding: 0;
  padding-bottom: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  top: -35px;
}

.our-car-slider .slick-prev:hover,
.our-car-slider .slick-prev:focus,
.our-car-slider .slick-next:hover,
.our-car-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.our-car-slider .slick-prev:hover:before,
.our-car-slider .slick-prev:focus:before,
.our-car-slider .slick-next:hover:before,
.our-car-slider .slick-next:focus:before {
  opacity: 1;
  color: #ffcc15;
}

.our-car-slider .slick-prev.slick-disabled:before,
.our-car-slider .slick-next.slick-disabled:before {
  opacity: .25;
}

.our-car-slider .slick-prev:before,
.our-car-slider .slick-next:before {
  font-family: 'Futura PT';
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  opacity: 1;
  color: #949494;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.our-car-slider .slick-prev {
  left: 100%;
  margin-left: -112px;
}

.our-car-slider .slick-prev:before {
  content: '<';
}

.our-car-slider .slick-next {
  right: 22px;
}

.our-car-slider .slick-next:before {
  content: '>';
}

/*wenumbers*/
.wenumbers {
  background: url(../img/bg-section.png) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.color-w {
  color: #ffffff;
}

.wenumbers p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  color: white;
  line-height: 1.882;
}

.wenumbers h3 {
  font-size: 23px;
  color: white;
  font-weight: 600;
  margin-bottom: 25px;
}

.wenumbers-item {
  margin-bottom: 30px;
  padding-right: 15px;
}

.wenumbers-item h4 {
  font-size: 23px;
  color: #e5bd75;
  line-height: 1.261;
  font-weight: 600;
}

.wenumbers-item span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 29px;
  font-weight: 600;
}

.making {
  padding-top: 45px;
  padding-bottom: 25px;
  background: url(../img/fon-2.png) no-repeat 60% 100%;
}

.descript {
  font-size: 20px;
  color: #606060;
  font-weight: 300;
  margin-bottom: 45px;
}

.making-item {
  display: flex;
  margin-bottom: 60px;
}

.making-step {
  min-width: 55px;
  max-width: 55px;
  font-family: 'Futura PT Extra';
  font-size: 70px;
  color: #332a20;
  font-weight: 800;
  line-height: 1;
}

.making-text {
  font-size: 19px;
  font-family: "Futura PT";
  color: #332a20;
  line-height: 1.053;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 75px;
  padding-top: 7px;
}

.making-item-link {
  padding-top: 12px;
}

.btn-making {
  background-color: transparent;
  width: 265px;
  height: 50px;
  border: 2px solid #ffcc15;
  border-radius: 50px;
  font-size: 20px;
  color: #332a20;
  line-height: 30px;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
}

.btn-making:hover {
  color: #ffcc15;
}

.home-gallery {
  background: url(../img/bg-section.png) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.btn-home-gallery {
  background-color: transparent;
  width: 265px;
  height: 50px;
  border: 2px solid #ffcc15;
  border-radius: 50px;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
}

.btn-home-gallery:hover {
  color: #ffcc15;
}

.gallery-items {
  margin-top: 30px;
}

.gallery-item {
  margin-top: 20px;
}

.contact {
  padding-top: 35px;
  padding-bottom: 55px;
  background: url(../img/fon-3.png) no-repeat 70% 75%;
}

.contact-map {
  margin-top: 15px;
  padding-right: 15px;
}

.map-title {
  font-size: 23px;
  font-family: 'Futura PT Book';
  color: #434342;
  margin-bottom: 10px;
}

.contact-info {
  margin-top: 15px;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.contact-info-item {
  margin-bottom: 40px;
}

span.icon {
  margin-right: 15px;
}

span.icon img {
  margin-top: -9px;
}

.item-text {
  font-size: 22px;
  font-family: 'Futura PT Book';
  color: #434342;
}

.item-text a:hover {
  color: #ffcc15;
}

.btn-call {
  background-color: transparent;
  width: 280px;
  height: 54px;
  border: 2px solid #ffcc15;
  border-radius: 50px;
  font-size: 20px;
  color: #332a20;
  line-height: 32px;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
}

.btn-call:not([href]):not([tabindex]):hover {
  color: #ffcc15;
}

.footer {
  background: url(../img/bg-section.png) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.footer-name {
  display: block;
  font-size: 36px;
  font-weight: 900;
  font-family: "Futura PT";
  border-bottom: 3px solid #ffffff;
  padding-bottom: 10px;
}

.footer-desc {
  display: block;
  margin-top: 12px;
  font-size: 19px;
  font-family: 'Futura PT Book';
  line-height: 23px;
}

.footer-menu ul {
  padding-left: 0;
  list-style: none;
  column-count: 2;
}

.footer-menu ul li {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

.footer-menu ul li a:hover {
  color: #ffcc15;
}

.footer-menu ul li a::before {
  content: '-';
  margin-right: 10px;
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

.footer-tel {
  font-size: 29px;
  font-family: 'Futura PT Demi';
  font-weight: 600;
  text-align: right;
  line-height: 1;
}

.politic {
  display: block;
}

.politic a {
  font-size: 18px;
  font-family: "Futura PT";
  text-decoration: underline;
  font-weight: 300;
  text-align: right;
  color: #ffffff;
}

.politic a:hover {
  color: #ffcc15;
}

.prava {
  font-size: 18px;
  font-family: "Futura PT";
  font-weight: 300;
  text-align: right;
}

.sizer1 {
  width: 100%;
}

.sizer2 {
  width: 50%;
}

.sizer4 {
  width: 25%;
}

.item-masonry {
  position: relative;
  padding: 15px;
  overflow: hidden;
}

.item-masonry img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s all;
}

.item-masonry img:hover {
  opacity: 0.7;
}

.cover-item-gallery {
  background-color: #000;
  opacity: .5;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: none;
}

.cover-item-gallery a {
  display: block;
  width: 100%;
  height: 100%;
}

.cover-item-gallery a i.fa {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -14px;
}

.top-header-descript {
  font-size: 22px;
  font-family: "Futura PT";
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 3.1vw;
}

.about-sect {
  padding-top: 3.4vw;
  padding-bottom: 2.1vw;
  background-position: right top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 17px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: 7f7f7f;
  content: ">";
}

.about-content {
  margin-top: 25px;
  font-family: 'Futura PT Book';
  color: #434342;
}

.about-content p {
  font-size: 23px;
  line-height: 1.609;
  margin-bottom: 40px;
}

.about-content h4 {
  text-transform: uppercase;
  font-size: 23px;
}

.advantages {
  padding-top: 2.63vw;
  padding-bottom: 2.63vw;
  background-position: 70% 0%;
  background-repeat: no-repeat;
}

.advantages-items {
  margin-top: 30px;
}

.advantages-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.advantages-item-content {
  padding-left: 30px;
  padding-right: 10px;
  font-size: 23px;
  font-family: "Futura PT";
  color: #646464;
  line-height: 1.2;
}

.gallery-sect {
  padding-top: 3.4vw;
  padding-bottom: 3.2vw;
}

.contact-sect {
  padding-top: 2.63vw;
  padding-bottom: 2.63vw;
  background: url(../img/fon-3.png) no-repeat 70% 75%;
}

.cars-sect {
  padding-top: 3.4vw;
  padding-bottom: 6.3vw;
  background-position: 80% 10%;
  background-repeat: no-repeat;
}

h3.subtitle {
  margin-top: 25px;
  font-family: 'Futura PT Book';
  font-size: 23px;
}

.box-title {
  text-align: center;
  font-weight: 900;
  font-size: 23px;
  color: #434342;
  margin-bottom: 15px;
}

.cars-sect ul.tabs {
  margin-bottom: 35px;
}

.catalog-item {
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  padding-bottom: 15px;
}

.car-sect {
  padding-top: 3.4vw;
  padding-bottom: 6.3vw;
  background: url(../img/fon-1.png) no-repeat 80% 15%;
}

.car-thumb {
  margin-top: 20px;
  padding: 15px;
}

.car-slider-nav {
  margin-top: 10px;
}

.car-slider-nav-item {
  margin: 5px;
  border: 3px solid #eeeeee;
}

.car-slider-nav-item.slick-current {
  border: 3px solid #ffcc15;
}

.car-item {
  margin-top: 20px;
  padding: 15px;
}

.car-item-title {
  font-size: 20px;
  font-family: "Futura PT";
  color: #434342;
  font-weight: 900;
  margin-bottom: 25px;
}

.car-item-title span {
  margin-left: 70px;
  font-size: 17px;
  font-weight: 500;
}

.car-content {
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
 /* margin-bottom: 35px;*/
}

.car-item-opis .car-slider-item-harak {
  display: flex;
  margin-bottom: 25px;
  font-weight:400;
}

.table{font-weight:400;}

.car-item-opis .car-slider-item-harak div {
  min-width: 220px;
  max-width: 220px;
}

.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 50px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
  border-radius: 15px;
}

.btn-modal {
  font-size: 18px;
  border: 2px solid #ffcc15;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-weight: 600;
  line-height: 20px;
  color: #606060;
  background-color: #ffffff;
}

.btn-modal:hover {
  background-color: #ffcc15;
  border: 2px solid #ffcc15;
  color: #ffffff;
}

/*modal*/
.modal-title {
  font-size: 24px;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 0px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.form-modal .consult-form {
  margin-bottom: 0px;
}

.modal-body {
  padding: 10px 20px 20px 20px;
}

.modal-header .close {
  padding: 0rem;
  margin: 0rem 0rem 0rem auto;
}

button.close {
  width: 32px;
  height: 32px;
  position: relative;
}

button.close::after {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 5px;
  left: 50%;
  margin-left: -10px;
  width: 2px;
  height: 35px;
  background-color: #ea9f1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.3s;
}

button.close::before {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 5px;
  left: 50%;
  margin-left: -10px;
  width: 2px;
  height: 35px;
  background-color: #ea9f1c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  transition: all 0.3s;
}

button.close:hover::after {
  background-color: #000000;
}

button.close:hover::before {
  background-color: #000000;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.close {
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
}

/*11.08.2021*/
.all-auto-title h4 {
  color: #332a20;
    text-transform: uppercase;
 
}
.all-auto-title {
  display: flex;
}
.all-auto-title .btn-catalog {
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 35px;
  width: auto;
}
.auto-slider-item {
  overflow: hidden;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auto-slider-item a {
  outline: 0!important;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.two__block_slide__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(12,12,12,.2);
  z-index: 8;
}
.two__block_slide__text__name {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 38px;
  font-weight: 300;
  line-height: 49px;
  color: #fff;
  z-index: 10;
}
.two__block_slide__text__bottom {
  position: absolute;
  right: 25px;
  bottom: 5px;
  z-index: 10;
}
.auto-slider-item a img {
  position: relative;
}
.two__block_slide__text__bottom span {
  font-size: 19px;
  font-weight: 300;
  line-height: 49px;
  color: #fff;
  
}
.two__block_slide__text__bottom span {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  margin-right: 25px;
}
.two__block_slide__text__bottom span.g-price-auto {
  opacity: 1;
}
.auto-slider-item a > img {
  transition: all .5s ease;
}
.auto-slider-item a:hover > img {
  transform: scale(1.1);
}
.auto-slider-item a:hover .two__block_slide__text__bottom span {
  opacity: 1;
}
.owl-prev, .owl-next {
  outline: none !important;
}
.all-auto-slider.owl-carousel .owl-nav button.owl-next, 
.all-auto-slider.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  width: 40px;
  height: 40px;
  border: 1px solid #332a20;
  overflow: visible;
  outline: 0!important;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all; 
  color: #332a20;
}
.all-auto-slider.owl-carousel .owl-nav button.owl-next span, 
.all-auto-slider.owl-carousel .owl-nav button.owl-prev span {
  line-height: 25px;
  font-size: 50px;
}
.all-auto-slider.owl-carousel .owl-nav button.owl-next:hover, 
.all-auto-slider.owl-carousel .owl-nav button.owl-prev:hover {
background-color: #332a20;
color: #fff;
}
.all-auto-slider.owl-carousel .owl-nav button.owl-next, 
.all-auto-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -65px;
}
.all-auto-slider.owl-carousel .owl-nav button.owl-next {
  right: calc(0px + 32vw);
}
.all-auto-slider.owl-carousel .owl-nav button.owl-prev {
  right: calc(50px + 32vw);
}

.auto-slider-item-block-flex {
  position: relative;
  margin-right: 10px;
  width: calc(100vw / 3);
  max-width: 528px;
  overflow: hidden;
}
.car-slider-item-harak-2 .table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  font-size: 18px;
}
.car-slider-item-harak-2 .table td.td-stoim {
  font-size: 22px;
  font-weight: 400;
}
.car-item-opis p {
  font-weight: 400;
}
.all-auto-slider.owl-carousel {
position: relative;
}
.auto-slider-line-cat {
  flex-wrap: wrap;
}
.cat .auto-slider-item-block-flex {
  margin-right: 0px; 
     width: 100%; 
     max-width: 100%;
  
}


@media only screen and (max-width: 992px) {
  .all-auto-slider.owl-carousel .owl-nav button.owl-next {
    right: calc(0px + 40vw);
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev {
    right: calc(50px + 40vw);
  }
  .auto-slider-item-block-flex {
    position: relative;
    margin-right: 10px;
    width: calc(100vw / 2);
  }
}

@media only screen and (max-width: 768px) {
  .auto-slider-item-block-flex {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  .auto-slider-line {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .our-car-slider-item {
    margin-left: auto;
    margin-right: auto;
  }
  .two__block_slide__text__name {
    font-size: 30px;
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-next {
    display: none;
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .all-auto-title {
    flex-direction: column;
  }
}

@media only screen and (max-width: 430px) {
  .all-auto-slider.owl-carousel .owl-nav button.owl-next, 
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev {
    top: -60px;
    width: 30px;
    height: 30px;
    
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-next span, 
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev span {
    line-height: 18px;
    font-size: 36px;
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-next {
    right: calc(0px + 42vw);
  }
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev {
    right: calc(40px + 42vw);
  }
}
@media only screen and (max-width: 390px) {
  .all-auto-slider.owl-carousel .owl-nav button.owl-next, 
  .all-auto-slider.owl-carousel .owl-nav button.owl-prev {
   display: none;
  }
}


/*11.08.2021*/



/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1300px) {
  .navbar-brand img {
    width: 130px;
    height: auto;
  }
  .our-car-slider-item {
    max-width: 287px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .top-tel {
    font-size: 20px;
  }
  .top-brand {
    margin-right: 0px;
  }
  .navbar-brand img {
    width: 100px;
    height: auto;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-tel {
    font-size: 30px;
  }
  .footer-name {
    font-size: 30px;
  }
  .footer-menu ul li {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .footer-menu ul li a {
    font-size: 18px;
  }
  .car-item-opis .car-slider-item-harak div {
    min-width: 160px;
    max-width: 160px;
  }
  .item-masonry {
    padding: 10px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footer-name {
    font-size: 24px;
  }
  .footer-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-tel {
    font-size: 24px;
  }
  .prava {
    font-size: 16px;
  }
  .politic a {
    font-size: 16px;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ul.tabs {
    display: block;
    overflow: hidden;
    height: auto;
    line-height: 25px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .cars-sect ul.tabs {
    margin-bottom: 15px;
  }
  ul.tabs li {
    margin-bottom: 10px;
  }
  h3.subtitle {
    margin-top: 15px;
  }
  .sizer4 {
    width: 33.333%;
  }
  .section-title {
    margin-top: 15px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .top-header-title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .top-header-descript {
    font-size: 20px;
  }
  .top-header {
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 30px;
  }
  .about-content p {
    font-size: 18px;
    line-height: 1.509;
    margin-bottom: 40px;
  }
  .wenumbers-content {
    margin-top: 15px;
  }
  .wenumbers p {
    line-height: 1.5;
  }
  .advantages-item {
    display: block;
    align-items: center;
    margin-bottom: 25px;
  }
  .advantages-item-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    text-align: center;
  }
  .advantages-item-icon {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-content {
    justify-content: center;
  }
  .footer-menu {
    margin-top: 20px;
  }
  .top-header-slide .slick-dots {
    bottom: -50px;
  }
  .making-item {
    display: flex;
    margin-bottom: 30px;
  }
  .making-step {
    min-width: 35px;
    max-width: 35px;
    font-size: 50px;
  }
  .making-text {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
  }
  .our-car-slider-item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .contact-info-item {
    margin-bottom: 20px;
  }
  .gallery-items {
    margin-top: 15px;
  }
  .item-masonry {
    padding: 5px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .navbar-brand img {
    width: 100px;
    height: auto;
  }
  .top-header-title h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 28px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu ul {
    padding-left: 0;
    list-style: none;
    column-count: 1;
  }
  .car-item-opis .car-slider-item-harak div {
    min-width: 120px;
    max-width: 120px;
  }
  .item-text {
    font-size: 20px;
  }
  .sizer4 {
    width: 50%;
  }
  .item-masonry {
    padding: 2px;
  }
  .btn-header {
    background-color: transparent;
    width: 300px;
    height: 50px;
    border: 2px solid #ffcc15;
    border-radius: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-family: "Lato", sans-serif;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  .top-header-descript {
    font-size: 18px;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

