*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.hidden,
[hidden] {
  display: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  color: #565555;
  margin: 0;
  padding: 0;
}

main {
  overflow-x: hidden;
}

body.menu--open {
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1060px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif!important;
}
@media screen and (max-width: 1060px) {
  .container {
    max-width: 100%;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 268px;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  min-height: 43px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.btn:hover, .btn:focus, .btn:active {
  background: #123967;
}
.rel {
  position: relative;
}

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

.swiper-slide {
  height: initial;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(244, 244, 244);
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 20px);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: " ";
  display: block;
  width: 16px;
  height: 30px;
  background: url(../img/arrow.svg) center/contain no-repeat;
}
@media screen and (max-width: 600px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: initial;
  margin-top: 34px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #565555;
  opacity: 1;
  margin: 5px 9px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #036DEB;
}

.section {
  margin: 70px 0;
}
@media screen and (max-width: 600px) {
  .section {
    margin: 30px 0;
  }
}

.section-title {
  text-align: center;
  border-bottom: 1px solid #79BBEB;
  padding-bottom: 23px;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .section-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.section-title .title {
  color: #123967;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-weight: 500;
  margin: 0 auto 15px;
}
@media screen and (max-width: 600px) {
  .section-title .title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 370px) {
  .section-title .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.section-title .subtitle {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.section-title .icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #F4F4F4;
  margin: 0 0 0 auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title .icon img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.elem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.elem .elem__bg img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.elem .elem__info {
  padding: 27px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  color: rgb(244, 244, 244);
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(86, 85, 85), rgba(0, 0, 0, 0.37) 44.321%, rgba(0, 0, 0, 0) 100%);
}
.elem .elem__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 auto 16px;
}
.elem .elem__title2 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 11px;
  text-transform: uppercase;
  text-indent: 11px;
}

/* form start */
.form .inputs-container{
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 992px) {
  .form .inputs-container{
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 12px;
  }
  .form .openday-form-politic{
    /* display: block; */
    max-width: 400px;
    margin: 15px auto 0 auto;
  }
}

.form .openday-form-politic{
  margin-top: 15px;
  display: block;
}

.form .openday-form-politic a{
  color: #fff;
}

.form .input {
  /* color: #ffffff; */
  height: 43px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.form .submit {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 43px;
}
@media screen and (max-width: 992px) {
  .form .submit {
    max-width: 400px;
  }
}

.info-form {
  border-radius: 10px;
}

.callback-form,
.info-form {
  background-color: #1C6ECF;
  color: #ffffff;
}
.callback-form .title,
.info-form .title {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .callback-form .title,
  .info-form .title {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .callback-form .title,
  .info-form .title {
    margin: 0 auto 25px;
    font-size: 22px;
  }
}

.callback-form {
  padding: 58px 0;
}
.callback-form .form{
  max-width: 100%;
}
.callback-form .title {
  color: #ffffff;
}
/* form end */
/* first screen -->> */
.first-screen {
  position: relative;
}
.first-screen .first-screen__bg {
  position: relative;
  min-height: 600px;
}
.first-screen .first-screen__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
.first-screen .first-screen__bg::after {
  content: " ";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #193050;
  opacity: 0.5;
}
@media screen and (min-width: 2000px) {
  .first-screen .first-screen__bg {
    max-width: 2000px;
    margin: 0 auto;
  }
}
.first-screen .first-screen__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__content {
    padding-bottom: 150px;
  }
}
.first-screen .first-screen__content .btn {
  margin: auto;
}
.first-screen .first-screen__title1 {
  font-weight: 100;
  text-align: center;
  margin: auto auto 20px;
  letter-spacing: 25px;
  text-indent: 25px;
}
.first-screen .first-screen__title {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
  max-width: 774px;
  padding: 0 10px;
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .first-screen .first-screen__title {
    font-size: 34px;
  }
}
.first-screen .first-screen__top {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.first-screen .first-screen__link {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 328px;
  height: 63px;
  padding: 0 0 10px 0;
}
.first-screen .first-screen__link:nth-child(1) {
  background: linear-gradient(180deg, rgb(7, 170, 150), rgba(7, 170, 150, 0) 100%);
}
.first-screen .first-screen__link:nth-child(2) {
  background: linear-gradient(180deg, rgb(240, 153, 23), rgba(240, 153, 23, 0) 100%);
}
.first-screen .first-screen__info {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 5px;
  width: 100%;
  max-width: 880px;
  min-height: 60px;
  color: #565555;
  font-size: 18px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.first-screen .first-screen__info > div {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__info > div {
    padding: 8px 0;
  }
}
.first-screen .first-screen__info > div:not(:last-child) {
  border-right: 1px solid rgb(190, 189, 189);
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__info > div:not(:last-child) {
    border-bottom: 1px solid rgb(190, 189, 189);
    border-right: initial;
  }
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__info > div {
    max-width: 300px;
  }
}
@media screen and (max-width: 920px) {
  .first-screen .first-screen__info {
    margin: -30px 20px 0;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 840px) {
  .first-screen .first-screen__info {
    flex-direction: column;
    padding: 10px;
    align-items: center;
    max-width: 400px;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 440px) {
  .first-screen .first-screen__info {
    margin: -30px 20px 0;
    max-width: calc(100% - 40px);
  }
}
.first-screen .first-screen__place {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 0 4px;
}
.first-screen .first-screen__place:before {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  background: url(../img/globus.svg) center/contain no-repeat;
}

/* <<-- first screen */
/* route start -->>*/
.route .route-container {
  position: relative;
}
.route .route-slider__img {
  padding: 4px;
  border: 1px solid #535353;
  border-radius: 10px;
  max-width: 136px;
  margin: 0 auto;
  max-height: 136px;
}
.route .route-slider__img img {
  width: 100%;
  height: 100%;
  max-width: 126px;
  max-height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.route .route-slider__name {
  text-align: center;
  margin: 5px 0;
}
.route .route-control {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.route .route-slider-next,
.route .route-slider-prev {
  width: 24px;
  height: 24px;
  top: initial;
  left: initial;
  right: initial;
  position: relative;
}
.route .route-slider-next::after,
.route .route-slider-prev::after {
  height: 16px;
}
.route .swiper-button-prev.route-slider-prev.swiper-button-disabled {
  display: none;
}
.route .swiper-button-next.route-slider-next.swiper-button-disabled {
  display: none;
}

/* <<-- route end */
/* cost start -->> */
.cost .cost__inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 940px) {
  .cost .cost__inner {
    flex-direction: column;
    align-items: center;
  }
}
.cost .cost__item {
  width: calc(50% - 15px);
}
.cost .cost__item:nth-child(1) .cost__content-inner {
  background: linear-gradient(134.71deg, rgb(42, 58, 201) 0.467%, rgb(7, 170, 150) 100%);
}
.cost .cost__item:nth-child(2) .cost__content-inner {
  background: linear-gradient(134.71deg, rgb(42, 58, 201) 0.467%, rgb(235, 121, 224) 100%);
}
@media screen and (max-width: 940px) {
  .cost .cost__item {
    width: 100%;
    max-width: 500px;
  }
}
.cost .cost__title {
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 36px;
  color: #123967;
}
@media screen and (max-width: 992px) {
  .cost .cost__title {
    font-size: 26px;
    margin: 0 auto 15px;
  }
}
.cost .cost__content {
  background-color: #F4F4F4;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cost .cost__content-inner {
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 34px;
  min-height: 458px;
}
@media screen and (max-width: 600px) {
  .cost .cost__content-inner {
    padding: 30px 20px;
    min-height: initial;
  }
}
.cost .cost__content-inner ul {
  margin: 0 auto 20px;
  max-width: 310px;
}
.cost .cost__content-inner p {
  margin: 0 auto;
  max-width: 310px;
}
.cost .cost__content-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cost .cost__content-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 17px;
  }
}
.cost .cost__info-price {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #123967;
  font-weight: 700;
  text-align: center;
  padding: 27px 0;
  margin: 35px auto 0;
  border-top: 1px solid rgb(121, 187, 235);
  max-width: 70%;
}
@media screen and (max-width: 940px) {
  .cost .cost__info-price {
    border-top: initial;
    margin: 0 auto 0;
    padding: 20px 0;
  }
}
.cost .cost__info {
  color: #13212A;
  padding-top: 40px;
  font-weight: 300;
}
@media screen and (max-width: 940px) {
  .cost .cost__info {
    padding-top: 20px;
  }
}
.cost .cost__info-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 15px 0;
}

/* <<-- cost end */
/* info-form start -->> */
.info-form {
  padding: 40px 80px 57px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .info-form {
    padding: 40px 20px 57px;
  }
}
@media screen and (max-width: 600px) {
  .info-form {
    margin: 0 -20px;
    border-radius: 0;
  }
}

/* <<-- info-form end */
/* route-descr start -->> */
@media screen and (max-width: 992px) {
  .route-descr .section-title {
    margin-bottom: 40px;
  }
}
.route-descr .route-descr-wrap {
  position: relative;
}
@media screen and (max-width: 992px) {
  .route-descr .route-descr-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .route-descr .route-descr-wrap {
    padding-top: 40px;
  }
}
.route-descr .route-descr-slider {
  position: relative;
}
.route-descr .route-deskr-slider__img {
  margin-bottom: 78px;
}
@media screen and (max-width: 1050px) {
  .route-descr .route-deskr-slider__img {
    margin-bottom: 0;
  }
}
.route-descr .route-deskr-slider__img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.route-descr .route-deskr-slider__content {
  position: absolute;
  bottom: 0;
  left: calc(50% - 440px);
  max-width: 880px;
  margin: 0 auto;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(128.31deg, rgb(18, 57, 103) 2.03%, rgb(14, 97, 194) 100.157%, rgb(14, 97, 195) 100.166%);
}
@media screen and (max-width: 1050px) {
  .route-descr .route-deskr-slider__content {
    position: relative;
    margin: -53px auto 0;
    left: initial;
  }
}
@media screen and (max-width: 992px) {
  .route-descr .route-deskr-slider__content {
    margin: -53px 20px 0;
  }
}
.route-descr .route-deskr-slider__main {
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(244, 244, 244);
  color: rgb(86, 85, 85);
  padding: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .route-descr .route-deskr-slider__main {
    flex-direction: column;
  }
}
.route-descr .route-deskr-slider__main > div {
  flex: auto;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .route-descr .route-deskr-slider__main > div {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
  }
}
.route-descr .route-deskr-slider__main > div:not(:last-child) {
  border-right: 1px solid rgb(190, 189, 189);
}
@media screen and (max-width: 680px) {
  .route-descr .route-deskr-slider__main > div:not(:last-child) {
    border-bottom: 1px solid rgb(190, 189, 189);
    border-right: initial;
  }
}
.route-descr .route-deskr-slider__place {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.route-descr .route-deskr-slider__place:before {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/nature.svg) center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .route-descr .route-deskr-slider__place:before {
    display: none;
  }
}
.route-descr .route-deskr-slider__info {
  padding: 28px 53px 15px;
  font-weight: 300;
}
@media screen and (max-width: 680px) {
  .route-descr .route-deskr-slider__info {
    padding: 28px 20px 15px;
  }
}
.route-descr .route-deskr-slider__info p {
  margin: 0 0 15px 0;
}
.route-descr .route-descr-next,
.route-descr .route-descr-prev {
  top: calc(35% - 20px);
}
@media screen and (max-width: 992px) {
  .route-descr .route-descr-next,
  .route-descr .route-descr-prev {
    top: 0;
  }
}
.route-descr .route-descr-next {
  right: calc(50% - 440px);
}
@media screen and (max-width: 992px) {
  .route-descr .route-descr-next {
    right: 0;
  }
}
.route-descr .route-descr-prev {
  left: calc(50% - 440px);
}
@media screen and (max-width: 992px) {
  .route-descr .route-descr-prev {
    left: initial;
    right: 80px;
  }
}
@media screen and (max-width: 600px) {
  .route-descr .route-descr-prev {
    right: 60px;
  }
}

/* <<-- route-descr end */
/* sights start -->> */
.sights .sights__slider-wrap {
  position: relative;
}
.sights .sights__wrapper {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
/* <<-- sights end */
/* video start -->> */
.video {
  position: relative;
}
.video .video__bg {
  padding-bottom: 77px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .video .video__bg {
    position: absolute;
    padding-bottom: initial;
    min-height: 500px;
  }
}
.video .video__bg img,
.video .video__bg picture {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .video .video__bg img,
  .video .video__bg picture {
    min-height: 500px;
  }
}
/* @media screen and (min-width: 2000px) {
  .video .video__bg img,
  .video .video__bg picture {
    max-width: 2000px;
    margin: 0 auto;
  }
} */
.video .video__inner {
  height: 100%;
  width: 100%;
  max-width: 1060px;
  position: absolute;
  left: calc(50% - 530px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 1100px) {
  .video .video__inner {
    max-width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .video .video__inner {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.video .video__icon {
  width: 169px;
  height: 169px;
  margin: auto auto 78px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(131.03deg, rgb(18, 57, 103) 15.287%, rgb(14, 97, 194) 87.295%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .video .video__icon {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .video .video__icon {
    margin: 60px auto 30px;
  }
}
.video .video__icon::after {
  content: " ";
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  background: url(../img/triangle.svg) center/contain no-repeat;
  margin: 0 0 0 13px;
}
@media screen and (max-width: 1200px) {
  .video .video__icon::after {
    width: 30px;
    height: 30px;
    margin: 0 0 0 8px;
  }
}
.video .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  margin: 0 auto auto;
  text-align: center;
  max-width: 508px;
}
@media screen and (max-width: 992px) {
  .video .title {
    margin: 0 auto 60px;
  }
}
.video .advantages {
  display: flex;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 25px;
  margin: auto auto 0;
}
@media screen and (max-width: 992px) {
  .video .advantages {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
}
.video .advantages__item {
  flex: auto;
  padding: 10px;
}
.video .advantages__item:not(:last-child) {
  border-right: 1px solid rgb(190, 189, 189);
}
@media screen and (max-width: 992px) {
  .video .advantages__item:not(:last-child) {
    border-right: initial;
    border-bottom: 1px solid rgb(190, 189, 189);
  }
}
@media screen and (max-width: 992px) {
  .video .advantages__item {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    flex: none;
  }
}
.video .adbantages__num {
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
  color: #123967;
  font-family: "Roboto Slab", serif;
}
.video .adbantages__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(86, 85, 85);
  text-transform: uppercase;
}

/* <<-- video end */
/* food start -->> */
.food .food__container {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .food .food__container {
    gap: 20px;
  }
}
.food .food__item {
  width: 100%;
  max-width: calc(33.333% - 25px);
}
@media screen and (max-width: 880px) {
  .food .food__item {
    max-width: calc(33.333% - 14px);
  }
}
@media screen and (max-width: 800px) {
  .food .food__item {
    max-width: calc(50% - 14px);
  }
}
@media screen and (max-width: 470px) {
  .food .food__item {
    max-width: 100%;
  }
}
/* <<-- food end */
/* articles start -->> */
.articles .articles__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .articles .articles__inner {
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .articles .articles__inner {
    flex-direction: column;
  }
}
.articles .articles__inner li {
  width: 100%;
  max-width: calc(50% - 25px);
}
@media screen and (max-width: 1200px) {
  .articles .articles__inner li {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .articles .articles__inner li {
    max-width: 300px;
    margin: 0 auto;
  }
}
.articles .articles__item {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(244, 244, 244);
  display: flex;
  height: 200px;
}
@media screen and (max-width: 1200px) {
  .articles .articles__item {
    height: 100%;
    flex-direction: column;
  }
}
.articles .articles__img {
  width: 200px;
  flex: none;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.articles .articles__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .articles .articles__img {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
  }
}
.articles .articles__content {
  padding: 22px 37px;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .articles .articles__content {
    padding: 22px 20px;
    height: 100%;
  }
}
.articles .articles__date {
  color: rgb(28, 110, 207);
  font-size: 10px;
  line-height: 100%;
  margin: 0 0 3px 0;
}
.articles .articles__title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #123967;
  margin: 0 0 7px 0;
  max-height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles .articles__text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 0 0 4px;
  max-height: 41px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px){
  .articles .articles__text {
    margin: 0 0 12px 0;
  }
}
.articles .articles__link {
  background: rgb(28, 110, 207);
  border-color: rgb(28, 110, 207);
  font-size: 12px;
  font-weight: 400;
  margin-top: auto;
}

/* <<-- articles end */
/* reviews start -->> */
.reviews .reviews__item {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(244, 244, 244);
  padding: 23px 24px;
  margin: 0 2px;
}
.reviews .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 17px;
}
.reviews .stars li {
  flex: none;
  filter: grayscale(1);
}
.reviews .stars li span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/star.svg) center/13px no-repeat;
}
.reviews .stars[data-rating="5"] li:nth-child(1),
.reviews .stars[data-rating="5"] li:nth-child(2),
.reviews .stars[data-rating="5"] li:nth-child(3),
.reviews .stars[data-rating="5"] li:nth-child(4),
.reviews .stars[data-rating="5"] li:nth-child(5) {
  filter: grayscale(0);
}
.reviews .stars[data-rating="4"] li:nth-child(1),
.reviews .stars[data-rating="4"] li:nth-child(2),
.reviews .stars[data-rating="4"] li:nth-child(3),
.reviews .stars[data-rating="4"] li:nth-child(4) {
  filter: grayscale(0);
}
.reviews .stars[data-rating="3"] li:nth-child(1),
.reviews .stars[data-rating="3"] li:nth-child(2),
.reviews .stars[data-rating="3"] li:nth-child(3) {
  filter: grayscale(0);
}
.reviews .stars[data-rating="2"] li:nth-child(1),
.reviews .stars[data-rating="2"] li:nth-child(2) {
  filter: grayscale(0);
}
.reviews .stars[data-rating="1"] li:nth-child(1) {
  filter: grayscale(0);
}
.reviews .reviews__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  height: 84px;
  overflow: hidden;
  margin: 0 0 17px 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #565555;
}
.reviews .reviews__bottom {
  display: flex;
  gap: 18px;
  align-items: center;
}
.reviews .reviews__img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews .reviews__img img {
  display: block;
  width: 66px;
  height: 66px;
}
.reviews .reviews__name {
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
}
.reviews .reviews__deskr {
  color: rgb(3, 109, 235);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
/* <<-- reviews end */
/* captain start -->> */
.captain .captain__slider-wrap {
  position: relative;
}
.captain .captain__wrapper {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
/* <<-- captain end */
/* objects start -->> */
.objects {
  font-weight: 300;
}
.objects p {
  margin: 0 0 15px 0;
}
.objects ol {
  list-style: decimal;
}
.objects ul {
  list-style: disc;
}
.objects .objects__title {
  color: #123967;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .objects .objects__title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .objects .objects__title {
    margin: 0 auto 20px;
  }
}
.objects .objects__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto 60px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 680px) {
  .objects .objects__inner {
    gap: 12px;
  }
}
.objects .objects__item {
  width: 100%;
  max-width: calc(16.6666666667% - 25px);
}
@media screen and (max-width: 1120px) {
  .objects .objects__item {
    max-width: calc(20% - 25px);
  }
}
@media screen and (max-width: 880px) {
  .objects .objects__item {
    max-width: calc(25% - 25px);
  }
}
@media screen and (max-width: 680px) {
  .objects .objects__item {
    max-width: calc(33.3333333333% - 14px);
  }
}
@media screen and (max-width: 480px) {
  .objects .objects__item {
    max-width: calc(50% - 14px);
  }
}
.objects .objects__img {
  border: 1px solid rgb(83, 83, 83);
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  margin: 0 auto;
}
.objects .objects__img img {
  margin: 0 auto;
}
.objects .objects__name {
  margin: 3px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (max-width: 480px) {
  .objects .objects__name {
    font-size: 14px;
  }
}
.objects ol {
  padding-left: 20px;
}
.objects ol li {
  margin: 0 0 10px 0;
}
.objects ul {
  padding-left: 20px;
}
.objects ul a {
  font-weight: 300;
  text-decoration: underline;
  color: #565555;
}

/* <<-- objects end */
/* photo start -->> */
.photo {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .photo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .photo .photo-slider {
    overflow: visible;
  }
}
.photo .photo-slider img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.photo .photo-next {
  right: calc(50% - 440px);
}
@media screen and (max-width: 992px) {
  .photo .photo-next {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .photo .photo-next {
    right: 0;
    bottom: -20px;
    top: initial;
  }
}
.photo .photo-prev {
  left: calc(50% - 440px);
}
@media screen and (max-width: 992px) {
  .photo .photo-prev {
    left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .photo .photo-prev {
    left: 0;
    bottom: -20px;
    top: initial;
  }
}
.photo .photo__link {
  width: 100%;
  max-width: 880px;
  color: #ffffff;
  background-color: #1C6ECF;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin: -30px auto 0;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
.photo .photo__link:hover, .photo .photo__link:focus {
  background-color: #123967;
}
@media screen and (max-width: 992px) {
  .photo .photo__link {
    margin: -30px 20px 0;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .photo .photo__link {
    height: 40px;
    font-size: 16px;
    max-width: calc(100% - 120px);
    margin: -20px 60px 0;
  }
}
@media screen and (max-width: 380px) {
  .photo .photo__link {
    font-size: 14px;
    max-width: calc(100% - 100px);
    margin: -20px 50px 0;
  }
}

/* <<-- photo end */
/* popup start --> */
.popup {
  background-color: rgba(25, 48, 80, .9);
  color: #F4F4F4;
  border-radius: 10px;
  width: 100%;
  max-width: 825px;
}
.popup .popup__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.popup .popup__subtitle {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 6px;
}
.popup .popup__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin: 45px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .popup .popup__text {
    margin: 20px 0 0 0;
  }
}
.popup .popup__text p {
  margin: 0 0 15px 0;
}

/* <-- popup end */
/* header start -->> */
.header {
  height: 50px;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .header {
    height: 40px;
  }
}
.header a {
  color: #ffffff;
}
.header .container {
  max-width: 1280px;
}
.header .header__inner {
  background-color: #0E222B;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.header nav {
  width: 100%;
  max-width: 912px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .header nav {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header .header__menu {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 680px) {
  .header .header__menu {
    align-items: flex-end;
  }
}
.header .header__menu li {
  flex-grow: 1;
}
.header .header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .header .header__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__link {
    font-size: 16px;
    height: 42px;
  }
}
.header .header__link:hover {
  text-decoration: underline;
}
.header .header__mail {
  text-decoration-line: underline;
  margin-left: auto;
  margin-right: 17px;
}
.header .header__mail:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .header .header__mail {
    display: none;
  }
}
.header .header__phone:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .header .header__phone {
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .header .header__phone {
    margin: 0 auto;
  }
}
.header .header__logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header__logo {
    display: block;
    margin: 0 20px 0 0;
  }
}
.header .header__burger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header__burger {
    width: 22px;
    height: 22px;
    background: transparent url(../img/burger.svg) center/contain no-repeat;
    display: block;
    border: none;
    margin-left: 20px;
  }
}
.header .header__close {
  width: 22px;
  height: 22px;
  display: block;
  background: transparent url(../img/close.svg) center/contain no-repeat;
  border: none;
  margin: 0 0 30px auto;
}
.header .header__mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  right: 0;
  top: 0;
  background-color: #0E222B;
  color: #ffffff;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  flex-direction: column;
}
.header .header__mobile .header__mail {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  margin-right: 0;
}
.header .header__mobile .header__phone {
  font-size: 18px;
  margin: 0 0 0 auto;
}
.header .header__drop-list {
  position: absolute;
  left: 0;
  top: 50px;
  display: flex;
  flex-wrap: wrap;
  min-width: 600px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.header .header__drop-list li {
  width: 50%;
}
.header .header__drop-list li:nth-child(1) .header__drop-link, .header .header__drop-list li:nth-child(2) .header__drop-link {
  border-color: transparent;
}
.header .header__drop {
  position: relative;
}
.header .header__drop:hover .header__drop-list {
  visibility: visible;
  opacity: 1;
}
.header .header__drop-link {
  display: flex;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(14, 34, 43, 0.95);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 30px;
}

@media screen and (max-width: 992px) {
  .header.header-open .header__mobile {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    z-index: 101;
  }
}
/* <<-- header end */
/* <-- footer start */
.pre-footer {
  background: #0f3763;
  padding: 60px 0;
  color: #fff;
}
.pre-footer a {
  color: #fff;
}

.pre-footer__content {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .pre-footer__content {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 600px) {
  .pre-footer__content {
    gap: 30px;
  }
}

.pre-footer__block:first-child {
  min-width: 48%;
}

.pre-footer__name {
  font-weight: 700;
  font-size: 20px;
}

.pre-footer__phone {
  font-weight: 700;
  font-size: 30px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 600px) {
  .pre-footer__phone {
    font-size: 22px;
    margin: 20px 0;
  }
}

.pre-footer__email {
  font-size: 18px;
}

.soc-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.pre-footer__icons {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .pre-footer__icons {
    margin-top: 20px;
  }
}

.pre-footer__menu {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 700px) {
  .pre-footer__menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.pre-footer__list-item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  font-size: 16px;
}

.pre-footer__item-link {
  text-decoration: none;
  color: #fff;
  padding-bottom: 20px;
  display: block;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 680px) {
  .pre-footer__item-link {
    padding-bottom: 10px;
  }
}

.icon-footer {
  height: 42px;
  margin-right: 10px;
}

.footer {
  margin-top: 1px;
  background: #113052;
  padding: 40px 20px 0 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}

.grecaptcha-notes, .grecaptcha-notes a {
  color: rgba(255, 255, 255, 0.6);
}

.grecaptcha-notes {
  background: #113052;
  text-align: center;
  padding: 10px 0;
  font-size: 0.8em;
}

/* footer end --> *//*# sourceMappingURL=style.css.map */

.form .input.error {
	box-shadow: 0px 0px 2px 2px rgb(255 81 81);
}
.popup-politic ol {
	list-style: decimal;
}
.popup-politic ul {
	list-style: disc;
}
.popup-politic ol, ul {
  padding: 0 0 0 20px;
}
.popup-politic ol ul {
  padding: 0 0 0 20px;
}
.popup-politic p,
.popup-politic li {
	margin: 0 0 10px 0;
}
.popup-politic.fancybox-content {
  max-width: 980px;
}
.form-success-text {
	font-size: 24px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-weight: 700;
	padding: 20px 0;
}
.form-success-text:before{
  content: '\2714 ';
  font-size: 24px;
  margin: 0 20px 0 0;
  color: #41ff38;
}
#header .header__menu-list {
	width: 100%;
}

/* Mobile menu */
@media only screen and (min-width: 426px) and (max-width: 767px){
  header .header__menu {
      display: none!important;
  }
}
@media only screen and (max-width: 425px){
  header .header__menu {
      display: none!important;
  }
  .header__menu-mobile--phone {
    margin-right: 10px;
  }
}
.slideout-menu {
  position:fixed;
  top:0px;
  overflow-y: scroll;
  bottom:0;
  width:100%;
  min-height:100vh;
  z-index:5;
  display:none
}
.slideout-menu-left {
  left:0
}
.slideout-menu-right {
  right:0
}
.slideout-panel {
  position:relative;
  z-index:1;
  will-change:transform;
  background-color:#fff;
  min-height:100vh
}
.slideout-open,
.slideout-open .slideout-panel,
.slideout-open body {
  overflow:hidden
}
.slideout-open .slideout-menu {
  display:block
}
/**/

/* -- New menu style start -- */
#header .header__menu-list > .header__menu-item:first-child > .header__menu-sub.new__menu-sub.fix {
  transform: none; /*РЅРµ СЃРєСЂС‹РІР°С‚СЊ*/
}
#header .header__menu-list > .header__menu-item:first-child > .header__menu-sub.new__menu-sub {
columns: 3;
column-gap: 110px;
width: 1200px;
background-color: rgba(17, 48, 82, 0.9)!important;
transition: background-color 0.3s ease !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
  font-weight: 300;
padding-top: 10px;
padding-bottom: 25px;
}
#header .header__menu-list > .header__menu-item:nth-child(2) > .header__menu-sub.new__menu-sub {
columns: 3;
column-gap: 110px;
width: 1200px;
background-color: rgba(17, 48, 82, 0.9)!important;
transition: background-color 0.3s ease !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
  font-weight: 300;
padding-top: 10px;
padding-bottom: 25px;
left: -177px;

}
#header .header__menu-list > .header__menu-item:nth-child(3) > .header__menu-sub.new__menu-sub {
columns: 2;
column-gap: 110px;
max-width: 1200px;
background-color: rgba(17, 48, 82, 0.9)!important;
transition: background-color 0.3s ease !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
  font-weight: 300;
padding-top: 10px;
padding-bottom: 25px;
left: -343px;

}
#header .header__menu-list > .header__menu-item:nth-child(4) > .header__menu-sub.new__menu-sub {
columns: 2;
column-gap: 110px;
max-width: 1200px;
background-color: rgba(17, 48, 82, 0.9)!important;
transition: background-color 0.3s ease !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
  font-weight: 300;
padding-top: 10px;
padding-bottom: 25px;
left: -540px;

}
#header .header__menu-sub.new__menu-sub li.NewMenuItem,
#header .header__menu-sub.new__menu-sub li.PageBanner,
#header .header__menu-sub.new__menu-sub li.NewMenuSlider{
height: auto;
line-height: 25px;
padding: 0;
border-style: none;
border-color: #5a779c;
border-width: 1px 0px 0px 1px;
background: none;
background-color: rgba(17, 48, 82, 0)!important;
/*transition: background-color 0.3s ease !important;*/
display: flex;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
padding-left: 30px;
}
#header .header__menu-sub.new__menu-sub li.NewMenuItem .item-image {
  flex: none;
}
#header .header__menu-sub.new__menu-sub li .item-content {
padding-top: 6px;  
}
#header .header__menu-sub.new__menu-sub li a.header__menu-link {
  font-family: inherit;
  font-size: 14px;
  padding: 0 10px;
}
#header .header__menu-sub.new__menu-sub li .NewMenuTitle {
font-size: 16px;
font-weight: bold;
color:#98e6fc;
}
#header .header__menu-sub.new__menu-sub li .NewMenuImage {
border: 1px solid;
padding: 7px;
margin: 10px 10px 10px 0;
border-radius: 5px;
width: 100px;
height: 100px;
}
#header .header__menu-sub.new__menu-sub li.PageBanner {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  padding-top: 25px;
  margin-bottom: 20px;
}
#header .header__menu-sub.new__menu-sub li.PageBanner.st-7 {
  padding-left: 10px;
}
#header .header__menu-sub.new__menu-sub li.PageBanner a:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
}
#header .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner {
width: 150px;
height: 150px;
flex: none;
display: flex;
flex-wrap: wrap;
/*border: 1px solid #fff;*/
border-radius: 5px;
/*margin: 0 10px;*/
padding: 10px;
text-decoration: none;
flex-direction: column;
align-content: space-around;
justify-content: space-around;
}
#header .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner span {
display: block;
white-space: break-spaces;
text-align: center;
line-height: 22px;
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 0 10px; 
}
#header .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner .more {
border-radius: 5px;
display: block;
border: 1px solid;
text-align: center;
line-height: 20px;
color: #fff;
font-weight: normal;
font-size: 10px;
width: max-content;
padding: 0 15px;
margin: 0 auto;
}
#header .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner .more:hover {
  /*color: #0ae3a3 !important;*/
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider {
height: 450px;
padding: 10px 0 0 20px;
/*display: flex;*/
/*background-color: rgba(17, 48, 82, 0)!important;*/
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider .menu-slider {
border-radius: 5px;
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li {
  height: 450px;
line-height: normal;
border-style: none;
padding: 0;
/*background-color: rgba(17, 48, 82, 0)!important;*/
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 5px;
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.image::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
z-index: 1;
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.content {
position: absolute;
bottom: 0px;
z-index: 2;
width: 230px;
text-align: center;
color: #E4E5E5;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 430px;
border: 1px solid;
margin: 9px;
border-radius: 5px;
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li h2 {
font-size: 34px;
padding: 0px;
margin: 0px auto;
margin-top: auto;
font-family: 'DIN Condensed';
text-transform: uppercase;
max-width: calc(100% - 30px);
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li p {
  padding: 15px 20px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 1.3;
}
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li h2,
#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li p {
text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
white-space: break-spaces;
font-style: normal;
font-weight: 250;
line-height: normal;
}

#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.button-wrapper {
margin-top: 10px;
}

#header .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li a.button {
display: inline-block;
}

/* Dots Navigation Buttons */
#header .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg {
width: 250px;
margin: 0 !important;
line-height: normal;
}

#header .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li {
padding: 5px;
border-style: none;
background-color: rgba(17, 48, 82, 0);
height: 6px;
line-height: 0;
}

