/*fonts*/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.active {
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  background: #FFFFFF;
  color: #FFFFFF;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #CE2C2C;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: 'Montserrat', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}

textarea::-moz-placeholder {
  color: #C4C4C4;
}

textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

textarea:-moz-placeholder {
  color: #C4C4C4;
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'Montserrat', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #C4C4C4;
}

input::-moz-placeholder {
  color: #C4C4C4;
}

input:-ms-input-placeholder {
  color: #C4C4C4;
}

input:-moz-placeholder {
  color: #C4C4C4;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.section-title h2 {
  text-align: center;
  margin-bottom: 0;
}

.section-title p {
  position: relative;
  font-size: 18px;
  text-align: center;
  max-width: 680px;
  margin-bottom: 0;
  padding-top: 50px;
}

.section-title p b {
  color: #CE2C2C;
}

.section-title p span {
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 2px solid #CE2C2C;
}

.section-title p:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87px;
  height: 5px;
  background: url("../img/bgr/bgr-4.svg") center no-repeat;
  background-size: contain;
}

.section-title.two h2 {
  color: #141414;
}

.section-title.two p {
  color: #141414;
}

.title-xl {
  font-weight: 800;
  font-size: 64px;
  line-height: 110%;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.title-lg {
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.title-sm {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  color: #FFFFFF;
}

.button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  border: 2px solid #CE2C2C;
  padding: 0px 30px;
  border-radius: 30px;
  overflow: hidden;
}

.button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/1.svg") center no-repeat;
  background-size: contain;
  margin-left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #141414;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button.two span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 20px;
}

.button-two {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #CE2C2C;
  border: 2px solid #CE2C2C;
  padding: 0px 30px;
  border-radius: 30px;
  overflow: hidden;
}

.button-two span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/1.svg") center no-repeat;
  background-size: contain;
  margin-left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button-two:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CE2C2C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-two:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #141414;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-arrows {
  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;
  width: 100%;
  margin-top: 15px;
}

.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #141414;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
}

.slider-arrow_prev:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/icons/3.svg") center no-repeat;
  background-size: contain;
}

.slider-arrow_next:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/icons/4.svg") center no-repeat;
  background-size: contain;
}

.slider-pagination {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px !important;
}

.slider-pagination .swiper-pagination-bullet {
  position: relative;
  background: #FFFFFF;
  opacity: 1;
  cursor: pointer;
  margin: 0px 15px !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.slider-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #CE2C2C;
  border-radius: 50%;
  opacity: 0;
}

.slider-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.fancybox-button--play {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

.fancybox-caption__body p {
  font-size: 18px;
  font-weight: 600;
}

.fancybox-infobar {
  display: none;
}

.datepicker-container {
  color: #141414;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #CE2C2C;
}

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #CE2C2C;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #CE2C2C;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #E5E5E5;
}

.datepicker-panel > ul > li:hover {
  background-color: #E5E5E5;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 10px;
  }
  .title-xl {
    font-size: 34px;
  }
  .title-lg {
    font-size: 30px;
  }
  .title-sm {
    font-size: 26px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title p {
    font-size: 14px;
  }
  .button {
    font-size: 20px;
    line-height: 20px;
  }
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.fixed.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header.fixed {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #141414;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(206, 44, 44, 0.1);
          box-shadow: 0px 4px 5px 0px rgba(206, 44, 44, 0.1);
}

.header.fixed .header-logo img:nth-child(1) {
  display: none;
}

.header.fixed .header-logo img:nth-child(2) {
  display: block;
}

.header.fixed .header-info {
  padding-top: 0;
}

.header.fixed .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo img:nth-child(2) {
  display: none;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.header-info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu li {
  margin-right: 30px;
}

.header-menu a {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header-socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.header-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}

.header-socials svg {
  fill: #FFFFFF;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.header-lang li:last-child:after {
  display: none;
}

.header-lang li:after {
  content: '|';
  color: #FFFFFF;
  margin: 0px 5px;
}

.header-lang li.active a {
  color: #CE2C2C;
  font-weight: 700;
}

.header-lang a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.header-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 0px 20px;
  border: 2px solid #CE2C2C;
  border-radius: 25px;
  overflow: hidden;
}

.header-btn svg {
  margin-right: 10px;
}

.header-btn:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CE2C2C;
}

.header-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #141414;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-burger {
  position: relative;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 34px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #CE2C2C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-burger span:nth-child(2) {
  width: 70%;
}

.header-burger span:nth-child(3) {
  width: 30%;
}

.header-burger.active {
  height: 16px;
}

