/* common */

@font-face {
  font-family: MonsterratExtraBold;
  src: url('../font/MONTSERRAT-EXTRABOLD.TTF');
}

@font-face {
  font-family: MonsterratMedium;
  src: url('../font/MONTSERRAT-MEDIUM.TTF');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: MonsterratMedium;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

a {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.wrapper,
.container,
.header-start {
  max-width: 1440px;
  margin: 0 auto 0 auto;
  padding: 0 80px;
}

.container {
  /*padding: 0;*/
}

.header-start {
  max-width: 1825px;
}

.section-header-title {
  font-family: MonsterratExtraBold;
  font-size: 1.775em;
  text-transform: uppercase;
  margin-bottom: 60px;
}

/* -- common -- */



/* header */
.header-top.small .header-top-nav a.active {
  border-bottom-color: #fff;
}
.header {
  position: relative;
  /*max-width: 1830px;*/
  margin: 0 auto 75px auto;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-image: url('../img/header_bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  z-index: -10;
}

@media screen and (min-width: 1825px) {
  .header-bg {
    background-position: center left;
  }
}

.header-top {  
  padding: 30px;
  display: grid;
  /*display: flex;*/
  /*justify-content: space-between;*/
  grid-template-columns: 52% auto auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  line-height: 46px;
}

@media screen and (min-width: 1094px) {
  .header-top {
    grid-template-columns: 49% auto auto;
  }
}

@media screen and (min-width: 1650px) {
  .header-top {
    grid-template-columns: 59% auto auto;
  }
}

.header-top.big {
  padding: 30px;
  animation-name: headerTopBig;
  animation-duration: .15s;
}

/*.header-top-logo-white,
.header-top-logo-black2 {
  display: none;
}*/

@keyframes headerTopSmall {
  from { 
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1em;
  }
  to { 
    background-color: rgba(0, 0, 0, .9);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .88em;
  }
}

@keyframes headerTopBig {
  from { 
    /*background-color: rgba(0, 0, 0, .9);*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .88em;
  }
  to { 
    /*background-color: transparent;*/
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1em;
  }
}

.header-top.small {
  background-color: rgba(0, 0, 0, .9);
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  animation-name: headerTopSmall;
  animation-duration: .2s;
  font-size: .88em;
  /*font-family: MonsterratExtraBold;*/
}

/*.header-top.small .header-top-logo-white {
  display: block;
}

.header-top.small .header-top-logo-black {
  display: none;
}*/

.header-icon-menu {
  display: none;
}

.header-top .header-icon-menu-black {
  color: #000;
}

.header-top.small .header-icon-menu-black {
  color: #fff;
}

.header-top.small .header-top-nav a {
  /*color: #000;*/
  /*font-size: .88em;*/
  padding-bottom: 5px;
}

.header-top.small .header-top-nav a:hover {
  /*border-bottom-color: #000;*/
}

.header-top.small .header-top-lang {
  /*color: #000;*/
  /*font-size: .88em;*/
}

.header-top.small .header-top-logo a img {
  width: 90px;
}

.header-top-logo a {
  display: inline-block;
}

.header-top-nav {}

.header-top-nav a {
  color: #fff;
  margin-right: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .15s ease-out 0s;
  /*font-size: .9em;*/
  margin-bottom: 20px;
}

@media screen and (max-width: 1566px) {
  .header-top-nav a {
    margin-right: 20px;
  }
}

.header-top-nav .icon {
  display: none;
}

.header-top-nav a:hover,
.header-top-nav a.active {
  border-bottom-color: #fff;
}

.header-top-lang {
  list-style: none;
  padding: 0;
  color: #fff;
  /*margin-left: 130px;*/
  text-align: right;
}

.header-top-lang li {
  display: inline-block;
  margin-left: 4px;
  opacity: .8;
  transition: opacity .15s ease-out 0s;
}

.header-top-lang li:hover {
  opacity: 1;
}

.header-start {
  /*margin-top: 175px;*/
}

.start-left {
  max-width: 830px;
}

.start-content-title {
  font-family: MonsterratExtraBold;
  font-size: 5em;
  margin-bottom: .25em;
  /*margin-top: 165px;*/
  padding-top: 165px;
  line-height: 1.3;
}

.start-content-subtitle {
  font-size: 24px;
  margin-bottom: 145px;
  font-family: MonsterratMedium;
}

.contacts-header {
  margin-bottom: 130px;
}

.contacts-header .header-top {
  box-shadow: 0px 0px 20.64px 3.36px rgba(0, 0, 0, 0.19);
}

.contacts-header .header-top.big,
.contacts-header .header-top {
  padding: 10px 30px;
  align-items: center;
}

.contacts-header .header-top-logo-black {
  max-width: 65%;
}

.contacts-header .header-top-nav a,
.contacts-header .header-top-lang {
  color: #000;
}

.contacts-header .header-top-nav a:hover,
.contacts-header .header-top-nav a.active {
  border-bottom-color: #000;
}

.contacts-header .header-top.big {
  animation-name: headerTopBig_contacts;
  animation-duration: .15s;
}

@keyframes headerTopBig_contacts {
  from { 
    /*background-color: rgba(0, 0, 0, .9);*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .88em;
  }
  to { 
    /*background-color: transparent;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
  }
}

.contacts-header .header-top.small a,
.contacts-header .header-top.small .header-top-lang {
  color: #fff;
}

/* -- header -- */




/* services section */

.services {
  margin-bottom: 100px;
}

.services-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1400px) {
  .services-list a {
    margin-bottom: 63px;
  }
}

@media screen and (min-width: 1320px) {
  .services-list a {
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 1175px) {
  .services-list a {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 798px) {
  .services-list a {
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 687px) {
  .services-list a {
    margin-bottom: 48px;
  }
}

.services-item {
  width: 385px;
  height: 263px;
  /*border: 1px solid;*/
  /*background-color: #666;*/
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 55px;
  /*margin-bottom: 20px;*/
  position: relative;
  transition: all .15s ease-out 0s;
}

.services-item:hover {
  /*width: 370px;*/
  /*height: 248px;*/
  transform: scale(0.97);
  cursor: pointer;
}

.services-item:hover::before {
  background-color: rgba(0, 0, 0, .859);
}

.services-item::before {
  transition: all .15s ease-out 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .612);
  z-index: 10;
}

.services-item-icon {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
  height: 88px;
  display: inline-block;
}

.services-item-title {
  z-index: 100;
  font-family: MonsterratMedium;
  /*font-size: 1.125em;*/
  color: #fff;
  position: relative;
}

/* -- services section -- */




/* about section */

.about {
  margin-bottom: 145px;
  background-image: url('../img/europe.png');
  -webkit-background-size: cover;
  background-size: 48%;
  background-position: 95% top;
  background-repeat: no-repeat;
}

.about-left {
  max-width: 500px;
}

.about-left-desc {
  margin-bottom: 50px;
}

.about-left-num {
  margin-bottom: 40px;
  /*display: flex;*/
}

.about-left-num span {
  color: #040202;
  display: inline-block;
}

.about-left-num-left,
.about-left-num-right {
  display: inline-block;
}

.about-left-num-left {
  margin-right: 50px;
  /*float: left;*/
}

.about-left-num-right {
  /*float: left;*/
}

.about-left-num strong {
  margin-right: 16px;
  font-size: 4.75em;
  color: #e7b822;
  font-family: MonsterratExtraBold;
}

.about-left-contact_link {
  max-width: 225px;
  padding: 15px 0;
  font-size: .9em;
  font-family: MonsterratExtraBold;
  text-transform: uppercase;
  border: 4px solid;
  color: #000;
  display: block;
  text-align: center;
  transition: all .15s ease-out 0s;
}

.about-left-contact_link:hover {
  /*border-color: #745b0c;*/
  /*color: #745b0c;*/
  opacity: .8;
  /*filter: invert(100%);*/
}

/* -- about section -- */




/* carpark section */

.carpark {
  margin-bottom: 45px;
}

.carpark-mobile {
  display: none;
}

.carpark .section-header {
  display: grid;
  grid-template-columns: 3fr 5fr;
  margin-bottom: 27px;
}

.carpark-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows:  auto auto;*/
}

.carpark-item {
  width: 375px;
  height: 180px;
  border: 4px solid;
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  margin-bottom: 76px;
}

@media screen and (min-width: 741px) {
  .carpark-item {
    margin-bottom: 26px;
  }
}

.carpark-item:hover > .carpark-item-content {
  height: auto;
  border-bottom: 4px solid;
  /*transform: scale(1.03);*/
  /*position: relative;*/
}

.carpark-item:hover {
  /*transform: scale(1.02);*/
}

.carpark-item-visible_content {
  padding-left: 35px;
  padding-right: 35px;
}

.carpark-item-icon {
  margin-bottom: 15px;
  height: 58px;
}

.carpark-item-title {
  font-family: MonsterratExtraBold;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.carpark-item-content {
  /*display: none;*/
  padding-left: 35px;
  padding-right: 35px;
  height: 0;
  overflow-y: hidden;
  transition: all .15s ease-out 0s;
  background-color: #fff;
  /*z-index: 1000;*/
  position: relative;
  border: 4px solid;
  border-top: 0;
  border-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
  /*margin-top: -5px;*/
  /*padding-bottom: 20px;*/
}

.carpark-item-content p {
  margin-bottom: 5px;
}

.carpark-item-content strong {
  display: inline-block;
  /*margin-top: 5px;*/
}

.carpark-item-btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: MonsterratExtraBold;
  background-color: #e7b822;
  color: #000;
  padding: 16px 0;
  border: 0;
  cursor: pointer;
  font-size: .95em;
  transition: all .15s ease-out 0s;
}

.carpark-item-btn:hover {
  background-color: rgba(231, 184, 34, .8);
}

/* -- carpark section -- */




/* footer */

.footer,
.footer a {
  color: #fff;
}

.footer a {
  transition: all .15s ease-out 0s;
}

.footer-top {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-color: #131313;
  /*display: flex;
  justify-content: space-between;*/
}

.footer-top .container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.footer-top-left {
  min-width: 350px;
}

.footer-top-left-logo {
  margin-bottom: 46px;
}

.footer-top-social {
  display: none;
}

.footer-top-left-nav {
  list-style: none;
}

.footer-top-left-nav li {
  margin-bottom: .5em;
}

.footer-top-left-nav li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footer-top-left-nav li a:hover {
  border-bottom: 1px solid;
}

.footer-top-col-title {
  margin-bottom: 1em;
  font-family: MonsterratExtraBold;
  font-size: 1em;
}

.footer-top-middle p,
.footer-top-right p {
  margin-bottom: 1em;
}

.footer-top-middle {

}

.footer-top-right {

}

.footer-top-middle a:hover,
.footer-top-right a:hover,
.footer-bottom-social a:hover {
  color: #e7b822;
}

.footer-bottom {
  line-height: 40px;
  font-size: .9em;
  background-color: #000;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
}

.footer-bottom-social,
.footer-top-social {
  list-style: none;
  padding: 0;
}

/* -- footer -- */



/* modal window */

.modal_carpark-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_carpark-wrapper,
.mobile_menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 10000;
}

@keyframes modalWindow {
  from { 
    background-color: transparent;
  }
  to { 
    background-color: rgba(0, 0, 0, .8);
  }
}

.modal_carpark-wrapper.active {
  display: flex;
  animation-name: modalWindow;
  animation-duration: .2s;
}

.modal_carpark {
  width: 550px;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  position: relative;
  /*z-index: 1000000;*/
}

.modal_carpark-title {
  font-family: MonsterratExtraBold;
  margin-bottom: 10px;
}

.modal_carpark-desc {
  font-size: .9em;
  margin-bottom: 30px;
}

.modal_carpark-form {

}

.modal_carpark-form input {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border: 0;
  background-color: transparent;
  font-size: .9em;
  padding: 8px 2px;
  border-bottom: 1px solid rgba(0, 0, 0, .361);
  font-family: MonsterratMedium;
  transition: all .15s ease-out 0s;
}

.modal_carpark-form input:focus {
  border-bottom-color: #000;
}

.modal_carpark-form input.alert {
  border-bottom-color: #F18389;
}

.modal_carpark-form-alert {
  text-align: left;
  margin-bottom: 25px;
  font-family: MonsterratExtraBold;
  color: #E72B36;
  font-size: .9em;
}

.modal_carpark-form-alert-error {
  color: #E72B36;
}

.modal_carpark-form button {
  text-transform: uppercase;
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: MonsterratExtraBold;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: .85em;
  cursor: pointer;
  transition: all .15s ease-out 0s;
}

.modal_carpark-form button:hover {
  opacity: .8;
}

.modal_carpark-close {
  display: inline-block;
  transform: rotate(135deg);
  font-size: 3em;
  position: absolute;
  top: -1.2em;
  right: -1.2em;
  color: #fff;
  cursor: pointer;
  /*font-weight: 300;*/
  opacity: .8;
  transition: all .15s ease-out 0s;
}

.modal_carpark-close:hover {
  opacity: 1;
  transform: scale(1.01);
  transform: rotate(135deg);
}

/* -- modal window -- */



/* responsive styles */

@media screen and (max-width: 1280px) {
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-top-nav,
  .header-top-lang {
    display: none;
  }

  .header-icon-menu {
    display: block;
  }
}

@media screen and (max-width: 1320px) {
  .header-top .icon {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    opacity: .8;
    transition: all .15s ease-out 0s;
  }

  .header-top .header-icon-menu-black {
    color: #000;
  }

  .header-top.small .header-icon-menu-black {
    color: #fff;
  }

  .header-top .icon:hover {
    opacity: 1;
    transform: scale(1.01);
  }

  .footer-top-left {
    min-width: 270px;
  }

  .wrapper, 
  .header-start, 
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1240px) {
  .services-item {
    width: 375px;
    height: 253px;
  }
}

@media screen and (max-width: 1216px) {
  .start-content-title {
    font-size: 4.3em;
  }

  .footer-top-left {
    min-width: auto;
  }

  .services-item {
    width: 365px;
    height: 243px;
  }

  .services-item-icon {
    height: 80px;
  }

  .carpark-item {
    width: 365px;
    height: 170px;
  }
}

@media screen and (max-width: 1180px) {
  .services-item {
    width: 355px;
    height: 233px;
  }

  .carpark-item {
    width: 355px;
    height: 170px;
  }
}

@media screen and (max-width: 1140px) {
  .services-item {
    width: 345px;
    height: 223px;
  }

  .services-item-icon {
    height: 75px;
  }

  .carpark-item {
    width: 340px;
  }
}

@media screen and (max-width: 1108px) {
  .services-item {
    width: 335px;
    height: 213px;
  }

  .services-item-icon {
    height: 70px;
  }

  .carpark-item {
    width: 330px;
  }
}

@media screen and (max-width: 1080px) {
  .header-bg {
    width: 47%;
  }

  .services-item {
    width: 325px;
    height: 203px;
  }

  .services-item-icon {
    height: 68px;
  }

  .carpark-item {
    width: 320px;
  }

  .about {
    background-position: 100% top;
  }

  .carpark-item-title {
    font-size: .9em;
  }
}

@media screen and (max-width: 1055px) {
  .services-item {
    width: 315px;
    height: 193px;
  }

  .services-item-icon {
    height: 65px;
  }

  .carpark-item {
    width: 310px;
  }
}

@media screen and (max-width: 1024px) {
  .services-item {
    width: 295px;
    height: 173px;
  }

  .services-item-icon {
    height: 58px;
  }

  .carpark-item {
    width: 290px;
  }

  .about {
    background-position: 110% top;
  }
}

@media screen and (max-width: 952px) {
  .services-item {
    width: 275px;
    height: 153px;
    padding-top: 30px;
  }

  .services-item-title {
    font-size: .7em;
  }

  .services-item-icon {
    height: 54px;
  }

  .carpark-item {
    width: 275px;
  }

  .about {
    background-position: 122% top;
  }

  .header-bg {
    width: 44%;
  }

  .carpark-item-content {
    font-size: .85em;
  }

  .carpark-item-btn {
    font-size: .85em;
  }

  .footer-top .container {
    display: block;
  }

  .footer-top-middle,
  .footer-top-right {
    display: inline-block;
    width: 48%;
  }

  .footer-top-left {
    margin-bottom: 50px;
    display: flex;
  }

  .footer-top-left-logo {
    margin-right: 100px;
  }
}

@media screen and (max-width: 894px) {
  .header-bg {
    width: 44%;
  }

  .services-item {
    width: 255px;
    height: 133px;
    padding-top: 20px;
  }

  .services-item-icon {
    height: 45px;
  }

  .carpark-item {
    width: 255px;
  }

  .about {
    background-position: 129% top;
  }
}

@media screen and (max-width: 840px) {
  .header-bg {
    width: 41%;
  }

  .start-content-title {
    font-size: 3.9em;
  }

  .start-content-subtitle {
    font-size: 1.3em;
  }

  .services-item {
    width: 235px;
    height: 133px;
    padding-top: 20px;
  }

  .services-item-icon {
    height: 45px;
    margin-bottom: 18px;
  }

  .carpark-item {
    width: 240px;
  }

  .carpark-item-icon {
    height: 50px;
  }

  .carpark-item-title {
    font-size: .81em;
  }

  .about {
    background-position: 133% top;
  }
}

@media screen and (max-width: 797px) {
  .services-item {
    width: 335px;
    height: 200px;
    padding-top: 40px;
  }

  .services-item-icon {
    height: 60px;
    margin-bottom: 27px;
  }

  .carpark-item {
    width: 240px;
  }

  .services-item-title {
    font-size: .8em;
  }

  .carpark-item-icon {
    height: 50px;
  }

  .carpark-item-title {
    font-size: .81em;
  }

  .about {
    background-position: 133% top;
  }

  .about-left-desc {
    max-width: 400px;
  }
}

@media screen and (max-width: 740px) {
  .services-item {
    width: 310px;
    height: 185px;
  }

  .services-item-icon {
    height: 60px;
    margin-bottom: 27px;
  }

  /*.carpark-item {
    width: 240px;
  }

  .services-item-title {
    font-size: .8em;
  }

  .carpark-item-icon {
    height: 50px;
  }

  .carpark-item-title {
    font-size: .81em;
  }*/

  .about {
    background-position: 133% top;
  }

  .about-left-desc {
    max-width: 400px;
  }

  .carpark-desktop {
    display: none;
  }

  .carpark-mobile {
    display: block;
  }
}

@media screen and (max-width: 686px) {
  .about {
    background-image: none;
  }

  .about-left-num {
    display: flex;
    justify-content: space-around;
  }

  .about-left-num-left {
    margin-right: 0;
  }

  .about-left-num strong {
    display: block;
    margin-right: 0;
    font-size: 4em;
    text-align: center;
  }

  .about-left-num span {
    display: block;
    text-align: center;
  }

  .carpark .section-header {
    grid-template-columns: auto;
  }

  .section-header-title {
    margin-bottom: 19px;
  }

  .wrapper, .header-start, .container {
    padding: 0 20px;
  }

  .header:not(.service_header, .about_header) .header-top.big,
  .header:not(.service_header, .about_header) .header-top {
    padding: 20px;
    background-color: #fff;
  }

  .header:not(.service_header, .about_header) .header-top.big .icon,
  .header:not(.service_header, .about_header) .header-top .icon {
    color: #000;
    font-size: 2.3em;
  }

  .start-content-title,
  .start-content-subtitle {
    color: #fff;
  }

  .services a,
  .services-item {
    width: 100%;
    height: 240px;
    padding-top: 50px;
  }

  .services a {
    display: block;
    margin-bottom: 30px;
  }

  .services-item-icon {
    height: 80px;
  }

  .services-item-title {
    font-size: .9em;
  }

  .header-bg {
    width: 100%;
  }

  .header-top.small .icon {
    color: #fff;
    font-size: 2.3em;
  }

  .about-left-contact_link {
    margin: 0 auto;
  }

  /*.header-top-logo-black1 {
    display: none;
  }

  .header-top-logo-black2 {
    display: block;
  }*/

  .footer-top-middle, 
  .footer-top-right {
    padding: 0 12px;
  }

  .footer-top-middle p, 
  .footer-top-right p,
  .footer-bottom {
    font-size: .8em;
  }

  .wrapper, .header-start, .container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 510px) {
  .footer-top-left,
  .footer-top-social {
    display: block;
  }

  .footer-top-left-logo {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-social-item {
    font-size: 1.5em;
  }

  .footer-top-middle, 
  .footer-top-right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .footer-bottom-social {
    display: none;
  }

  .footer-bottom {
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 424px) {
  .start-content-title {
    font-size: 3.1em;
  }
}

/* -- responsive styles -- */



/* slick */

.slick-slide {
  height: auto;
  margin: 0 10px;
}

.slick-current .carpark-item-content {
  height: auto;
}

.slick-dots li {
  width: 10px !important;  
}

/* -- slick -- */



/* mobile menu */

@keyframes modalWindowMobileMenu {
  from { 
    background-color: transparent;
  }
  to { 
    background-color: rgba(0, 0, 0, .8);
  }
}

@keyframes modalWindowMobileMenuTrans {
  from { 
    transform: translateX(100vw);
  }
  to { 
    transform: translateX(0px);
  }
}

.mobile_menu-wrapper.active {
  display: block;
  animation-name: modalWindowMobileMenu;
  animation-duration: .2s;
}

.mobile_menu {
  background-color: #fff;
  max-width: 285px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px 50px 30px 16px;
  transform: translateX(0px);
}

.mobile_menu-wrapper.active .mobile_menu {
  animation-name: modalWindowMobileMenuTrans;
  animation-duration: .2s;
}

.mobile_menu-nav a {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: .9em;
}

.mobile_menu-nav {
  margin-bottom: 50px;
}

.mobile_menu-lang {
  padding: 0;
  list-style: none;
}

.mobile_menu-lang li {
  display: inline-block;
  margin-right: 4px;
}

.mobile_nav-close {
  /*text-align: right;*/
  margin-bottom: 20px;
}

.mobile_menu-close {
  font-size: 2.3em;
  opacity: .8;
  margin-left: -14px;
  cursor: pointer;
}

/* -- mobile menu -- */



/* contacts page */

.contacts {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
  margin-bottom: 100px;
}

.contacts-left-title {
  font-size: 1.6em;
  text-transform: uppercase;
  font-family: MonsterratExtraBold;
  margin-bottom: 40px;
}

.contacts-left-desc {
  margin-bottom: 50px;
}

.contacts-left-desc h5,
.contacts-left-desc p,
.contacts-left-manager-desc p {
  margin-bottom: 6px;
}

.contacts-left-desc a,
.contacts-left-manager-desc a {
  color: #000;
}

h5.contacts-left-desc-title {
  font-size: 1.1em;
  font-family: MonsterratExtraBold;
  margin-bottom: 25px;
}

.contacts-left-desc h5,
.contacts-left-manager-desc h5 {
  font-size: 1.1em;
  font-family: MonsterratExtraBold;
}

.contacts-left-desc p,
.contacts-left-manager-desc {
  font-size: 1em;
}

.contacts-left-manager {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.contacts-left-manager-img {
  margin-right: 60px;
}

.contacts-left-manager-desc {}

.contacts-left-manager-desc h5 {
  margin-bottom: 10px;
}

.contacts-right-form {
  max-width: 475px;
  padding: 50px;
  box-shadow: 0px 0px 20.64px 3.36px rgba(0, 0, 0, 0.19);
}

.contacts-right-form-title {
  font-size: 1.1em;
  font-family: MonsterratExtraBold;
  margin-bottom: 40px;
}

.contacts-right-form form input,
.contacts-right-form form textarea {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .361);
  padding: 8px 2px;
  font-size: .9em;
  font-family: MonsterratMedium;
  transition: all .15s ease-out 0s;
}

.contacts-right-form form input:focus {
  border-bottom-color: #000;
}

.contacts-right-form form button {
  display: block;
  width: 210px;
  padding: 15px 0;
  text-transform: uppercase;
  background-color: #e7b822;
  border: 0;
  color: #000;
  text-align: center;
  font-family: MonsterratExtraBold;
  font-size: .9em;
  cursor: pointer;
  margin: 40px auto 0 auto;
  transition: opacity .15s ease-out 0s;
}

.contacts-right-form form button:hover {
  opacity: .8;
}

section.map {
  margin-bottom: -7px;
}

@media screen and (max-width: 1024px) {
  .contacts,
  .contacts-left-manager {
    display: block;
  }

  .contacts-left {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
  }

  .contacts-left-manager-img {
    margin-bottom: 20px;
  }

  .contacts-left-manager-img {
    width: 113px;
  }

  .contacts-right-form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 615px) {
  .contacts-left {
    display: block;
    margin-bottom: 85px;
  }

  .contacts-left-manager {
    position: relative;
  }

  .contacts-left-manager-img {
    width: 150px;
  }

  .contacts-left-manager-desc {
    position: absolute;
    top: 60%;
    left: 12%;
    background-color: #fff;
    padding: 4px;
    font-size: .75em;
  }

  .contacts-right-form {
    padding: 25px;
  }
}

/* -- contacts page -- */



/* about page */

.about_header {
  padding: 180px 0 130px 0;
  /*padding: 0 30px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about_header-content-title {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-family: MonsterratExtraBold;
  padding: 0 20px;
}

.about_page-content {
  margin-bottom: 100px;
  background-image: url('../img/europe.png');
  -webkit-background-size: cover;
  background-size: 35%;
  background-position: 95% top;
  background-repeat: no-repeat;
}

.about_page-content-left {
  max-width: 550px;
}

.about_page-content-left-list,
.about_page-advantages-right-list {
  list-style: none;
  padding: 0;
}

.about_page-content-left-list {
  margin-bottom: 50px;
}

.about_page-content-left-list li,
.about_page-advantages-right-list li {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 2em auto;
  /*justify-content: flex-start;*/
  /*justify-content: space-between;*/
  margin-bottom: 20px;
}

/*.about_page-content-left-list li span,
.about_page-advantages-right-list li span {
  display: inline-block;
}*/

.about_page-advantages-right-list-plus {
  font-size: 1.3em;
  font-weight: 700;
}

.about_page-content-left-list li span.about_page-content-left-list-tir,
.about_page-advantages-right-list li span.about_page-content-left-list-plus {
  /*display: block;*/
  font-weight: bold;
  /*width: 3em;*/
}

.about_page-advantages {
  display: grid;
  grid-template-columns: 45% 55%;
  padding: 50px;
  background-image: url("../img/advantages.png");
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.about_page-advantages-left-title {
  width: 250px;
  font-family: MonsterratExtraBold;
  font-size: 1.1em;
}

@media screen and (max-width: 924px) {
  .about_page-content {
    background-position: 134% top;
    background-size: 49%;
  }

  .about_page-content-left {
    max-width: 400px;
  }

  .about_page-advantages {
    display: block;
    padding: 30px 20px;
  }

  .about_page-advantages-left {
    margin-bottom: 50px;
  }

  .about_page-advantages-left-title {
    width: auto;
  }

  .about-left-contact_link {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .about_page-content {
    background-image: none;
  }

  .about_page-content-left {
    max-width: 100%;
  }
}

@media screen and (max-width: 582px) {
  .about_header-content-title {
    font-size: 1.2em;
  }

  .about_header {
    background-position: 0 0;
  }
}

/* -- about page -- */


/* service page */

.service_header {
  padding: 170px 0 140px 0;
}

.service_header-title {
  text-align: center;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  font-family: MonsterratExtraBold;
  margin: 0 10px;
}

.service-content {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: auto 320px;
  grid-column-gap: 100px;
}

.service-content-left h4 {
  font-family: MonsterratExtraBold;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.service-content-left h4.list-title {
  margin-top: 60px;
}

.service-content-left p {
  margin-bottom: 20px;
  font-size: 1em;
}

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

.service-content-left-list li {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 2em auto;
  margin-bottom: 20px;
}

.service-content-left-list-tir {
  font-weight: 700;
}

.service-content-right-list {
  list-style: none;
  padding: 0;
}

.service-content-right-list a {
  color: #000;
  transition: all .15s ease-out 0s;
}

.service-content-right-list a:not(.active):hover {
  opacity: .6;
}

.service-content-right-list li {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 60px auto;
  grid-column-gap: 45px;
  /*padding: 10px 10px 10px 20px;*/
  padding: 14px 16px;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.service-content-right-list li img {
  max-height: 40px;
  max-width: 60px;
  margin: 0 auto;
  /*display: inline-block;*/
}

.service-content-right-list li img.white {
  display: none;
}

.service-content-right-list li span {
  font-size: .85em;
  display: flex;
  align-items: center;
}

.service-content-right-list a.active li {
  color: #fff;
  background-image: url("../img/service/0.jpg");
  background-repeat: no-repeat;
  background-position: 9% 0;
}

.service-content-right-list a.active li img.white {
  display: block;
}

.service-content-right-list a.active li img.black {
  display: none;
}

/*.service_header-content {
  position: relative;
}*/

.service_header-arrow {
  color: #fff;
  font-weight: 700;
  font-size: 2.5em;
  display: inline-block;
  cursor: pointer;

  /*position: absolute;
  top: 0;*/
}

.service_header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (min-width: 920px) {
  .service_header-arrow {
    display: none;
  }

  .service_header-content {
    justify-content: center;
  }
}

/*.service_header-arrow-left {
  left: 20px;
}*/

/*.service_header-arrow-right {
  right: 20px;
}*/

@media screen and (max-width: 920px) {
  .service-content {
    display: block;
  }

  .service-content-right-list {
    display: none;
  }

  .service_header-title {
    font-size: 1.5em;
  }
}

/* -- service page -- */



/* industries */

.industry {
  margin-bottom: 100px;
}

.industry-list {
  /*background-color: #222;*/
  background-image: url("../img/prop_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*border: 4px solid rgba(0, 0, 0, .7);*/
  border-right: 0;
  border-bottom: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  overflow: hidden;
}

.industry-item {
  background-color: rgba(0, 0, 0, .561);
  border-right: 4px solid rgba(0, 0, 0, .7);
  border-bottom: 4px solid rgba(0, 0, 0, .7);
  text-align: center;
  /*padding: 70px 0 60px 0;*/
  padding-top: 70px;
  display: grid;
  /*grid-template-columns: auto;*/
  grid-template-rows: auto 80px;
  grid-row-gap: 40px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

/*.industry-item:last-child {
  border-right: 0;
  border-bottom: 0;
}*/

.industry-item .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.industry-item img {
  display: inline-block;
  /*max-height: 120px;*/
  /*max-width: 300px;*/
  max-height: 90px;
  max-width: 220px;
  /*margin-bottom: 40px;*/
}

.industry-item-title {
  color: #fff;
}

@media screen and (max-width: 1152px) {
  .industry-item img {
    max-width: 220px;
  }
}

@media screen and (max-width: 996px) {
  .industry-list {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 620px) {
  .industry-list {
    grid-template-columns: auto;
  }
}

/* -- industries -- */


/* logos */

.header-top-logo-white {
  display: none;
}

.header.homepage .header-top.small .header-top-logo-white {
  display: block;
}

.header.homepage .header-top.small .header-top-logo-black {
  display: none;
}

@media screen and (max-width: 686px) {
  .header.homepage .header-top-logo-white {
    display: block;
  }

  .header.homepage .header-top-logo-black {
    display: none;
  }
}

.contacts-header .header-top.small .header-top-logo-white {
  display: block;
}

.contacts-header .header-top.small .header-top-logo-black {
  display: none;
}

.service_header .header-top-logo-white,
.about_header .header-top-logo-white {
  display: block;
}

.service_header .header-top-logo-black,
.about_header .header-top-logo-black {
  display: none;
}

/* -- logos -- */


/* other */

.header-top-lang select {
  background: transparent;
  border: 0;
  color: #fff;
}

.header-top-lang select option {
  color: #000;
  display: inline-block;
  padding: 4px;
}

.contacts-header .header-top-lang select {
  color: #000;
}

.header-top-logo img {
  width: 75%;
}

.header-top-lang #lang_choice_1 {
  padding-right: 22px;
  max-width: 125px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/drop-down-arrow.png");
  background-position: center right;
  background-repeat: no-repeat;
}

.header-top-lang.black #lang_choice_1 {
  background-image: url("../img/drop-down-arrow2.png");
}

.header-top-logo {
  display: flex;
  align-items: center;
}

.modal_carpark-form button[type="submit"] {
  margin-top: 50px;
  background-color: #e7b822;
  color: #000;
  transition: all .15s ease-out 0s;
  opacity: 1;
}

.modal_carpark-form button[type="submit"]:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.about-left-contact_link {
  margin-left: 2em;
}

.header-top.small .header-top-lang #lang_choice_1 {
  color: #fff;
  background-image: url("../img/drop-down-arrow.png");
}

input {outline:none;}

/* -- other -- */