/* Font style*/
body {
    width: 100%;
}

@font-face {
    font-family: RobotoRegular;
    src: url("fonts\\roboto-regular-webfont.woff") format("woff"),
         url("fonts\\roboto-regular-webfont.woff") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.col-lg-12, .col-md-12, .col-lg-6, .col-lg-3, .col-xl-12, .col-xl-4, .col-xl-8, .col-xl-2, .col-xl-3, .col-xl-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Colors */

.main-line-color-stroke {
    stroke: #1c9c58;
}

.main-line-color-fill {
    fill: #1c9c58;
}

.flag-line-color-stroke {
    stroke: #FB8D0C;
}

/* Header style*/

.main-line-color-stroke {
    stroke: #1c9c58;
}

.main-line-color-fill {
    fill: #1c9c58;
}

.flag-line-color-stroke {
    stroke: #FB8D0C;
}

/* Header style*/

@media (min-width: 1024px){
    #menuToggle {
        display: none;
      }
}

@media (max-width: 1025px){
    #menuToggle {
        display: block;
        position: relative;
        z-index: 1;
    }

    #navbar-main {
        visibility: hidden !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    #menu {
        margin-top: -60px !important;
        margin-left: 95px !important;
    }

    #menuToggle span{
        display: block;
        width: 33px;
        height: 4px;
        margin-right: 46px;
        margin-bottom: 5px;
        position: relative;
  
        background: #000000;
        border-radius: 3px;
  
        z-index: 1;
  
        transform-origin: 4px 0px;
  
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    }

    #menuToggle > input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      
      cursor: pointer;
      
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      
      -webkit-touch-callout: none;
    }
}

@media (min-width: 488px) and (max-width: 768px){
    #menu {
        margin-left: 83px !important;
    }

    #menuToggle span{
        display: block;
        width: 33px;
        height: 4px;
        margin-right: 34px;
        margin-bottom: 5px;
        position: relative;
  
        background: #000000;
        border-radius: 3px;
  
        z-index: 1;
  
        transform-origin: 4px 0px;
  
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    }

    #menuToggle > input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      
      cursor: pointer;
      
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      
      -webkit-touch-callout: none;
    }
}

@media (min-width: 392px) and (max-width: 487px){

    #menuToggle > input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-right: 25px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#logo-header {
    visibility: hidden;
}

}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}

@media (max-width: 392px){
    #menuToggle > input{
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
  
        cursor: pointer;
  
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
  
        -webkit-touch-callout: none;
    }

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

    #logo-header {
        visibility: hidden;
    }

}

#menuToggle span:first-child
{
    background-color: #fcfcfc;
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fcfcfc;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 340px;
  height: 100vh;
  padding: 112px 0px 100px 40px;
  margin-top: -46px;
  margin-left: 74px;
  background-color: #222222;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: none;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #ffffff;
    padding: 28px 0px 0px 0px;
}

#menuToggle input:checked ~ ul
{
    transform: translate(-340px, 0);
}

