/* Code tidied up by ScrapBook */
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

.center {
  text-align: center;
}

body {
  min-width: 375px;
}

a,
a:visited {
  color: rgb(0, 153, 255);
  text-decoration: none;
}

a:focus,
a:hover {
  color: rgb(6, 5, 144);
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: rgb(68, 68, 68);
  background-color: rgb(255, 255, 255);
  scroll-behavior: smooth;
}

.page {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1467px;
  padding: 0px;
  margin: 0px auto;
}

.page__nav {
  position: relative;
  top: 0px;
  z-index: 2;
  max-width: 100%;
}

.page__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

@media screen and (min-width: 1024px) {
  .page__body {
    padding: 0px 16px;
  }
}

@media screen and (min-width: 1467px) {
  .page__body {
    padding: 0px;
  }
}

.page__content {
  -moz-box-flex: 1;
  flex: 1 1 0%;
  min-width: 280px;
}

.page__sidebar {
  display: none;
  -moz-box-flex: 0;
  flex: 0 1 340px;
  min-width: 340px;
  margin-left: 16px;
}

@media screen and (min-width: 1024px) {
  .page__sidebar {
    display: block;
  }
}

.top_nav {
  position: relative;
  display: flex;
  box-sizing: border-box;
  -moz-box-align: stretch;
  align-items: stretch;
  max-width: 100%;
  margin: 0px auto;
  background-color: white;
  border-top: 2px solid rgb(191, 19, 77);
  border-bottom: 2px solid black;
}

.top_nav__logo {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  background-color: rgb(6, 5, 144);
  min-width: 46px;
  height: 30px;
  margin: 11px 6px;
  border-radius: 10px;
}

@media (max-width: 480px) {
  .top_nav__logo {
    margin: 11px 19px 11px 13px;
  }
}

.top_nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 0px;
  margin: 0px 8px 0px 0px;
  overflow: hidden;
  list-style: outside none none;
}

.top_nav__item {
  display: flex;
  align-items: center;
  padding: 0px 5px;
  margin-top: -2px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-top: 2px solid transparent;
  min-height: 100%;
}

@media screen and (max-width: 525px) {
  .top_nav__item {}

  .top_nav__logo {
    width: 24px;
  }
}

.top_nav__item::after {
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  z-index: 3;
  display: block;
  height: 2px;
  pointer-events: none;
  content: "";
  background-color: transparent;
  transition: background-color 0.3s ease 0s;
}

.top_nav__item:hover {
  color: rgb(255, 255, 255);
}

.top_nav__item:nth-child(7n+1) {
  border-top-color: rgb(255, 212, 0);
}

.top_nav__item:nth-child(7n+1):hover,
.top_nav__item:nth-child(7n+1):hover::after {
  background-color: rgb(255, 212, 0);
}

.top_nav__item:nth-child(7n+2) {
  border-top-color: rgb(48, 179, 191);
}

.top_nav__item:nth-child(7n+2):hover,
.top_nav__item:nth-child(7n+2):hover::after {
  background-color: rgb(48, 179, 191);
}

.top_nav__item:nth-child(7n+3) {
  border-top-color: rgb(54, 64, 179);
}

.top_nav__item:nth-child(7n+3):hover,
.top_nav__item:nth-child(7n+3):hover::after {
  background-color: rgb(54, 64, 179);
}

.top_nav__item:nth-child(7n+4) {
  border-top-color: rgb(204, 162, 102);
}

.top_nav__item:nth-child(7n+4):hover,
.top_nav__item:nth-child(7n+4):hover::after {
  background-color: rgb(204, 162, 102);
}

.top_nav__item:nth-child(7n+5) {
  border-top-color: rgb(115, 204, 51);
}

.top_nav__item:nth-child(7n+5):hover,
.top_nav__item:nth-child(7n+5):hover::after {
  background-color: rgb(115, 204, 51);
}

