@import "../fonts/nunito.css";

body, html{
  font-family: 'Nunito';
  font-size: 16px;
  color: #2f313f;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito';
  font-weight: 700;
}
.EX-icon {
  color: #555;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
a {
  color: #ff0015;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  color: #000;
  text-decoration: none;
}



/* Шапка */
#header {
  background: white;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}
#header .navbar-brand img{
  max-height: 50px;
}
.choose-town {
  border-radius: 35px;
  background: #ff0015;
  font-size: 15px;
  color: white!important;
}
#top-menu a {
  border: 0;
  color: #252525;
  padding: 0px;
  margin: 0 15px;
  font-weight: bold;
  text-shadow: none;
  border-bottom: 1px dashed transparent;
}
#top-menu a:hover{
  color: black;
  border-bottom: 1px dashed black;
}



/* Блок заказа такси */
#order {
  min-height: calc(100vh - 76px);
  position: relative;
  overflow: hidden;
  background: url(../img/bg-pattern.jpg);
  background-size: 10%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  /*background-size: cover;
   background-color: #212121;
  background-image: url(https://2.taxi-template.ru/wp-content/themes/ex/img/bg-order.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; */
}
#order .bg{
  min-height: calc(100vh - 76px);
  background: rgba(0, 0, 0, 0.1);
}
#order .container{
  min-height: calc(100vh - 76px);
}
#order .intro{
  position: relative;
  z-index: 1000;
}
#order .btn-order {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 36px;
  background: #000;
  box-shadow: rgb(58 58 58) 0px 0px 30px 0px;
  top: 0;
  color: white;
  position: relative;
  transition: all 0.2s;
  margin: 0 10px;
  border: 0;
}
#order .btn-order:hover {
  background: #252525;
  box-shadow: rgb(58 58 58) 0px 0px 30px 0px;
  top: -5px;
}
#order .EX_phones-phone {
  border-bottom: 1px dashed;
}
.modal-order {
  background: rgba(0,0,0,0.7);
}
.modal-order .modal-content {
  background: none;
  border: 0;
}
.modal-order .modal-header {
    border: 0;
    justify-content: end;
    color: white;
    display: block;
    text-align: right;
}
.modal-order .btn-close{
  z-index: 2;
  background: none!important;
  border: 0!important;
  outline: none!important;
  color: white;
  cursor: pointer;
  right: -20px;
  position: relative;
  font-size: 22px;
}
.modal-order .modal-body{
  padding: 0;
}
.intro h1{
  font-size: 35px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0px;
}
.intro {
  max-width: 600px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  padding: 25px 0;
  color: white;
  font-size: 18px;
  display: inline-block;
}

h2.download-app{
  font-size: 20px;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.apps-block img {
  width: 100%;
  max-width: 210px;
}
.apps-block {
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
  position: relative;
  top: 115px;
  margin-left: 50px;
  color: white;
  z-index: 10;
  /* box-shadow: 0 0 13px #9e9e9e; */
  border-radius: 7px;
  /* padding-left: 60px; */
  /* padding-top: 150px; */
  /* background: white; */
}
.frontpage-block .left-block{
  display: inline-block;
  vertical-align: top;
  max-width: 540px;
  width: 100%;
}



/* Paralax*/
.parallax-scene{
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 800px;
  height: 600px;
}
.parallax-scene .object-1{
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.parallax-scene .object-1 .circle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: black;
}
.parallax-scene .object-2{
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.parallax-scene .object-3{
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
}
.parallax-scene .object-4{
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: 0;
}
.parallax.object-4{
  bottom: 0px;
}
.parallax.object-4 img {
  width: 600px;
}
.parallax.object-3{
  bottom: 75px;
}
.parallax.object-3 img {
  width: 800px;
}
.parallax.object-2{
  right: 100px;
  bottom: 150px
}
.parallax.object-2 img {
  width: 900px;
}
.parallax.object-1 img {
  width: 800px;
}
.parallax.object-1{
  bottom: 50px
}
.parallax img{
  max-width: 90%!important;
}
@media (max-width: 1670px){
  .parallax-scene .object-1{
    display: none;
  }
  .parallax-scene .object-2{
    display: none;
  }
  .parallax-scene .object-3{
    display: none;
  }
}
@media (max-width: 991px){
  .parallax-scene .object-1,
  .parallax-scene .object-2,
  .parallax-scene .object-3{
    display: none;
  }
  .parallax-scene .object-4{
    text-align: center;
  }
  .parallax-scene {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .parallax-scene .object-4 img{
    width: 75%;
    bottom: -10px;
    position: relative;
  }
  #order .hide-mobile{
    display: none;
  }
  #order .bg{
    clip-path: none;
  }
  .parallax img {
    max-width: 100%!important;
  }
  #order .container {
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: flex-start;
  }
  #order .container .apps-block {
    display: none;
  }
  #order .bg{
    min-height: calc(100vh - 130px);
  }
  #order{
    min-height: calc(100vh - 130px);
    overflow: initial;
  }

  #order .btn-order:hover {
    top: auto;
  }
  #order .btn-order{
    position: absolute;
    bottom: -52px;
    left: 0;
    right: 0;
    top: auto;
  }
  #order .intro{
    position: initial;
  }
}