@media (min-width: 992px){
    .header-bg {
        height: 91px;
        justify-content: center!important;
        background-color: #fff;
    }

    .navbar-brand {
        max-width: 16.666667%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-collapse {
        max-width: 70%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        justify-content: center!important;
    }

    .navbar-collapse > .navbar-nav {
        max-width: 60%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .blackout {
        height: calc(100vh - 91px);
        width: 100%;
        background-color: #222222;
        opacity: 0.7;
        position: absolute;
    }

    .image-block:before {
        content: "";
       background-image: url("/img/branding/common/main-img.jpg");
       background-size: cover; 
       background-position: bottom;
       left: 0;
       right: 0;
       position: absolute;
       z-index: -1;  
       height: calc(100vh - 91px);
   }

   .header-body > .image-header {
    height: calc(100vh - 91px);
    position: relative;
}
}

@media (min-width: 1122px){
    .navbar-collapse {
        max-width: 70%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 992px){
    .header-bg {
        height: 64px;
        background-color: #fff;
    }

    .blackout {
        height: calc(100vh - 64px);
        width: 100%;
        background-color: #222222;
        opacity: 0.7;
        position: absolute;
    }

    .image-block:before {
        content: "";
        background-image: url("/img/branding/common/main-img.jpg");
        background-size: cover;
        background-position: bottom;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        height: calc(100vh - 64px);
    }

   .header-body > .image-header {
    height: calc(100vh - 64px);
    position: relative;
}
}

.header-bg > .navbar-collapse > .navbar-nav > .nav-link {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.18px;
  color: #222222;
}

.navbar-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.18px;
    color: #222222 !important;
    padding-right: 30px;
}

.nav-item > .nav-link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.18px;
    color: #222222 !important;
}

.header-body {
    max-width: 100%;
    position: relative;
}

.button-menu {
    margin: 40px 0px 60px 0px;
}

@media (max-width: 499px){
    .image-content {
        width: calc(100% - 32px);
        position: absolute;           
        top: 50%;                    
        transform: translate(0, -50%)
    }
}

@media (max-width: 1365px) and (min-width: 500px){
    .image-content {
        width: 95%;
        margin: auto;
        position: absolute;           
        top: 50%;                    
        transform: translate(0, -50%)
    }
}

@media (min-width: 1366px){
      .image-content {
        width: 1300px;
        margin: auto;
        position: absolute;           
        top: 50%;                    
        transform: translate(0, -50%)
    }
}

.image-block {
    display: flex;
    justify-content: center;
}

.navbar-toggler {
    border-color: #fcfcfc !important;
}

.navbar-toggler > .navbar-toggler-icon {
    color: black !important;
    width: 2em;
}


/* Content style */

.flex {
    display: flex !important;
}

.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}