#header .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li a {
background: rgba(255,255,255,0.5);
width: 32px;
height: 6px;
border-radius: 4px;
margin: 0;
}

#header .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li.active a, 
#header .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li:hover a {
background-color: #fff;
}



#header .header__menu-sub.new__menu-sub li.NewMenuSlider img {
border-radius: 10px;
margin: 0 auto;
border: 1px solid;
}

#header .header__menu-sub.new__menu-sub .new__menu-sub-sub li {
height: auto;
line-height: 24px;
padding: 0;
border: none;
/*
border-style: solid;
border-color: #5a779c;
border-width: 1px 0px 0px 1px;
*/
background-color: rgba(17, 48, 82, 0) !important;
transition: background-color 0.3s ease !important;
display: block;
}


.header__menu-sub .header__menu-sub {
  position: relative;
}
/* -- New menu style end -- */

/* -- New menu mobile start -- */
.header__menu-mobile.fix {
  /*display: block;*/
}
.header__menu-mobile .header__menu-sub.new__menu-sub.fix {
  /*display: block;
  transform: none;
  position: relative; /*РЅРµ СЃРєСЂС‹РІР°С‚СЊ*/
}
.header__menu-mobile.new {
  background-color: rgba(17, 48, 82, 1) !important;
transition: background-color 0.3s ease !important;
color: #fff;
}
.header__menu-mobile.new .header__menu-link {
font-size: 18px;
font-weight: 500;
color: #fff;
font-family: 'Open Sans', sans-serif;
}
.header__menu-mobile .header__menu-list {
padding-top: 80px;
padding-left: 10px !important;
padding-right: 10px !important;
cursor: pointer;
}
.header__menu-mobile .header__menu-item {
padding: 0 0 10px 0 !important;  
}
.header__menu-mobile .header__menu-sub {
  width: 90%;
}
.header__menu-mobile .header__menu-sub.new__menu-sub {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 0;
left:0;
width: 100%;
background-color: rgba(17, 48, 82, 1) !important;
transition: background-color 0.3s ease !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
position: relative;
display: none;
-webkit-transform: none;
transform: none;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuItem,
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner,
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider{
height: auto;
line-height: 25px;
padding: 0;
border-style: none;
border-color: #5a779c;
border-width: 1px 0px 0px 1px;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li .item-content {
padding-top: 15px;  
}
.header__menu-mobile .header__menu-sub.new__menu-sub li a.header__menu-link {
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  text-size-adjust: none;
  -webkit-text-size-adjust:none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li .NewMenuTitle {
font-size: 16px;
font-weight: 500;
color: #fff;
background-color: #98e6fc;
border-radius: 4px;
padding: 5px 15px;

}
.header__menu-mobile .header__menu-sub.new__menu-sub li .item-image {
  /*padding-right: 10px;*/
}
.header__menu-mobile .header__menu-sub.new__menu-sub li .NewMenuMobileImage {
/*border: 1px solid #7e7e7e;
padding: 5px;
border-radius: 5px;*/
width: 100%;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner {
  /*display: inline-flex;*/
  display: flex;
  padding-top: 25px;
  justify-content: space-around;
  vertical-align: top;
width: 50%;
margin: 0;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner.st-7 {
  /*padding-left: 10px;*/
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner a:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
box-shadow: 0px 5px 10px 2px rgba(111, 165, 206, 0.2);
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner {
width: 130px;
height: 130px;
display: flex;
flex-wrap: wrap;
/*border: 1px solid #fff;*/
border-radius: 5px;
/*margin: 0 10px;*/
padding: 10px;
text-decoration: none;
flex-direction: column;
align-content: space-around;
justify-content: space-around;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner span {
display: block;
white-space: break-spaces;
text-align: center;
line-height: 22px;
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 0 10px; 
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner .more {
border-radius: 5px;
display: block;
border: 1px solid;
text-align: center;
line-height: 20px;
color: #fff;
font-weight: normal;
font-size: 10px;
width: max-content;
padding: 0 15px;
margin: 0 auto;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.PageBanner a.header__menu-banner .more:hover {
  /*color: #0ae3a3 !important;*/
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider {
/*height: 450px;
padding: 25px 0 15px 0;
display: flex;*/
height: 325px;
overflow: hidden;
background-color: rgba(17, 48, 82, 0)!important;
position: absolute;
bottom: 0;
right: 0;
width: 50%;
/*width: calc(50% - 15px);*/
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider .menu-slider {
border-radius: 5px;
height: 325px;
width: 150px;
margin: 0 auto;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li {
  /*height: 450px;*/
line-height: normal;
border-style: none;
padding: 0;
background-color: rgba(17, 48, 82, 0)!important;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 5px;
height: 325px !important;
width: 150px !important;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.image::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
z-index: 1;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.content {
position: absolute;
top: 0px;
z-index: 2;
width: 130px;
text-align: center;
color: #E4E5E5;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 305px;
border: 1px solid;
margin: 9px;
border-radius: 5px;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li h2 {
font-size: 34px;
padding: 0px;
margin: 0px auto;
margin-top: auto;
font-family: 'DIN Condensed';
text-transform: uppercase;
max-width: calc(100% - 30px);
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li p {
  padding: 15px 20px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 1.3;
}
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li h2,
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li p {
text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
white-space: break-spaces;
font-style: normal;
font-weight: 250;
line-height: normal;
}

.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li div.button-wrapper {
margin-top: 10px;
}

.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider ul.menu-slider li a.button {
display: inline-block;
}

/* Dots Navigation Buttons */
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg {
width: 150px;
margin: 0 !important;
line-height: normal;
}

.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li {
padding: 5px;
border-style: none;
background-color: rgba(17, 48, 82, 0);
height: 6px;
line-height: 0;
}

.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li a {
background: rgba(17, 48, 82, 1);
border: 1px solid rgba(255, 255, 255, 1);
width: 32px;
height: 6px;
border-radius: 4px;
margin: 0;
}

.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li.active a, 
.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider div.menu-slider .lSPager.lSpg > li:hover a {
background-color: #fff;
}



.header__menu-mobile .header__menu-sub.new__menu-sub li.NewMenuSlider img {
border-radius: 10px;
margin: 0 auto;
border: 1px solid;
}

.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li {
height: auto;
padding: 0;
border: none;
display: block;
}
.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li.SubMenuBlock {
  display: inline-flex;
padding-top: 15px;
justify-content: space-around;
vertical-align: top;
width: calc(50% - 3px);
margin: 0;
text-align: center;
}
.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li.SubMenuBlock a.header__menu-block--- {
  width: 130px;
height: 130px;
display: flex;
flex-wrap: wrap;
border: 1px solid transparent;
/*background: linear-gradient(#98e6fc, #02576f) border-box;
-webkit-mask:
   linear-gradient(#fff 0 0) padding-box, 
   linear-gradient(#fff 0 0);
-webkit-mask-composite: xor; 
        mask-composite: exclude;*/
border-radius: 5px;

border-image: linear-gradient(to right bottom, #98e6fc, #02576f) 30;
border-image-slice: 1;

background-origin: border-box;
background-clip: content-box, border-box;
margin: 0 10px;
padding: 10px;
text-decoration: none;
/*flex-direction: column;*/
/*align-content: space-around;
justify-content: space-around;*/
color: #fff; 
line-height: normal;
}

.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li.SubMenuBlock a.header__menu-block { 
  width: 130px;
height: 130px;
display: flex;
flex-wrap: wrap;
  --b: 1px;
  background: repeating-linear-gradient(#98e6fc, #02576f); 
  border-radius: 10px;
  position: relative; 
  z-index: 2;
    margin: 0 10px;
padding: 10px;
text-decoration: none;
  color: #fff; 
line-height: normal;
}
.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li.SubMenuBlock a.header__menu-block::after {
  content: '';
  background: #113052;
  border-radius: 10px;
  position: absolute; 
  left: var(--b); right: var(--b); top: var(--b); bottom: var(--b);
  z-index: -1;
}
.header__menu-mobile .header__menu-sub.new__menu-sub .new__menu-sub-sub li.SubMenuBlock a.header__menu-block .icon-menu {
 width: 50px;
height: 50px;
margin: 0 auto; 
image-rendering: optimizequality;
}

.header__menu-mobile .header__menu-sub .header__menu-sub {
  position: relative;
}
/* -- New menu mobile end -- */