/* Блок для водителей */
#drivers{
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 24px;
}
#drivers h2{
  font-size: 48px;
}
#drivers .bg-big-circle{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 40px;
  height: 740px;
  width: 740px;
  background-color: #6675ff;
}
#drivers .icon{
  font-size: 40px;
}
.drivers-features {
  margin: 100px auto;
  font-size: 18px;
}
#drivers .bg-small-circle{
  z-index: 1;
  position: absolute;
  top: 0;
  right: 30px;
  height: 245px;
  width: 245px;
  background-color: #6f7dff;
}
#drivers .bg-smallest-circle{
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 230px;
  height: 125px;
  width: 125px;
  background-color: #a5aeff;
}
#drivers .drivers-wrapper{
  position: relative;
  z-index: 2;
}
#drivers .btn-modal-drivers {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 36px;
  box-shadow: rgb(255 24 24) 0px 0px 30px 0px;
  top: 0;
  position: relative;
  transition: all 0.2s;
  margin: 0 10px;
}
#drivers .btn-modal-drivers:hover {
  background: #d50b1c;
  box-shadow: rgb(255 24 24) 0px 0px 30px 0px;
  top: -5px;
}
#drivers .btn-modal-drivers:active{
  top: 2px;
  transition: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: transparent;
  color: black;
  border: 1px solid #101820;
  box-shadow: none!important;
}
#drivers .btn-modal-drivers.btn.btn-primary:hover{
  background: #101820;
  color: white;
  box-shadow: rgb(37, 37, 37) 0px 0px 30px 0px!important;
}
@media (max-width: 991px){
  .drivers-features >div {
    margin-bottom: 30px;
  }
  .drivers-features {
    margin: 30px auto -10px;
    font-size: 18px;
  }
}


/* Блок Featuers */
#features{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
  font-size: 18px;
  color: #818391;
}
#features h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 80px;
}
#features h2 span{
   color: #000000;
}
#features .img-car{
  width: 140px;
  height: 140px;
  position: relative;
  top: -10px;
}
#features .img-price{
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
}
#features .img-phone{
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
  margin-left: -16px;
}
#features h3{
  font-size: 34px;
  color: #252525;
}
#features .icon-img{
  width: 150px;
  display: inline-block;
  text-align: center;
}
#features .icon-img img{
  width: 100%;
}
#features .feature-text{
  display: inline-block;
  width: calc(100% - 200px);
}
@media (max-width: 991px){
  #features .icon-img img {
    position: relative;
    top: -85px;
  }
  #features .icon-img img.img-car  {
    top: -55px;
  }
}



/* Блок приложений */
#mobile-apps{
  padding-top: 140px;
  position: relative;
  padding-bottom: 175px;
  height: 502px;
  position: relative;
  font-size: 18px;
}
#mobile-apps .container{
  position: relative;
  z-index: 5;
}
#mobile-apps .bg{
  position: absolute;
  left: 0;
  z-index: 5;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4b4b4b;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
#mobile-apps .bg-img{
  position: absolute;
  bottom: -145px;
  right: 0px;
  width: 500px;
  max-width: 55%;
  height: 749px;
  background-image: url(../img/index-phone-mobile.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#mobile-apps h3{
  font-size: 48px;
  color: #fff;
}
#mobile-apps p{
  color: #fff;
}
#mobile-apps .mobile-apps a:hover img {
  background-color: rgba(255,255,255,.5);
  transition: background-color 0.2s;
}
#mobile-apps .mobile-apps img {
  border: 2px solid white;
  border-radius: 7px;
}
.mobile-apps img {
  max-width: 200px;
}
.mobile-apps a:hover {
  top: -8px;
}
.mobile-apps a {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.icon-img{
  width: 150px;
  text-align: center;
}
.icon-img img{
  width: 100%;
}


/* Блок вопросов */
#faq{
  position: relative;
  padding: 120px 0;
  font-size: 18px;
  overflow: hidden;
  color: white;
  background: #ff0015;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
#faq .container{
  position: relative;
}
#faq h3.title{
  font-size: 48px;
}
#faq .title-description{
  font-size: 24px;
}
#accordion{
  max-width: 700px;
  margin: 0 auto;
}
#accordion .panel-body{
  color: black;
}
.card {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgb(214 156 0);
}
.card-header {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
  overflow: hidden;
}

