/* fonts */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
/* animation */
@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}
@keyframes shine {
  100% {
    left: 150%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.25);
            transform: translate(-50%, -50%) scale(0.25);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.25);
            transform: translate(-50%, -50%) scale(0.25);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* common */
body {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
section {
  padding: 100px 0;
}
p {
  margin-bottom: 0;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
button:focus,
input:focus,
.slick-slide:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
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: 60px;
  font-size: 18px;
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 12px;
  margin: 10px auto 25px;
  padding: 13px;
}
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,
a.button {
  width: 100%;
  max-width: 360px;
  height: 70px;
  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: #f87045;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="submit"]:hover,
.button:hover,
a.button:hover {
  background: #f64a14;
}
input[type="submit"]:hover:before,
.button:hover:before,
a.button:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  color: #9eb9d7;
  display: block;
  position: relative;
  padding-left: 28px;
  margin-top: 12px;
}
input[type=checkbox] + span a {
  font-size: 14px;
  line-height: 1.3;
  color: #62b5e5;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #00468b;
  border-radius: 6px;
  position: absolute;
  top: 8px;
  left: 0;
}
input[type=checkbox]:checked + span::before {
  background: #00468b url('../img/checkbox.png') center center no-repeat;
  background-size: 8px 8px;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.blue {
  color: #00468b;
}
.red {
  color: #f00;
}
/* typografy */
.h1 {
  max-width: 800px;
  font-size: 48px;
  margin-bottom: 20px;
  color: #333;
}
.h2 {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 20px;
}
.green {
  color: #00468b;
}
.podheader {
  font-size: 22px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 40px;
}
.blockquote {
  margin-top: 24px;
  border-left: 8px solid #00468b;
  padding: 16px 16px 16px 24px;
  background-color: #dbedff;
}
/* slick */
.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/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/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 {
  bottom: -40px;
}
.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;
}
/* navbar */
.navbar {
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.navbar .container {
  padding: 10px 15px;
}
.navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar-expand-xl .navbar-nav .nav-link {
  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;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  color: #4B5563;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar-contact {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.navbar-phone {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.navbar-phone:before {
  content: '';
  width: 19px;
  height: 18px;
  background: url(../img/call.svg) center no-repeat;
  background-size: 19px 18px;
  position: absolute;
  left: -30px;
  top: 3px;
}
.navbar-recall {
  display: inline-block;
  width: 170px;
  margin-top: 5px;
  font-size: 14px;
  color: #aaa !important;
  position: relative;
}
.navbar-recall:hover {
  text-decoration: underline;
}
.navbar-recall:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 6px;
  background-color: #FE6A16;
  -webkit-box-shadow: 0px 0px 6px #FE6A16;
          box-shadow: 0px 0px 6px #FE6A16;
  position: absolute;
  left: -8px;
  top: 7px;
}
.navbar.bg-white {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.navbar.bg-white .container-fluid {
  border: none;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo img {
  max-width: 200px;
  margin-right: 8px;
}
.logo-text {
  /*display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;*/
}
.logo-text .bold {
  font-size: 20px;
  line-height: 1;
}
.logo-text .small {
  font-size: 11px;
}
.logo-text p {
  color: #6C6C6C;
  font-size: 14px;
}
/* etrn */
.etrn {
  padding: 50px 0;
  background: #ffffff url(../img/bg-main.svg) center no-repeat;
  background-size: contain;
  position: relative;
}
.etrn:after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 600px;
  -webkit-box-shadow: rgba(0, 70, 139, 0.15) 0px 0px 300px 300px;
          box-shadow: rgba(0, 70, 139, 0.15) 0px 0px 300px 300px;
}
.etrn-top {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  border-radius: 20px;
  padding: 6px 12px;
  background: #dbedff;
  margin-bottom: 12px;
}
.etrn-h1 {
  font-size: 24px;
  color: #818080;
}
.etrn-text {
  margin-top: 20px;
  display: inline-block;
  padding: 8px;
  background-color: #dbedff;
}
.etrn-vidget {
  margin-top: 16px;
}
.etrn-vidget_item {
  padding-left: 32px;
  margin-bottom: 6px;
  position: relative;
  font-size: 20px;
}
.etrn-vidget_item:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/icon-ok.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.etrn-form {
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.etrn-form h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}
.etrn-form p {
  font-size: 16px;
  color: #818080;
  line-height: 1.3;
}
.etrn-form input[type="text"],
.etrn-form input[type="tel"],
.etrn-form input[type="email"] {
  max-width: 100%;
  margin: 0;
  margin-top: 16px;
}
.etrn-form .button {
  max-width: 100%;
}
.etrn-form .center {
  text-align: center;
}
.etrn .gifts {
  margin-top: 12px;
}
.etrn .gift {
  position: relative;
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 6px;
}
.etrn .gift:before {
  content: '+';
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  color: #00468b;
  position: absolute;
  top: 0;
  left: 0;
}
.etrn-bottom:after {
  display: none;
}
/* preim */
.preim {
  background-color: #f8f8f8;
}
.preim-block {
  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;
}
.preim-item {
  width: 32%;
  min-height: 260px;
  background: #e5e7eb;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.preim-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.preim-num {
  font-size: 60px;
  color: #00468b;
}
.preim-head {
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.3;
}
.preim-text {
  font-size: 16px;
  color: #808080;
  line-height: 1.3;
}
/* route */
.route {
  background-color: #fff;
  background-size: contain;
}
.route .slick-list {
  overflow: visible;
}
.route .slick-prev {
  top: -90px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.route .slick-next {
  top: -90px;
  right: auto;
  left: 90px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.route .slick-slide {
  padding: 15px 10px;
}
.route-slider {
  margin-top: 120px;
}
.route-item {
  min-height: 270px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  background-color: #f8f8f8;
  position: relative;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.route-item:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/plus.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 24px;
  left: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.route-item__header {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #1c293b;
  line-height: 1.1;
}
.route-item__header .green {
  display: block;
}
.route-item__text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #6b7280;
  opacity: 0;
  font-size: 17px;
  line-height: 1.3;
}
.route-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.route-item:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.route-item:hover .route-item__text {
  opacity: 1;
}
.route-item__final {
  background-color: #00468b;
}
.route-item__final:before {
  display: none;
}
.route-item__final .route-item__header {
  color: #fff;
}
.route-item__final .route-item__header .green {
  color: #fff;
}
.route-item__final .route-item__text {
  color: #fff;
  opacity: 1;
}
.route-item__final:hover {
  background-color: #00468b;
}
.route-item__final:hover:before {
  display: none;
}
.route-item__final:hover .route-item__header {
  color: #fff;
}
.route-item__final:hover .route-item__text {
  color: #fff;
  opacity: 1;
}
/* allin */
.allin {
  background-color: #f8f8f8;
}
.allin-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.allin-item {
  width: 31%;
  min-height: 220px;
  margin-top: 30px;
  background-color: #fff;
  padding: 28px 18px;
  padding-top: 18px;
  border-radius: 24px;
  cursor: default;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.allin-item:nth-child(1),
.allin-item:nth-child(2) {
  width: 48%;
  min-height: 200px;
}
.allin-item h4 {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allin-item h4 svg {
  margin-right: 12px;
  width: 48px;
  height: 48px;
}
.allin-item h4 span {
  display: inline-block;
  width: calc(100% - 60px);
}
.allin-item p {
  color: #6b7280;
  line-height: 1.4;
  font-size: 17px;
}
.allin-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
/* form */
.form {
  padding: 60px 0;
  background: url(../img/bg-form.jpg) center bottom no-repeat;
  background-size: cover;
}
.form .h2 {
  text-align: center;
}
.form .podheader {
  text-align: center;
}
.form-body {
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 32px;
  margin: 0px auto;
  position: relative;
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  height: 70px;
  margin: 0;
}
.form .button {
  margin: 0;
}
.form input[type=checkbox] + span {
  font-size: 15px;
  line-height: 1.5;
}
.form input[type=checkbox] + span a {
  font-size: 15px;
  line-height: 1.5;
}
.form input[type=checkbox] + span:before {
  top: 0;
}
/* perehod */
.perehod-item {
  padding: 24px;
  border-radius: 24px;
  margin-top: 18px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
}
.perehod-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.perehod-item p {
  margin-top: 12px;
  line-height: 1.3;
  color: #6b7280;
}
.perehod .blockquote {
  display: block;
  width: 100%;
}
.perehod h4 {
  font-size: 24px;
}
.perehod h3 {
  font-weight: 400;
}
/* video */
.video-slider {
  margin: 60px auto;
}
.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;
}
.video-block:before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: -20px;
  right: -100px;
  z-index: 0;
  -webkit-animation: pulse 6s infinite linear;
          animation: pulse 6s infinite linear;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.video-block:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: -20px;
  right: -100px;
  z-index: 0;
  -webkit-animation: pulse 6s infinite linear;
          animation: pulse 6s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.video-text {
  padding: 15px;
  font-size: 15px;
}
.video-text .medium {
  font-size: 20px;
}
.play-btn {
  position: absolute;
  bottom: 110px;
  right: 30px;
  z-index: 2;
  width: 60px;
  height: 60px;
}
/* forall */
.forall {
  background-color: #f8f8f8;
}
.forall-block {
  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;
}
.forall-item {
  background-color: #fff;
  width: 48%;
  min-height: 390px;
  margin-top: 40px;
  padding: 32px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.forall-item h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #00468b;
}
.forall-item p {
  color: #6b7280;
  margin-top: 16px;
}
.forall-item p b {
  color: #333;
  font-weight: 500;
}
.forall-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  cursor: default;
}
/* docs */
.docs-block {
  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;
}
.docs-item {
  background-color: #f8f8f8;
  width: 32%;
  min-height: 300px;
  margin-top: 30px;
  padding: 32px;
  border-radius: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: default;
}
.docs-item h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.docs-item p {
  font-size: 17px;
  color: #384252;
  line-height: 1.3;
}
.docs-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
/* tariff */
.tariff-slider {
  margin-top: 120px;
}
.tariff .slick-list {
  overflow: visible;
}
.tariff .slick-prev {
  top: -90px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tariff .slick-next {
  top: -90px;
  right: auto;
  left: 90px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tariff .slick-slide {
  padding: 10px;
}
.tariff-item {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.tariff-item p {
  color: #6b7280;
  margin-top: 0px;
  margin-bottom: 24px;
}
.tariff-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.tariff-checked {
  border: 1px solid #00468b;
}
.tariff-num {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  color: #384252;
}
.button-orange {
  border: 1px solid #f87045;
  border-radius: 24px;
  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;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 48px;
  line-height: 1;
  font-size: 16px;
}
/* form-tarif */
.form-tarif input[type="text"],
.form-tarif input[type="tel"] {
  max-width: 280px;
}
.form-tarif input[type="submit"],
.form-tarif .button,
.form-tarif a.button {
  max-width: 280px;
}
/* absolute */
.absolute-block {
  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;
}
.absolute-item {
  width: 31%;
  margin-top: 30px;
}
.absolute-item p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.3;
}
.absolute-head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.absolute-head svg {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.absolute-head h4 {
  width: calc(100% - 56px);
  font-size: 18px;
  margin-bottom: 0;
}
/* formgift */
.formgift .gifts {
  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;
  margin-top: 20px;
}
.formgift .gift {
  width: 33%;
  padding-left: 40px;
  margin-top: 12px;
  position: relative;
}
.formgift .gift:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/gift.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.formgift .gift:last-child {
  width: 66.5%;
}
/* faq */
.faq #accordion {
  margin-top: 40px;
}
.faq .card {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .card-header {
  padding: 24px;
  background-color: #f8f8f8;
  font-weight: 600;
  font-size: 20px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  cursor: pointer;
  position: relative;
}
.faq .card-header:before {
  content: '+';
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  line-height: 1;
  color: #aaa;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00468b;
}
.faq .card-header.collapsed {
  border-bottom: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.faq .card-header.collapsed:before {
  content: '+';
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 40px;
  line-height: 1;
  color: #aaa;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .card-header:hover:before {
  color: #00468b;
}
.faq .card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/* footer */
.footer {
  padding: 30px 0;
  background-color: #00468b;
}
.footer p,
.footer a {
  color: #fff;
}
.footer-right {
  text-align: right;
}
/* modal */
.modal-content {
  border: none;
  border-radius: 24px;
}
.modal-body {
  padding: 30px;
  position: relative;
}
.modal .close {
  position: absolute;
  right: 25px;
  top: 10px;
  font-weight: 400;
  font-size: 40px;
}
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"] {
  max-width: 360px;
  margin: 15px auto;
}
.modal .button {
  max-width: 360px;
  margin: 15px auto;
}
/* up */
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1000;
  cursor: pointer;
}
#up.show {
  opacity: 0.5;
}
#up:hover {
  opacity: 1;
}
#up:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/up.svg) center no-repeat;
  background-size: 40px 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
#cookie_notification p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .btn {
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  #cookie_notification.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}
/* media */
@media (min-width: 1800px) {
  .form {
    max-width: 1920px;
    margin: 0 auto;
  }
  .route,
  .tariff {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .btn-close {
    display: none;
  }
}
@media (max-width: 1799px) {
  .navbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section {
    padding: 85px 0 70px;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .etrn-h1 {
    font-size: 22px;
    line-height: 1.4;
  }
  .route .container,
  .tariff .container {
    overflow: hidden;
  }
}
@media (max-width: 1359px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  .logo img {
    max-width: 140px;
  }
  .podheader {
    font-size: 20px;
  }
  .etrn .gift {
    font-size: 14px;
  }
  .etrn-form h3 {
    font-size: 22px;
  }
  .etrn-form p {
    font-size: 14px;
  }
  input[type=checkbox] + span {
    font-size: 12px;
  }
  input[type=checkbox] + span a {
    font-size: 12px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    max-width: 340px;
  }
  .preim-text {
    font-size: 15px;
  }
  .allin-item {
    min-height: 235px;
  }
  .allin-item:nth-child(1),
  .allin-item:nth-child(2) {
    min-height: 210px;
  }
  .forall-item {
    min-height: 340px;
  }
  .docs-item {
    width: 48%;
    min-height: 240px;
  }
  .form-tarif input[type="text"],
  .form-tarif input[type="tel"] {
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding: 0;
  }
  .navbar-recall {
    display: none;
  }
  .navbar-toggler {
    width: 94px;
    height: 40px;
    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;
    background-color: #ffffff;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
    border: 1px solid #e5e7eb;
    position: relative;
  }
  .navbar.navbar-expand-xl .navbar-nav {
    margin-top: 20px;
  }
  .navbar.navbar-expand-xl .navbar-nav .nav-link {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 44px;
    font-size: 18px;
  }
  .navbar.bg-white .navbar-toggler {
    border: 1px solid #e5e7eb;
  }
  .sidebar-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 12px;
  }
  .btn-close {
    width: 94px;
    height: 40px;
    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;
    background-color: #ffffff;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
    border: 1px solid #e5e7eb;
  }
  .fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 300px;
    min-height: 100vh;
    background: #ffffff;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: scroll;
    z-index: 4;
    padding: 12px 20px;
  }
  .navbar-collapse.show.fixed-right {
    right: 0;
  }
  .etrn {
    background-position: center top;
  }
  .etrn:after {
    right: 0;
  }
  .etrn-form {
    margin-top: 40px;
    max-width: 500px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    font-size: 16px;
    max-width: 280px;
  }
  input[type="submit"],
  .button,
  a.button {
    max-width: 280px;
  }
  .preim-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .preim-item {
    width: 48.5%;
    margin-top: 20px;
    min-height: auto;
  }
  .allin-item {
    width: 48%;
  }
  .form-body {
    padding: 24px;
  }
  .forall-item {
    padding: 24px;
  }
  .docs-item {
    padding: 24px;
  }
  .form-tarif input[type="submit"],
  .form-tarif .button {
    max-width: 230px;
  }
  .form-tarif input[type="text"],
  .form-tarif input[type="tel"] {
    max-width: 230px;
  }
  .form-tarif input[name="volume"] {
    max-width: 170px;
  }
  .podheader {
    font-size: 18px;
  }
  .absolute-item {
    width: 48%;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq .card-header {
    padding: 24px 16px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .logo-text {
    display: none;
  }
  section {
    padding: 60px 0 40px;
  }
  .preim-num {
    font-size: 40px;
  }
  .route-slider {
    margin-top: 70px;
  }
  .route-item {
    padding: 18px;
  }
  .route-item__header {
    font-size: 20px;
  }
  .route-item__text {
    font-size: 16px;
  }
  .route .slick-prev,
  .route .slick-next {
    top: -50px;
  }
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 40px;
    height: 40px;
  }
  .allin-item {
    margin-top: 20px;
    width: 100%;
    min-height: auto;
  }
  .allin-item:nth-child(1),
  .allin-item:nth-child(2) {
    width: 100%;
    min-height: auto;
  }
  .allin-item p {
    font-size: 16px;
  }
  .h2 {
    font-size: 28px;
  }
  .podheader {
    margin-bottom: 20px;
  }
  .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"] {
    margin-top: 12px;
  }
  .form .button {
    margin-top: 12px;
  }
  .form input[type=checkbox] + span {
    font-size: 12px;
  }
  .form input[type=checkbox] + span a {
    font-size: 12px;
  }
  .forall-item {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
  }
  .forall-item h3 {
    font-size: 26px;
  }
  .docs-item {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
  }
  .tariff-slider {
    margin-top: 80px;
  }
  .tariff .slick-prev,
  .tariff .slick-next {
    top: -60px;
  }
  .blockquote {
    font-size: 19px;
  }
  .form-tarif input[type="text"],
  .form-tarif input[type="tel"],
  .form-tarif input[type="email"] {
    max-width: 360px;
  }
  .form-tarif .button {
    max-width: 360px;
  }
  .formgift .gift {
    width: 49%;
  }
  .formgift .gift:last-child {
    width: 49%;
  }
  .faq .card-header {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    max-width: 360px;
  }
  .button {
    max-width: 360px;
  }
  .logo img {
    max-width: 100px;
  }
  .navbar-phone {
    font-size: 14px;
  }
  .navbar-phone:before {
    width: 14px;
    height: 14px;
    top: 0;
    left: -22px;
  }
  .navbar-toggler {
    width: 70px;
    font-size: 12px;
  }
  .fixed-right {
    width: 100%;
  }
  .etrn {
    padding: 40px 0;
  }
  .etrn-vidget_item {
    font-size: 16px;
  }
  .etrn-vidget_item:before {
    top: 0;
  }
  .etrn-form {
    padding: 24px 16px;
  }
  .etrn-form h3 {
    font-size: 18px;
  }
  .etrn .gift:before {
    font-size: 18px;
  }
  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 22px;
  }
  .etrn-h1 {
    font-size: 16px;
  }
  .podheader {
    font-size: 16px;
  }
  .preim-item {
    width: 100%;
  }
  .blockquote {
    font-size: 16px;
  }
  .perehod h4 {
    font-size: 18px;
  }
  .docs-item p {
    font-size: 15px;
  }
  .absolute-item {
    width: 100%;
  }
  .absolute-item p {
    font-size: 15px;
  }
  .formgift .gift {
    width: 100%;
    padding-left: 24px;
  }
  .formgift .gift:last-child {
    width: 100%;
  }
  .formgift .gift:before {
    width: 18px;
    height: 18px;
  }
  .faq .card-header {
    padding: 12px 48px 12px 12px;
    font-size: 16px;
  }
  .faq .card-header:before {
    top: 12px;
  }
  .faq .card-header.collapsed:before {
    top: 12px;
  }
  .footer {
    text-align: center;
    font-size: 15px;
  }
  .footer-right {
    text-align: center;
  }
  .footer a {
    display: block;
    margin-top: 8px;
  }
  .form-body {
    padding: 16px;
  }
}
@media (max-width: 389px) {
  body {
    font-size: 15px;
  }
  .navbar-contact {
    display: none;
  }
  .h1 {
    font-size: 20px;
  }
}