.header-burger.active span:nth-child(1) {
  -webkit-transform: translate(0px, 7px) rotate(-45deg);
      -ms-transform: translate(0px, 7px) rotate(-45deg);
          transform: translate(0px, 7px) rotate(-45deg);
}

.header-burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.header-burger.active span:nth-child(3) {
  width: 100%;
  -webkit-transform: translate(0px, -7px) rotate(45deg);
      -ms-transform: translate(0px, -7px) rotate(45deg);
          transform: translate(0px, -7px) rotate(45deg);
}

.header-btn_mob {
  display: none;
}

@media (max-width: 1200px) {
  .header.fixed {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 15px 0px;
  }
  .header.fixed.active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header.fixed .header-info {
    padding: 100px 15px 15px 15px;
  }
  .header {
    padding: 15px 0px;
  }
  .header .container {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-info {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 220px;
    padding: 100px 15px 15px 15px;
    background: #141414;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header-info.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header-info_wrap {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: auto;
  }
  .header-logo img:nth-child(1) {
    height: 70px;
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .header-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .header-socials {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .header-socials li {
    margin: 0px 10px;
  }
  .header-lang {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .header-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: auto;
  }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-bgr {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.5);
  }
  .header-btn_mob {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 0px 15px;
    background: #CE2C2C;
    border-radius: 25px;
    overflow: hidden;
  }
  .header-btn_mob svg {
    margin-right: 10px;
  }
}

/*-header*/
/*home*/
.home {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.home-bgr {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-bgr video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-bgr:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bgr/fon.png") center bottom no-repeat;
  background-size: cover;
}

.home .container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 205px;
}

.home .container h1 {
  max-width: 560px;
  margin-bottom: 20px;
}

.home .container p {
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  max-width: 480px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .home .container {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .home .container {
    padding-left: 10px;
  }
  .home .container p {
    font-size: 16px;
  }
}

/*-home*/
/*about*/
.about {
  position: relative;
  background: #141414;
  padding-bottom: 80px;
}

.about:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-1.svg") center no-repeat;
  background-size: contain;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px;
}

.about-text {
  width: 40%;
}

.about-text p:last-child {
  margin-bottom: 0px;
}

.about-video {
  position: relative;
  width: 55%;
}

.about-video img {
  width: 100%;
}

.about-video a {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-video svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.about-video rect {
  fill: #CE2C2C;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  width: 25%;
}

.about-list span {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.about-list img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .about-wrap {
    margin-bottom: 70px;
  }
  .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-list li {
    width: 50%;
    margin-top: 30px;
    padding-right: 20px;
  }
  .about-video svg {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 50px;
  }
  .about:before {
    bottom: -20px;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .about-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-video {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .about-list {
    margin: auto;
  }
  .about-list li {
    padding-right: 0px;
    width: 100%;
  }
  .about-list li:nth-child(2n+2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-list li:nth-child(2n+2) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
    margin-right: 0px;
  }
  .about-list li:nth-child(2n+2) span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }
}

/*-about*/
/*routes*/
.routes {
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}

.routes:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-2.svg") center no-repeat;
  background-size: contain;
}

.routes-slider {
  max-width: 770px;
  overflow: visible;
}

.routes-slide {
  padding: 30px;
  height: 570px;
  overflow: hidden;
}

.routes-slide:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.025)), to(rgba(20, 20, 20, 0.5)));
  background: -o-linear-gradient(top, rgba(20, 20, 20, 0.025) 0%, rgba(20, 20, 20, 0.5) 100%);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.025) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.routes-slide_text {
  position: relative;
  height: 100%;
}

.routes-slide_text h3 {
  margin-bottom: 15px;
}

.routes-slide_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.routes-slide_text li {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-right: 50px;
}

.routes-slide_text li:last-child {
  margin-right: 0;
}