.card-header button {
  background: none;
  border: none;
  text-align: left;
  color: #252525;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 16px;
  transition: 0.5s;
  background: #fff;
  font-size: 18px;
}
.card:not(.open) .card-header button:hover{
  background: #000000;
  color: white;
}
.card-header button:not(.collapsed){
  background: #000000!important;
  color: white;
}
.card-header button:not(.collapsed):hover{
  background: #000000!important;
  color: white;
}
.card-body {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: white;
}
.open .card-header{
  background: white;
}
.open .card-header button{
  color: #000;
}
.open .card-body{
  background: white;
  color: #000;
  font-size: 14px;
}
@media (max-width: 991px){
  #faq{
    padding: 70px 0;
    clip-path: none;
  }
}



#business{
  padding: 80px 0 80px;
}
#business h3.title{
  font-size: 48px;
}
#business .img-car-business{
  width: 100%;
}
#business .btn-more {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 36px;
  box-shadow: rgb(255 24 24) 0px 0px 30px 0px;
  top: 0;
  position: relative;
  transition: all 0.2s;
  margin: 0 10px;
}
#business .btn-more:hover {
  background: #d50b1c;
  box-shadow: rgb(255 24 24) 0px 0px 30px 0px;
  top: -5px;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium{
  max-width: 100%!important;
}
div.wpforms-container-full{
  margin-bottom: 0!important;
}
.modal-business .modal-content {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
}
.modal-business .modal-header {
  border: 0;
  justify-content: end;
  display: block;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}
.modal-business .modal-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.modal-business .btn-close{
  z-index: 2;
  background: none!important;
  border: 0!important;
  outline: none!important;
  cursor: pointer;
  right: 0px;
  position: relative;
  font-size: 22px;
}
.modal-business input{
  border-radius: 35px!important;
}
.modal-business div.wpforms-container-full .wpforms-form button[type=submit]{
  border-radius: 35px;
  white-space: normal;
  background-color: #ff0015;
  color: black;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.modal-business div.wpforms-container-full .wpforms-form button[type=submit]:hover, .modal-business div.wpforms-container-full .wpforms-form button[type=submit]:focus{
  background: #f1b70b;
  border: 0;
}
@media (max-width: 991px){
  #faq{
    padding: 70px 0;
    clip-path: none;
  }
  .img-car-business{
    display: none;
  }
}

/* Блок карты */
#map-2gis {
  height: 600px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 540px, 0 100%);
  margin-bottom: -60px;
}
.dg-zoom {
  display: none;
}



footer {
  padding: 100px 0 40px;
  background: #101820;
  font-size: 15px;
  color: #909294;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
}
footer .contact-block-last{
  text-align: right;
}
footer h4{
  font-size: 28px;
  color: white;
  font-weight: 400;
  line-height: 1;
}
footer .time-working{
  color: #909294;
}
footer .mobile-phone{
  font-size: 28px;
  color: white;
  line-height: 1;
}
footer .home-phone{
  font-size: 16px;
  color: white;
  line-height: 1;
}
footer .home-phone:hover{
  color: #ff0015;
  text-decoration: underline;
}