.top_nav__item:nth-child(7n+6) {
  border-top-color: rgb(186, 57, 230);
}

.top_nav__item:nth-child(7n+6):hover,
.top_nav__item:nth-child(7n+6):hover::after {
  background-color: rgb(186, 57, 230);
}

.top_nav__item:nth-child(7n+7) {
  border-top-color: rgb(191, 34, 25);
}

.top_nav__item:nth-child(7n+7):hover,
.top_nav__item:nth-child(7n+7):hover::after {
  background-color: rgb(191, 34, 25);
}

.top_nav__item:nth-child(7),
.top_nav__item:nth-child(7)::after {
  z-index: 2;
  color: rgb(255, 255, 255);
  background-color: rgb(191, 34, 25);
}

@media screen and (max-width: 1024px) {

  .top_nav__item:nth-child(n+8),
  .top_nav__item:nth-child(n+8)::after {
    display: none;
  }

  .top_nav__item:nth-child(7),
  .top_nav__item:nth-child(7)::after {
    display: flex;
  }
}

@media screen and (max-width: 637px) {

  .top_nav__item:nth-child(7),
  .top_nav__item:nth-child(7)::after {
    display: none;
  }
}

@media screen and (max-width: 583px) {

  .top_nav__item:nth-child(6),
  .top_nav__item:nth-child(7) {
    background-color: transparent;
    border-top-color: transparent;
  }
}

@media screen and (max-width: 380px) {
  .top_nav__item:nth-child(5) {
    display: none;
  }
}

.top_nav__lang-switcher {
  -moz-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.lang-switcher {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 16px;
  margin: 0px;
  font-size: 15px;
  list-style: outside none none;
}

.lang-switcher::before {
  position: relative;
  left: -16px;
  width: 1px;
  height: 90%;
  content: "";
  background-color: rgb(102, 102, 102);
}

.lang-switcher__item {
  display: inline;
  color: rgb(102, 102, 102);
  text-decoration: none;
}

.lang-switcher__item+.lang-switcher__item {
  margin-left: 8px;
}

.lang-switcher__item--is_active {
  text-shadow: 1px 0px 0px rgb(0, 0, 0);
}

.lang-switcher__item>abbr {
  text-decoration: none;
}

.side_bar {
  position: relative;
  padding: 0px;
  font-family: "Ubuntu", sans-serif;
  background: whitesmoke none repeat scroll 0% 0%;
}

.side_bar__nav {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
  border-bottom: 1px solid transparent;
}

.side_bar__tab {
  display: block;
  flex-basis: 0px;
  -moz-box-flex: 1;
  flex-grow: 1;
  padding: 12px 9px 11px;
  font-size: 10px;
  font-weight: 700;
  color: rgb(102, 102, 102);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(226, 226, 226) none repeat scroll 0% 0%;
  border-right: 1px solid whitesmoke;
  border-left: 1px solid whitesmoke;
}

.side_bar__tab+.side_bar__tab {
  border-left-color: whitesmoke;
}

.side_bar__tab:hover,
.side_bar__tab:focus {
  background: rgba(226, 226, 226, 0.5) none repeat scroll 0% 0%;
  border-right-color: rgba(226, 226, 226, 0.5);
}

.side_bar__tab:first-child,
.side_bar__tab:first-child:hover,
.side_bar__tab:first-child:focus {
  color: rgb(102, 102, 102);
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
}

.side_bar__tab_body {
  padding: 0px 16px;
}

.side_bar__item {
  position: relative;
  padding: 15px 0px;
  margin-top: 0px;
  border-bottom: 1px solid gainsboro;
}

.side_bar__item:last-child {
  border-bottom: medium none;
}

.side_bar__link_text {
  margin: 0px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(51, 51, 51);
  cursor: pointer;
}

.side_bar__link_text:hover,
.side_bar__link_text:focus {
  text-decoration: underline;
}

.side_bar__category,
.side_bar__date {
  font-size: 10px;
  color: rgb(160, 160, 160);
}

.side_bar__image_wrapper {
  position: relative;
  padding-top: 57.143%;
  overflow: hidden;
}

.side_bar__image {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  height: auto;
  transition: transform 3s ease 0s, -webkit-transform 3s ease 0s;
}

.side_bar__item:hover .side_bar__image,
.side_bar__item:focus .side_bar__image {
  transform: scale(1.1);
}

.side_bar__image_text {
  margin-top: 16px;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33333;
  cursor: pointer;
}

.side_bar__image_text:hover,
.side_bar__image_textfocus {
  text-decoration: underline;
}

.content {
  position: relative;
  padding: 0px;
}

.content__body {
  max-width: 100%;
  padding: 0px 8px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .content__body {
    padding: 0px;
  }
}

@media screen and (min-width: 1170px) {
  .content__body {
    max-width: 800px;
  }
}

@media screen and (min-width: 1400px) {
  .content__body {
    max-width: 940px;
  }
}

.content__lead_text {
  padding: 16px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  color: rgb(204, 0, 0);
  border-bottom: 2px solid;
}

@media screen and (max-width: 767px) {
  .content__lead_text {
    font-size: 24px;
  }
}

.content__img_figure {
  width: 100%;
  max-width: 450px;
  margin: 0px auto 16px;
  text-align: center;
}

.content__image {
  display: block;
  width: 100%;
  max-width: 450px;
}

.content__img_capition {
  width: 100%;
  max-width: 450px;
  padding: 8px;
  font-size: 17px;
  background-color: rgb(238, 238, 238);
}

.content__special_text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  color: rgb(204, 0, 0);
}