.routes-slide_text li span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.routes-slide_text > img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.routes-slide_text button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.routes-slide_text button span {
  width: 50px;
  height: 50px;
  background: url("../img/icons/2.svg") center no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.routes-slide_bgr {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.routes-slide_bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .routes {
    padding: 50px 0px;
  }
  .routes:before {
    bottom: -20px;
  }
  .routes-slide {
    height: 100%;
    min-height: 100%;
    padding: 30px 15px 70px 15px;
  }
  .routes-slide_text {
    position: static;
  }
  .routes-slide_text > img {
    position: static;
  }
  .routes-slide_text li {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 28px;
    line-height: 28px;
    margin-right: 40px;
  }
  .routes-slide_text li span {
    display: block;
  }
  .routes-slide_text button {
    z-index: 2;
    right: 15px;
    bottom: 15px;
    padding: 0px;
  }
}

/*-routes*/
/*price*/
.price {
  background: url("../img/images/price/price.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.price-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -15px;
}

.price-box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(25% - 30px);
  margin: 0px 15px;
  background: #FFFFFF;
  padding: 0px 10px 20px 10px;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.price-box_top {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-box_time {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 100px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
          clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
  margin-bottom: 10px;
}

.price-box_time span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.price-box_list li {
  color: #141414;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.price-box_list li:nth-child(1) {
  font-weight: 700;
}

.price-box_number {
  position: relative;
  display: block;
  color: #141414;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 20px;
}

.price-box_number:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51px;
  height: 5px;
  background: url("../img/bgr/bgr-5.svg") center no-repeat;
  background-size: contain;
}

.price-box_button {
  position: relative;
  z-index: 1;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #141414;
  border-radius: 25px;
  border: 2px solid #CE2C2C;
  padding: 0px 20px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  overflow: hidden;
}

.price-box_button:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #141414;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.price-box:nth-child(1) .price-box_time {
  color: #FFFFFF;
  background: #141414;
}

.price-box:nth-child(2) .price-box_time {
  color: #CE2C2C;
  background: #141414;
}

.price-box:nth-child(3) .price-box_time {
  color: #FFFFFF;
  background: #CE2C2C;
}

.price-box:nth-child(4) .price-box_time {
  color: #141414;
  background: #E2B43C;
}

.price-box:nth-child(4) .price-box_button {
  color: #FFFFFF;
  border: 2px solid #E2B43C;
}

.price-box:nth-child(4) .price-box_button:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E2B43C;
}

.price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

.price-info span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #CE2C2C;
  margin-right: 10px;
}

.price-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-info li {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.price-info li:after {
  content: '|';
  color: #FFFFFF;
  margin: 0px 7px;
}

.price-info li:last-child:after {
  display: none;
}

.price-info b {
  color: #CE2C2C;
}

.price-descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
}

.price-descr a {
  font-weight: 700;
  color: #CE2C2C;
  border-bottom: 2px solid #CE2C2C;
  padding-bottom: 1px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.price-descr span {
  color: #CE2C2C;
}

.price-descr:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .price {
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
  .price-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
  }
  .price-box {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
}

@media (max-width: 768px) {
  .price {
    padding: 50px 0px;
  }
  .price-box {
    padding: 0px;
    overflow: hidden;
  }
  .price-box_time {
    width: 100%;
    height: 80px;
    font-size: 28px;
    line-height: 28px;
  }
  .price-box_time span {
    font-size: 14px;
    line-height: 14px;
  }
  .price-box_list {
    padding: 0px 10px;
  }
  .price-box_number {
    font-size: 20px;
    line-height: 20px;
  }
  .price-box_number b {
    font-size: 26px;
    line-height: 26px;
  }
  .price-box_bottom {
    width: 100%;
    padding: 0px 10px 20px 10px;
  }
  .price-box_button {
    width: 100%;
    font-size: 14px;
    padding: 0px;
  }
  .price-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .price-info span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .price-info ul {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .price-info li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .price-info li:last-child {
    margin-bottom: 0px;
  }
  .price-info li:after {
    display: none;
  }
  .price-descr {
    font-size: 16px;
  }
}

/*-price*/
/*why*/
.why {
  position: relative;
  z-index: 2;
  padding: 80px 0px;
  background: #141414;
}

.why:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -45px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-1.svg") center no-repeat;
  background-size: contain;
}

.why:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -155px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-3.svg") center no-repeat;
  background-size: contain;
}

.why h2 {
  margin-bottom: 50px;
}

.why-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.why-list {
  max-width: 400px;
}

.why-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.why-list img {
  margin-right: 30px;
  min-width: 70px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.why-list h3 {
  font-size: 18px;
  line-height: 18px;
  color: #CE2C2C;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.why-list p {
  font-weight: 600;
  margin-bottom: 0px;
}

.why-slider {
  width: 55%;
  margin-right: 0;
}

.why-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-slide img {
  width: 100%;
}

@media (max-width: 768px) {
  .why {
    padding: 50px 0px;
  }
  .why:after {
    bottom: -170px;
  }
  .why h2 {
    margin-bottom: 40px;
  }
  .why-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .why-list {
    width: 100%;
    max-width: 100%;
  }
  .why-list img {
    margin-right: 20px;
  }
  .why-list li:nth-child(2n+2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .why-list li:nth-child(2n+2) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
    margin-right: 0px;
  }
  .why-list li:nth-child(2n+2) .why-list_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }
  .why-slider {
    width: 100%;
  }
}