footer .footer-content-bottom {
  margin: 45px 0 0 0;
  padding: 23px 0 0 0;
  border-top: 1px solid #212C34;
}
footer .copyright {
  padding-top: 10px;
}
footer .socials .social-icon{
  display: inline-block;
  font-size: 26px;
  color: #ccc;
  margin-right: 10px;
}
footer .footer-email{
  color: white;
}
footer .footer-email:hover{
  color: #ff0015;
  text-decoration: underline;
}
footer .social-icon:hover{
  color: #ff0015;
}
ul#bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#bottom-menu a{
  padding: 0;
  border-bottom: 1px dashed transparent;
  display: inline-block;
}
ul#bottom-menu a:hover {
  color: #ff0015;
  text-decoration: underline;
 
}
.creators{
  text-align: right;
}
.creators .wrp{
    display: inline-block;
    border: 2px dashed #444;
    line-height: 1;
    border-radius: 15px;
    padding: 9px 10px 12px 10px;
}
.creators a:hover{
  color: #ff0015;
  text-decoration: underline;
}
.iq-heart{
  color: #ff5722;
  font-family: Arial;
  top: 2px;
  font-size: 24px;
  display: inline-block;
}
.go-top {
  position: fixed;
  bottom: 20px;
  font-size: 24px;
  right: 20px;
  width: 50px;
  background-color: #ff0015;
  color: #fff!important;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
.go-top:hover {
	background: #252525;
	color: #ff0015!important;
	display: block;
	opacity: 1;
	cursor: pointer;
}



/* Таблица работы */
.schedule-table {
	width: 100% !important;
	border: 0 !important;
	border-spacing: 2px !important;
	border-collapse: separate;
	transition: all .5s;
  table-layout: initial !important;
  
}
.schedule-table td {
	padding: 10px 0 !important;
	font-size: 12px;
	border: 0 !important;
	line-height: 135%;
	width: 40px;
	text-align: center !important;
	border-radius: 0 0 5px 5px;
}
.schedule-table th.day {
	position: relative;
	border: 0 !important;
	padding: 10px 0 !important;
	border-bottom: 2px solid #252525 !important;
	vertical-align: bottom;
	font: 12px/1 Helvetica, Arial, sans-serif;
	width: 50px;
	text-align: center !important;
	border-radius: 5px 5px 0 0;
}
#header .schedule-today.status-open .working-day.today {
	background-color: #28a745;
}
.schedule-today.status-open .fa {
	font-size: 16px;
}
.schedule-today.status-open .fa,
.schedule-today.status-open .status {
	color: #4CAF50;
}
.schedule-today .info-text span.status {
	font-size: 14px;
}
.schedule-today.status-closed .fa,
.schedule-today.status-closed .status {
	color: #ff412c;
}
.schedule-today .info-text {
	font-size: 16px;
}
.schedule-table.status-open .today {
  background-color: #ff0015 !important;
  color: black;
}
.EX_schedule_working {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  text-align: right;
  padding: 25px;
  background: white;
  border-radius: 25px;
  box-shadow: 0 0 13px #9E9E9E;
}
#header .EX_schedule_working {
  text-align: left;
  float: none;
  position: absolute;
  left: 250px;
  top: 15px;
}
#header .schedule-today .info-text {
  font-size: 17px;
  color: black;
  font-weight: bold;
}
.working-day.today {
	color: white;
	background: #4CAF50;
	border-radius: 50%;
}
.working-day {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 13px;
	text-align: center;
	padding-top: 1.5px;
}
.working-day:first-child:not(.today) {
	margin-left: -3px;
}



/* Адпативный дизайн */
.mobile-menu{
  position: sticky;
  top: 0px;
  background: #252525;
  overflow-x: scroll;
  z-index: 10;
}
.mobile-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.mobile-menu ul li{
  display: inline-block;
}
.mobile-menu ul li .nav-link{
  padding: 10px 15px 10px 0;
}
.mobile-menu a:hover{
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .mobile-menu{
    display: none;
  }
}
@media (max-width: 991px) {
  .parallax-scene{
    display: none;
  }
  .go-top{
    display: none;
  }
  #header{
    position: relative;
  }
  #mobile-apps {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #features {
    padding-top: 40px;
    padding-bottom: 0px;
}
  footer .mobile-phone {
    font-size: 22px;
    color: white;
    line-height: 1;
  }
  footer h4 {
    font-size: 22px;
    font-weight: 400;
  }
  #order, #features, #mobile-apps .bg{
    -webkit-clip-path: none;
    clip-path: none;
    background-size: 100%;
  }
  #features .row > div {
    margin-bottom: 0px!important;
}
.mobile-apps > A {
  margin-left: 0!important;
  margin-right: 0!important;
}
}
@media (max-width: 767px) {
  footer .footer-logo{
    display: none;
  }
  #mobile-apps{
    text-align: center;
  }
  #mobile-apps .bg-img{
    display: none;
  }
  footer .contact-block-last{
    text-align: left;
  }
  .creators{
    text-align: left;
  }
  footer .copyright{
    padding-top: 0;
  }
  #drivers .drivers-wrapper{
    text-align: left!important;
  }
  .drivers-features > div{
    margin: 0 0 20px 0!important;
    padding: 0;
  }
  #faq h3, #faq p{
    text-align: left!important;
  }
}