@media (max-width: 992px){
    .text-icon-item {
        padding-left: 0;
        padding-right: 0;
        margin: 24px 0px;
    }

    .content-body {
        width: calc(100% - 32px);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .taxi-content {
        height: 1430px;
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer-content {
        width: calc(100% - 32px);
        height: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }

    .slider-block {
        width: calc(100% - 32px);
        height: 919px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-container {
        width: 100%;
        height: calc(100% - 216px);
    }

    .swiper-slide-active > .tariff-block > .tariff-info > .col-xl-8 > .row  {
       margin-bottom: 6px;
    }

    .swiper-slide-active > .tariff-block > .tariff-info > .col-xl-8 {
        max-width: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide-active > .tariff-block > .tariff-info > .col-xl-8 {
        max-width: 270px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-button-next:after {
        content: " " !important;
        width: 15px;
        height: 65px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrowM1.svg") no-repeat;
    }

    .swiper-button-prev:after {
        content: " " !important;
        width: 15px;
        height: 65px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrowM1.svg") no-repeat;
        transform: rotate(180deg);
    }

    .swiper-button-next {
        top: 25% !important;
        right: 0 !important;
        width: calc(var(--swiper-navigation-size)/ 44 * 35) !important;
    } 
    .swiper-button-prev {
        top: 25% !important;
        left: 0 !important;
        width: calc(var(--swiper-navigation-size)/ 44 * 35) !important;
    }
}

@media (max-width: 470px){
    .image-center {
        /*width: 300px;*/
        height: 107px;
        margin: 0px auto 40px auto;
        display: block;
    }
}

@media (max-width: 700px) and (min-width: 471px){
    .image-center {
        /*width: 460px;*/
        height: 164px;
        margin: 0px auto 20px auto;
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 701px){
    .image-center {
        /*width: 690px;*/
        height: 246px;
        margin: 0px auto 60px auto;
        display: block;
    }

    .contacts {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% - 200px);
        height: 370px;
    }

    .phone-screen-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1365px) and (min-width: 992px){
    .content-body {
        width: 95%;
        height: 800px;
        left: 50%;
        display: flex;
        align-items: center;
        transform: translate(-50%, 0);
    }

    .image-center {
        /*width: 900px;*/
        height: 321px;
        margin: 40px auto 60px auto;
        display: block;
    }

    .about-content {
        width: 95%;
        height: 1700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-content {
        width: 95%;
        height: 605px;
        margin-left: auto;
        margin-right: auto;
    }

    .phone-screen-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-block {
        width: 95%;
        height: 919px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-container {
        width: 95%;
        height: calc(100% - 216px);
        margin-left: 0 !important;
    }

    .swiper-slide-active > .tariff-block > .tariff-info > .col-xl-8 > .row  {
       margin-bottom: 6px;
    }

    .swiper-slide-active > .tariff-block > .tariff-info > .col-xl-8 {
        max-width: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-button-next:after {
        content: " " !important;
        width: 23px;
        height: 105px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrowM.svg") no-repeat;
    }

    .swiper-button-prev:after {
        content: " " !important;
        width: 23px;
        height: 105px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrowM.svg") no-repeat;
        transform: rotate(180deg);
    }

    .swiper-button-next , .swiper-button-prev {
        width: calc(var(--swiper-navigation-size)/ 44 * 35) !important;
    }
}

@media (min-width: 1366px){
    .content-body {
        height: 800px;
        width: 1300px;
        left: 50%;
        display: flex;
        align-items: center;
        transform: translate(-50%, 0);
    }

    .taxi-content {
        height: 800px;
        width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-block {
        height: 1428px;
        width: 100%;
    }

    .about-content {
        width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-center {
        /*width: 1300px;*/
        height: 482px;
        margin: 40px auto 80px auto;
    }

    .footer-content {
        width: 1300px;
        height: 605px;
        margin-left: auto;
        margin-right: auto;
    }

    .phone-screen-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-block {
        width: 1300px;
        height: 1025px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-container {
        width: 100%;
        height: calc(100% - 326px);
      }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        padding-left: 90px;
  
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

    .swiper-button-next:after {
        content: " " !important;
        width: 35px;
        height: 148px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrow.svg") no-repeat;
    }

    .swiper-button-prev:after {
        content: " " !important;
        width: 35px;
        height: 148px;
        opacity: 0.9;
        font-family: none !important;
        background: url("/img/website/slider-arrow.svg") no-repeat;
        transform: rotate(180deg);
    }

    .swiper-button-next , .swiper-button-prev {
        width: calc(var(--swiper-navigation-size)/ 44 * 35) !important;
    }

    .tariff-info {
        padding-top: 40px;
    }

    .swiper-slide-next {
        padding-right: 150px;
        height: 80% !important;
        display: block;
        margin-top: auto;
        margin-bottom: auto;
    }

    .swiper-slide-next > .tariff-block > .row > .machine-active {
        width: 288px !important;
        height: 132px !important;
        opacity: 0.2;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-4 > .tariff-name {
        opacity: 0.16;
        font-size: 27.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.55px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-4 > .tariff-cost {
        opacity: 0.2;
        font-size: 57.4px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 1.15px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-4 > .tariff-comment {
        opacity: 0.12;
        font-size: 18.4px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.18px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .transfer {
        opacity: 0.14;
        font-size: 14.2px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .row > .place-main {
        opacity: 0.14;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.11px;
        color: #000000;
        margin: 9px 0px 0px 40px;
        max-width: 131px;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .row > .col-xl-2 > .cost {
        opacity: 0.14;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.11px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .row > hr {
        min-width: 26px;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .transfer-mini {
        opacity: 0.11;
        font-size: 11px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: 0.11px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .row > .place-main-mini {
        opacity: 0.11;
        font-size: 9.5px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.09px;
        color: #000000;
    }

    .swiper-slide-next > .tariff-block > .tariff-info > .col-xl-8 > .row > .cost-mini {
        opacity: 0.11;
        font-size: 9.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.09px;
        color: #000000;
    }
}

.tariff-block {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) and (min-width: 992px){
    .taxi-content {
        height: 1150px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .image-backgroung:before {
        content: "";
        background-image: url("/img/branding/common/main-img.jpg");
        background-size: cover;
        background-position: bottom;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 1150px;
    }

    .yellowout {
        width: 100%;
        position: absolute;
        height: 1700px;
        opacity: 0.1;
        /*background-color: #FFE935;*/
    }
}

@media (min-width: 1200px) {
    .image-backgroung:before {
        content: "";
        background-image: url("/img/branding/common/main-img.jpg");
        background-size: cover;
        background-position: bottom;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 800px;
    }

    .yellowout {
        width: 100%;
        position: absolute;
        height: 1428px;
        opacity: 0.1;
        /*background-color: #FFE935;*/
    }
}

@media (max-width: 991px) {
    .image-backgroung:before {
        content: "";
        background-image: url("/img/branding/common/main-img.jpg");
        background-size: cover;
        background-position: bottom;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 1430px;
    }

    .yellowout {
        width: 100%;
        position: absolute;
        height: 1000px;
        opacity: 0.1;
        /*background-color: #FFE935;*/
    }

    .about-content {
        width: 100%;
        height: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 473px) {

    .yellowout {
        width: 100%;
        position: absolute;
        height: 1321px;
        opacity: 0.1;
        /*background-color: #FFE935;*/
    }

    .about-block {
        height: 1321px;
        width: 100%;
    }
}

@media (max-width: 680px) and (min-width: 474px) {

    .yellowout {
        width: 100%;
        position: absolute;
        height: 1361px;
        opacity: 0.1;
        /*background-color: #FFE935;*/
    }

    .about-block {
        height: 1361px;
        width: 100%;
    }
}

.contact-block {
    margin-top: 16px;
    height: 62px;
}


.no-padding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-ver-center {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}


.block-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-screen {
    position: absolute;
    z-index: -1;
    width: 176px;
    height: 359px;
}

.footer-image {
    z-index: 1;
    width: 156.5px;
    height: 338.4px;
}

@media (max-width: 992px){
    .phone-screen {
        margin: 24px 0px;
    }

    .phone-screen-mini {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone-margin-b112 {
        margin-bottom: 112px;
    }

    .phone-margin-b28 {
        margin-bottom: 56px;
    }

    .blackout-h800 {
        height: 1430px;
        width: 100%;
        background-color: #222222;
        opacity: 0.7;
        position: absolute;
    }

    .display-none-w991 {
        display: none;
}

.about-rectangle-left {
    width: 343px;
    height: 232px;
    background-color: #fcfcfc; 
    margin: 0px auto 24px auto;
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.about-rectangle {
    width: 343px;
    height: 232px;
    background-color: #fcfcfc; 
    margin: 0px auto 24px auto;
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.arrow {
    width: 60px;
    height: 40px;
    opacity: 0.6;
    transform: rotate(90deg);
    margin: 28px 0px;
}


}

@media (min-width: 993px){
    .phone-screen-mini {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 90px 0px;
    }

    .block-trip-info {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .arrow {
        width: 60px;
        height: 40px;
        opacity: 0.6;
    }
}

@media (max-width: 1199px) and (min-width: 993px){
.blackout-h800 {
    height: 1150px;
    width: 100%;
    background-color: #222222;
    opacity: 0.7;
    position: absolute;
}

.about-rectangle-left {
    width: 600px;
    height: 240px;
    background-color: #fcfcfc; 
    margin: 0px auto 0px auto;
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.about-rectangle {
    width: 600px;
    height: 240px;
    background-color: #fcfcfc; 
    margin: 40px auto 40px auto;
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.contacts {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 200px);
    height: 500px;
}

.phone-screen-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 70px;
}

}

@media (min-width: 1200px) {
    .blackout-h800 {
        height: 800px;
        width: 100%;
        background-color: #222222;
        opacity: 0.7;
        position: absolute;
    }

    .about-rectangle {
        width: 600px;
        height: 240px;
        background-color: #fcfcfc; 
        margin-bottom: 80px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .about-rectangle-left {
        width: 600px;
        height: 240px;
        background-color: #fcfcfc; 
        margin-bottom: 80px;
        margin-right: 80px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 360px){
    .about-rectangle-left {
        width: 280px;
        height: 202px;
        background-color: #fcfcfc; 
        margin: 0px auto 0px auto;
        display: block;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .about-rectangle {
        width: 280px;
        height: 202px;
        background-color: #fcfcfc; 
        margin: 40px auto 40px auto;
        display: block;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    }

.screen {
    position: absolute;
    z-index: -1;
    width: 266.2px;
    height: 541.9px;
}

.screen-w223 {
    position: absolute;
    z-index: -1;
    width: 223px;
    height: 455px;
    margin-top: 16px;
}

.image-on-screen {
    z-index: 1;
    width: 236.2px;
    height: 510.9px;
}

.image-on-screen-w198 {
    z-index: 1;
    width: 198px;
    height: 428px;
    margin-top: 28px;
}


/* Text style */
@media (max-width: 349px){
    .TaxiGerr-white {
    width: 300px;
    height: 76px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 28px;
  }

  .main-text-white {
    width: 300px;
    height: 110px;
    opacity: 0.9;
    font-size: 18px;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 28px;
  }

}

@media (max-width: 991px) and (min-width: 350px){
    .TaxiGerr-white {
    width: 343px;
    height: 76px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 28px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .block-header-white {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.32px;
    color: #fcfcfc;
    margin: 60px auto 48px auto;
}

  .main-text-white {
    width: 343px;
    height: 72px;
    opacity: 0.9;
    font-size: 18px;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 28px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .about-header {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.32px;
    color: #222222;
    margin: 60px auto 30px auto;
    text-align: center;
}

}

.text-center {
    text-align: center;
}


  .contact-header {
    opacity: 0.6;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 8px;
  }

  .menu-text {
    opacity: 0.6;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.18px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 12px;
  }

@media (max-width: 991px){
    .block-header-black {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 60px auto 24px auto;
    }

    .text-white-about {
        width: 235px;
        opacity: 0.9;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #fcfcfc !important;
        margin-top: 28px;
    }

    .main-text-footer {
        width: 330px;
      opacity: 0.9;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.16px;
      color: #222222;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .TaxiGerr-footer {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #222222;
        text-align: center;
        margin-left: auto;
    margin-right: auto;
      }

    .about-caption {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #222222;
        text-align: left;
        margin: 20px 0px 16px 16px;
    }

    .about-text {
        opacity: 0.85;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #222222;
        text-align: left;
        margin: 20px 16px 0px 16px;
    }

    .contact-text {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 60px 0px 32px 0px;
    }

    .address-text {
        width: 290px;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #222222;
        text-align: left;
        margin-left: 12px;
    }

    .tariffs-black {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 80px 0px 40px 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .machine-active {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 285px;
        height: 110px;
    }

    .tariff-name {
        text-align: center;
        margin-bottom: 0px;
        opacity: 0.8;
        font-size: 34px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.26;
        letter-spacing: 0.68px;
        color: #000000;
    }

    .tariff-cost {
        text-align: center;
        margin-bottom: 0px;
        font-size: 56px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 1.12px;
        color: #000000;
    }

    .tariff-comment {
        text-align: center;
        margin-bottom: 0px;
        opacity: 0.4;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #000000;
        max-width: 270px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .transfer {
        text-align: left;
        margin: 16px 0px 12px 0px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #000000;
    }

    .place-main {
        text-align: left;
        margin-bottom: 0px;
        margin-left: 0px;
        max-width: 167px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .cost {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    hr {
        display: block;
        margin-top: auto;
        margin-bottom: 3px;
        min-width: 45px;
        border-bottom: 0.5px solid rgba(0,0,0,0.1);
    }

    .transfer-mini {
        text-align: left;
        margin: 14px 0px 4px 0px;
        opacity: 0.56;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .place-main-mini {
        text-align: left;
        margin: 0px 0px 0px 0px;
        max-width: 138px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }

    .cost-mini {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }
}

.block-text {
    padding-top: 12px;
    margin-left: 72px;
    height: 62px;
}

@media (max-width: 1365px) and (min-width: 768px){
    .block-header-black {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .tariffs-black {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 80px 0px 40px 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .machine-active {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 285px;
        height: 110px;
    }

    .tariff-name {
        text-align: center;
        margin-bottom: 0px;
        opacity: 0.8;
        font-size: 34px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.26;
        letter-spacing: 0.68px;
        color: #000000;
    }

    .tariff-cost {
        text-align: center;
        margin-bottom: 0px;
        font-size: 56px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 1.12px;
        color: #000000;
    }

    .tariff-comment {
        text-align: center;
        margin-bottom: 0px;
        opacity: 0.4;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #000000;
        max-width: 270px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .transfer {
        text-align: left;
        margin: 16px 0px 12px 0px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #000000;
    }

    .place-main {
        text-align: left;
        margin-bottom: 0px;
        max-width: 167px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .cost {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    hr {
        display: block;
        margin-top: auto;
        margin-bottom: 3px;
        min-width: 45px;
        border-bottom: 0.5px solid rgba(0,0,0,0.1);
    }

    .transfer-mini {
        text-align: left;
        margin: 14px 0px 4px 0px;
        opacity: 0.56;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .place-main-mini {
        text-align: left;
        margin: 0px 0px 0px 0px;
        max-width: 138px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }

    .cost-mini {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }
 }

@media (min-width: 1366px){
    .block-header-black {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin-bottom: 40px;
    }

    .tariffs-black {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 120px 0px 40px 0px;
    }

    .tariff-name {
        text-align: left;
        margin-bottom: 0px;
        opacity: 0.8;
        font-size: 34px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.26;
        letter-spacing: 0.68px;
        color: #000000;
    }

    .tariff-cost {
        text-align: left;
        margin-bottom: 0px;
        font-size: 72px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 1.44px;
        color: #000000;
    }

    .tariff-comment {
        text-align: left;
        margin-bottom: 0px;
        opacity: 0.6;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.24px;
        color: #000000;
    }

    .transfer {
        text-align: left;
        margin: 24px 0px 0px 40px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #000000;
    }

    .transfer-mini {
        text-align: left;
        margin: 24px 0px 0px 40px;
        opacity: 0.56;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .place-main {
        text-align: left;
        margin: 12px 0px 0px 40px;
        opacity: 0.7;
        max-width: 167px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
    }

    .place-main-mini {
        text-align: left;
        margin: 12px 0px 0px 40px;
        max-width: 167px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }

   hr {
        display: block;
        margin-top: auto;
        margin-bottom: 3px;
        min-width: 80px;
        border-bottom: 0.5px solid rgba(0,0,0,0.1);
    }

    .cost {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #000000;
        margin-left: auto;
        margin-right: 0;
    }

    .cost-mini {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
        opacity: 0.56;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.12px;
        color: #000000;
    }
}

@media (min-width: 992px){
    .block-header-white {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #fcfcfc;
        margin-bottom: 32px;
        margin-top: 80px;
    }

    .TaxiGerr-footer {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #222222;
      }

    .text-white-about {
        width: 235px;
        opacity: 0.9;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        color: #fcfcfc !important;
        margin-top: 40px;
    }

    .about-caption {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #222222;
        margin: 32px 0px 8px 40px;
    }

    .about-text {
        opacity: 0.85;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.18px;
        color: #222222;
        margin: 20px 100px 0px 40px;
    }

    .contact-text {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #222222;
        margin: 120px 0px 60px 0px;
    }

    .address-text {
        width: 304px;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #222222;
        margin-left: 8px;
    }

    .TaxiGerr-white {
        width: 480px;
        height: 80px;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fcfcfc;

      }

      .main-text-white {
        width: 480px;
        height: 108px;
        opacity: 0.9;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #fcfcfc;
      }

      .main-text-footer {
          width: 330px;
        opacity: 0.9;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #222222;
      }

      .about-header {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #222222;
        margin: 90px auto 0px 40px;
    }
}

@media (max-width: 360px){
    .about-text {
        opacity: 0.85;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #222222;
        text-align: left;
        margin: 20px 16px 0px 16px;
    }

}

@media (max-width: 330px){
    .address-text {
        width: 250px;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.24px;
        color: #222222;
        text-align: left;
        margin-left: 16px;
    }
}

.text-white {
    width: 216px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.16px;
    color: #fcfcfc !important;
    text-align: center;
}

.line {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}



/* Button style */

@media (max-width: 580px){
  .image-content > .button-up-icon {
        display: block;
        margin: 0px auto 16px auto;
  }

  .button-up-icon, .text-white-about {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}

@media (min-width: 991px){ 
    .image-content > .button-up-icon {
        margin: 0px 4px;
  }
}

@media (min-width: 581px) and (max-width: 991px){ 
.image-content > button {
    display: block;
    margin: 12px auto;
}

.button-up-icon, .text-white-about {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}

.button-up {
    width: 184px;
    height: 52px;
    border-radius: 1px;
    /*border: solid 1.5px #FFE935;*/
    /*background-color: #FFE935;*/
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.36px;
    color: #222222;
}

.button-up:hover {
    font-size: 20.1px;
    letter-spacing: 0.4px;
}

.button-up:active {
    font-size: 20.1px;
    letter-spacing: 0.4px;
    opacity: 0.8;
}

.button-up:disabled {
    cursor: unset !important;
    opacity: 0.3;
}

.button-up-bold {
    width: 184px;
    height: 52px;
    border-radius: 1px;
    /*border: solid 1.5px #FFE935;*/
    /*background-color: #FFE935; */
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.36px;
    color: #222222;
}

.button-up-bold:hover {
    font-size: 20.1px;
    letter-spacing: 0.4px;
}

.button-up-bold:active {
    font-size: 20.1px;
    letter-spacing: 0.4px;
    opacity: 0.8;
}

.button-up-bold:disabled {
    cursor: unset !important;
    opacity: 0.3;
}

.button-up-icon {
    width: 232px;
    height: 52px;
    border-radius: 1px;
    /*border: solid 1.5px #FFE935;*/
    /*background-color: #FFE935; */
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.36px;
    color: #222222;
}

.button-up-icon-margin {
    margin-top: 16px;

}

.button-up-icon:hover {
    width: 258px;
    height: 57px;
    border-radius: 1.1px;
    font-size: 20.1px;
    letter-spacing: 0.4px;
}

.button-up-icon:active {
    font-size: 18px;
    border-radius: 1px;
    letter-spacing: 0.36px;
    opacity: 0.8;
}

.button-up-icon:disabled {
    cursor: unset !important;
    border-radius: 1px;
    font-size: 18px;
    opacity: 0.2;
}

@media (max-width: 500px){
    .button-up-icon-black {
        width: 232px;
        height: 52px;
        background-color: #222222; 
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.36px;
        color: #fcfcfc;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.button-up-icon-black {
    width: 232px;
    height: 52px;
    background-color: #222222; 
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.36px;
    color: #fcfcfc;
}

.button-up-icon-black:hover {
    width: 259.9px;
    height: 58px;
    border-radius: 1.1px;
    font-size: 20.1px;
    letter-spacing: 0.4px;
}

.button-up-icon-black:active {
    font-size: 18px;
    border-radius: 1px;
    letter-spacing: 0.36px;
    opacity: 0.8;
}

.button-up-icon-black:disabled {
    cursor: unset !important;
    opacity: 0.2;
    border-radius: 1px;
    font-size: 18px;
}
/* Icon style */

.android-black {
    background: url("/img/website/ic_android_black.svg") no-repeat;
    float: right;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.android-white {
    background: url("/img/website/ic_android_white.svg") no-repeat;
    float: right;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.iphone-black {
    background: url("/img/website/ic_apple_black.svg") no-repeat;
    float: right;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.iphone-white {
    background: url("/img/website/ic_apple_white.svg") no-repeat;
    float: right;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.telephone { 
    position: absolute;
}

.whatsapp { 
    margin-top: 36px;
    position: absolute;
}

.flow { 
    margin-top: 12px;
    margin-left: 42.5px;
    position: absolute;
}

.map-mini {
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.map {
    width: 78px;
    height: 78px;
}

.mail {
    margin-right: 16px;
}

/* Link style */

.link { 
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #222222;
    text-decoration: underline;
}

.link:hover { 
    text-decoration: none;
    color: #222222;
    cursor: pointer;
}

.link:active { 
    color: #FFE935B;
    text-decoration: none;
}

.link:visited { 
    color: #222222;
}



/*svg lines style */

@media (max-width: 991px){
    .group-taxi {
        margin-left: 140px;
        position: absolute;
        width: 207px;
        height: 232px;
    }

    .group-icon {
        margin-top: 22px;
        margin-left: 172px;
        position: absolute;
        width: 134px;
        height: 129px;
    }
  }

@media (min-width: 992px){
    .group-taxi {
        margin-left: 396px;
        position: absolute;
        width: 207px;
        height: 240px;
    }

    .group-icon {
        margin-top: 46px;
        margin-left: 444px;
        position: absolute;
        width: 134px;
        height: 129px;
    }
}

@media (max-width: 360px){

    .group-taxi {
        margin-left: 110px;
        position: absolute;
        width: 170px;
        height: 210px;
    }

    .group-icon {
        margin-top: 22px;
        margin-left: 122px;
        position: absolute;
        width: 134px;
        height: 129px;
    }
}