/*-why*/
/*order*/
.order {
  position: relative;
  z-index: 3;
  padding: 80px 0px;
}

.order-wrap {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-form_left {
  width: 47%;
}

.order-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  width: 100%;
  color: #141414;
  margin-bottom: 15px;
}

.order-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  margin-right: 5px;
}

.order-title b {
  color: #CE2C2C;
}

.order-peoples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.order-people {
  position: relative;
  width: 9%;
  cursor: pointer;
}

.order-people input {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.order-people input:checked + span {
  border: 1px solid #CE2C2C;
}

.order-people span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.order-cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.order-car {
  position: relative;
  width: 19%;
  cursor: pointer;
}

.order-car input {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.order-car input:checked + span {
  border: 1px solid #CE2C2C;
}

.order-car span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.order-car b {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 10px;
  font-weight: 600;
  color: #CE2C2C;
}

.order-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.order-time {
  position: relative;
  width: 33.33%;
  cursor: pointer;
}

.order-time input {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.order-time span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 65px;
  font-size: 16px;
  line-height: 16px;
  color: #141414;
  background: #E5E5E5;
  font-weight: 700;
  -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
          clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
  border-radius: 4px;
}

.order-time:nth-child(1) input:checked + span {
  color: #FFFFFF;
  background: #141414;
}

.order-time:nth-child(2) input:checked + span {
  color: #CE2C2C;
  background: #141414;
}

.order-time:nth-child(3) input:checked + span {
  color: #FFFFFF;
  background: #CE2C2C;
}

.order-time:nth-child(4) input:checked + span {
  color: #141414;
  background: #E2B43C;
}

.order-date {
  font-size: 16px;
  font-weight: 500;
  width: 210px;
  color: #141414;
  border: none;
  border-bottom: 2px solid #424242;
  padding-bottom: 10px;
  cursor: pointer;
}

.order-date:focus {
  border-bottom: 2px solid #CE2C2C;
}

.order-form_right {
  width: 47%;
}

.order-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  border: none;
  border-bottom: 2px solid #424242;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.order-input:focus {
  border-bottom: 2px solid #CE2C2C;
}

.order-messege {
  width: 100%;
  height: 162px;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  border: none;
  border-bottom: 2px solid #424242;
  padding-bottom: 5px;
}

.order-messege:focus {
  border-bottom: 2px solid #CE2C2C;
}

.order-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 47%;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.order-total_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #141414;
}

.order-total_title svg {
  margin-right: 10px;
}

.order-total_number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #CE2C2C;
}