.content__accent {
  font-weight: bold;
  color: rgb(204, 0, 0);
}

.content__accent_text {
  color: red ! important;
  font-weight: bold;
}

.content__bottom_btns {
  text-align: center;
}

.content__btn,
.content__btn:visited,
.content__btn:hover,
.content .content__btn {
  display: inline-block;
  padding: 20px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  background-color: rgb(2, 153, 255);
  background-repeat: no-repeat;
  background-position: 1.35em 0.94em;
  background-size: 1em auto;
  border: medium none;
  border-radius: 5px;
  box-shadow: 0px 4px 15px 0px rgba(129, 150, 160, 0.45);
  transition: all 0.15s ease-in-out 0s;
}

.content__btn--pulse,
.pulse_btn {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
}

.header {
  position: relative;
}

.header__image_wrapper {
  position: relative;
  background-image: url("../img/header_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 20px 0px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .header__image_wrapper {
    background-position: center top;
  }
}

.header__image {
  width: 100%;
}

.header__flight-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
  position: relative;
  text-align: center;
  margin-bottom: 84px;
}

@media screen and (max-width: 650px) {
  .header__flight-block {
    min-height: 25vh ! important;
  }
}

.header__main-title {
  position: relative;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  color: rgb(255, 255, 255);
  z-index: 1;
  text-align: center;
  margin: 0px;
  padding: 5px;
  border-radius: 3px;
}

.header__flight-pic-wrapper {
  display: block;
  max-width: 407px;
  height: 272px;
  width: 100%;
}

.header__flight-pic-wrapper img,
.header__flight-text img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
}

.header__info_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  font-size: 14px;
  color: rgb(170, 170, 170);
  background: black none repeat scroll 0% 0%;
}

@media screen and (max-width: 480px) {
  .header__info_block {
    font-size: 12px;
  }
}

.header__info_text {
  display: inline-block;
  flex-shrink: 0;
  padding-right: 8px;
  margin-right: 8px;
  color: rgb(246, 87, 87);
  border-right: 1px solid grey;
}

.header__date {
  -moz-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
}

.header__social_icons {
  flex-shrink: 0;
}

.social_icons {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}

.social_icons__item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

