.corporate__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 752px;
  max-height: 752px;
  outline: none;
}

.corporate .breadcrumb-item {
  color: white;
}

.corporate .breadcrumb-item a {
  color: white !important;
}

.corporate__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 30px;
}

.corporate__text {
  color: white;
}

.corporate__btn {
  padding-top: 40px;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 880px) {
  .corporate__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 auto;
  }
}

.corporate__btn .wrap-btn {
  margin-right: 60px;
}

.corporate__btn .wrap-btn:last-child {
  margin-right: 0;
}

@media (max-width: 880px) {
  .corporate__btn .wrap-btn {
    margin-right: 0;
    margin-bottom: 42px;
  }
}

.corporate__btn .wrap-btn .white {
  background: white;
}

.corporate__btn .wrap-btn .color-red {
  color: red;
}

.corporate__btn .wrap-btn .border-red {
  border: 1px solid red;
}

.corporate__btn .wrap-btn .btn::after {
  position: absolute;
  right: 42px;
}

.corporate__btn .wrap-btn .arrow-white::after {
  content: url(/images/arrowRedRight.svg?b1894d4c4891abd2661caa5b2d910919);
}

.corporate__caption {
  max-width: 800px;
}

@media (max-width: 880px) {
  .corporate__caption {
    padding: 0 25px;
  }
}

.corporate .video {
  display: -webkit-box;
  display: flex;
  padding: 42px 0;
}

.corporate .video .w-50 {
  width: 50%;
}

.corporate .video__description {
  padding-right: 60px;
  text-align: justify;
}

@media (max-width: 880px) {
  .corporate .video__description {
    display: none;
  }
}

@media (max-width: 880px) {
  .corporate .video__block {
    height: 300px;
    margin: 0 auto;
  }
}

.corporate .video__item {
  width: 100%;
  height: 100%;
}

@media (max-width: 880px) {
  .corporate .video__item {
    width: auto;
  }
}

.corporate__slider {
  margin-bottom: 40px;
}

.corporate__slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.corporate__slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.corporate__slider .slide-arrow img {
  height: 80px;
}

.corporate__slider .prev-arrow {
  cursor: pointer;
  z-index: 999;
  left: 20px;
  width: 80px;
  height: 80px;
}

.corporate__slider .next-arrow {
  cursor: pointer;
  z-index: 999;
  right: 20px;
  width: 80px;
  height: 80px;
}

.corporate__slider .corporate__slider-item {
  margin: 0 15px !important;
}

.corporate__slider .corporate__slider-item img {
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

.corporate__slider .slider-img {
  height: 100%;
}

.corporate__form .form__body {
  display: -webkit-box;
  display: flex;
}

.corporate__form .form__body input {
  font-size: 16px;
  line-height: 19px;
  color: #142c60;
  font-weight: 600;
  width: 100%;
  border: none;
  padding: 15px 20px;
  border-bottom: 1px solid #e72d2d;
}

.corporate__form .form__body label {
  font-size: 16px;
  line-height: 19px;
  color: #e72d2d;
  font-weight: 600;
  padding-left: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}

.corporate__form .bloc-50 {
  width: 50%;
  padding: 0 20px;
}

.corporate__form .bloc-50 .mainform__group {
  margin-bottom: 50px;
  position: relative;
}

.corporate__form .help-text-wrap {
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 98;
}

.corporate__form .help-text-wrap .help-text {
  margin-top: 15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: #e72d2d;
  position: relative;
  display: block;
  white-space: nowrap;
}

.corporate__form .help-text-wrap .help-text::before {
  content: url(/images/before-icon.svg?0acece45e0b631b192faa4aaad510e8c);
  position: absolute;
  top: -12px;
  left: 10px;
}

#corporate .main__form {
  position: static !important;
  -webkit-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important;
}

.corporate__map .title {
  display: none;
}