@media (max-width: 768px) {
  .order {
    padding: 50px 0px;
  }
  .order-wrap {
    padding: 30px 15px;
  }
  .order-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .order-form_left {
    width: 100%;
  }
  .order-form_right {
    width: 100%;
  }
  .order-title {
    margin-bottom: 10px;
  }
  .order-date {
    width: 100%;
    margin-bottom: 25px;
  }
  .order-times {
    margin-bottom: 25px;
  }
  .order-time span {
    font-size: 14px;
    line-height: 14px;
  }
  .order-cars {
    margin-bottom: 25px;
  }
  .order-car span {
    font-size: 14px;
  }
  .order-car b {
    font-size: 8px;
  }
  .order-peoples {
    margin-bottom: 25px;
  }
  .order-people span {
    font-size: 14px;
  }
  .order-input {
    margin-bottom: 25px;
  }
  .order-messege {
    height: 100px;
  }
  .order-bottom {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .order-total {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-total_title {
    font-size: 18px;
  }
  .order-total_number {
    font-size: 20px;
    line-height: 20px;
  }
}

/*-order*/
/*certificates*/
.certificates {
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}

.certificates-slider {
  max-width: 770px;
  overflow: visible;
}

.certificates-slide {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 620px;
  border-radius: 5px;
  background: #E2B43C;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.certificates-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificates-slide:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.61%, #141414), to(rgba(20, 20, 20, 0)));
  background: -o-linear-gradient(bottom, #141414 1.61%, rgba(20, 20, 20, 0) 100%);
  background: linear-gradient(0deg, #141414 1.61%, rgba(20, 20, 20, 0) 100%);
}

.certificates-slide_category {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 80px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.certificates-slide.one .certificates-slide_category {
  color: #FFFFFF;
  background: #141414;
}

.certificates-slide.two .certificates-slide_category {
  color: #CE2C2C;
  background: #141414;
}

.certificates-slide.three .certificates-slide_category {
  color: #FFFFFF;
  background: #CE2C2C;
}

.certificates-slide.four .certificates-slide_category {
  color: #FFFFFF;
  background: #141414;
}

.certificates-slide.four:after {
  display: none;
}

.certificates-slide_text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.certificates-slide_time {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.certificates-slide_time b {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.certificates-slide_list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.certificates-slide_list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.certificates-slide_list li:last-child {
  margin-bottom: 0px;
}

.certificates-slide_price {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 30px;
  margin-top: 15px;
}

.certificates-slide_price:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51px;
  height: 5px;
  background: url("../img/bgr/bgr-5.svg") center no-repeat;
  background-size: contain;
}

.certificates-slide_btn {
  position: relative;
  z-index: 1;
  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;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding: 0px 20px;
  margin-top: 30px;
  overflow: hidden;
}

.certificates-slide_btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.certificates-slide_btn span {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/icons/7.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .certificates {
    padding: 50px 0px;
  }
  .certificates-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
  }
  .certificates-slider .slider-arrows {
    display: none;
  }
  .certificates-slide {
    height: 450px;
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
  .certificates-slide_text {
    padding: 0px 10px;
  }
  .certificates-slide_btn {
    font-size: 14px;
    width: 100%;
    padding: 0px;
  }
  .certificates-slide_btn span {
    display: none;
  }
  .certificates-slide_category {
    font-size: 24px;
    line-height: 24px;
    width: 100%;
  }
  .certificates-slide_time {
    font-size: 20px;
    line-height: 20px;
  }
  .certificates-slide_time b {
    font-size: 40px;
    line-height: 40px;
  }
}

/*-certificates*/
/*rules*/
.rules {
  position: relative;
  padding: 80px 0px;
  background: url("../img/images/rules/rules.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.rules:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -170px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-3.svg") center no-repeat;
  background-size: contain;
}

.rules:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -160px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-3.svg") center no-repeat;
  background-size: contain;
}

.rules-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.rules-list li:last-child {
  margin-bottom: 0;
}

.rules-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  border-radius: 50%;
  border: 1px solid #CE2C2C;
  margin-right: 15px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.rules-list p {
  color: #141414;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .rules {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .rules {
    padding: 50px 0px;
  }
  .rules:before {
    top: -180px;
  }
  .rules:after {
    bottom: -175px;
  }
  .rules-list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rules-list span {
    height: 30px;
    width: 30px;
    font-size: 16px;
    min-width: 30px;
  }
}

/*-rules*/
/*comments*/
.comments {
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .comments {
    padding: 50px 0px 30px 0px;
  }
  .comments .section-title {
    margin-bottom: 30px;
  }
}

/*-comments*/
/*videos*/
.videos {
  position: relative;
  z-index: 2;
  padding: 80px;
}

.videos-slider {
  max-width: 770px;
  overflow: visible;
}

.videos-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 20px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.videos-slide img {
  width: 100%;
}

.videos-slide a {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videos-slide rect {
  fill: #CE2C2C;
}

.videos-slide svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.videos-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55.34%, rgba(20, 20, 20, 0)), to(rgba(20, 20, 20, 0.9)));
  background: -o-linear-gradient(top, rgba(20, 20, 20, 0) 55.34%, rgba(20, 20, 20, 0.9) 100%);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 55.34%, rgba(20, 20, 20, 0.9) 100%);
}

.videos-slide_text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px;
}

.videos-slide_text span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.videos-slide_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.videos-slide_text li {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.videos-slide_text li:after {
  content: "|";
  color: #CE2C2C;
  margin: 0px 10px;
}

.videos-slide_text li:last-child:after {
  display: none;
}

@media (max-width: 768px) {
  .videos {
    padding: 50px 0px;
  }
  .videos-slide {
    border: 5px solid #FFFFFF;
  }
  .videos-slide svg {
    width: 60px;
  }
  .videos-slide_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .videos-slide_text span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .videos-slide_text li {
    font-size: 14px;
  }
}

/*-videos*/
/*faq*/
.faq {
  position: relative;
  padding: 80px 0px;
  background: url("../img/images/faq/faq.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -170px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-3.svg") center no-repeat;
  background-size: contain;
}

.faq:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -160px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url("../img/bgr/bgr-1.svg") center no-repeat;
  background-size: contain;
}

