body{
  font-family: 'CeraPro'. sans-serif;
  margin: 0;
}

body.gray {
  background-color: #f7f7f8;
}



input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent!important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent!important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent!important;
}

img {
  max-width: 100%;
}

.terms-list {
  list-style: none;
  padding-left: 0;
}

img.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page__content {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  text-align: justify;
  
}

.page__content ol li,
.page__content ul li {
  margin-bottom: 10px;
}

.page__content a {
  color: #000;
  text-decoration: underline;
}

.page__content a u {
  text-decoration: none;
}

.page__content a.payment__url {
  color: #fff;
}

.panel-group {
  font-size: 14px;
}

.page__content h1 {
  font-size: 20px;
}

.page__content .title_serv,
.panel-group .panel-heading {
  font-size: 16px; 
}

.page__content h2 {
  font-size: 18px;
}

.page__content h3 {
  font-size: 16px;
}

.page__content ul,
.netp ul {
  list-style: none;
  padding-left: 0;
}

.page__content ul li:before,
.netp ul li:before {
  content: '•';
  display: inline-block;
  margin-right: 10px;
} 

.netp ul li a {
  color: #131313;
  text-decoration: none;
}

.page__content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: list;
}

.page__content ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  display: inline-block;
  margin-right: 10px;
} 

.content__heading {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}

.p0 {
  padding: 0;
}

.mb20{
  margin-bottom: 20px;
}

.header {
  background: #fff;
}

.header__top {
  padding: 20px 0 0;
}

.header__top .logo a {
  display: block;
  max-width: 155px;
}


@media (max-width: 767px) {
  .header__phones {
    text-align: right;
  }
}


.header__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
}

.header__icons_list {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 32px;
  font-size: 0;
}

.header__icons-viber {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/viber.svg') no-repeat center;
  width: 16px;
  height: 20px;
  display: block;
}

@media(max-width: 769px) {

	.header__icons-viber {
		width: 12px;
    	height: 16px;
	}
}

.header__icons_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media(max-width: 768px) {
	.header__icons_item {
		font-size: 13px;
	}
}