.contacts__caption {
  bottom: 0 !important;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.instructors__wrap {
  position: relative;
}

.instructors__wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 45, 97, 0)), color-stop(88.13%, #142d61));
  background: linear-gradient(180deg, rgba(20, 45, 97, 0) 0%, #142d61 88.13%);
}

.parties__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.parties__list .parties__item {
  width: 33%;
  align-self: center;
}

@media (max-width: 1280px) {
  .parties__list .parties__item {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .parties__list .parties__item {
    width: 100%;
  }
}

.parties__list .parties__item .parties__link {
  padding: 20px 10px 20px 80px !important;
}

.parties__list .parties__item .parties__link::before {
  top: 50% !important;
  left: 0 !important;
  height: 60px !important;
  width: 60px !important;
  margin-top: -30px !important;
  background: url(/images/fly-man.svg?8e7f639d6e296e7510cb8bbba8b65b22) !important;
}

.parties__list .parties__item .parties__link::after {
  display: none;
}

.parties__list .parties__item .parties__link_business {
  padding: 60px 20px 20px 20px !important;
}

.parties__list .parties__item .parties__link_business::before {
  top: 0 !important;
  left: 0 !important;
  height: 60px !important;
  width: 60px !important;
  margin-top: 0 !important;
  margin-left: 10px !important;
  background: url(/images/fly-man.svg?8e7f639d6e296e7510cb8bbba8b65b22) !important;
}

.parties__list .parties__item .parties__link_business::after {
  display: none;
}

.contacts {
  padding-bottom: 120px !important;
}

@media (max-width: 992px) {
  #contacts__map .contacts__caption {
    display: none;
  }
}

.contacts__caption-block {
  left: 0;
  padding: 70px 50px;
  background: #142c60;
  color: #fff;
  z-index: 1;
}

.contacts__caption-block .contacts__phone {
  font-size: 16px;
  line-height: 36px;
  padding-left: 30px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__caption-block .contacts__phone::before {
  content: url(/images/phone.svg?f4eb678cf3de3dce3844e12579c5ca7a);
  position: absolute;
  left: 0;
  top: -5px;
}

.contacts__caption-block .contacts__phone_email::before {
  content: url(/images/email_contacts.svg?67eeed8e08e91092a387b1eaad114a11) !important;
  position: absolute;
  left: 0;
  top: -5px;
}

@media (min-width: 992px) {
  .contacts__caption-block {
    display: none;
  }
}

.text-block {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

a.btn-hover:hover,
input.btn-hover:hover,
button.btn-hover:hover {
  background: rgba(231, 45, 45, 0.7) !important;
  color: white !important;
}

.mainform__group input:required:invalid {
  border-bottom: 1px solid #e5e7e8 !important;
}

.mainform__group input:required:invalid + label {
  color: #142c60 !important;
}

.request-sended {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 893px) {
  .form__modal {
    top: 0 !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 893px) {
  .form__modal .bloc-50 {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media screen and (min-width: 320px) and (max-width: 893px) {
  .form__modal .form__box {
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 893px) {
  .form__modal .form__body {
    display: block !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 893px) {
  .form__modal .mainform__group {
    width: 100% !important;
  }
}

.main__instructor .info {
  padding-bottom: 60px !important;
}

.form__check-label {
  cursor: pointer;
}

.fs-18 {
  font-size: 18px;
}

.instructor-socials__list {
  display: -webkit-box;
  display: flex;
}

.instructor-socials__list .social-item {
  margin-right: 25px;
}

.instructor-socials__list .social-item:last-child {
  margin-right: 0;
}

.instructor-socials__list .social__link {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px;
}

.instructor-socials__list .social__link:hover {
  background-color: #e72d2d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instructor-socials {
  padding-top: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .instructor-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .instructor-socials .instructor-socials-block {
    margin-top: 20px;
  }
}

.instructor__profile {
  padding-bottom: 27px !important;
}

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

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-white {
  color: white;
}

.o-1 {
  opacity: 1 !important;
  z-index: 1;
}

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.block-hidden {
  display: none;
}

.video__center {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .video__center {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .video__center {
    width: 300px;
  }
}

.video_pages {
  height: 400px;
}

@media (max-width: 768px) {
  .video_pages {
    height: 360px;
  }
}

@media (max-width: 450px) {
  .video_pages {
    height: 200px;
  }
}

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

.title__bold {
  font-weight: 600 !important;
  font-size: 40px !important;
}

.media__item {
  margin-right: 37px;
}

@media (max-width: 700px) {
  .media__item {
    margin-bottom: 24px;
  }
}

.media__item:last-child {
  margin-right: 0;
}

.media__item img {
  width: 100%;
}

.wrap__media {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.w33 {
  width: 33%;
}

@media (max-width: 992px) {
  .w33 {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .w33 {
    width: 100%;
  }
}

.media__row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 24px;
}

.media__row:last-child {
  margin-bottom: 0;
}

.w66 {
  width: 66%;
}

@media (max-width: 992px) {
  .w66 {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .w66 {
    width: 100%;
  }
}

.item__img {
  height: 290px;
  background-size: cover;
  background-position-y: center;
}

.mt-24 {
  margin-top: 24px !important;
}

.item__content {
  background: white;
  padding: 27px;
}

.item__content p {
  padding: 0;
  margin: 0;
}

.item__content .item__title {
  color: #142c60;
}

.item__content .item__date {
  color: #999ea7;
}

.bg-gray {
  background: #e5e7e8;
}

@media (max-width: 700px) {
  .media__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.block-center {
  margin: 0 auto;
}

.wrap-table {
  margin: 0 auto;
}

.block-table {
  margin-bottom: 40px;
}

.block-table table tr:nth-child(2n) {
  background: rgba(128, 128, 128, 0.1);
}

.block-table table th {
  font-size: 24px;
  padding: 0 40px;
}

.block-table table td {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid rgba(128, 128, 128, 0.5);
}

.title-price {
  font-size: 16pt;
  text-transform: uppercase;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.h600 {
  min-height: 600px;
  max-height: 600px;
}

.aero__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.aero__item {
  width: 100% !important;
}

.block-icon {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #142c60;
  padding: 20px 10px 20px 80px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media (max-width: 991.98px) {
  .block-icon {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-icon::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  top: 10px;
  left: 10px;
  background: url(/images/fly-man.svg?8e7f639d6e296e7510cb8bbba8b65b22);
}

.menu-mobile li {
  padding-left: 15px;
}

.menu-mobile li a {
  font-size: 16px;
  line-height: 34px;
  color: #142c60;
  font-weight: normal;
}

.fs-54 {
  font-size: 54px;
}

.mt-40 {
  margin-top: 40px;
}

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

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

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

.wrap-desc {
  width: 100%;
}

.desc-icons {
  display: inline-block;
  width: 50px;
}

.desc-right {
  display: -webkit-box;
  display: flex;
}

.tab-item img {
  width: 100%;
}

.item-img {
  position: relative;
}

.item-img .img-price {
  position: absolute;
  top: 20px;
  padding: 5px;
  background: white;
  color: #142c60;
}

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

#appCartWidget {
  margin-right: 30px;
}

.wrap-cart {
  width: 60%;
  margin: 0 auto;
}

.item-cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.item-cart:last-child {
  border-bottom: 1px solid red;
}

.cart--block-right {
  display: -webkit-box;
  display: flex;
}

.cart-counter {
  display: -webkit-box;
  display: flex;
}

.mr-20 {
  margin-right: 20px;
}

.cart-counter-result {
  margin: 0 10px;
}

.cart--button {
  width: 20px;
  text-align: center;
  border: 1px solid red;
  color: red;
  cursor: pointer;
}

.cart-delete {
  cursor: pointer;
}

.btn-data {
  border: 1px solid red;
  color: red;
  padding: 10px 40px;
}

.btn-data:hover {
  color: red;
}

.btn-calendar {
  padding: 20px 0;
  text-align: center;
}

.calendar-desc p {
  text-align: center;
}

.btn-red {
  color: white;
  background: red;
}

.busket__value {
  color: black;
  position: absolute;
  top: 40px;
  right: 155px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  font-size: 10px;
  width: 17px;
  text-align: center;
  height: 17px;
  border: 1px solid #142c60;
}

.wrap-cart .vdp-datepicker__calendar {
  margin: 0 auto;
}

.vdp-datepicker__calendar-button {
  display: none;
}

.block-center {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.block-wrap {
  padding: 0 24px;
}

.wrap-time {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.wrap-time .time-item {
  padding: 10px;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
}

.wrap-time .time-item:hover {
  background: #ddd;
}

.activeTime {
  background: #e72d2d;
  color: white;
}

#app {
  background: -webkit-gradient(linear, left top, left bottom, from(#142c60), to(#273d6d));
  background: linear-gradient(to bottom, #142c60, #273d6d);
}

.booking-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#142c60), to(#273d6d));
  background: linear-gradient(to bottom, #142c60, #273d6d);
}

.block-message {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 118px;
  right: 0.01%;
  background: #ffffff;
  box-shadow: inset 0 64px 35px -75px #251515;
}

.message-desc {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.message-title {
  align-self: center;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #142c60;
}

.message-btn-wrapper {
  width: 420px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  align-self: center;
  margin-left: 40px;
}

.desc__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  border: none;
  background: #e72d2d;
  color: white;
  font-size: 18px;
  line-height: 20px;
}

.desc__btn:last-child {
  background: white;
  color: #e72d2d;
  border: 1px solid #e72d2d;
}

.desc__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.message-default-wrapper {
  align-self: center;
  margin-left: 60px;
}

.message-default__button {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.content-conteiner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 160px;
}

.content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 100%;
}

.content-header__title {
  font-family: Proxima Nova;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  margin-top: 120px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.content-header__certificate {
  text-align: center;
  margin-top: 40px;
}

.content-header__button {
  width: 330px;
  height: 60px;
  font-family: Proxima Nova;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background: #e72d2d;
}

.content-header__description {
  font-family: Proxima Nova;
  font-size: 24px;
  line-height: 29px;
  margin-top: 80px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.nav-pills {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 60px;
  list-style: none;
  width: 100%;
}

.nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 19%;
  height: 80px;
  background: #142c60;
  border: 3px solid #ffffff;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  cursor: pointer;
}

.nav-item:not(:first-child) {
  margin-left: 5px;
}

.nav-item:hover {
  background: #e72d2d !important;
  border: none;
}

.nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
}

.nav-item > .nav-link.active {
  background: #e72d2d;
  border-radius: unset;
}

.nav-item.active {
  border: none;
}

.header-mobile__nav {
  display: none;
}

.content-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}

.tab-item {
  display: -webkit-box;
  display: flex;
}

.content-body__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  background: white;
}

.content-body__title {
  margin-top: 40px;
  font-family: Proxima Nova;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.item__image-wrapper {
  position: relative;
  width: 40%;
}

.item__image {
  width: 100%;
  height: 100%;
}

.item__price {
  position: absolute;
  z-index: 1;
  top: 25px;
  padding: 5px;
  background: white;
  color: #142c60;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.item__description-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 40%;
  padding: 40px 30px;
}

.description__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.title__text {
  width: 320px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: initial;
  -webkit-box-align: center;
          align-items: center;
  color: #142c60;
}

.title__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  height: 30px;
  width: 120px;
}

.info__block-fly {
  display: -webkit-box;
  display: flex;
}

.info__block-man {
  margin-right: 10px;
  display: -webkit-box;
  display: flex;
}

.info__icon {
  height: 30px;
}

.info__count {
  margin-left: 7px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #142c60;
}

.description__text {
  margin-top: 30px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
          align-items: center;
  color: #142c60;
}

.description__offers-wrapper {
  text-align: initial;
  height: 225px;
  overflow-y: auto;
  margin-top: 20px;
}

.description__offers-wrapper::-webkit-scrollbar {
  width: 6px;
}

.description__offers-wrapper::-webkit-scrollbar-thumb {
  background: #e72d2d;
  border-radius: 20px;
  height: 80px;
}

.description__button-wrapper {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  align-self: flex-end;
  padding: 0px 30px 30px 0px;
}

.description__button {
  width: 100%;
  height: 60px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  background: #e72d2d;
}

.description__button:not(:first-child) {
  margin-top: 15px;
}

.offers-button {
  color: #e72d2d;
  background: #ffffff;
  border: 1px solid #e72d2d;
  display: none;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 1125px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-default-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.modal-default__button {
  width: 24px;
  height: 24px;
  position: relative;
  right: 4%;
  bottom: 255px;
  cursor: pointer;
}

.modal-title {
  width: 100%;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-top: 60px;
}

.modal-body {
  margin-top: 20px;
  text-align: center;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding: 0;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  border: none;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 30px 0px;
  padding: 0;
}

.modal-footer__input {
  width: 670px;
  height: 60px;
  border: 5px solid #142c60;
  box-sizing: border-box;
}

.modal-footer__button {
  width: 330px;
  height: 60px;
  background: #e72d2d;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* small screens */

@media screen and (min-width: 320px) and (max-width: 893px) {
  .content-conteiner {
    margin-bottom: 30px;
  }

  .block-message {
    height: 250px;
    right: 0.01%;
    top: 110px;
    box-shadow: unset;
  }

  .message-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .message-btn-wrapper {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }

  .desc__btn {
    width: 100%;
  }

  .desc__btn:not(:first-child) {
    margin-top: 15px;
  }

  .message-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 80px;
  }

  .message-default-wrapper {
    margin: 0;
  }

  .message-default__button {
    position: absolute;
    bottom: 70%;
    left: 92%;
    width: 16px;
    height: 16px;
  }

  .modal-default-wrapper {
    margin: 0;
  }

  .modal-default__button {
    position: relative;
    top: -300px;
    right: 5%;
  }

  .content-header__title {
    margin-top: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .content-header__certificate {
    margin-top: 30px;
  }

  .content-header__button {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .content-header__description {
    margin: 30px auto 20px auto;
    font-size: 18px;
    line-height: 22px;
  }

  .header-nav {
    display: none;
  }

  .header-mobile__nav {
    display: block;
    overflow: hidden;
  }

  .v-application--wrap {
    min-height: 60px !important;
  }

  .header-mobile__button {
    border-radius: unset !important;
    height: 60px !important;
    background: #e72d2d !important;
    padding: 0;
  }

  .v-list {
    background: #e72d2d !important;
  }

  .v-list-item__title,
  .v-btn__content {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff !important;
  }

  .header-mobile__button,
  .v-btn,
  .v-btn--contained,
  .theme--dark,
  .v-size--default {
    text-transform: unset !important;
    letter-spacing: unset !important;
    opacity: 1;
    background-color: #e72d2d !important;
  }

  .content-body__title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 37px;
  }

  .content-body__item {
    min-height: 635px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 20px;
  }

  .item__image-wrapper {
    margin-top: 25px;
    width: 100%;
  }

  .item__image {
    min-width: 330px;
    height: 260px;
  }

  .item__description-wrapper {
    width: 100%;
    padding: 20px 15px;
  }

  .title__text {
    width: 60%;
    font-size: 20px;
    line-height: 24px;
  }

  .title__info {
    width: 40%;
  }

  .description__offers-wrapper {
    display: none;
  }

  .description__button-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-self: center;
    padding: 0px 15px;
    margin: 0 auto;
  }

  .offers-button {
    display: inline;
  }

  .description__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .modal-container {
    width: 330px;
  }

  .modal-title {
    display: none;
  }

  .modal-body {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    padding: 30px;
  }

  .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 auto;
  }

  .modal-footer__input {
    width: 100%;
    margin: 0 auto !important;
  }

  .modal-footer__button {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .modal-footer__button:not(:first-child) {
    margin-top: 10px;
    margin-left: 0px;
  }
}

