/* fonts */
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: oblique 0deg 12deg;
  font-display: swap;
}
.h1 {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.h1-big {
  text-transform: uppercase;
  font-size: 50px;
}
.h1-normal {
  display: inline-block;
  margin-top: 20px;
}
.h1 .blue {
  color: #0c94ff;
}
.h1-presto {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  padding-left: 10px;
}
.h2 {
  font-size: 40px;
  font-weight: 700;
  color: #00468b;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.h2-small {
  text-transform: none;
  font-weight: 600;
  font-size: 32px;
}
.h4,
h4 {
  font-size: 26px;
  font-weight: 600;
}
.podheader {
  font-size: 24px;
  text-align: left;
}
/* common */
body {
  font-family: 'Rubik', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  scroll-behavior: smooth;
}
section {
  padding: 90px 0;
  position: relative;
}
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
video:focus,
.slick-slide:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
}
::-ms-input-placeholder {
  color: #323642;
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  text-align: left;
  font-size: 12px;
  color: #454545;
}
input[type=checkbox] + span a {
  font-size: 12px;
  color: #62b5e5;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  position: static;
  margin-right: 8px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
input[type=checkbox]:checked + span::before {
  background: #c8c8c8 url('../img/presto/checkbox.svg') center center no-repeat;
  background-size: 8px 8px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 360px;
  height: 56px;
  font-size: 16px;
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 12px;
  padding: 12px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active {
  outline: none;
}
input[type="submit"],
.button {
  width: 100%;
  max-width: 360px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="submit"]:hover,
.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
          box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
}
input[type="submit"]:hover:before,
.button:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.button-outline {
  background-color: transparent;
  border: 2px solid #00468b;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 100%;
  max-width: 360px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-outline:hover {
  background-color: #00468b;
  color: #fff;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.blue {
  color: #00468b;
}
strong,
.bold {
  font-weight: bold;
}
.small {
  font-size: 14px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* header */
/*.header {
    padding: 5px 0;
    background-color: #fff;
    .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    &-address {
      position: relative;
      font-size: 14px;
      color: #414141;
      display: flex;
      align-items: center;
      &:before {
        content: '';
        width: 13px;
        height: 19px;
        position: absolute;
        top: 0px;
        left: -20px;
        background: url(../img/presto/placeholder.svg) center no-repeat;
        background-size: 13px 19px;
      }
    }
    &-contact {
      text-align: right;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    &-phone {
      color: #000;
      font-weight: 500;
      position: relative;
      &:before {
        content: '';
        width: 19px;
        height: 18px;
        background: url(../img/presto/call.svg) center no-repeat;
        background-size: 19px 18px;
        position: absolute;
        left: -30px;
        top: 3px;
      }
    }
    &-recall {
      display: inline-block;
      width: 120px;
      margin-top: 5px;
      font-size: 14px;
      color: #aaa !important;
      position: relative;
      &:hover {
        text-decoration: underline;
      }
      &:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 6px;
        background-color: #FE6A16;
        box-shadow: 0px 0px 6px #FE6A16;
        position: absolute;
        left: -8px;
        top: 7px;
      }
    }
    &-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 360px;
    &-partner {
      max-width: 100px;
    }
    &-img {
      max-width: 250px;
      margin-right: 8px;
    }
  }
  .real-img {
    max-width: 150px;
    margin-right: 40px;
  }*/
/* navbar */
/*.navbar {
    padding: 0 1rem;
    background-color: #F5F7FA;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  
    .navbar-nav {
      margin: 0;
      width: 100%;
      justify-content: space-between;
      .nav-link {
        font-size: 16px;
        color: #000;
        padding-top: 12px;
        padding-bottom: 10px;
        transition: all 0.3s;
        border-bottom: 2px solid transparent;
        &:hover {
          color: @blue;
          border-bottom: 2px solid @blue;
        }
      }
    }
  } */
/* main */
.presto-main {
  padding: 60px 0;
  background-color: #f1f1f4;
  min-height: 850px;
  position: relative;
}
.presto-main .container {
  position: relative;
  z-index: 1;
}
.presto-main-img {
  position: absolute;
  right: 20px;
  bottom: 180px;
  max-width: 520px;
}
.presto-main-list {
  margin-bottom: 30px;
}
.presto-main-list p {
  padding-left: 28px;
  margin-bottom: 6px;
  font-size: 20px;
  position: relative;
}
.presto-main-list p:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/presto/icon-ok.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  border: 1px solid green;
  border-radius: 18px;
  top: 5px;
  left: 0;
}
.presto-main-bullet {
  margin-top: 20px;
  margin-bottom: 20px;
}
.presto-main-bullet p {
  padding-left: 24px;
  margin-bottom: 6px;
  font-size: 20px;
  position: relative;
}
.presto-main-bullet p:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/presto/next.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.presto-main-podhod {
  font-style: italic;
}
.presto-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.presto-main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 30%;
  height: 80px;
  border: 1px solid #00468b;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  color: #00468b;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.presto-main-menu a:hover {
  color: #00468b;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 70, 139, 0.4);
          box-shadow: 0 0 20px rgba(0, 70, 139, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* presto-preim */
.presto-preim-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
  font-size: 20px;
}
.presto-preim-item .img-fluid {
  margin-right: 12px;
}
/* presto-vozm */
.presto-vozm {
  background-color: #f1f6ff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.presto-vozm .presto-preim-item {
  font-size: 22px;
}
/* form */
.presto-podheader {
  font-size: 22px;
  margin-bottom: 32px;
  text-align: center;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-list-item {
  margin-left: 0;
}
.presto-form {
  background: url(../img/presto/bg-form2.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
  /*form {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      p {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
      }
    }*/
}
.presto-form .h2 {
  margin-bottom: 16px;
}
.presto-form label {
  display: block;
  width: 100%;
  text-align: center;
}
.presto-form .wpcf7-acceptance {
  display: block;
  width: 100%;
  text-align: center;
}
.presto-form .lastday {
  text-decoration: underline;
}
.form-body {
  max-width: 100%;
  border: 1px solid #00468b;
  border-radius: 24px;
  background-color: #E9EEF5EE;
  padding: 40px 32px;
  margin: 0px auto;
  position: relative;
}
.form-buttons p {
  width: 100%;
  max-width: 740px;
  margin: 24px auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-bottom {
  text-align: center;
  color: #232323;
  position: relative;
  margin: 0 auto;
  max-width: 420px;
}
.form-bottom:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../img/presto/form-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: -60px;
}
.form-action {
  margin-top: 24px;
}
.form-action h4 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  color: #f00;
  margin-bottom: 15px;
}
.form-action-day {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.form-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-action-list p {
  width: 33%;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
.form-action-list p:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/presto/gift.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.form-action-list p:last-child {
  width: 33%;
}
/* pos */
.route .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.route-item {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.route-item h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.route-img {
  display: block;
  margin: 0 auto;
  border-radius: 24px;
}
.route-video {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 340px;
}
.route-video .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 60px;
}
.route-video-preview {
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* checklist */
.checklist {
  background-color: #f1f6ff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.checklist .podheader {
  font-size: 22px;
}
.checklist .button {
  margin: 30px 0;
}
.checklist .button:hover {
  text-decoration: none;
  color: #fff;
}
.checklist .img-fluid {
  max-width: 320px;
}
/* tariff */
.tariff-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tariff-item {
  width: 24%;
  border: 1px solid #9ab8d5;
  border-radius: 24px;
  padding: 20px;
  margin-top: 40px;
}
.tariff-item h4 {
  font-size: 28px;
}
.tariff-item p {
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.tariff-item p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/presto/icon-ok.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.tariff-item p.noactive {
  opacity: 0.5;
}
.tariff-item p.noactive:before {
  display: none;
}
.tariff-item .button {
  margin-top: 30px;
}
.tariff-item .button:hover {
  text-decoration: none;
  color: #fff;
}
.tariff-head {
  font-size: 16px;
  height: 50px;
  margin-bottom: 12px;
  color: #484848;
}
/* faq */
.faq {
  background-color: #f1f6ff;
  border-radius: 60px;
}
.faq .h2 {
  margin-bottom: 60px;
}
.faq .card {
  margin-top: 30px;
  border: none;
  border-radius: 0px;
}
.faq .card-header {
  border: none;
  background-color: #fff;
  border-radius: 0px;
  padding-left: 100px;
  position: relative;
  cursor: pointer;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
}
.faq .card-header:before {
  content: '-';
  width: 70px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00468b;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq .card-header.collapsed:before {
  content: '+';
}
.faq .card-body {
  padding: 30px;
  font-weight: 300;
  color: #464646;
}
/* video */
.video {
  background: url(../img/presto/bg-vygody.png) center no-repeat;
  background-size: contain;
}
.video-slide {
  padding: 15px;
}
.video-block {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-block:before,
.video-block:after {
  display: none;
}
.video-block:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.video-text {
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
}
.video .play-btn {
  position: absolute;
  bottom: 60px;
  right: 15px;
  z-index: 2;
  width: 60px;
  height: 60px;
}
.slick-prev {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}
.slick-prev:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/presto/next.svg) center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-next {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}
.slick-next:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/presto/next.svg) center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-dots li {
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-color: #00468b;
}
.slick-dots li.slick-active button {
  background-color: #00468b;
}
.presto-otzyv {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
}
.presto-otzyv a {
  display: block;
  margin: 40px 40px 0;
  border: 1px solid #9ab8d5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.presto-otzyv a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
/* footer */
.footer {
  padding: 30px 0;
  background-color: #00468b;
}
.footer p,
.footer a {
  color: #fff;
}
.footer-right {
  text-align: right;
}
/* up button */
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d2d2d2;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  cursor: pointer;
}
#up:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/presto/up.svg) center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#up.show {
  opacity: 0.5;
}
#up.show:hover {
  opacity: 1;
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 980px;
  max-width: 95%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification input[type=checkbox] {
  display: inline;
  width: auto;
}
#cookie_notification p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .cookie_accept {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 576px) {
  #cookie_notification.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}
/* modal */
.modal-content {
  border: none;
  border-radius: 24px;
  position: relative;
}
.modal-body {
  padding: 30px;
  position: relative;
}
.modal .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal .button {
  margin: 12px auto;
}
/* media */
/*@media (min-width: 1360px) {
    .container {
      max-width: 1300px;
    }
  }*/
@media (max-width: 1359px) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 24px;
  }
  .h1-big {
    font-size: 40px;
  }
  .h1 .blue {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .presto-podheader {
    font-size: 18px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    max-width: 330px;
  }
  .form-action-list p {
    font-size: 16px;
  }
  .h2-small {
    font-size: 24px;
  }
  .podheader {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .presto-main-img {
    right: 0;
    max-width: 350px;
  }
  .presto-main-menu a {
    width: 32%;
  }
  .presto-main-list p {
    font-size: 18px;
    padding-left: 24px;
  }
  .presto-main-list p:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .presto-main-bullet p {
    font-size: 18px;
  }
  .presto-main-bullet p:before {
    top: 3px;
  }
  .presto-preim-item {
    font-size: 18px;
  }
  .presto-vozm .presto-preim-item {
    font-size: 18px;
  }
  .h2 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  .podheader {
    font-size: 18px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    max-width: 280px;
  }
  .form-body {
    padding: 30px 16px;
  }
  .form-action-list p {
    font-size: 14px;
  }
  .tariff-item {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  section {
    padding: 60px 0;
  }
  .h1 {
    font-size: 25px;
  }
  .h1-big {
    font-size: 28px;
  }
  .h1-presto {
    padding: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .presto-main-img {
    display: none;
  }
  .presto-main-menu a {
    width: 48%;
  }
  .presto-podheader {
    font-size: 19px;
  }
  .presto-form form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    margin-bottom: 12px;
    max-width: 360px;
  }
  .form-buttons p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .form-buttons p input[type="submit"],
  .form-buttons p .button {
    margin-bottom: 12px;
  }
  .form-bottom:before {
    display: none;
  }
  .form-action h4 {
    font-size: 22px;
  }
  .form-action-day {
    font-size: 18px;
  }
  .form-action-list {
    max-width: 320px;
    margin: 0 auto;
  }
  .form-action-list p {
    width: 100%;
  }
  .form-action-list p:last-child {
    width: 100%;
  }
  .h2 {
    font-size: 24px;
  }
  .h2-small {
    font-size: 18px;
  }
  .podheader {
    font-size: 16px;
  }
  .route-item {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .route-item h4 {
    font-size: 18px;
  }
  .tariff-item p {
    font-size: 14px;
  }
  .tariff-item h4 {
    font-size: 24px;
  }
  .checklist .img-fluid {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand img {
    max-width: 90px;
  }
  input[type=checkbox] + span {
    font-size: 11px;
  }
  input[type=checkbox] + span a {
    font-size: 11px;
  }
  .h1 {
    font-size: 18px;
  }
  .h1-big {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .h1-normal {
    margin-top: 0;
  }
  .h2 {
    font-size: 22px;
  }
  .presto-podheader {
    font-size: 18px;
  }
  .presto-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 100%);
  }
  .presto-main {
    padding: 40px 0;
  }
  .presto-main-list p {
    font-size: 17px;
  }
  .presto-main-bullet p {
    font-size: 15px;
  }
  .h4,
  h4 {
    font-size: 18px;
  }
  .presto-main-menu a {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 40px;
    margin-top: 15px;
  }
  .presto-preim-item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    text-align: center;
  }
  .presto-preim-item .img-fluid {
    margin-bottom: 10px;
  }
  .presto-vozm {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .presto-vozm .presto-preim-item {
    font-size: 18px;
  }
  .presto-vozm .presto-preim-item .img-fluid {
    max-width: 100px;
  }
  .presto-form {
    padding: 40px 0;
  }
  input[type="submit"],
  .button {
    font-size: 15px;
  }
  .route .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .route-item {
    margin: 15px auto;
    font-size: 16px;
  }
  .route-item p {
    margin-bottom: 8px;
  }
  .route-video {
    height: 200px;
  }
  .route .podheader {
    margin-bottom: 30px;
  }
  .checklist {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .checklist .podheader {
    font-size: 16px;
  }
  .checklist .img-fluid {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
  .tariff-item {
    margin-top: 20px;
  }
  .faq {
    border-radius: 32px;
  }
  .faq .card-header {
    font-size: 14px;
  }
  .video {
    background: none;
  }
  .presto-otzyv a {
    margin: 10px;
  }
  .footer {
    text-align: center;
  }
  .footer-right {
    margin-top: 10px;
    text-align: center;
  }
}