/* Элементы Bootstrap */
#driver-form-frame {
  width: 100%!important;
}
.btn{
  border-radius: 35px;
  white-space: normal;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 59 59 / 33%);
}
.modal-title {
  color: #252525;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff0015;
  color: black;
}
.dropdown-menu {
  margin: 0.925rem 0 0;
  border: 0;
  left: auto;
  right: 0;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
.dropdown-menu:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  height: 20px;
  width: 20px;
  right: 16px;
  top: -4px;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
}
.btn-default{
  background-color: #ff0015;
  color: #fff;
}




#accordion .panel{
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
}
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  position: relative;
}
#accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  margin: 0;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  border: none;
  border-radius: 5px;
  padding-right: 60px;
  position: relative;
}
#accordion .panel-title a.collapsed{ border: none; }
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #000;
  position: absolute;
  top: 15px;
  right: 30px;
  transform: rotate(180deg);
  transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed:before{
  color: #000;
  transform: rotate(0deg);
}
#accordion .panel-body {
  padding: 20px 30px;
  background: rgba(255,255,255,1);
  font-size: 15px;
  line-height: 28px;
  border-top: none;
  border-radius: 5px;
}
#accordion .panel-body p:last-child{
  margin-bottom: 0;
}
h3.gis-title {
  font-size: 48px;
}
@media (max-width: 991px){
  footer{
    clip-path: none;
    padding: 40px 0 40px;
  }
  #map-2gis{
    clip-path: none;
    margin-bottom: 0;
  }
}



/* Куки-хуюки */
#gdpr-cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background-color: rgba(0,0,0,.87);
  z-index: 1500;
  font-size: 14px;
  color: #fff;
  padding: 10px
}
#gdpr-cookie-message a:hover {
  color: #FCEB15;
  border-bottom: 1px dashed
}

#gdpr-cookie-message>* {
  display: inline-block;
  margin: 0 10px 0 0
}
#gdpr-cookie-message h4{
  display: none;
}

#gdpr-cookie-advanced {
  display: none
}

#gdpr-cookie-accept {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  cursor: pointer
}
@media (max-width: 991px){
  #gdpr-cookie-message > *:last-child{
    height: 0!important;
    margin: 0!important;
  }
  #gdpr-cookie-accept{
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #gdpr-cookie-message {
    padding-right: 30px;
  }
}



/* Плашка установки приложения */
#app-download{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2000;
}
#app-download.active{
  visibility: visible;
  opacity: 100;
}
.app-panel{
  background: white;
  border-radius: 15px 15px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  transform: translateY(150%);
  padding: 30px;
}
#app-download.active .app-panel{
  transform: translateY(0);
}
.app-panel ul{
  padding-left: 1.5rem;
}
.app-panel ul li{
  margin-bottom: 10px;
  padding-right: 45px;
  line-height: 1.4;
}
#app-download .app-download-close {
  z-index: 2;
  background: none!important;
  border: 0!important;
  outline: none!important;
  color: #000;
  cursor: pointer;
  top: 15px;
  right: 20px;
  position: absolute;
  font-size: 22px;
}
#app-download .btn-app-download{
  font-weight: bold;
}
#app-download .app-download-image {
  width: 75px;
  margin-top: -65px;
  margin-bottom: 20px;
}
#app-download .app-icon{
  border-radius: 10px;
}



.wpcf7 label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.wpcf7 form p{
  margin: 0;
}
.wpcf7 .form-control{
  margin-bottom: 1rem;
}
.wpcf7-not-valid-tip {
  margin: -1rem 0 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  margin: 1rem 0 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  border-color: #ffb900;
  padding: 10px;
  border-radius: 12px;
  margin: 1rem 0 0 0;
}
.grecaptcha-badge{
  display: none;
}
.modal-content {
  border: 0;
}

.post-wrapper{
  display: inline-block;
  width: 28%;
  vertical-align: top;
  margin-right: 40px;
}
.post-wrapper h2{
  font-size: 24px;
}
.post-wrapper h2 a{
  color: black;
}
.post-wrapper .post-content > p:last-child{
  margin-bottom: 0;
}
.post-wrapper img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}


@media (max-width: 991px){
  .post-wrapper{
    width: 100%;
    margin: 0 0 40px 0;
  }
}