.faq-box li {
  padding: 15px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.faq-box li:last-child {
  margin-bottom: 0;
}

.faq-box li.active .faq-box_top span {
  background: url("../img/icons/6.svg") center no-repeat;
  background-size: contain;
}

.faq-box li.active {
  border: 1px solid #CE2C2C;
}

.faq-box li:nth-child(1) .faq-box_bottom {
  display: block;
}

.faq-box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-box_top h3 {
  font-size: 18px;
  line-height: 24px;
  color: #141414;
  width: calc(100% - 30px);
  margin-bottom: 0px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.faq-box_top span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/5.svg") center no-repeat;
  background-size: contain;
}

.faq-box_bottom {
  display: none;
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
  margin-top: 15px;
}

.faq-box_bottom p {
  color: #424242;
}

.faq-box_bottom p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .faq {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .faq {
    padding: 50px 0px;
  }
  .faq:before {
    top: -180px;
  }
  .faq-box li {
    padding: 15px;
  }
}

/*-faq*/
/*contacts*/
.contacts {
  position: relative;
  z-index: 2;
  padding: 50px 0px;
  background: #141414;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.contacts-info_box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  margin-bottom: 50px;
}

.contacts-info_box > span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #CE2C2C;
  margin-bottom: 15px;
}

.contacts-info_phone {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.contacts-info_messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-info_messengers li {
  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;
  margin-right: 10px;
}

.contacts-info_messengers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-info_messengers svg {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.contacts-info_link {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.contacts-info_socials li {
  margin-bottom: 10px;
}

.contacts-info_socials a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding-left: 25px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.contacts-info_socials svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #FFFFFF;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.contacts-map {
  position: relative;
  z-index: 1;
  width: 50%;
}

.contacts-map > img {
  width: 100%;
  border-radius: 5px;
}

.contacts-map_point {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #CE2C2C;
  border-radius: 5px;
  padding: 15px;
}

.contacts-map_point > svg {
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contacts-map_point img {
  margin-bottom: 10px;
}

.contacts-map_point a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #141414;
  border-bottom: 2px solid #141414;
  padding-bottom: 2px;
}

.contacts-map_point a svg {
  fill: #141414;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 35%;
  }
  .contacts-info_box {
    width: 100%;
  }
  .contacts-map {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .contacts {
    padding: 50px 0px 30px 0px;
  }
  .contacts-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts-info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts-info_box {
    width: 50%;
  }
  .contacts-map {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-info_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts-map_point {
    padding: 10px;
  }
  .contacts-map_point a {
    white-space: nowrap;
    font-size: 12px;
  }
}

/*-contacts*/
/*footer*/
.footer {
  padding: 50px 0px;
  background: #141414;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 510px;
  margin-right: 100px;
}

.footer-menu li {
  width: 50%;
  margin-bottom: 40px;
}

.footer-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.footer-links li {
  margin-bottom: 40px;
}

.footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.footer-links a svg {
  margin-left: 5px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.footer-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-descr li {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.footer-descr li:after {
  content: '|';
  color: #CE2C2C;
  margin: 0px 5px;
}

.footer-descr li:last-child:after {
  display: none;
}

@media (max-width: 1200px) {
  .footer-menu {
    width: 450px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 0px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .footer-menu {
    width: 100%;
    max-width: 576px;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 576px;
    width: 100%;
  }
  .footer-links li {
    width: 50%;
    margin-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-menu {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-links {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-links li:last-child {
    margin-bottom: 0px;
  }
  .footer-bottom {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .footer-bottom img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  .footer-descr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-descr li {
    font-size: 12px;
  }
}

/*-footer*/
/*question*/
.question {
  position: fixed;
  z-index: 6;
  right: 50px;
  bottom: 50px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 20px;
  background: #CE2C2C;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.question span {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icons/8.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.question.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question.active span {
  background: url("../img/icons/9.svg") center no-repeat;
  background-size: contain;
}

.question-list {
  position: fixed;
  z-index: 6;
  right: 50px;
  bottom: 110px;
  display: none;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.question-list li {
  margin-bottom: 10px;
}

.question-list li:last-child {
  margin-bottom: 0px;
}

.question-list li:nth-child(1) a {
  color: #993BB5;
}

.question-list li:nth-child(2) a {
  color: #3FAEED;
}

.question-list li:nth-child(3) a {
  color: #4AD682;
}

.question-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 5px 0px #ce2c2c;
          box-shadow: 0px 0px 5px 0px #ce2c2c;
}

.question-list svg {
  margin-right: 10px;
}

.question-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .question {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    padding: 0px 15px;
  }
  .question-list {
    right: 15px;
    bottom: 75px;
  }
}

/*-question*/
/*modal*/
.modal {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 970px;
  display: none;
}

.modal-bgr {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: none;
}

.modal-top {
  position: relative;
}

.modal-top h2 {
  margin-bottom: 0px;
}

.modal-top p {
  margin-bottom: 10px;
}

.modal-top b {
  color: #CE2C2C;
}

.modal-close {
  position: absolute;
  top: 0;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url("../img/icons/10.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

@media (max-width: 1200px) {
  .modal {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: auto;
    height: 100%;
  }
  .modal-top {
    padding: 0px 60px 0px 10px;
  }
  .modal-close {
    right: 0;
  }
  .order-wrap {
    border-radius: 0;
  }
}

/*-modal*/
/*popup*/
.popup {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 770px;
  display: none;
}

.popup-bgr {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: none;
}

.popup-top {
  position: relative;
}

.popup-top h2 {
  margin-bottom: 10px;
}

.popup-close {
  position: absolute;
  top: 0;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url("../img/icons/10.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.popup-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  border-radius: 5px;
  overflow: hidden;
}

.popup-info img {
  width: 100%;
}

.popup-info:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.61%, #141414), to(rgba(20, 20, 20, 0)));
  background: -o-linear-gradient(bottom, #141414 1.61%, rgba(20, 20, 20, 0) 100%);
  background: linear-gradient(0deg, #141414 1.61%, rgba(20, 20, 20, 0) 100%);
}

.popup-category {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 80px;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  background: #141414;
  text-transform: uppercase;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.popup-text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup-time {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.popup-time b {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.popup-price {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 30px;
  margin-top: 15px;
}

.popup-price:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51px;
  height: 5px;
  background: url("../img/bgr/bgr-5.svg") center no-repeat;
  background-size: contain;
}

.popup-form {
  width: 47%;
}

.popup-form .button-two {
  margin-left: auto;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: auto;
  }
  .popup-top {
    padding-left: 10px;
    padding-right: 50px;
  }
  .popup-close {
    right: 0;
    top: -10px;
  }
  .popup-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 15px;
    border-radius: 0;
  }
  .popup-info {
    width: 100%;
    margin-bottom: 25px;
  }
  .popup-category {
    font-size: 24px;
  }
  .popup-time {
    font-size: 20px;
    line-height: 20px;
  }
  .popup-time b {
    font-size: 40px;
    line-height: 40px;
  }
  .popup-price {
    font-size: 24px;
    line-height: 24px;
  }
  .popup-form {
    width: 100%;
  }
  .popup-form .button-two {
    margin: auto;
  }
}

/*-popup*/
@media (min-width: 1200px) {
  /*hover*/
  .button:hover span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .button:hover:before {
    width: 100%;
  }
  .header-menu a:hover {
    color: #CE2C2C;
  }
  .header-socials a:hover svg {
    fill: #CE2C2C;
  }
  .header-lang a:hover {
    border-bottom: 1px solid #FFFFFF;
  }
  .header-btn:hover:before {
    height: 100%;
  }
  .contacts-info_phone:hover {
    color: #CE2C2C;
  }
  .contacts-info_messengers a:hover svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .contacts-info_link:hover {
    color: #CE2C2C;
  }
  .contacts-info_socials a:hover {
    color: #CE2C2C;
  }
  .contacts-info_socials a:hover svg {
    fill: #CE2C2C;
  }
  .contacts-map_point a:hover {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  .contacts-map_point a:hover svg {
    fill: #FFFFFF;
  }
  .footer-menu a:hover {
    color: #CE2C2C;
  }
  .about-video svg:hover rect {
    fill: #141414;
  }
  .routes-slide_text button:hover {
    color: #CE2C2C;
  }
  .routes-slide_text button:hover span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .slider-arrow:hover {
    background: #CE2C2C;
  }
  .price-box_button:hover {
    color: #FFFFFF;
  }
  .price-box_button:hover:before {
    height: 100%;
  }
  .routes-slide:hover .routes-slide_bgr img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .about-list li:hover span {
    color: #CE2C2C;
  }
  .about-list li:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .price-box:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
  }
  .slider-pagination .swiper-pagination-bullet:hover {
    background: #141414;
  }
  .price-descr a:hover {
    color: #FFFFFF;
  }
  .why-list li:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .why-list li:hover h3 {
    color: #FFFFFF;
  }
  .rules-list li:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
  .rules-list li:hover span {
    color: #FFFFFF;
    background: #CE2C2C;
  }
  .faq-box_top:hover h3 {
    color: #CE2C2C;
  }
  .certificates-slide_btn:hover {
    color: #CE2C2C;
  }
  .certificates-slide_btn:hover:before {
    height: 100%;
  }
  .certificates-slide_btn:hover span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .certificates-slide:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
  .about-video a:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .videos-slide a:hover rect {
    fill: #141414;
  }
  .videos-slide a:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .button-two:hover:after {
    width: 100%;
  }
  .question:hover {
    background: #141414;
    -webkit-box-shadow: 0px 0px 5px 0px #ce2c2c;
            box-shadow: 0px 0px 5px 0px #ce2c2c;
  }
  .modal-close:hover {
    -webkit-transform: scale(1.05) rotate(180deg);
        -ms-transform: scale(1.05) rotate(180deg);
            transform: scale(1.05) rotate(180deg);
  }
  .popup-close:hover {
    -webkit-transform: scale(1.05) rotate(180deg);
        -ms-transform: scale(1.05) rotate(180deg);
            transform: scale(1.05) rotate(180deg);
  }
  /*-hover*/
}

/* --- Custom CSS --- */

.form-notice {width: 100%;}
.form-notice span {display: block; padding: 10px; margin-top: 20px; color: #fff; background: #ce2c2c; font-size: 12px; font-weight: 600; }
.form-notice:empty {display: none;}
.order-people input.disabled,
.order-people input.disabled + span,
.order-car input.disabled,
.order-car input.disabled + span {opacity: 0.1; pointer-events: none;}
.popup#certifikate_pro .popup-category {color: #CE2C2C; background: #141414;}
.popup#certifikate_proplus .popup-category {color: #FFFFFF; background: #CE2C2C;}
.popup#certifikate_vip .popup-category {color: #FFFFFF; background: #141414;}
.lucky2call1widget#lucky2call1phone,
.cbh-mobile-widget {display: none !important;}
.form-disabled-message {color: #000; padding: 50px; background: #eee; margin-top: 20px;}
@media (max-width: 767px) {
	.form-disabled-message {padding: 20px;}
}


/* --- Question widget --- */

.question-widget {position: fixed; bottom: 60px; right: 80px; z-index: 90;}
.question-widget-inner {display: block; padding-bottom: 60px; text-align: right; opacity: 0; pointer-events: none; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(50%); -ms-transform: scale(0.75) translateY(50%); transform: scale(0.75) translateY(50%); -webkit-transition: all .4s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; transition: all .4s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; position: absolute; bottom: 100%; right: 0;}
.question-widget.opened .question-widget-inner {opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0);}
.question-widget-inner a {color: #993BB5; display: inline-block; padding: 10px 23px 10px 50px; background: #fff; border-radius: 30px; font-family: Montserrat; font-weight: 700; font-size: 14px; position: relative; margin-bottom: 12px; text-decoration: none; -webkit-transition: color 0.3s, background 0.3s; transition: color 0.3s, background 0.3s; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.question-widget-inner a span {display: block; line-height: 30px; height: 30px;}
.question-widget-inner a.plane {color: #3FAEED;}
.question-widget-inner a.waza {color: #4AD682; top: -1px;}
.question-widget-inner a:hover {color: #fff; background: #993BB5;}
.question-widget-inner a.plane:hover {background: #3FAEED;}
.question-widget-inner a.waza:hover {background: #4AD682;}
.question-widget-inner a:last-of-type {margin-right: 0;}
.question-widget-inner a svg {width: 22px; height: 22px; fill: currentColor; display: block; position: absolute; top: 50%; margin-top: -11px; left: 15px;}
.question-widget-inner a.vibe svg {width: 24px; height: 24px; margin-top: -12px;}
.question-widget-button {background: #CE2C2C; border-radius: 30px; color: #fff; display: block; padding: 8px 20px 8px 55px; text-decoration: none; position: relative; line-height: 1.2; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.question-widget-button:hover {color: #fff;}
.question-widget-button svg {width: 28px; height: 22px; fill: currentColor; position: absolute; top: 50%; margin-top: -11px; left: 15px; display: block;}
.question-widget-inner .question-widget-close {padding: 0; background: #CE2C2C; border-radius: 50%; color: #fff; display: inline-block; height: 50px; width: 50px; text-decoration: none; position: relative; line-height: 1.2; color: #fff; -webkit-transition: color 0.3s, background 0.3s; transition: color 0.3s, background 0.3s; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.question-widget-inner .question-widget-close:hover {background: #b11616;}
.question-widget-inner .question-widget-close svg {width: 18px; height: 18px; fill: currentColor; position: absolute; top: 50%; left: 50%; margin: -9px 0 0 -9px; display: block;}
.question-widget-inner a,
.question-widget-button,
.question-widget-inner .question-widget-close {-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);}
.question-widget-inner a:active,
.question-widget-button:active,
.question-widget-inner .question-widget-close:active {-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.5); box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.5); -webkit-transition: all 0s; transition: all 0s;}
@media (max-width: 1400px) {
	.question-widget {bottom: 40px; right: 30px;}
}
@media (max-width: 767px) {
	.question-widget {bottom: 20px; right: 20px;}
	body.active .question-widget {display: none;}
}