.social_icons__item+.social_icons__item {
  margin-left: 8px;
}

.social_icons__icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  transition: fill 0.3s ease 0s;
  fill: rgb(255, 255, 255);
}

.social_icons__counter {
  vertical-align: middle;
}

.social_icons__item:focus .social_icons__icon--tw,
.social_icons__item:hover .social_icons__icon--tw {
  fill: rgb(3, 169, 244);
}

.social_icons__item:focus .social_icons__icon--msgr,
.social_icons__item:hover .social_icons__icon--msgr {
  fill: rgb(0, 132, 255);
}

.social_icons__item:focus .social_icons__icon--wtsp,
.social_icons__item:hover .social_icons__icon--wtsp {
  fill: rgb(37, 211, 102);
}

.social_icons__item:focus .social_icons__icon--fb,
.social_icons__item:hover .social_icons__icon--fb {
  fill: rgb(73, 98, 154);
}

.comments__header {
  padding: 5px 10px;
  margin-top: 50px;
  font-size: 24px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  text-align: center;
  border-bottom: 2px solid rgb(0, 0, 0);
}

.comment {
  display: flex;
  -moz-box-align: start;
  align-items: start;
  margin-bottom: 28px;
}

.comment__image {
  -moz-box-flex: 0;
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  margin-right: 8px;
  border-radius: 50px;
}

.comment__content {}

.comment__content img {
  width: 100%;
  max-width: 400px;
}

.comment__user_name {
  margin-bottom: 4px;
  font-weight: bold;
}

.comment__photo {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 12px;
}

.quote {
  padding: 30px 0px;
  border-top: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
  font-size: 0px;
}

.quote__pic-box,
.quote__text-box {
  display: inline-block;
  vertical-align: top;
}

.quote__pic-box {
  width: 25%;
}

.quote__pic {
  display: block;
  width: 90%;
  margin: 0px auto;
}

.quote__text-box {
  width: 75%;
  font-size: 22px;
  color: rgb(68, 68, 68);
}

.quote__text {
  display: block;
  position: relative;
  padding: 40px 40px 30px;
  margin: 0px;
  font-style: italic;
}

.quote__text p {
  text-indent: 0.7em;
  margin: 0px;
}

.quote__text p+p {
  margin-top: 10px;
}

.quote__text::before {
  content: "“";
  top: -20px;
  left: 0px;
}

.quote__text::after {
  content: "”";
  bottom: -10px;
  right: 0px;
}

.quote__text::before,
.quote__text::after {
  display: block;
  height: 65px;
  position: absolute;
  font-style: normal;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: rgba(182, 0, 7, 0.2);
}

.quote__text-authore {
  font-weight: 700;
  padding: 0px 40px;
  display: inline-block;
  font-style: italic;
  max-width: 440px;
}

@media all and (max-width: 1279px) {
  .header__main-title {
    font-size: 26px;
  }

  .header__flight-block {
    min-height: 45vh;
  }
}

@media all and (max-width: 767px) {
  .header__image_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .header__flight-block {
    display: inline-block;
    margin: 0px auto;
    width: 70vw;
  }

  .header__flight-pic-wrapper {
    max-width: 100%;
    height: auto;
  }

  .header__flight-text {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 65px;
    height: 65px;
  }

  .header__flight-text img {
    max-width: 100%;
    max-height: 100%;
  }

  .header__main-title {
    font-size: 25px;
  }

  .quote__pic-box {
    display: block;
    margin: 0px auto 15px;
    width: 100%;
    max-width: 250px;
  }

  .quote__text-box {
    display: block;
    width: 100%;
  }

  .quote__text {
    padding: 20px;
  }

  .quote__text::before,
  .quote__text::after {
    height: 45px;
    font-size: 100px;
  }
}