.header__phones_list {
  list-style: none;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.header__phones__item a {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04px;
  line-height: 20px;
  text-decoration: none;
}

@media(max-width: 450px) {
  .header__phones__item a {
    font-size: 13px;
  }
}

.header__call_block {
  display: inline-block;
  vertical-align: top;
}

.header__mobile_buttons .header__call_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header__call {
  margin-left: 20px;
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03px;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media(max-width: 1200px) {
	.header__call {
		margin-left: 10px;
	}
}

@media(max-width: 450px) {
	.header__call {
		margin-left: 0;
	}
}

.header__call:hover {
  color: #29B6F6;
}

.header__price {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  background-color: #fdd835;
      padding: 12px 10px 12px 10px;
    width: 180px;
  color: #131313;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  float: right;
  text-decoration: none;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.header__price:hover {
  background: #FFB500;
}

.navbar-header__text {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.hamburger {
  display: inline-block;
}

.header__price:hover {
  text-decoration: none;
  
}

.header__price span {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
  
}

.header__price .mdi {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.header__language {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;margin-right: 10px;
}

.header__language .select2-container .select2-selection--single {
	display: inline-block;
	
}

.header__language select {
  display: none;
}

.header__bottom .navbar {
  margin-bottom: 0;
  background-color: #29b6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.widget.qtranxs_widget .select2-selection.select2-selection--single {
  text-transform: uppercase;
  
}

.header__bottom .menu-item a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 19px;
  padding-right: 19px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 2px solid rgba(255,255,255,0.1);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__bottom .menu-item a:hover {
  color: rgba(255,255,255, 0.8);
}

.header__bottom .menu-item .dropdown-menu a {
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03px;
  line-height: 18px;
  border-bottom: 1px solid rgba(19,19,19,0.1);
  text-transform: none;
  padding: 10px;
  white-space: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__bottom .menu-item .dropdown-menu a:hover {
  color: #898989;
}


.header__bottom .menu-item .dropdown-menu .menu-item:last-child a {
  border-bottom: 0;
}

.header__bottom .menu-item:last-child a {
  border-right: 0;
}

.navbar-collapse {
  padding: 0;
}

.header__bottom .collapse.navbar-collapse {
  padding: 0;
}

.navbar-nav > .menu-item:first-child > a {
  background-color: #fdd835;
  color: #131313;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .navbar-nav > .menu-item:first-child > a {
    display: block;
  }
}


.menu-item.dropdown.open > a {
  text-decoration: underline;
}

.menu-item.dropdown > a .caret {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
}

.menu-item.dropdown.open > a .caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*

 главная страница

*/

.home__top {
  text-align: center;
  padding-top: 65px;
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/home__auto.jpg') no-repeat center;
  background-size: cover;
  min-height: 460px;
  margin-top: -8px;
}

.heading {
  color: white;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.09px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading__text {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
  margin-bottom: 40px;
}

.heading__text a {
  color: #fff;
}

.header__bottom {
  position: relative;
  top: 15px;
}

.heading__text span {
  text-decoration: underline;  
}

.home__form {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    float: none;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    margin-bottom: 25px;
}

.home__form:before {
  width: 0;
}

@media(max-width: 800px) {
  .home__form {
    display: block;
  }
  .home__form .border-right:after {
    display: none;
  }
}



.home__form > div {
  padding: 10px;
}

.home__form > div:last-child {
  padding: 0;

}

.home__form .select2-selection--single,
.reserve__half .select2-selection--single {
  padding: 24px 0 7px 60px;
}

.home__form .home__submit {
  border: 0;
  background-color: rgba(40, 182, 246, 0.95);
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: block;
  outline: none;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: background .3s;
  transition: background .3s;
}

@media(max-width: 800px) {
  .home__form .home__submit {
    padding: 24px 10px;
    position: relative;
  }
}

.home__form .home__submit:hover {
  background: #039BE5;
}

.home__form .home__submit i {
  margin-right: 10px;
}

.home__form .select2-selection__arrow,
.reserve__half .select2-selection__arrow {
  top: 23px;
}

.home__form_label {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 15px;
  display: block;
  position: absolute;
  left: 70px;
  top: 17px;
}

.home__form_class i {
    color: #c4c4c4;
    font-size: 20px;
    position: absolute;
    left: 35px;
    top: 21px;
}

.home__form_class {
  text-align: left;
}

.conditions {
  padding-bottom: 55px;
  background-color: #f7f7f8;
}

.conditions__block {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 25px 20px;
  color: #131313;
}

.conditions__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.conditions__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.conditions__single {
  padding: 0 10px;
  margin-bottom: 25px;
}

.conditions__half {
  float: none;
  margin: 0 auto;
  margin-top: -80px;
}

.conditions__url {
  text-align: center;
}

.conditions__url a {
  color: #00283a;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.conditions__url a:hover {
  color: #01517D;
}

.conditions__url i {
  font-size: 12px;
}

.brands {
  background-color: #f7f7f8;
}

.brands__list {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}

.brands__single {
  width: 12.5%;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: middle;
}

.brands__single a {
  display: block;
}

@media(max-width: 992px) {
  .brands__single {
    width: 20%;
  }

  .brands__single:last-child {
    display: none;
  }
}

@media(max-width: 750px) {
  .brands__list {
    display: none;
  }
}

.home__delivery {
  padding: 40px 0 45px 0;
  /*background: url('../images/delivery.jpg') no-repeat center;*/
  background-size: cover;
}

.home__delivery .container {
  padding-left: 70px;
}

.delivery__url {
  background-color: rgba(40, 182, 246, 0.95);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  padding: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.02px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;  
  -webkit-transition: .3s;  
  transition: .3s;
}

.delivery__url:hover {
  background: #039BE5;
}

.delivery__list {
  margin-bottom: 35px;
  list-style: none;
  padding-left: 0;
}

.delivery__item {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04px;
  line-height: 23px;
  margin-bottom: 15px;
}

.delivery__item:before {
  content: "\F12C";
  display: inline-block;
  color: #fdd835;
  margin-right: 10px;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home__services {
  padding: 40px 0;
  background: #fff;
}

.services__list {
  list-style: none;
  padding-left: 0;
}

.services__image {
  padding-right: 20px;
  width: 56%;
}

@media (max-width: 992px) {
  .services__image {
    max-width: 100px;
    padding-right: 0;
    margin-right: 20px;
  }

  .services__item {
    margin-bottom: 10px;
  }

  .home__services {
    padding-bottom: 0;
  }

  .header .container,
  .home__top .container {
    width: 100%;
  }
}

.services__image img {
  border-radius: 50px;
}


.services__heading {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
  margin-bottom: 20px;
}

.services__text {
  color: #131313;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.03px;
  line-height: 15px;
}

.home__text {
  background: #fff;
}

.home__text_content {
  color: #7d7c7c;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 25px;
}

.home__text h1 {
  font-size: 18px;
}

.home__text h2,
.home__text h3 {
  font-size: 16px;
  font-weight: 500;
} {
    font-size: 12px;
    font-weight: 500;
}

.footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #f7f7f8;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.24);
}

.footer__menu ul {
  list-style: none;
  padding-left: 0;
}

.footer__menu li {
  margin-bottom: 5px;
}

.footer__menu a {
    color: #4b4b4c;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.footer__menu a:hover {
  color: #131313;
}

.footer__social_list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer__social_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
}

.footer__social_item .mdi-vk-box {
  color: #507299;
}

.footer__social_item .mdi-facebook-box {
  color: #3b5998;
}

.footer__social_item .mdi-twitter-box {
  color: #1da1f2;
}

.footer__social_item .mdi-google-plus-box {
  color: #ff2900;
}

.footer__social_item.instagram {
  line-height: 0
}

.footer__social_item.instagram a {
  line-height: 0;
}

.footer__social_item.instagram img {
  width: 18px;
  margin-top: 1px;
}

.footer__contact {
    list-style: none;
    position: relative;
    color: #131313;
}

.footer__contact_item i {
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.footer__contact_item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.footer__contact_text a {
  display: block;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.04px;
  line-height: 20px;
  text-decoration: none;
   
}

.footer__lang {
  margin-top: 17px;
  float: right;
  margin-right: 5px;
}

.footer__lang .qtranxs_widget ul {
  padding-left: 10px;
}

.footer__lang .qtranxs_widget ul li {
  opacity: 1;
}

.footer__lang .language-chooser a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.footer__lang .header__language_text {
  color: #fff;
}

.qtranxs_widget ul li.active a {
  text-decoration: underline;
}

.copyright {
  color: #c4c4c4;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.copyright p {
  margin-bottom: 8px;
}

.breadcrumbs {
  margin-bottom: 10px;
  margin-top: 30px;
}

.breadcrumbs a {
  color: #4b4b4c;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumbs a:hover {
  background: rgba(253,216,52,0.30);
}

.breadcrumb_last {
  font-weight: 400;
}

/*

  страница авто

*/

.car__block {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  background-color: white;
  margin-bottom: 20px;
}

.car-right {
  float: right;
}

@media (max-width: 992px) {
  .car-right {
    float: none;
  }
}

.car__block-comments {
  padding: 20px;
}

.car__heading {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.car__top .car__heading {
  padding-left: 30px;
}

.car__top {
  padding: 15px 0; 
}

.car__categories {
  list-style: none;
  float: right;
  padding-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.car__categories_item {
  float: left;
  margin-right: 10px;
}

.car__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.car__categories_item a {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 1px 8px 2px 8px;
  line-height: 12px;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.car__categories_item a:hover {
  color: #131313;
  border-color: #131313;
}

.car__slider-big_list {
  padding-left: 0;
}
.car__brand {
  float: right;
  margin-right: 20px;
  width: 40px;
}

.car__slider {
  position: relative;
}

.car__slider_list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.car__slider_item {
  padding: 0 5px;
  height: 50px;
}

.car__slider__small > .row > div {
  float: none;
  margin: 0 auto;
}

.car__slider__small {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.40) 0%, rgba(255,255,255,0.40) 100%);
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.40) 0%, rgba(255,255,255,0.40) 100%);
}

@media (max-width: 992px) {
  .car__slider__small {
    padding: 10px 30px;
  }
}

.car__slider__arrow {
  cursor: pointer;
  position: absolute;
  top: 19px;
}


.car__slider_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.car__slider_item.slick-current .car__slider_overlay {
  background-color: rgba(255, 255, 255, 0);
}

.car__slider__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.car__slider-prev {
  left: -20px;
}

.car__slider-next {
  right: -20px;
}

.car__slider__arrow i {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: block;
}

.car__slider__arrow i:before {
  font-size: 10px;
  color: #fff;
  position: relative;
  top: -6px;
  left: 1px;
}

.car__block ul.pws_tabs_controll {
  margin-top: 15px;
  margin-bottom: 30px;
  display: none;
}

.car__block ul.pws_tabs_controll li a {
  text-transform: uppercase;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 3px 6px;
  display: inline-block;
}

.car__block ul.pws_tabs_controll li a.pws_tab_active {
  color: #131313;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  background-color: #fdd835;
}

.car__prices {
  list-style: none;
  padding: 0 15px;
}

.car__prices_item {
  width: 20%;
  float: left;
  border-right: 2px solid rgba(19, 19, 19, 0.1);
  padding: 17px 5px 10px 5px;
  text-align: center; 
}

.car__prices_item:last-child {
  border-right: 0;
}

.car__block .pws_tabs_list {
  padding: 0;
}

.car__prices_heading {
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px;
}



.car__prices_price {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.car__options {
  padding: 35px 20px;
}

@media(max-width: 768px) {
  .car__options {
    padding-bottom: 0;
  }
}

.car__options_table {
  margin-top: 20px;
  /*text-transform: lowercase;*/
}

.car__options_table .row {
  margin-bottom: 5px;
}

.car__options_table .row > div:nth-child(2) {
  font-weight: 500;
}

.car__options .car__heading {
  margin-left: 0;
  font-size: 18px;
}

.car__description {
  margin: 0 20px 0 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: justify;
  border-top: 1px solid rgba(19,19,19,0.1);
}

.car__description h2 {
  text-transform: uppercase;
  font-size: 22px;
}

.car__description a {
  color: #000;
  text-decoration: underline;
}

.car__characteristics {
  list-style: none;
  padding: 20px;
}

.car__char_list > i {
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 26px;
  color: #c4c4c4;
  width: 15px;
  height: 15px;
}

.car__char_list i:before {
  display: inline-block;
}

.car__char_list i.mdi-transmission {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/transmission.svg') no-repeat center;
}

.car__char_list i.mdi-gas {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/gas.svg') no-repeat center;
}

.car__char_list i.mdi-doors {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/door.svg') no-repeat center;
}

.car__char_list i.mdi-bags {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/bag.svg') no-repeat center;
}

.car__char_list i.mdi-zalog {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/coins-money.svg') no-repeat center;
}




.car__char_list {
  border-bottom: 1px solid rgba(19,19,19,0.1);
  padding: 18px 10px 18px 40px;
  position: relative;
}

.car__char__heading {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 15px;
  margin-bottom: 5px;
}

.car__char__text {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
}

.sidebar__contacts_list {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04px;
  line-height: 20px;
}

.sidebar__contacts_list a {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04px;
  text-decoration: none;
  line-height: 20px;
}

.sidebar__contacts_item {
  position: relative;
  padding-left: 30px;
}

.sidebar__contacts {
  padding: 0 25px;
}

.sidebar__contacts_list {
  list-style: none;
  padding-left: 0;

}

.sidebar__contacts_item:first-child {
  margin-bottom: 15px;
}

.sidebar__contacts_item i {
  position: absolute;
  left: 0;
}

.sidebar__url {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 15px;
  background-color: #29b0ed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  padding: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  width: 100%;
  border: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer; 
}

.sidebar__url:hover {
  background-color: #039BE5;
}

.sidebar__info {
  padding: 20px;
}

.sidebar__info .car__characteristics {
  padding: 0;
}

.sidebar .car__block {
  padding-bottom: 20px;
}

.info__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.info__item {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
  }

.info__heading i {
  margin-right: 5px;
}

.info__heading {
  text-transform: uppercase;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}

.info__item:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 5px;
}

#wpcomm .wc-field-comment .wc-field-textarea textarea {
  outline: none;
}


/*

  Стили категории

*/
.row.category__cars:before {
  width: 0;
}
.category__cars .col-md-3 {
  margin-bottom: 20px;
}

.category__heading {
  color: #4b4b4c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.row__category_form {
  margin: 0;
  margin-bottom: 20px;
}

.car__card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  height: 100%;
}

.card__image {
  width: 100%;
  line-height: 0;
  display: block;
  text-align: center;
  height: 157px;
}

@media(max-width: 767px) {
	.card__image {
		height: 270px;
	}
}

@media(max-width: 500px) {
	.card__image {
		height: 250px;
	}
}

.card__image_bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
}

.card__info {
  padding: 10px 20px 20px;
}

.card__year {
  display: block;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.card__name {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  
}

.card__cat {
  list-style: none;
  padding-left: 0;
}

.card__cat-single {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  float: left;
  line-height: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card__cat-single a,
.card__cat-single span {
  text-decoration: none;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
  text-transform: lowercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card__cat-single:hover {
  border: 1px solid #131313;
}

.card__cat-single:hover a {
  color: #131313;
}

.card__hr {
  margin-top: 10px;
  margin-bottom: 15px;
}

.card__list {
  padding-left: 0;
  list-style: none;
}

.card__char {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  float: left;
  margin-bottom: 15px;
  padding-left: 30px;
}

.card__char i {
  position: absolute;
    left: 10px;
    top: 3px;
    color: #c4c4c4;
    width: 10px;
    height: 10px;
}

.card__transmission {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/transmission.svg') no-repeat center;
}

.card__gas {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/gas.svg') no-repeat center;
}

.card__doors {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/door.svg') no-repeat center;
}

.card__bags {
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/bag.svg') no-repeat center;
}


.card__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
}

.card__price {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.card__price span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.card__register {
  background-color: #29b0ed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.02px;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 14px;
  border: 0;
  outline: none;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.card__register:hover {
  background: #039BE5;
}

.card__register-same {
  margin-top: 15px; 
}

.wp-pagenavi,
.pagination_m {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.wp-pagenavi span,
.wp-pagenavi a,
.pagination_m a {
  color: #3f4549;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 3px 2px;
  margin: 0 5px;
  border: 0;
  text-decoration: none;
}

.wp-pagenavi .current,
.pagination_m .current {
  background-color: #fdd835;
}

.pagination_m a:not(.current):hover {
  background-color: rgba(253,216,52,0.30);
}

.reserve__half {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.reserve__half > .row > div {
  padding: 10px;
}

.res__heading {
  color: #c4c4c4;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04px;
  line-height: 30px;
  margin-bottom: 5px;
}

.res__description {
  color: #c4c4c4;
  font-size: 14px;
  margin-bottom: 15px;
}

.reservation > .row {
  margin-bottom: 35px;
}

.dates-reserve {
  border: none;
  outline: none;
  width: 100%;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
}

.date__reserve_block {
  padding: 25px 5px 2px 58px;
}

.car__border {
  border: 5px solid transparent;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.car__border:hover {
  border-color: rgba(253, 216, 53, 0.5)
}

.reserv__cars {
  margin-bottom: 15px;
}

.reserv__cars .col-md-3.active .car__border {
  border: 5px solid #fdd835;
}


.reserve__options {
  margin-bottom: 40px;
  margin-top: 15px;
}

.reserve__options .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.options__single {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  padding: 30px;
  position: relative;
  cursor: pointer;
}

.options_heading {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.options__text {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.options__checkbox {
  background-color: #f7f7f8;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.options__checkbox.checked {
  background-color: #fdd835;
}

.options__checkbox .checkbox__label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.options__checkbox input[type=checkbox] {
  visibility: hidden;
}

.options__checkbox  .checkbox__label {
  background-color: #fdd835;
  border-radius: 50px;
  opacity: 0;
}

.options__checkbox  .checkbox__label:before {
  content: "\F12C";
  color: #131313;
  font: normal normal normal 12px/1 "Material Design Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  left: 7px;
  top: 1px;
  
}

.options__single:hover .options__checkbox .checkbox__label {
  opacity: 0.2;
}

.options__checkbox  input[type=checkbox]:checked + .checkbox__label {
  opacity: 1;
}

.reserv__cars .col-md-3 {
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.reserve__input_block {
  padding: 24px 20px 0px 60px;
}

.reserve__input_block input {
  outline: none;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 18px;
  border: none;
  max-width: 100%
}

.reserve__textarea {
    outline: none;
    border: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 112px;
    color: #131313;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03px;
    line-height: 18px;
    padding-top: 10px;
}

.reserve__form .home__form_class {
  position: initial;
}

.border-right:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: #e0e0e0;
  position: absolute;
  top: 9px;
  right: -2px;
}

.reserve__button {
  margin-bottom: 40px;
  margin-top: 15px;
}

.reserve__button-submit {
  background-color: #29b0ed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  padding: 13px 68px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03px;
  line-height: 15px;
  text-transform: uppercase;
  border:none;
  outline: none;
}

.reserve__total {
  padding: 24px 30px;
}

.total__table {
  padding-bottom: 45px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 60px;
}

.reserve__total .row {
  margin-bottom: 15px;
  font-size: 14px;
}

.reserve__total .row > div:first-child {
  color: #c4c4c4;
  font-weight: 700;
  letter-spacing: -0.02px;
  line-height: 18px;
}

.reserve__total .row > div:nth-child(2) {
  color: #131313;
  font-weight: 700;
  letter-spacing: -0.02px;
  line-height: 18px;
}

.total__bottom .row {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.block-404 {
  padding: 80px 0;
}

.number-404 {
  font-size: 100px;
  display: block;
  text-align: center;
}

.not_fo {
  font-size: 30px;
  display: block;
  text-align: center;
}

.not_fo-text {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}

.panel-title a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.panel-default>.panel-heading {
  padding: 0;
}

.news__block {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  margin-bottom: 20px;
  height: 100%;
}

.news__description {
  padding: 10px;
  font-size: 13px;
  color: #131313;
}

.news__heading {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  color: #4b4b51;
}

.news__heading:hover {
  text-decoration: underline;
  
}

.add__services_row {
  padding: 10px;
  border: 1px solid #e4e4e6;
  margin-top: -1px;
}

.add__services_bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.add__services_price {
  font-weight: 700;
}

.add__services_table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  text-align: center;
  height: 100%;
  word-wrap: break-word;
}

.header__bottom .dropdown-menu>.active>a,
.header__bottom .dropdown-menu>.active>a:hover {
  background-color: #32b9f6;
  color: #fff;
}

.airport-shuttle:before {
  content: '';
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 20px;
  height: 20px;
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/airport_shuttle.svg') no-repeat center;
}

.marka-auto:before {
  content: '';
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 20px;
  height: 20px;
  background: url('https://vip-cars.com.ua/wp-content/themes/VipCar/images/icons/mercedes.svg') no-repeat center;

}

.reservation input::-webkit-input-placeholder { 
  color: #131313;
}
.reservation input::-moz-placeholder { 
  color: #131313;
}
.reservation input:-ms-input-placeholder {
  color: #131313;
}
.reservation input:-moz-placeholder {
  color: #131313;
}

.reservation textarea::-webkit-input-placeholder { 
  color: #131313;
}
.reservation textarea::-moz-placeholder { 
  color: #131313;
}
.reservation textarea:-ms-input-placeholder {
  color: #131313;
}
.reservation textarea:-moz-placeholder {
  color: #131313;
}

.reserve__total_block {
  float: right;
  
}

.home__cars {
  padding: 50px 0;
  background: #fff;
}

.home__cars_block .slick-dots {
  margin-top: 20px;
  width: 100%;
}

.home__arrow {
  width: 60px;
  height: 60px;
  border: 2px solid #c4c4c4;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 9;
}

.home__cars_block .slick-slide {
  margin-bottom: 10px;
}

.home__arrow_right {
  right: -70px;
}

.home__arrow_left {
  left: -70px;
}

.home__arrow i {
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 18px;
  left: 17px;
}

.home__cars_block a {
  outline: none;
}

.html_sitemap ul {
  list-style: none;
}

.html_sitemap li {
  margin-bottom: 10px;
}

.html_sitemap a {
  color: #4b4b4c;
  text-decoration: none;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2.5px;
  margin-right: 10px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  border: none;
  border-radius: 50px;
  color: transparent;
  outline: none;
}

.slick-dots li.slick-active {
  padding: 0;
}

.slick-dots li.slick-active button {
  background-color: #29b0ed;
}


.slick-dots:after {
  display: table;
  content: " ";
  clear: both;
}

.slick-dots:before {
  display: table;
  content: " ";
}

.contact__form input {
  outline: none;
  border: 1px solid #131313;
  padding: 12px 12px;
  border-radius: 2px;
  max-width: 100%;
}

.contact__form input:focus,
.contact__form input:hover {
  border-color: #29b6f6;
}

.contact__form_row p {
  font-size: 14px;
  margin-bottom: 2px;
}

.contact__form_row {
  margin-bottom: 15px;
}

.contact__form_modal {
  padding: 30px;
  background: #fff;
}

@media(max-width: 769px) {
	.contact__form_modal {
		padding: 10px;
	}
}

.contact__form_modal .contact__form_row:last-child {
  margin-bottom: 0;
}

.contact__form input[type="submit"] {
  background: #fdd835;
  border: none;
  font-size: 13px;
  padding: 15px;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact__form input[type="submit"]:hover {
  background: #FFB500;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  display: none !important;
}

#menu-header_menu .current_page_item {
  background: #2e8fbb;
}

.header__bottom a.dropdown-toggle {
  padding-right: 40px;
}

.home__cars_category a {
  padding: 12px;
  width: 100%;
  display: block;
  background-color: #fdd835;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #131313;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.home__cars_category a:hover {
  background: #FFB500;
}

.home__cars_category i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#menu-footer_menu_left .current_page_item {
  background: transparent;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

#loading {
    text-align: center;
}


select#qtranxs_select_qtranslate--1-chooser {
    border: none;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.language-chooser-dropdown{
    border: none;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.widget.qtranxs_widget select option{
    border: none !important;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}


h2.widgettitle {
    display: inline-block;
    font-size: 12px;
}

div#sent-result {
    text-align: center;
    font-size: 22px;
    padding: 82px 0;
    font-weight: bold;
    display: none;
}



@media (max-width: 991px) {
  .reserve__form .reserve__total_block {
    float: none;
    margin-bottom: 20px;
  }
}



@media (max-width: 768px) {
  .footer__contact {
    padding-left: 0;
    margin-top: 30px;
  }

  .navbar-toggle {
    float: left;
  }

  .navbar-nav {
    margin: 0;
  }

  .header__bottom .menu-item a {
    border-right: 0;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 10px 10px 35px;
    color: #fff;
    border-bottom: 0;
  }

  .navbar-nav > .menu-item:first-child > a {
    background: transparent;
    color: #fff;
  }

  .border-right:after {
    display: none;
  }

  .pws_tabs_container ul.pws_tabs_controll li {
    width: 100%;
  }

  .car__tabs .pws_tab_single {
    overflow: auto;
  }

  .car__prices {
    min-width: 520px;
  }

}


@media (max-width: 500px) {
  .home__form_class i {
    display: none;
  }

  .home__form .select2-selection--single {
    padding-left: 0;
  }

  .home__form_label {
    left: 10px;
  }

  .reserve__half .home__form_class i {
    display: block;
  }

  .reserve__half .home__form .select2-selection--single {
    padding-left: 70;
  }

  .reserve__half .home__form_label {
    left: 70px;
  }

}

@media (max-width: 450px) {
  .home__top {
    padding-top: 35px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .home__delivery .container {
    padding-left: 15px;
  }

  .header__phones_list:before {
    display: none;
  }

  .header__phones_list {
    padding-left: 0;
    margin-top: -2px;
  }

  
  .add__services_row {
    border: none;
    border-bottom: 1px solid #e4e4e6;
    padding: 10px 0;
  }

  .page__content {
    padding: 20px;
  }

}

.select2-results__options li {
  font-size: 12px;
}

.payment__form {
  text-align: center;
  margin-top: 35px;
}

.qtranxs_widget .widgettitle {
  display: inline-block;
}

.single__sharing {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.single__sharing .single__sharing_item:nth-child(3) {
  clear: left;
}

.services__item_url {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  
}

.category__cars {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap; 
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .modal-dialog {
      width: auto;
  }
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
}

.copyright a {
    width: 60px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
	white-space: nowrap;
}

.category__description {
  padding-bottom: 35px;
}

.category__description h1,
.category__description h2,
.category__description h3 {
  font-size: 18px;
  font-weight: 500;
}

.category__description h1 b,
.category__description h2 b,
.category__description h3 b,
.home__text h1 b,
.home__text h2 b,
.home__text h3 b {
  font-weight: 500;
}

.category__description p,
.category__description {
  font-size: 13px;
  line-height: 18px;
  color: #7d7c7c;
}

.category__description a,
.home__text a {
  color: #7d7c7c;
}

.news-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news-row > div {
  margin-bottom: 20px;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 0;
  margin-top: 0;
}

.open>.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.payment__url {
    background-color: rgba(40, 182, 246, 0.95);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    padding: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.payment__url:hover {
  background-color: #039BE5;
}

.pagination_m .hidden{
  visibility: hidden;
  display: none;
}


div.yarpp-related .col-sm-4 {
  margin-bottom: 25px;
}

.yarpp-related h3.same-heading {
  margin-bottom: 15px;
}

.qtranxs_widget {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 2px;
}

#wpseo_sitemap a {
  font-size: 14px;
  color: #4b4b4c;
  text-decoration: none;
}

#wpseo_sitemap h3 {
  display: none;
}

#wpseo_sitemap h4 {
  display: inline-block;
}

#wpseo_sitemap ul {
  padding-left: 10px;
}

#wpseo_sitemap ul li:before {
  display: none;
}

@media (max-width: 650px) and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px!important;
  }

  select,
  textarea,
  input {
    font-size: 16px!important;
  }
}

.panel-body a {
  color: #000;
  text-decoration: none;
}

.home__cars_block {
     display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.single__likes {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.single__likes li {
  margin-right: 15px;
}

#vk_groups,
#vk_groups,
#___page_0,
#___page_0 iframe {
  width: 100% !important;
}

@media(max-width: 667px) 
{ 
#twitter-widget-0 {width: 325px!important;}
}

#callback-modal.modal {
	padding: 10px;
	padding-left: 10px !important;
	padding-right: 16px;
}

#callback-modal.modal.in .modal-dialog {
	margin: 0;
	max-width: 100%;
}

div.pluso {
	clear: both;
	display: block;
	margin-top: 10px;
}

@media(min-width: 769px) {
  .header__bottom .collapse.load {
    height: 48px!important;
    overflow: hidden!important;
  }
}


#reserveModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    padding: 10px;
}