@media all and (max-width: 459px) {
  .header__flight-block {
    width: 90%;
  }

  .header__info_block .header__main-title {
    display: block;
    opacity: 1;
  }

  .social_icons__item+.social_icons__item {
    margin-left: 0px;
  }

  .social_icons {
    font-size: 12px;
  }

  .header__info_text {
    font-size: 12px;
  }

  .top_nav__item:nth-child(7n+4) {
    display: none;
  }
}

.mobile-burger {
  display: none;
}

@media all and (max-width: 767px) {
  .lang-switcher__item {
    display: none;
  }

  .mobile-burger {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 54px;
    margin-left: auto;
  }

  .mobile-burger span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-burger span,
  .mobile-burger span::before,
  .mobile-burger span::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: rgb(0, 0, 0);
  }

  .mobile-burger span::before {
    transform: translateY(-8px);
  }

  .mobile-burger span::after {
    transform: translateY(8px);
  }
}

.page__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px 0px;
  margin: 0px auto 0px auto;
}

@media screen and (max-width: 1024px) {
  .page__footer {
    margin-right: auto;
  }
}

@media screen and (min-width: 1170px) {
  .page__footer {
    max-width: 800px;
  }
}

@media screen and (min-width: 1400px) {
  .page__footer {
    max-width: 940px;
  }
}

.page__footer p {
  margin: 10px 0px 0px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}
.main_form { display: flex; flex-direction: column; align-items: center; background: transparent url("../img/form_bg.jpg") no-repeat scroll center top / 100% 100%; padding: 30px 0px; text-align: center; max-width: 650px; margin: 0px auto 20px; font-size: 16px; }
.main_form h2 { margin: 25px 0px 0px; color: black; font-weight: bold; font-size: 29px; text-transform: none; }
.main_form p { text-indent: 20px; color: black; text-align: center; margin: 15px 5px; line-height: 1.35em; }
.sertif { color: blue ! important; font-size: 14px; }
.price_red { font-weight: bold; color: red; white-space: nowrap; }
.blue-border { margin: 15px 20px ! important; border: 2px solid rgb(2, 153, 255); padding: 10px; max-width: 700px; font-weight: bold; font-size: 14px; line-height: 1.3em; text-indent: 0px ! important; text-align: center ! important; }
.main_form { margin-top: 20px; }
.main_form label { margin-top: 10px; font-size: 16px; font-weight: bold; color: rgb(0, 0, 0); }
.main_form input { font-size: 18px; padding: 15px; border-radius: 3px; border: 2px solid rgb(233, 215, 220); max-width: 300px; width: 100%; outline: medium none; }
.main_form button { padding: 20px; color: rgb(255, 255, 255); font-weight: 700; text-decoration: none; box-shadow: 0px 4px 15px 0px rgba(129, 150, 160, 0.45); border-radius: 5px; background-color: rgb(2, 153, 255); background-position: 1.35em 0.94em; background-size: 1em auto; background-repeat: no-repeat; transition: all 0.15s ease-in-out 0s; border: medium none; cursor: pointer; font-size: 20px; margin-top: 20px; box-sizing: border-box; width: 260px; margin-bottom: 40px; max-width: 100%; }
.main_form button:hover { background-color: rgb(1, 122, 204); }
.timelimit, .additional { font-size: 12px; text-align: center; padding: 0px 20px; color: rgb(108, 110, 122); line-height: 27px; }
.timelimit { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.timer { display: inline-block; background: transparent url("../img/timerIcon2.png") no-repeat scroll 0% 5px; padding-left: 14px; color: red; font-size: 15px; font-weight: bold; }
@media screen and (max-width: 680px) {
  .main_form { margin: 0px 10px 10px; padding: 30px 10px; }
  .main_form p { padding: 0px 10px; }
}
.product-photo { display: flex; justify-content: center; }
.timelimit, .additional, .main_form p { font-weight: bolder; }
@media (max-width: 768px) {
  .main_form { font-size: 18px; }
}




html{
  scroll-behavior: smooth;
}