@charset "UTF-8";
body,
html {
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}
body.overflow,
html.overflow {
  overflow: hidden !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: #334960;
}

input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: none;
}
button:focus {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.wrapper {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

.main-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
  }
}

.main-title2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #334960;
}
@media (max-width: 1024px) {
  .main-title2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .main-title2 {
    font-size: 26px;
  }
}

.border-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 50px;
  border: 1px solid #334960;
  color: #334960;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .search-result-wrap .border-btn {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }
  .border-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.border-btn:hover {
  background: #334960;
  color: white;
}

.border-white-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .border-white-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.border-white-btn:hover {
  background: #334960;
  color: white;
  border-color: #334960;
}

.white-btn {
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  border: 1px solid #fff;
  padding: 16px 32px;
  color: #0B0F44;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .white-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.white-btn:hover {
  background: transparent;
  color: white;
}

.blue-btn {
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #334960;
  border: 1px solid #334960;
  padding: 14px 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blue-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.blue-btn:hover {
  background: white;
  color: #334960;
}

input.error, textarea.error {
  border-color: red !important;
}

.maps {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .maps {
    margin: 30px 0;
  }
}
.maps .map-container {
  height: 550px;
  padding: 10px 30px 30px 430px;
}
@media (max-width: 1200px) {
  .maps .map-container {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .maps .map-container {
    padding: 20px;
    width: 100%;
    padding-top: 5px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .maps .map-container {
    height: 220px;
  }
}
.maps .main-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .maps .main-title {
    margin-bottom: 20px;
  }
}
.maps .accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #EBEDEF;
  border-radius: 20px;
}
.maps .accordion-header {
  background: #EBEDEF;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  padding: 25px 30px;
}
@media (max-width: 1024px) {
  .maps .accordion-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .maps .accordion-header {
    padding: 15px;
  }
}
.maps .accordion-header b {
  font-size: 26px;
  font-weight: 600;
  color: #0B0F44;
  min-width: 400px;
}
@media (max-width: 767px) {
  .maps .accordion-header b {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.maps .accordion-header .text {
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 767px) {
  .maps .accordion-header .text {
    font-size: 16px;
    padding-right: 20px;
    max-width: 230px;
  }
}
.maps .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}
.maps .accordion-item.open .accordion-content {
  max-height: 550px;
}
.maps .map-container {
  width: 100%;
}
.maps .icon {
  width: 50px;
  height: 50px;
  background: #334960;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 20px;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .maps .icon {
    width: 34px;
    height: 34px;
  }
}
.maps .icon:after {
  content: "";
  background: url(../img/plus-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .maps .icon:after {
    width: 20px;
    height: 20px;
  }
}
.maps .open .icon {
  transform: rotate(45deg);
}

.drop-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  background: white;
}
@media (max-width: 1024px) {
  .drop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.drop-menu .line {
  width: 20px;
  height: 2px;
  background-color: #334960;
  display: block;
  margin: 1.5px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0;
}

.drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.drop-menu.is-active .line:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.select-wrap .select2 .selection {
  width: 100%;
}
.select-wrap .select2-container--default .select2-selection--single {
  background: white;
  text-align: left;
  border: none;
  padding: 0;
  height: 100%;
  border-radius: 40px !important;
}
.select-wrap .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  line-height: 27px;
  color: #334960;
  padding: 15px 20px;
  border-radius: 40px;
}
@media (max-width: 1400px) {
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 8px 20px;
  }
}
.select-wrap .select2-selection__arrow {
  width: 20px !important;
  height: 11px !important;
  top: 48% !important;
  right: 20px !important;
  transform: translateY(-50%);
  z-index: 1 !important;
  background-color: transparent;
}
.select-wrap .select2-selection__arrow b {
  background: url(../img/select-arrow.svg) no-repeat center center;
  width: 20px !important;
  height: 11px !important;
  border: none !important;
  transition: 0.2s;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select-wrap.style-border {
  border-radius: 40px;
  border: 1px solid rgba(51, 73, 96, 0.4);
}
.select-wrap.style-border .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px;
}
.select-wrap.style-border .select2-selection__arrow {
  width: 19px !important;
  height: 10px !important;
}
.select-wrap.style-border .select2-selection__arrow b {
  width: 19px !important;
  height: 10px !important;
}

.select2-dropdown {
  border: none !important;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .select2-dropdown {
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
  color: #141414;
  font-size: 20px;
  transition: 0s;
}
@media (max-width: 1300px) {
  .select2-container--default .select2-results__option[aria-selected=true] {
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--highlighted {
  color: #39281c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 20px;
  background: white;
  font-weight: 400;
  color: #334960;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 16px;
  }
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--open .select2-dropdown {
  bottom: 0 !important;
  top: 100%;
  transition: 0s;
}

.select2-results__options {
  border: none;
  max-height: inherit !important;
  background: white;
  border-radius: 10px;
  padding: 15px 0;
  transition: 0s;
  min-width: 100%;
  width: max-content;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  font-size: 16px;
}

.select2-results__option {
  font-size: 20px;
  background: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px !important;
  margin-bottom: 10px;
  transition: 0s;
}
@media (max-width: 1300px) {
  .select2-results__option {
    font-size: 16px;
  }
}
.select2-results__option:last-child {
  margin-bottom: 0;
  border: none;
}

.select2-search--dropdown {
  border: none;
}

.select2-search {
  display: none;
}

.select2-results__option {
  padding: 0 10px;
  color: #334960;
  font-size: 20px;
  transition: 0s;
}
@media (max-width: 1300px) {
  .select2-results__option {
    font-size: 16px;
  }
}

.questions__item-body {
  padding-top: 20px;
  display: none;
  border-radius: 0 0 10px 10px;
}
.questions__item-body p {
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 850px;
}
@media (max-width: 767px) {
  .questions__item-body p {
    font-size: 14px;
  }
}

.questions__item {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 10px;
  background: #F3F3F4;
}
@media (max-width: 767px) {
  .questions__item {
    padding: 20px;
  }
}

.questions__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.questions__item-heading .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.questions__item-heading .texts .grey {
  margin-bottom: 12px;
  display: block;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
}
@media (max-width: 767px) {
  .questions__item-heading .texts .grey {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.questions__item-heading .texts b {
  font-size: 26px;
  font-weight: bold;
  color: #334960;
}
@media (max-width: 767px) {
  .questions__item-heading .texts b {
    font-size: 20px;
  }
}
.questions__item-heading .icon {
  transition: 0.3s;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #334960;
  margin-left: auto;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .questions__item-heading .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.questions__item-heading .icon:after {
  content: "";
  background: url(../img/plus-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .questions__item-heading .icon:after {
    width: 20px;
    height: 20px;
  }
}
.questions__item-heading .icon.rotate:after {
  content: "";
  background: url(../img/minus-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 4px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .questions__item-heading .icon.rotate:after {
    width: 20px;
    height: 4px;
  }
}

.swich-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.switch input {
  display: none;
}
.switch input:checked ~ .slider {
  background: #334960;
}
.switch input:checked ~ .slider:before {
  transform: translateX(21px);
  background: #fff;
}
.switch input:focus {
  outline: none !important;
}
.switch .slider {
  border-radius: 31px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  background: #334960;
  width: 48px;
  height: 26px;
  margin-right: 10px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  top: 1px;
  left: 2px;
  transform: translateX(0);
  transition: 0.4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.switch.flat .slider {
  box-shadow: none;
}

.switch.flat .slider:before {
  background: #334960;
}

.switch.flat input:checked + .slider:before {
  background: #334960;
}

.switch.flat input:checked + .slider {
  background: #334960;
}

.ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #334960 !important;
}

.ui-widget.ui-widget-content {
  height: 1px;
  background: #334960 !important;
  border-bottom: 1px solid #334960;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px !important;
}

/* --- Input white --- */
.input-white-border {
  width: 100%;
  height: 100%;
  display: block;
}
.input-white-border__input {
  height: 66px;
  width: 100%;
  border-radius: 40px;
  border: 1.433px solid rgba(51, 73, 96, 0.3);
  background: #FFF;
  padding: 0 30px;
  font-size: 18px;
  color: #0B0F44;
}
.input-white-border__input_sm {
  height: 46px;
}

.select2-container--open {
  z-index: 1001;
}

.select2-results__option {
  cursor: pointer;
}

/* --- Collapsible --- */
.collapsible {
  display: flex;
  flex-direction: column;
}
.collapsible__header {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.collapsible__arrow {
  background: url(../img/select-arrow.svg) no-repeat center center;
  width: 20px;
  height: 11px;
  transition: transform 0.2s;
  display: block;
}
.collapsible__content {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  max-height: 20000px;
  will-change: max-height;
}
.collapsible--collapsed .collapsible__content {
  max-height: 0 !important;
}

/* --- Filter Group --- */
.filter-group {
  color: #334960;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 25px;
}
.filter-group__content {
  display: flex;
  flex-direction: column;
}
.filter-group__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: max-height 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.filter-group--limited .filter-group__items {
  max-height: calc(35px * var(--visible-count) + 12px * (var(--visible-count) - 1));
  overflow-y: auto;
}
.filter-group--expanded .filter-group__items {
  max-height: 20000px;
}
.filter-group--expanded .filter-group__show-all {
  color: #ab3c8d;
}
.filter-group__show-all {
  align-self: start;
  margin-top: 12px;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.15s;
}

/* --- Checkbox --- */
.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s, transform 0.3s;
}
.checkbox--hidden {
  opacity: 0;
  transform: translateY(-10px);
}
.checkbox--visible {
  opacity: 1;
  transform: translateY(0);
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  z-index: -1;
}
.checkbox__input:checked + .checkbox__custom {
  background: #ebedef url(../img/check-checkbox.svg) no-repeat center;
}
.checkbox__input:not(:checked) + .checkbox__custom {
  background-image: none;
}
.checkbox__custom {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background: #ebedef;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.checkbox__label {
  font-size: 18px;
  cursor: pointer;
}
.checkbox.checkbox_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.checkbox.checkbox_disabled .checkbox__custom {
  background: #f5f5f5;
  border: 1px solid #d1d5db;
  cursor: not-allowed;
}
.checkbox.checkbox_disabled .checkbox__label {
  color: #a1a1a1;
  cursor: not-allowed;
}

/**
Диалоговое окно
 */
.dialog {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.dialog.dialog_opened {
  display: block;
}
.dialog__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  animation: dialog-fadein 0.3s;
}
.dialog__window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  padding: 21px 30px 21px 30px;
  min-height: 100px;
  max-width: 96vw;
  animation: dialog-scalein 0.28s cubic-bezier(0.26, 0.8, 0.33, 1.35);
}
.dialog.dialog_opened .dialog__window {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.dialog__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.dialog__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1920px) {
  .dialog__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .dialog__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
  }
}
@media (max-width: 475px) {
  .dialog__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
  }
}
.dialog__close {
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}
.dialog__close::before {
  content: "✕";
  color: #555;
}
.dialog__content {
  margin-bottom: 20px;
  font-size: 1em;
}
.dialog__footer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@keyframes dialog-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dialog-scalein {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/**
Формы для диалогового окна
 */
.dialog-form {
  display: flex;
  flex-direction: column;
}
.dialog-form__select {
  width: 100%;
}
.dialog-form__button {
  padding: 14px 0;
  max-width: 338px;
  width: 100%;
  align-self: center;
}
.dialog-form__fieldset {
  outline: none;
  border: none;
}
.dialog-form__fieldset_col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dialog-form .input-white-border__input {
  font-size: 16px;
}
.dialog-form .checkbox-wrap label span {
  height: 21px;
  width: 21px;
  min-width: 21px;
}
.dialog-form .checkbox-wrap {
  font-weight: 500;
  line-height: 130%;
}
.dialog-form .checkbox-wrap label p,
.dialog-form .checkbox-wrap label p a {
  font-size: 14px;
  font-weight: 400 !important;
  color: rgba(12, 12, 12, 0.6980392157);
}



.dialog-form__error_summary:empty, .dialog-form__success_summary:empty {
  display: none;
}
.dialog-form__error_summary:not(:empty) {
  color: red;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
}
.dialog-form__success_summary:not(:empty) {
  color: green;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
}
.dialog-form .input-error {
  color: red;
  font-size: 14px;
}
.dialog-form__input.has-error {
  border-color: red;
}

.select2-container .select2-dropdown .select2-results {
  margin-top: 1px;
  max-height: 200px;
  overflow-y: auto !important;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
}

@media (max-width: 767px) {
  .select2-container .select2-dropdown .select2-results {
    max-height: 140px;
  }
}
.show {
  display: flex !important;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Soyuz Grotesk";
  src: url("../fonts/SoyuzGrotesk-Bold.woff2") format("woff2"), url("../fonts/SoyuzGrotesk-Bold.woff") format("woff"), url("../fonts/SoyuzGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.popular-destinations {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .popular-destinations {
    margin: 30px 0;
  }
}
.popular-destinations .main-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .popular-destinations .main-title {
    margin-bottom: 30px;
    font-size: 27px;
  }
}
.popular-destinations .popular-destinations-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .popular-destinations .popular-destinations-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .popular-destinations .popular-destinations-items {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 475px) {
  .popular-destinations .popular-destinations-items {
    grid-template-columns: 1fr;
  }
}
.popular-destinations .popular-destinations-items .popular-destinations-item {
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item {
    grid-column: inherit !important;
    grid-row: inherit !important;
    height: 260px !important;
  }
}
@media (max-width: 767px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item {
    padding: 15px;
  }
}
@media (max-width: 475px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item {
    padding: 15px;
    height: 65vw !important;
  }
}
.popular-destinations .popular-destinations-items .popular-destinations-item:after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 86%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popular-destinations .popular-destinations-items .popular-destinations-item:hover {
  transform: scale(1.013);
}
.popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  height: 330px;
}
@media (max-width: 1024px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(1) {
    height: inherit;
  }
}
.popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(2) {
  height: 285px;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 1200px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(2) {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(2) {
    height: inherit;
  }
}
.popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(3) {
  height: 285px;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 1200px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(3) {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(3) {
    height: inherit;
  }
}
.popular-destinations .popular-destinations-items .popular-destinations-item:nth-child(4) {
  grid-column: 3/4;
  grid-row: 1/3;
}
.popular-destinations .popular-destinations-items .popular-destinations-item span {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item span {
    font-size: 20px;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .popular-destinations .popular-destinations-items .popular-destinations-item span {
    font-size: 16px;
  }
}

.why {
  margin: 60px 0;
  padding: 60px 0;
  background: #EDF2FF;
}
@media (max-width: 1024px) {
  .why {
    margin: 30px 0;
    padding: 50px 0;
  }
}
.why .main-title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .why .main-title {
    margin-bottom: 40px;
  }
}
.why .why-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .why .why-items {
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .why .why-items {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.why .why-items .why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why .why-items .why-item .icon {
  width: 60px;
  min-width: 60px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .why .why-items .why-item .icon {
    width: 44px;
    min-width: 44px;
    margin-right: 15px;
  }
  .why .why-items .why-item .icon img {
    width: 100%;
  }
}
.why .why-items .why-item .icon img {
  align-self: flex-start;
}
.why .why-items .why-item .texts b {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}
.why .why-items .why-item .texts p {
  color: rgba(12, 12, 12, 0.7);
  font-weight: 500;
  font-size: 14px;
  max-width: 410px;
}

.special-offers {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .special-offers {
    margin: 30px 0;
  }
}
.special-offers .wrapper > .border-btn {
  display: none;
}
@media (max-width: 767px) {
  .special-offers .wrapper > .border-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.special-offers .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .special-offers .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .special-offers .top .main-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .special-offers .top .main-title {
    font-size: 28px;
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .special-offers .top .border-btn {
    font-size: 15px;
    padding: 10px 24px;
  }
}
@media (max-width: 767px) {
  .special-offers .top .border-btn {
    display: none;
  }
}
.special-offers .special-offers-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .special-offers .special-offers-items {
    grid-template-columns: 1fr;
  }
}
.special-offers .special-offers-items .special-offers-item {
  border-radius: 15px;
  overflow: hidden;
}
.special-offers .special-offers-items .special-offers-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-offers .special-offers-items .special-offers-item .img img {
  width: 100%;
  cursor: pointer;
}
.special-offers .special-offers-items .special-offers-item .texts {
  padding: 15px;
  background: #EDF2FF;
  min-height: 250px;
}
.special-offers .special-offers-items .special-offers-item .texts .top-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.special-offers .special-offers-items .special-offers-item .texts .top-info span, .special-offers .special-offers-items .special-offers-item .texts .top-info a {
  font-weight: 600;
  font-size: 22px;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .special-offers .special-offers-items .special-offers-item .texts .top-info span, .special-offers .special-offers-items .special-offers-item .texts .top-info a {
    max-width: 250px;
    font-size: 20px;
  }
}
.special-offers .special-offers-items .special-offers-item .texts p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  max-width: 420px;
}
@media (max-width: 1024px) {
  .special-offers .special-offers-items .special-offers-item .texts p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.special-offers .special-offers-items .special-offers-item .texts .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.special-offers .special-offers-items .special-offers-item .texts .bottom .link {
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #334960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.special-offers .special-offers-items .special-offers-item .texts .bottom .link:hover {
  background: rgb(38.6142857143, 55.2714285714, 72.6857142857);
}
.special-offers .special-offers-items .special-offers-item .texts .bottom .link img {
  margin: auto;
}
.special-offers .form-wrap {
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #334960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .special-offers .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
    align-items: flex-start;
  }
}
.special-offers .form-wrap p {
  font-size: 24px;
  font-weight: 600;
  color: white;
  max-width: 520px;
}
@media (max-width: 1300px) {
  .special-offers .form-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .special-offers .form-wrap p {
    font-size: 18px;
    padding-right: 20px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .special-offers .form-wrap p {
    font-size: 20px;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.special-offers .form-wrap .special-offers-form {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1300px) {
  .special-offers .form-wrap .special-offers-form {
    max-width: 520px;
  }
}
@media (max-width: 1024px) {
  .special-offers .form-wrap .special-offers-form {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .special-offers .form-wrap .special-offers-form {
    flex-direction: column;
    max-width: 100%;
  }
}
.special-offers .form-wrap .special-offers-form input {
  width: 100%;
  height: 54px;
  background: white;
  border-radius: 50px;
  padding-right: 220px;
  padding-left: 20px;
  font-size: 18px;
  color: #0B0F44;
}
.special-offers .form-wrap .special-offers-form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.special-offers .form-wrap .special-offers-form input::-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.special-offers .form-wrap .special-offers-form input:-ms-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.special-offers .form-wrap .special-offers-form input:-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 1024px) {
  .special-offers .form-wrap .special-offers-form input {
    padding-right: 180px;
  }
}
@media (max-width: 767px) {
  .special-offers .form-wrap .special-offers-form input {
    padding: 0 20px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    color: white;
    height: 44px;
  }
  .special-offers .form-wrap .special-offers-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
  }
  .special-offers .form-wrap .special-offers-form input::-moz-placeholder {
    font-size: 14px;
    color: #fff;
  }
  .special-offers .form-wrap .special-offers-form input:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
  }
  .special-offers .form-wrap .special-offers-form input:-moz-placeholder {
    font-size: 14px;
    color: #fff;
  }
}
.special-offers .form-wrap .special-offers-form button {
  border-radius: 30px;
  height: 42px;
  background: #334960;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: white;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .special-offers .form-wrap .special-offers-form button {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .special-offers .form-wrap .special-offers-form button {
    position: static;
    width: 100%;
    transform: translateY(0);
    background: white;
    color: #334960;
    height: 44px;
    font-size: 14px;
    margin-top: 16px;
    max-width: 100%;
  }
}
.special-offers .form-wrap .special-offers-form button:hover {
  background: rgb(38.6142857143, 55.2714285714, 72.6857142857);
}

.travel-ideas {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .travel-ideas {
    margin: 30px 0;
  }
}
.travel-ideas .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .travel-ideas .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .travel-ideas .top .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .travel-ideas .top .slider-navigation {
    display: none;
  }
}

.travel-ideas-block {
  margin: 60px 0 120px;
}
@media (max-width: 1024px) {
  .travel-ideas-block {
    margin: 30px 0 60px;
  }
}

.travel-deas-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media (max-width: 1500px) {
  .travel-deas-items {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .travel-deas-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .travel-deas-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 570px) {
  .travel-deas-items {
    grid-template-columns: 1fr;
  }
}
.travel-deas-items .travel-ideas-item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .travel-deas-items .travel-ideas-item {
    width: 100%;
    margin: 0;
  }
}
.travel-deas-items .travel-ideas-item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  transition: 0.4s;
}
@media (max-width: 1500px) {
  .travel-deas-items .travel-ideas-item .bg {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .travel-deas-items .travel-ideas-item .bg {
    height: 360px;
  }
}
@media (max-width: 570px) {
  .travel-deas-items .travel-ideas-item .bg {
    height: 90vw;
  }
}
.travel-deas-items .travel-ideas-item .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 22px;
  font-weight: 600;
  max-width: 175px;
}
@media (max-width: 767px) {
  .travel-deas-items .travel-ideas-item .text {
    font-size: 20px;
  }
}
.travel-deas-items .travel-ideas-item .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.travel-deas-items .travel-ideas-item .icon img {
  margin: auto;
}
.travel-deas-items .travel-ideas-item:hover .bg {
  transform: scale(1.02);
}

.travel-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .travel-slider .slick-list {
    margin: 0;
  }
}
.travel-slider .item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .travel-slider .item {
    width: 270px;
    margin: 0;
    margin-left: 15px;
  }
}
.travel-slider .item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  transition: 0.4s;
}
@media (max-width: 1500px) {
  .travel-slider .item .bg {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .travel-slider .item .bg {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .travel-slider .item .bg {
    height: 320px;
  }
}
.travel-slider .item .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 22px;
  font-weight: 600;
  max-width: 175px;
}
@media (max-width: 767px) {
  .travel-slider .item .text {
    font-size: 20px;
  }
}
.travel-slider .item .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.travel-slider .item .icon img {
  margin: auto;
}
.travel-slider .item:hover .bg {
  transform: scale(1.02);
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94px;
  position: static;
}
.slider-navigation button {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  border: 1px solid #334960;
  position: static;
  transform: translate(0, 0);
}
.slider-navigation button:before {
  content: none;
}
.slider-navigation button svg {
  margin: auto;
  transition: 0.3s;
}
.slider-navigation button svg path {
  stroke: #334960;
  transition: 0.3s;
}
.slider-navigation button.slick-next svg {
  transform: rotate(180deg);
}
.slider-navigation button:hover {
  background: #334960;
}
.slider-navigation button:hover svg path {
  stroke: #fff;
}

.certificate-gift {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .certificate-gift {
    margin: 30px 0;
  }
}
.certificate-gift .info {
  background: #334960;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .certificate-gift .info {
    flex-direction: column;
  }
}
.certificate-gift .info .texts {
  padding: 50px 40px;
}
@media (max-width: 1300px) {
  .certificate-gift .info .texts {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .certificate-gift .info .texts {
    padding: 20px 15px;
  }
}
.certificate-gift .info .texts h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
@media (max-width: 1300px) {
  .certificate-gift .info .texts h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .certificate-gift .info .texts h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .certificate-gift .info .texts h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .certificate-gift .info .texts .white-btn {
    max-width: 370px;
    width: 100%;
  }
}
.certificate-gift .info .texts p {
  max-width: 650px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .certificate-gift .info .texts p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .certificate-gift .info .texts p {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .certificate-gift .info .texts p {
    font-size: 15px;
  }
}
.certificate-gift .info .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1400px) {
  .certificate-gift .info .img-wrap {
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .certificate-gift .info .img-wrap {
    justify-content: center;
    position: static;
    transform: translateY(0);
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}
.certificate-gift .info .img-wrap img {
  width: 550px;
}
@media (max-width: 1400px) {
  .certificate-gift .info .img-wrap img {
    width: 40vw;
  }
}
@media (max-width: 1024px) {
  .certificate-gift .info .img-wrap img {
    width: 100%;
  }
}

.footer {
  border-radius: 20px 20px 0 0;
  background: #334960;
  padding: 40px 0;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 0 20px;
    margin-top: 30px;
  }
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1620px) {
  .footer .footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .footer .footer-top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.footer .footer-top .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 95px;
  width: 210px;
}
.footer .footer-top .footer-logo img {
  width: 100%;
}
@media (max-width: 1620px) {
  .footer .footer-top .footer-logo {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .footer .footer-top .footer-logo {
    width: 150px;
  }
  .footer .footer-top .footer-logo img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-logo {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-logo {
    width: 110px;
    margin-right: 10px;
  }
}
.footer .footer-top .exchange {
  margin: auto;
}
@media (max-width: 1620px) {
  .footer .footer-top .exchange {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .exchange {
    order: 1;
    margin-top: 20px;
  }
}
.footer .footer-top .exchange p {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .footer .footer-top .exchange p {
    font-size: 16px;
  }
}
.footer .footer-top .exchange p .date {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: white;
}
@media (max-width: 1300px) {
  .footer .footer-top .exchange p .date {
    font-size: 16px;
  }
}
.footer .footer-top .exchange .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top .exchange .texts .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  color: white;
  font-size: 18px;
  font-weight: normal;
}
.footer .footer-top .exchange .texts .text img {
  margin-right: 8px;
}
.footer .footer-top .send {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 1300px) {
  .footer .footer-top .send {
    max-width: 290px;
    font-size: 16px;
    padding: 14px 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .send {
    width: 100%;
    max-width: 100%;
  }
}
.footer .footer-top .address {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: white;
  max-width: 350px;
}
@media (max-width: 1300px) {
  .footer .footer-top .address {
    font-size: 16px;
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-top .address {
    max-width: inherit;
    width: calc(100% - 170px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .address {
    font-size: 13px;
    width: calc(100% - 135px);
  }
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1620px) {
  .footer .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .footer .footer-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .footer-bottom h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}
@media (max-width: 1300px) {
  .footer .footer-bottom h3 {
    font-size: 18px;
  }
}
.footer .footer-bottom .brends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .footer .footer-bottom .brends {
    display: none;
  }
}
.footer .footer-bottom .brends img {
  margin-right: 16px;
  width: 50px;
}
.footer .footer-bottom .menu-wrap {
  max-width: 260px;
  width: 100%;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1620px) {
  .footer .footer-bottom .menu-wrap {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .footer .footer-bottom .menu-wrap {
    max-width: 230px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .footer .footer-bottom .menu-wrap {
    width: 50%;
    max-width: inherit;
    margin-bottom: 15px;
    padding-right: 5px;
  }
}
.footer .footer-bottom .menu-wrap a {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: white;
}
@media (max-width: 1300px) {
  .footer .footer-bottom .menu-wrap a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .menu-wrap a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.footer .footer-bottom .menu-wrap a:hover {
  color: #c8d6fa;
}
@media (max-width: 1024px) {
  .footer .footer-bottom .address-wrap {
    width: 100%;
  }
}
.footer .footer-bottom .address-wrap .brends {
  display: none;
}
@media (max-width: 1024px) {
  .footer .footer-bottom .address-wrap .brends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer-bottom .address-wrap p {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  color: white;
}
@media (max-width: 1300px) {
  .footer .footer-bottom .address-wrap p {
    font-size: 16px;
  }
}
.footer .footer-bottom .address-wrap p .icon {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-top: 2px;
}
.footer .footer-bottom .drop-wrap {
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .footer .footer-bottom .drop-wrap {
    max-width: 300px;
  }
}
.footer .footer-bottom .drop-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.footer .footer-bottom .drop-wrap .top .icon {
  margin: 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom .drop-wrap .top span {
  margin-right: 10px;
  font-size: 16px;
  color: white;
  transition: 0.3s;
}
.footer .footer-bottom .drop-wrap .top svg {
  transition: 0.3s;
  fill: white;
  margin-right: 10px;
}
.footer .footer-bottom .drop-wrap .top .arr {
  margin-top: 3px;
  fill: white;
  transition: 0.3s;
}
.footer .footer-bottom .drop-wrap .top .arr.rotate {
  transform: rotate(180deg);
}
.footer .footer-bottom .drop-wrap .bottom {
  transition: 0.3s;
  transform: scale(0);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
  padding: 15px;
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
}
.footer .footer-bottom .drop-wrap .bottom.show {
  transform: scale(1);
}
.footer .footer-bottom .drop-wrap .bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  min-width: 370px;
}
.footer .footer-bottom .drop-wrap .bottom ul li {
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1300px) {
  .footer .footer-bottom .drop-wrap .bottom ul li {
    font-size: 16px;
  }
}
.footer .footer-bottom .drop-wrap .bottom .phone-info {
  margin-bottom: 12px;
}
.footer .footer-bottom .drop-wrap .bottom .phone-info a {
  font-size: 16px;
  color: #334960;
}
.footer .footer-bottom .drop-wrap .bottom .phone-info b {
  font-size: 16px;
  display: block;
  color: #334960;
  margin-bottom: 3px;
}
.footer .footer-bottom .drop-wrap .bottom .phone-info span {
  color: #334960;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.7;
  display: block;
  margin-bottom: 5px;
}
.footer .footer-bottom .drop-wrap .bottom.p10 {
  padding: 15px;
  padding-bottom: 0;
  min-width: 220px;
}
@media (max-width: 1300px) {
  .footer .footer-bottom .drop-wrap .bottom.p10 {
    right: 0px;
    left: inherit;
  }
}

.events-calendar {
  margin: 60px 0 120px;
}
@media (max-width: 1024px) {
  .events-calendar {
    margin: 30px 0 60px;
  }
}
.events-calendar .main-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .events-calendar .main-title {
    margin-bottom: 20px;
  }
}
.events-calendar .events-calendar-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1500px) {
  .events-calendar .events-calendar-items {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .events-calendar .events-calendar-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .events-calendar .events-calendar-items {
    grid-template-columns: 1fr;
  }
}
.events-calendar .events-calendar-items .events-calendar-item {
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 0;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .events-calendar .events-calendar-items .events-calendar-item {
    height: 420px;
  }
}
@media (max-width: 1300px) {
  .events-calendar .events-calendar-items .events-calendar-item {
    height: 380px;
  }
}
.events-calendar .events-calendar-items .events-calendar-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.9%, rgba(0, 0, 0, 0.7) 61.9%, rgba(0, 0, 0, 0.7) 73.4%);
}
.events-calendar .events-calendar-items .events-calendar-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: white;
}
@media (max-width: 1500px) {
  .events-calendar .events-calendar-items .events-calendar-item .icon {
    width: 48px;
    height: 48px;
  }
}
.events-calendar .events-calendar-items .events-calendar-item .icon img {
  margin: auto;
}
.events-calendar .events-calendar-items .events-calendar-item .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.events-calendar .events-calendar-items .events-calendar-item .season h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 1500px) {
  .events-calendar .events-calendar-items .events-calendar-item .season h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.events-calendar .events-calendar-items .events-calendar-item .season button {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  color: white;
  border-radius: 50px;
  text-align: left;
  padding: 0 16px;
  font-size: 18px;
}
@media (max-width: 1500px) {
  .events-calendar .events-calendar-items .events-calendar-item .season button {
    margin-top: 10px;
    height: 44px;
    font-size: 16px;
  }
}
.events-calendar .events-calendar-items .events-calendar-item .season button:hover {
  background: white;
  color: #0B0F44;
}

.banner-slider-wrap {
  position: relative;
  z-index: 1;
}
.banner-slider-wrap .slider-navigation {
  position: absolute;
  bottom: 100px;
  left: 0;
  margin-left: calc((100% - 1720px) / 2);
  z-index: 100;
}
@media (max-width: 1750px) {
  .banner-slider-wrap .slider-navigation {
    margin-left: 0;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .banner-slider-wrap .slider-navigation {
    bottom: 50px;
  }
}
.banner-slider-wrap .slider-navigation button {
  border-color: white;
  background: white;
}
.banner-slider-wrap .slider-navigation button svg path {
  stroke: #0B1B44;
}
.banner-slider-wrap .slider-navigation button:hover {
  background: white;
}
.banner-slider-wrap .slider-navigation button:hover svg path {
  stroke: #0B1B44;
}
.banner-slider-wrap .banner-slider {
  margin-bottom: 0;
}
.banner-slider-wrap .banner-slider .item {
  min-height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.banner-slider-wrap .banner-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.banner-slider-wrap .banner-slider .item .bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner-slider-wrap .banner-slider .item .info {
  margin: auto;
  max-width: 1750px;
  width: 100%;
  padding: 150px 15px 170px;
}
.banner-slider-wrap .banner-slider .item .info h2 {
  max-width: 490px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  color: white;
}
@media (max-width: 1024px) {
  .banner-slider-wrap .banner-slider .item .info h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .item .info h2 {
    font-size: 34px;
  }
}
.banner-slider-wrap .banner-slider .item .info p {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 1024px) {
  .banner-slider-wrap .banner-slider .item .info p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .item .info p {
    font-size: 18px;
  }
}
.banner-slider-wrap .banner-slider .item .info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .banner-slider-wrap .banner-slider .item .info .buttons {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .item .info .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
  }
}
.banner-slider-wrap .banner-slider .item .info .buttons a {
  padding: 16px 48px;
}
@media (max-width: 1024px) {
  .banner-slider-wrap .banner-slider .item .info .buttons a {
    padding: 12px 38px;
  }
}
@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .item .info .buttons a {
    margin-top: 15px;
    width: 100%;
  }
}
.banner-slider-wrap .banner-slider .item .info .buttons a.white-btn {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .item .info .buttons a.white-btn {
    margin-right: 0;
  }
}

.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 670px;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .main-banner {
    height: 460px;
  }
}
@media (max-width: 1200px) {
  .main-banner {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .main-banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    height: 380px;
  }
}
.main-banner .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-banner .wrapper h1 {
  margin-top: auto;
  margin-bottom: 50px;
  font-size: 54px;
  font-weight: 800;
  color: white;
}
@media (max-width: 1500px) {
  .main-banner .wrapper h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .main-banner .wrapper h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .main-banner .wrapper h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

.contact-info {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .contact-info {
    margin: 30px 0;
  }
}
.contact-info .info-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .contact-info .info-top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.contact-info .info-top .big-item {
  padding: 30px;
  border-radius: 20px;
  background: #EBEDEF;
}
@media (max-width: 1200px) {
  .contact-info .info-top .big-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item {
    border-radius: 10px;
  }
}
.contact-info .info-top .big-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .top {
    margin-bottom: 20px;
  }
}
.contact-info .info-top .big-item .top h3 {
  font-size: 44px;
  font-weight: bold;
  color: #334960;
}
@media (max-width: 1200px) {
  .contact-info .info-top .big-item .top h3 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .contact-info .info-top .big-item .top h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .top h3 {
    font-size: 22px;
  }
}
.contact-info .info-top .big-item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  width: 46px;
  height: 46px;
  background: #334960;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .contact-info .info-top .big-item .top .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .top .icon {
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 6px;
  }
}
.contact-info .info-top .big-item .top .icon img {
  margin: auto;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .top .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
.contact-info .info-top .big-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact-info .info-top .big-item .info h3 {
  color: rgba(11, 15, 68, 0.6);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .info h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.contact-info .info-top .big-item .info a, .contact-info .info-top .big-item .info span {
  margin-bottom: 8px;
  font-size: 18px;
  color: #0B0F44;
  display: block;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .info a, .contact-info .info-top .big-item .info span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contact-info .info-top .big-item .phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-info .info-top .big-item .phone-wrap .texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .phone-wrap .texts {
    padding-top: 0;
  }
}
.contact-info .info-top .big-item .phone-wrap .texts h4 {
  color: rgba(11, 15, 68, 0.6);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .phone-wrap .texts h4 {
    font-size: 16px;
  }
}
.contact-info .info-top .big-item .phone-wrap .texts a {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .phone-wrap .texts a {
    font-size: 14px;
  }
}
.contact-info .info-top .big-item .phone-wrap .texts a:last-child {
  margin-bottom: 0;
}
.contact-info .info-top .big-item .phone-wrap .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-info .info-top .big-item .phone-wrap .img {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .contact-info .info-top .big-item .phone-wrap .img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-top .big-item .phone-wrap .img {
    max-width: 150px;
  }
}
.contact-info .info-top .big-item .phone-wrap .img img {
  max-width: 100%;
  max-height: 100%;
}
.contact-info .info-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .contact-info .info-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-bottom {
    grid-template-columns: 1fr;
  }
}
.contact-info .info-bottom .small-item {
  padding: 20px;
  border-radius: 20px;
  background: #EBEDEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-info .info-bottom .small-item {
    padding: 15px;
    border-radius: 10px;
  }
}
.contact-info .info-bottom .small-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-info .info-bottom .small-item .top {
    margin-bottom: 20px;
  }
}
.contact-info .info-bottom .small-item .top b {
  font-size: 26px;
  font-weight: bold;
  color: #334960;
  padding-right: 10px;
}
@media (max-width: 1300px) {
  .contact-info .info-bottom .small-item .top b {
    font-size: 20px;
  }
}
.contact-info .info-bottom .small-item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  background: #334960;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .contact-info .info-bottom .small-item .top .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-info .info-bottom .small-item .top .icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 6px;
  }
}
.contact-info .info-bottom .small-item .top .icon img {
  margin: auto;
}
@media (max-width: 767px) {
  .contact-info .info-bottom .small-item .top .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
.contact-info .info-bottom .small-item span {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 1300px) {
  .contact-info .info-bottom .small-item span {
    font-size: 16px;
  }
}

.send-message {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .send-message {
    margin: 30px 0;
  }
}
.send-message .send-message-block {
  background: #EBEDEF;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 1024px) {
  .send-message .send-message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
.send-message .send-message-block .form-wrap {
  padding: 30px;
  padding-right: 60px;
}
@media (max-width: 1400px) {
  .send-message .send-message-block .form-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .send-message .send-message-block .form-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .send-message .send-message-block .form-wrap {
    padding: 20px 10px;
  }
}
.send-message .send-message-block .form-wrap h2 {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: bold;
  color: #0B0F44;
}
@media (max-width: 1400px) {
  .send-message .send-message-block .form-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .send-message .send-message-block .form-wrap h2 {
    display: none;
  }
}
.send-message .send-message-block .form-wrap input {
  height: 66px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 40px;
  border: 1.433px solid rgba(51, 73, 96, 0.3);
  background: #FFF;
  padding: 0 30px;
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap input::-webkit-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap input::-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap input:-ms-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap input:-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 1400px) {
  .send-message .send-message-block .form-wrap input {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .send-message .send-message-block .form-wrap input {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .send-message .send-message-block .form-wrap input {
    padding: 0 20px;
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap input::-moz-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap input:-ms-input-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap input:-moz-placeholder {
    font-size: 16px;
  }
}
.send-message .send-message-block .form-wrap textarea {
  height: 170px;
  resize: none;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 30px;
  border: 1.433px solid rgba(51, 73, 96, 0.3);
  background: #FFF;
  padding: 20px 30px;
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap textarea::-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
.send-message .send-message-block .form-wrap textarea:-moz-placeholder {
  font-size: 18px;
  color: #0B0F44;
}
@media (max-width: 767px) {
  .send-message .send-message-block .form-wrap textarea {
    height: 100px;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap textarea::-moz-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .send-message .send-message-block .form-wrap textarea:-moz-placeholder {
    font-size: 16px;
  }
}
.send-message .send-message-block .form-wrap .send {
  max-width: 370px;
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .send-message .send-message-block .form-wrap .send {
    margin-top: 10px;
  }
}
.send-message .send-message-block .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.send-message .send-message-block .img-wrap h2 {
  display: none;
}
@media (max-width: 1024px) {
  .send-message .send-message-block .img-wrap h2 {
    display: block;
    color: white;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
}
.send-message .send-message-block .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-info {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .tour-info {
    margin: 30px 0;
  }
}
.tour-info .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tour-info .main-title2 {
    margin-bottom: 20px;
  }
}
.tour-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start; /* чтобы картинка не вытягивалась по высоте текста . Страница события 14.01.2024 */
}
@media (max-width: 1024px) {
  .tour-info .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tour-info .info .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  width: 100%;
  margin-right: 30px;
  /* Чтобы картинка События справа не сжималась в вертикальную полоску
  на низких разрешениях подобрано по событию новый год с узкой картинкой . Страница события до 14.01.2024 */
  min-width: 316px;
  /* Чтобы картинка не сжималась . Страница события 14.01.2024*/
  flex: 0 0 auto;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .tour-info .info .img-wrap {
    width: 50%;
    margin-right: 0;
    max-width: inherit;
  }
}
@media (max-width: 1024px) {
  .tour-info .info .img-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tour-info .info .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.tour-info .info .texts {
  /* Чтобы сжимался текст а не картинка слева от него. Страница события 14.01.2024*/
  min-width: 0;
  overflow-wrap: anywhere;
  flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .tour-info .info .texts {
    width: 50%;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .tour-info .info .texts {
    width: 100%;
    padding: 0;
  }
}
.tour-info .info .texts p {
  max-width: 900px;
  width: 100%;
  color: rgba(12, 12, 12, 0.7);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}
.tour-info .info .texts h2,
.tour-info .info .texts h3 {
  margin: 30px 0;
}
.tour-info .info .texts ul {
  list-style-type: disc;
}
.tour-info .info .texts ul li {
  margin: 0 0 10px 30px;
}
@media (max-width: 1024px) {
  .tour-info .info .texts p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tour-info .info .texts p {
    font-size: 14px;
  }
}

.tour-slider-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .tour-slider-wrap {
    margin: 30px 0;
  }
}
.tour-slider-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tour-slider-wrap .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tour-slider-wrap .top .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tour-slider-wrap .top .slider-navigation {
    display: none;
  }
}
.tour-slider-wrap .tour-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .tour-slider-wrap .tour-slider .slick-list {
    margin: 0 -7px;
  }
}
.tour-slider-wrap .tour-slider .item {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .tour-slider-wrap .tour-slider .item {
    margin: 0 7px;
  }
}
@media (max-width: 767px) {
  .tour-slider-wrap .tour-slider .item {
    margin: 0;
    margin-left: 10px;
    width: 310px;
  }
}
.tour-slider-wrap .tour-slider .item .tour-item {
  min-height: 750px;
}
@media (max-width: 1024px) {
  .tour-slider-wrap .tour-slider .item .tour-item {
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .tour-slider-wrap .tour-slider .item .tour-item {
    min-height: 550px;
  }
}
.tour-slider-wrap .tour-slider.tour-slider2 .item .tour-item {
  min-height: 700px;
}
@media (max-width: 1024px) {
  .tour-slider-wrap .tour-slider.tour-slider2 .item .tour-item {
    min-height: 580px;
  }
}
@media (max-width: 767px) {
  .tour-slider-wrap .tour-slider.tour-slider2 .item .tour-item {
    min-height: 500px;
  }
}
.tour-slider-wrap .tour-slider.tour-slider2 .item .tour-item .name {
  margin-bottom: 15px;
}

.tour-item {
  border-radius: 15px;
  background: #F3F3F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tour-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  border-radius: 15px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.tour-item .img .favorite {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  cursor: pointer;
}
.tour-item .img .favorite:after {
  content: "";
  width: 29px;
  height: 26px;
  position: absolute;
  background: url(../img/favorite-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.tour-item .img .favorite.add:after {
  width: 29px;
  height: 26px;
  background: url(../img/favorite-icon-add.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1200px) {
  .tour-item .img {
    height: 340px;
  }
}
@media (max-width: 1024px) {
  .tour-item .img {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .tour-item .img {
    height: 220px;
  }
}
.tour-item .texts {
  padding: 30px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1500px) {
  .tour-item .texts {
    padding: 15px;
  }
}
.tour-item .texts .name {
  color: #334960;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.036%;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .tour-item .texts .name {
    font-size: 20px;
  }
}
.tour-item .texts .city {
  color: rgba(12, 12, 12, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .tour-item .texts .city {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tour-item .texts .city {
    font-size: 14px;
  }
}
.tour-item .texts p {
  color: rgba(12, 12, 12, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
  /*max-height: 70px;*/
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tour-item .texts p {
    font-size: 16px;
    max-height: 68px;
  }
}
@media (max-width: 767px) {
  .tour-item .texts p {
    font-size: 14px;
    max-height: 74px;
  }
}
.tour-item .texts .price {
  margin-top: auto;
}
.tour-item .texts .price .text {
  display: block;
  margin-bottom: 5px;
  color: rgba(12, 12, 12, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .tour-item .texts .price .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tour-item .texts .price .text {
    font-size: 14px;
  }
}
.tour-item .texts .price b {
  color: #334960;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.036%;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .tour-item .texts .price b {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tour-item .texts .price b {
    font-size: 20px;
  }
}
.tour-item .texts .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 43px;
  background: #334960;
  min-height: 54px;
  font-size: 18px;
  color: white;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tour-item .texts .more {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .tour-item .texts .more {
    min-height: 45px;
    font-size: 16px;
  }
}
.tour-item .texts .more:hover {
  background: rgb(38.6142857143, 55.2714285714, 72.6857142857);
}

.tags-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .tags-wrap {
    margin: 30px 0;
  }
}
.tags-wrap .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tags-wrap .main-title2 {
    margin-bottom: 20px;
  }
}
.tags-wrap .tags-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tags-wrap .tags-items {
    margin-right: -10px;
  }
}
.tags-wrap .tags-items .tag-item {
  border-radius: 40px;
  padding: 12px 44px;
  font-size: 20px;
  font-weight: normal;
  color: #334960;
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #F3F3F4;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .tags-wrap .tags-items .tag-item {
    margin-right: 10px;
    padding: 10px 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tags-wrap .tags-items .tag-item {
    font-size: 14px;
    padding: 6px 14px;
  }
}
.tags-wrap .tags-items .tag-item:hover {
  border-color: #334960;
}
.tags-wrap .tags-items .tag-item.active {
  background: #334960;
  color: white;
  border-color: #334960;
}

.list-ships-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .list-ships-wrap {
    margin: 30px 0;
  }
}
.list-ships-wrap .list-ships-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1400px) {
  .list-ships-wrap .list-ships-items {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .list-ships-wrap .list-ships-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .list-ships-wrap .list-ships-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .list-ships-wrap .list-ships-items {
    grid-template-columns: 1fr;
  }
}
.list-ships-wrap .list-ships-items .list-ships-item {
  background: #F3F3F4;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list-ships-wrap .list-ships-items .list-ships-item:nth-child(n+5) {
    display: none;
  }
}
.list-ships-wrap .list-ships-items .list-ships-item .img {
  height: 290px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1700px) {
  .list-ships-wrap .list-ships-items .list-ships-item .img {
    height: 17vw;
  }
}
@media (max-width: 1200px) {
  .list-ships-wrap .list-ships-items .list-ships-item .img {
    height: 22vw;
  }
}
@media (max-width: 1024px) {
  .list-ships-wrap .list-ships-items .list-ships-item .img {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .list-ships-wrap .list-ships-items .list-ships-item .img {
    height: 62vw;
  }
}
.list-ships-wrap .list-ships-items .list-ships-item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.4) 100%);
}
.list-ships-wrap .list-ships-items .list-ships-item .img .stars {
  margin-left: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-ships-wrap .list-ships-items .list-ships-item .img .stars img {
  margin-left: 5px;
}
.list-ships-wrap .list-ships-items .list-ships-item .texts {
  padding: 10px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.list-ships-wrap .list-ships-items .list-ships-item .texts .name {
  display: block;
  margin-bottom: 10px;
  color: #334960;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .list-ships-wrap .list-ships-items .list-ships-item .texts .name {
    font-size: 22px;
  }
}
.list-ships-wrap .list-ships-items .list-ships-item .texts .blue-btn {
  margin-top: auto;
}
.list-ships-wrap .list-ships-items .list-ships-item .texts .text {
  margin-bottom: 20px;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7;
}
@media (max-width: 1400px) {
  .list-ships-wrap .list-ships-items .list-ships-item .texts .text {
    margin-bottom: 15px;
  }
}

.view-tours-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .view-tours-wrap {
    margin: 30px 0;
  }
}
/**
 * Сетка карточеку туров в детальных идеях.
 */
.view-tours-wrap .view-tours-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1400px) {
  .view-tours-wrap .view-tours-items {
    gap: 15px;
  }
}
@media (max-width: 1300px) {
  .view-tours-wrap .view-tours-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .view-tours-wrap .view-tours-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .view-tours-wrap .view-tours-items {
    grid-template-columns: 1fr;
  }
}
.view-tours-wrap .view-tours-items .view-tours-item {
  background: #F3F3F4;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .view-tours-wrap .view-tours-items .view-tours-item:nth-child(n+5) {
    display: none;
  }
}
.view-tours-wrap .view-tours-items .view-tours-item .img {
  height: 290px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1700px) {
  .view-tours-wrap .view-tours-items .view-tours-item .img {
    height: 17vw;
  }
}
@media (max-width: 1200px) {
  .view-tours-wrap .view-tours-items .view-tours-item .img {
    height: 22vw;
  }
}
@media (max-width: 1024px) {
  .view-tours-wrap .view-tours-items .view-tours-item .img {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .view-tours-wrap .view-tours-items .view-tours-item .img {
    height: 50vw;
  }
}
.view-tours-wrap .view-tours-items .view-tours-item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.4) 100%);
}
.view-tours-wrap .view-tours-items .view-tours-item .img .stars {
  margin-left: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-tours-wrap .view-tours-items .view-tours-item .img .stars img {
  margin-left: 5px;
}
.view-tours-wrap .view-tours-items .view-tours-item .texts {
  padding: 10px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.view-tours-wrap .view-tours-items .view-tours-item .texts .name {
  display: block;
  margin-bottom: 10px;
  color: #334960;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .view-tours-wrap .view-tours-items .view-tours-item .texts .name {
    font-size: 22px;
  }
}
.view-tours-wrap .view-tours-items .view-tours-item .texts .blue-btn {
  margin-top: auto;
  align-self: flex-start;
  max-width: 350px;
  width: 100%;
}
.view-tours-wrap .view-tours-items .view-tours-item .texts p {
  margin-bottom: 25px;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .view-tours-wrap .view-tours-items .view-tours-item .texts p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .view-tours-wrap .view-tours-items .view-tours-item .texts p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .view-tours-wrap .view-tours-items .view-tours-item .texts p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .pagination > button {
    width: 28px;
    height: 28px;
  }
  .pagination > button img {
    width: 8px;
  }
}
.pagination > button.rotate {
  transform: rotate(180deg);
}
.pagination > button.disabled {
  opacity: 0.4;
}
.pagination > button img {
  margin: auto;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul li {
  margin: 0 6px;
}
.pagination ul li button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(51, 73, 96, 0.7);
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1024px) {
  .pagination ul li button {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.pagination ul li button:hover {
  border-color: #334960;
}
.pagination ul li.active button {
  background: #334960;
  color: white;
  border-color: #334960;
}

.home-menu {
  margin-top: 150px;
}
.home-menu li {
  margin-bottom: 20px;
}
.home-menu li a {
  font-size: 20px;
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .header .wrapper {
    padding: 0;
  }
}
.header .header-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header .header-top-line {
    display: none;
  }
}
.header .header-top-line .drop-wrap {
  position: relative;
  z-index: 0;
}
.header .header-top-line .drop-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header .header-top-line .drop-wrap .top span {
  margin: 0 10px 0 12px;
  font-size: 18px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .top span {
    font-size: 16px;
  }
}
.header .header-top-line .drop-wrap .top svg {
  transition: 0.3s;
  fill: white;
}
.header .header-top-line .drop-wrap .top .arr {
  margin-top: 3px;
  fill: white;
  transition: 0.3s;
}
.header .header-top-line .drop-wrap .top .arr.rotate {
  transform: rotate(180deg);
}
.header .header-top-line .drop-wrap .bottom {
  transition: 0.3s;
  transform: scale(0);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
  padding: 20px;
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
}
.header .header-top-line .drop-wrap .bottom.show {
  transform: scale(1);
}
.header .header-top-line .drop-wrap .bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  min-width: 410px;
}
.header .header-top-line .drop-wrap .bottom ul li {
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .bottom ul li {
    font-size: 16px;
  }
}
.header .header-top-line .drop-wrap .bottom .phone-info {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .bottom .phone-info {
    margin-bottom: 15px;
  }
}
.header .header-top-line .drop-wrap .bottom .phone-info a {
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .bottom .phone-info a {
    font-size: 16px;
  }
}
.header .header-top-line .drop-wrap .bottom .phone-info span {
  color: #334960;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .bottom .phone-info span {
    font-size: 16px;
  }
}
.header .header-top-line .drop-wrap .bottom.p10 {
  padding: 20px;
  padding-bottom: 0;
  min-width: 220px;
}
@media (max-width: 1300px) {
  .header .header-top-line .drop-wrap .bottom.p10 {
    right: 0px;
    left: inherit;
  }
}
.header .header-top-line .header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-top-line .header-top-menu li {
  margin-right: 30px;
}
.header .header-top-line .header-top-menu li a {
  font-size: 18px;
  color: white;
}
@media (max-width: 1300px) {
  .header .header-top-line .header-top-menu li a {
    font-size: 16px;
  }
}
.header .header-top-line .lang {
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.header .header-top-line .soc-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-top-line .soc-icons a {
  margin: 0 8px;
}
.header .header-top-line .soc-icons a svg {
  fill: white;
  transition: 0.3s;
}
.header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  background: #334960;
  backdrop-filter: blur(20px);
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .header .header-info {
    padding: 12px 15px;
    border-radius: 0 0 8px 8px;
    transition: 0.3s;
  }
}
.header .header-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
}
.header .header-info .logo img {
  width: 100%;
}
@media (max-width: 1300px) {
  .header .header-info .logo {
    width: 120px;
  }
  .header .header-info .logo img {
    width: 100%;
  }
}
.header .header-info .desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .header .header-info .desktop-menu {
    display: none;
  }
}
.header .header-info .desktop-menu > li {
  margin: 0 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1300px) {
  .header .header-info .desktop-menu > li {
    margin: 0 10px;
  }
}
.header .header-info .desktop-menu > li:after {
  content: "";
  padding-bottom: 20px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.header .header-info .desktop-menu > li a {
  font-size: 18px;
  color: white;
}
@media (max-width: 1300px) {
  .header .header-info .desktop-menu > li a {
    font-size: 16px;
  }
}
.header .header-info .desktop-menu > li .drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .header .header-info .desktop-menu > li .drop-item {
    font-size: 16px;
  }
}
.header .header-info .desktop-menu > li .drop-item img {
  margin-left: 8px;
  margin-top: 3px;
}
.header .header-info .desktop-menu > li .sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  border-radius: 8px;
  background: #FFF;
  padding: 15px;
  z-index: 10;
  transition: 0.3s;
  min-width: max-content;
  transform: scale(0);
}
.header .header-info .desktop-menu > li .sub-menu li {
  margin-bottom: 10px;
}
.header .header-info .desktop-menu > li .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .header-info .desktop-menu > li .sub-menu li a {
  color: #334960;
  font-size: 18px;
}
.header .header-info .desktop-menu > li:hover .sub-menu {
  transform: scale(1);
}
.header .header-info .phone-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header .header-info .phone-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    width: 22px;
  }
  .header .header-info .phone-mobile img {
    width: 100%;
  }
}
.header .header-info .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header .header-info .search-btn {
    width: 36px;
    height: 36px;
  }
  .header .header-info .search-btn img {
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .header .header-info .search-btn {
    width: 24px;
    height: auto;
    background: none;
    margin-left: auto;
  }
  .header .header-info .search-btn img {
    width: 100%;
  }
}
.header .header-info .search-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.header .header-info .search-btn img {
  margin: auto;
}
.header.fixed {
  background: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .header.fixed {
    box-shadow: none;
    background: none;
  }
}
.header.fixed .lang {
  color: #334960;
}
.header.fixed .drop-wrap .top span {
  color: #334960;
}
.header.fixed .drop-wrap .top .arr {
  fill: #334960;
}
.header.fixed .drop-wrap .top svg {
  fill: #334960;
}
.header.fixed .header-top-menu li a {
  color: #334960;
}
.header.fixed .header-top-line .soc-icons svg {
  fill: #334960;
}
.header.blue-style {
  background: white;
}
@media (max-width: 1024px) {
  .header.blue-style {
    box-shadow: none;
    background: none;
  }
}
.header.blue-style .lang {
  color: #334960;
}
.header.blue-style .drop-wrap .top span {
  color: #334960;
}
.header.blue-style .drop-wrap .top .arr {
  fill: #334960;
}
.header.blue-style .drop-wrap .top svg {
  fill: #334960;
}
.header.blue-style .header-top-menu li a {
  color: #334960;
}
.header.blue-style .header-top-line .soc-icons svg {
  fill: #334960;
}
.header.no-radius .header-info {
  border-radius: 0;
}
.header .search-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 27px;
  z-index: 100;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
  transform: scale(0);
}
@media (max-width: 767px) {
  .header .search-form-wrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .search-form-wrap hr {
  opacity: 0;
  position: relative;
  display: none;
}
.header .search-form-wrap hr.show {
  color: #fff;
  opacity: 1;
}
.header .search-form-wrap .search-form,
.header .search-form-wrap .search-form-result__error,
.header .search-form-wrap .search-form-result {
  max-width: 1750px;
  width: 100%;
  margin: auto auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .search-form-wrap .search-form,
  .header .search-form-wrap .search-form-result__error,
  .header .search-form-wrap .search-form-result {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .search-form-wrap .search-form .select-wrap,
.header .search-form-wrap .search-form-result__error .select-wrap,
.header .search-form-wrap .search-form-result .select-wrap {
  margin-right: 15px;
  min-width: 250px;
}
.header .search-form-wrap .search-form .select-wrap .select2-results,
.header .search-form-wrap .search-form-result__error .select-wrap .select2-results,
.header .search-form-wrap .search-form-result .select-wrap .select2-results {
  margin-top: 20px;
}
.header .search-form-wrap .search-form input,
.header .search-form-wrap .search-form-result__error input,
.header .search-form-wrap .search-form-result input {
  flex-grow: 1;
  color: rgba(51, 73, 96, 0.9);
  font-size: 20px;
  font-weight: normal;
}
.header .search-form-wrap .search-form input::-webkit-input-placeholder,
.header .search-form-wrap .search-form-result__error input::-webkit-input-placeholder,
.header .search-form-wrap .search-form-result input::-webkit-input-placeholder {
  color: rgba(51, 73, 96, 0.6);
  font-size: 20px;
  font-weight: normal;
}
.header .search-form-wrap .search-form input::-moz-placeholder,
.header .search-form-wrap .search-form-result__error input::-moz-placeholder,
.header .search-form-wrap .search-form-result input::-moz-placeholder {
  color: rgba(51, 73, 96, 0.6);
  font-size: 20px;
  font-weight: normal;
}
.header .search-form-wrap .search-form input:-ms-input-placeholder,
.header .search-form-wrap .search-form-result__error input:-ms-input-placeholder,
.header .search-form-wrap .search-form-result input:-ms-input-placeholder {
  color: rgba(51, 73, 96, 0.6);
  font-size: 20px;
  font-weight: normal;
}
.header .search-form-wrap .search-form input:-moz-placeholder,
.header .search-form-wrap .search-form-result__error input:-moz-placeholder,
.header .search-form-wrap .search-form-result input:-moz-placeholder {
  color: rgba(51, 73, 96, 0.6);
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1300px) {
  .header .search-form-wrap .search-form input,
  .header .search-form-wrap .search-form-result__error input,
  .header .search-form-wrap .search-form-result input {
    font-size: 18px;
  }
  .header .search-form-wrap .search-form input::-webkit-input-placeholder,
  .header .search-form-wrap .search-form-result__error input::-webkit-input-placeholder,
  .header .search-form-wrap .search-form-result input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .header .search-form-wrap .search-form input::-moz-placeholder,
  .header .search-form-wrap .search-form-result__error input::-moz-placeholder,
  .header .search-form-wrap .search-form-result input::-moz-placeholder {
    font-size: 18px;
  }
  .header .search-form-wrap .search-form input:-ms-input-placeholder,
  .header .search-form-wrap .search-form-result__error input:-ms-input-placeholder,
  .header .search-form-wrap .search-form-result input:-ms-input-placeholder {
    font-size: 18px;
  }
  .header .search-form-wrap .search-form input:-moz-placeholder,
  .header .search-form-wrap .search-form-result__error input:-moz-placeholder,
  .header .search-form-wrap .search-form-result input:-moz-placeholder {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header .search-form-wrap .search-form input,
  .header .search-form-wrap .search-form-result__error input,
  .header .search-form-wrap .search-form-result input {
    font-size: 16px;
  }
  .header .search-form-wrap .search-form input::-webkit-input-placeholder,
  .header .search-form-wrap .search-form-result__error input::-webkit-input-placeholder,
  .header .search-form-wrap .search-form-result input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header .search-form-wrap .search-form input::-moz-placeholder,
  .header .search-form-wrap .search-form-result__error input::-moz-placeholder,
  .header .search-form-wrap .search-form-result input::-moz-placeholder {
    font-size: 16px;
  }
  .header .search-form-wrap .search-form input:-ms-input-placeholder,
  .header .search-form-wrap .search-form-result__error input:-ms-input-placeholder,
  .header .search-form-wrap .search-form-result input:-ms-input-placeholder {
    font-size: 16px;
  }
  .header .search-form-wrap .search-form input:-moz-placeholder,
  .header .search-form-wrap .search-form-result__error input:-moz-placeholder,
  .header .search-form-wrap .search-form-result input:-moz-placeholder {
    font-size: 16px;
  }
}
.header .search-form-wrap .search-form .search-btn2,
.header .search-form-wrap .search-form-result__error .search-btn2,
.header .search-form-wrap .search-form-result .search-btn2 {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1300px) {
  .header .search-form-wrap .search-form .search-btn2,
  .header .search-form-wrap .search-form-result__error .search-btn2,
  .header .search-form-wrap .search-form-result .search-btn2 {
    width: 26px;
  }
  .header .search-form-wrap .search-form .search-btn2 img,
  .header .search-form-wrap .search-form-result__error .search-btn2 img,
  .header .search-form-wrap .search-form-result .search-btn2 img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .search-form-wrap .search-form .search-btn2,
  .header .search-form-wrap .search-form-result__error .search-btn2,
  .header .search-form-wrap .search-form-result .search-btn2 {
    width: 22px;
  }
}
.header .search-form-wrap .search-form .search-btn2 img,
.header .search-form-wrap .search-form-result__error .search-btn2 img,
.header .search-form-wrap .search-form-result .search-btn2 img {
  margin: auto;
}
.header .search-form-wrap .search-form-result__error {
  color: #d32f2f;
  font-size: 14px;
  display: none;
  margin-top: 27px !important;
}
.header .search-form-wrap .close-form {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.header .search-form-wrap .close-form img {
  width: 26px;
}
@media (max-width: 1300px) {
  .header .search-form-wrap .close-form {
    width: 24px;
  }
  .header .search-form-wrap .close-form img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .search-form-wrap .close-form {
    width: 22px;
  }
}
.header .search-form-wrap.show {
  transform: scale(1);
}
.header .mobile-menu-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .header .mobile-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: 0.3s;
    position: absolute;
    top: 60px;
    background: white;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transform: scale(0);
    padding: 15px;
    padding-bottom: 60px;
  }
  .header .mobile-menu-wrap.open {
    transform: scale(1);
  }
  .header .mobile-menu-wrap .mob-menu > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51, 73, 96, 0.3);
  }
  .header .mobile-menu-wrap .mob-menu > li a {
    font-size: 20px;
    font-weight: 600;
    color: #334960;
  }
  .header .mobile-menu-wrap .mob-menu > li .drop-mob-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: #334960;
  }
  .header .mobile-menu-wrap .mob-menu > li .drop-mob-item img {
    transition: 0.3s;
  }
  .header .mobile-menu-wrap .mob-menu > li .drop-mob-item img.rotate {
    transform: rotate(180deg);
  }
  .header .mobile-menu-wrap .mob-menu > li .sub-menu-mob {
    display: none;
  }
  .header .mobile-menu-wrap .mob-menu > li .sub-menu-mob.open {
    display: block;
    padding-left: 20px;
    padding-top: 10px;
  }
  .header .mobile-menu-wrap .mob-menu > li .sub-menu-mob.open li {
    margin-bottom: 10px;
  }
  .header .mobile-menu-wrap .mob-menu > li .sub-menu-mob.open li a {
    font-size: 14px;
    color: #334960;
  }
  .header .mobile-menu-wrap .mob-menu2 {
    margin-bottom: 20px;
  }
  .header .mobile-menu-wrap .mob-menu2 li {
    margin-bottom: 10px;
  }
  .header .mobile-menu-wrap .mob-menu2 li a {
    font-size: 14px;
    color: #334960;
  }
  .header .mobile-menu-wrap .drop-wrap-mobile {
    margin-bottom: 20px;
  }
  .header .mobile-menu-wrap .drop-wrap-mobile .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .header .mobile-menu-wrap .drop-wrap-mobile .top span {
    margin: 0 10px 0 12px;
    font-size: 18px;
    color: #334960;
    transition: 0.3s;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .header .mobile-menu-wrap .drop-wrap-mobile .top span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header .mobile-menu-wrap .drop-wrap-mobile .top svg {
    transition: 0.3s;
    fill: #334960;
  }
  .header .mobile-menu-wrap .drop-wrap-mobile .top .arr {
    margin-top: 3px;
    fill: #334960;
    transition: 0.3s;
  }
  .header .mobile-menu-wrap .soc-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .header .mobile-menu-wrap .soc-icons a {
    margin-right: 15px;
  }
  .header .mobile-menu-wrap .phone-info-wrap .phone-info {
    margin-bottom: 15px;
  }
  .header .mobile-menu-wrap .phone-info-wrap .phone-info:last-child {
    margin-bottom: 0;
  }
  .header .mobile-menu-wrap .phone-info-wrap .phone-info span {
    display: block;
    margin-bottom: 5px;
    color: #334960;
    font-size: 14px;
  }
  .header .mobile-menu-wrap .phone-info-wrap .phone-info a {
    font-size: 14px;
    color: #334960;
  }
}
.header .hide-drop-menu {
  transition: 0.3s;
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 10000;
  padding: 20px;
  border-radius: 8px;
  background: white;
  width: 100%;
  height: calc(100vh - 61px);
  overflow-y: auto;
  display: none;
}
.header .hide-drop-menu .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header .hide-drop-menu .top-wrap span {
  font-size: 20px;
  font-weight: 600;
  color: #334960;
}
.header .hide-drop-menu .top-wrap .close-mob {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .hide-drop-menu .top-wrap .close-mob img {
  width: 100%;
}
.header .hide-drop-menu.show {
  display: block;
}
.header .hide-drop-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  min-width: 410px;
}
@media (max-width: 1024px) {
  .header .hide-drop-menu ul {
    min-width: 100%;
    gap: 10px;
  }
}
.header .hide-drop-menu ul li {
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
  color: #334960;
}
@media (max-width: 1024px) {
  .header .hide-drop-menu ul li {
    margin-bottom: 0;
  }
}
.header .hide-drop-menu .phone-info {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .header .hide-drop-menu .phone-info {
    margin-bottom: 15px;
  }
}
.header .hide-drop-menu .phone-info a {
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1300px) {
  .header .hide-drop-menu .phone-info a {
    font-size: 16px;
  }
}
.header .hide-drop-menu .phone-info span {
  color: #334960;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .header .hide-drop-menu .phone-info span {
    font-size: 16px;
  }
}
.header .hide-drop-menu.p10 {
  padding: 20px;
  padding-bottom: 0;
  min-width: 220px;
}
@media (max-width: 1300px) {
  .header .hide-drop-menu.p10 {
    right: 0px;
    left: inherit;
  }
}

.about-info {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .about-info {
    margin: 30px 0;
  }
}
.about-info .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-info .main-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-info .main-title2 {
    margin-bottom: 20px;
  }
}
.about-info .about-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .about-info .about-info-wrap {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .about-info .about-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-info .about-info-wrap .img-wrap {
  width: 33%;
}
@media (max-width: 1400px) {
  .about-info .about-info-wrap .img-wrap {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .about-info .about-info-wrap .img-wrap {
    width: 100%;
  }
}
.about-info .about-info-wrap .img-wrap img {
  width: 100%;
}
.about-info .about-info-wrap .texts {
  width: 67%;
}
@media (max-width: 1400px) {
  .about-info .about-info-wrap .texts {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .about-info .about-info-wrap .texts {
    width: 100%;
  }
}
.about-info .about-info-wrap .texts p {
  color: rgba(12, 12, 12, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  max-width: 800px;
}
@media (max-width: 1400px) {
  .about-info .about-info-wrap .texts p {
    font-size: 17px;
    line-height: 125%;
  }
}
@media (max-width: 1200px) {
  .about-info .about-info-wrap .texts p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about-info .about-info-wrap .texts p {
    font-size: 14px;
    line-height: 120%;
  }
}

.our-team {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .our-team {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .our-team .wrapper {
    padding-right: 0;
  }
}
.our-team .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .our-team .main-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-team .main-title2 {
    margin-bottom: 20px;
  }
}
.our-team .our-team-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1500px) {
  .our-team .our-team-slider {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .our-team .our-team-slider {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .our-team .our-team-slider {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .our-team .our-team-slider {
    display: block;
    gap: 15px;
  }
}
.our-team .our-team-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F3F3F4;
  padding-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #C2C8CF;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-team .our-team-slider .item {
    width: 270px;
    margin-left: 15px;
    min-height: 390px;
  }
}
.our-team .our-team-slider .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  min-height: 330px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .our-team .our-team-slider .item .img {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .our-team .our-team-slider .item .img {
    height: 250px;
  }
}
.our-team .our-team-slider .item .img img {
  margin: auto auto 0;
  width: 100%;
}
.our-team .our-team-slider .item b {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  color: #334960;
  display: block;
  padding: 15px 20px;
  max-width: 230px;
}
@media (max-width: 1500px) {
  .our-team .our-team-slider .item b {
    font-size: 20px;
    max-width: 180px;
    padding: 12px 15px;
  }
}
.our-team .our-team-slider .item .text {
  font-size: 18px;
  color: #0C0C0C;
  opacity: 0.8;
  padding: 0 20px;
}
@media (max-width: 1500px) {
  .our-team .our-team-slider .item .text {
    font-size: 16px;
    padding: 0 15px;
  }
}

.addresses {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .addresses {
    margin: 30px 0;
  }
}
.addresses .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .addresses .main-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .addresses .main-title2 {
    margin-bottom: 20px;
  }
}
.addresses .addresses-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1250px) {
  .addresses .addresses-items {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .addresses .addresses-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .addresses .addresses-items {
    grid-template-columns: 1fr;
  }
}
.addresses .addresses-items .addresses-item {
  border-radius: 20px;
  overflow: hidden;
  background: #F3F3F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.addresses .addresses-items .addresses-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.addresses .addresses-items .addresses-item .img-wrap img {
  width: 100%;
  border-radius: 20px;
  transition: 0.3s;
}
.addresses .addresses-items .addresses-item .img-wrap:hover img {
  transform: scale(1.02);
}
.addresses .addresses-items .addresses-item .texts {
  padding: 20px;
  padding-bottom: 0;
}
@media (max-width: 1250px) {
  .addresses .addresses-items .addresses-item .texts {
    padding: 15px;
  }
}
.addresses .addresses-items .addresses-item .texts h4 {
  font-size: 24px;
  font-weight: bold;
  color: #334960;
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .addresses .addresses-items .addresses-item .texts h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.addresses .addresses-items .addresses-item .texts .address-info {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .addresses .addresses-items .addresses-item .texts .address-info {
    margin-bottom: 15px;
  }
}
.addresses .addresses-items .addresses-item .texts .address-info b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #334960;
}
@media (max-width: 1250px) {
  .addresses .addresses-items .addresses-item .texts .address-info b {
    font-size: 18px;
  }
}
.addresses .addresses-items .addresses-item .texts .address-info span {
  font-size: 18px;
  color: rgba(12, 12, 12, 0.7);
}
@media (max-width: 1250px) {
  .addresses .addresses-items .addresses-item .texts .address-info span {
    font-size: 16px;
  }
}

.our-history {
  border-bottom: 1px solid #8592A0;
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .our-history {
    margin: 30px 0;
  }
}
.our-history .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .our-history .top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-history .top .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .our-history .top .slider-navigation {
    display: none;
  }
}
.our-history .our-history-slider {
  margin-bottom: -6px;
}
.our-history .our-history-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
}
@media (max-width: 767px) {
  .our-history .our-history-slider .item {
    width: 290px;
  }
}
.our-history .our-history-slider .item img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .our-history .our-history-slider .item img {
    margin-right: 10px;
    width: 10px;
  }
}
.our-history .our-history-slider .item .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
}
.our-history .our-history-slider .item .texts b {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #334960;
}
@media (max-width: 767px) {
  .our-history .our-history-slider .item .texts b {
    font-size: 30px;
  }
}
.our-history .our-history-slider .item .texts span {
  color: rgba(12, 12, 12, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .our-history .our-history-slider .item .texts span {
    font-size: 14px;
  }
}

.widget .wrapper span {
  margin: 50px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}
.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-wrap label input.has-error {
  border-color: red;
}
.checkbox-wrap label input:checked ~ span:after {
  opacity: 1;
}
.checkbox-wrap label span {
  width: 26px;
  min-width: 26px;
  margin-top: 3px;
  height: 26px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid rgba(51, 73, 96, 0.4);
}
.checkbox-wrap label span:after {
  content: "";
  background: url(../img/check.svg) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
  transition: 0.2s;
}
.checkbox-wrap label span.checkbox-error {
  border-color: red;
}
.checkbox-wrap label p.checkbox-error {
  color: red;
}
.checkbox-wrap label p {
  font-size: 18px;
  color: #0C0C0C;
}
@media (max-width: 767px) {
  .checkbox-wrap label p {
    font-size: 16px;
  }
}
.checkbox-wrap label p a {
  border-radius: 4px;
  font-size: 18px;
  color: #0C0C0C;
  text-decoration: underline;
  display: inline;
}
@media (max-width: 767px) {
  .checkbox-wrap label p a {
    font-size: 16px;
  }
}

.certificate {
  margin: 140px 0 30px;
}
@media (max-width: 1024px) {
  .certificate {
    margin-top: 80px;
  }
}
.certificate .certificate-info {
  border-radius: 20px;
  background: #334960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .certificate .certificate-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.certificate .certificate-info h2 {
  width: 40%;
  padding: 40px;
  padding-right: 0;
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
@media (max-width: 1700px) {
  .certificate .certificate-info h2 {
    font-size: 3.3vw;
  }
}
@media (max-width: 1300px) {
  .certificate .certificate-info h2 {
    font-size: 3vw;
    padding: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .certificate .certificate-info h2 {
    font-size: 26px;
    width: 100%;
    max-width: 340px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.certificate .certificate-info .img-wrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .certificate .certificate-info .img-wrap {
    width: 100%;
  }
}
.certificate .certificate-info .img-wrap img {
  width: 100%;
}

.certificate-form-wrap {
  margin: 60px 0 100px;
}
@media (max-width: 767px) {
  .certificate-form-wrap {
    margin: 10px 0 20px;
  }
}
.certificate-form-wrap .certificate-form {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.certificate-form-wrap .certificate-form input {
  border-radius: 40px;
  border: 1px solid rgba(51, 73, 96, 0.5);
  padding: 0 30px;
  width: 100%;
  height: 66px;
  font-size: 18px;
  color: #334960;
}
.certificate-form-wrap .certificate-form input::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form input::-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form input:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form input:-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form input {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form input::-moz-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form input:-moz-placeholder {
    font-size: 16px;
  }
}
.certificate-form-wrap .certificate-form input:focus {
  border-color: #334960;
}
.certificate-form-wrap .certificate-form input:focus::-webkit-input-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form input:focus::-moz-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form input:focus:-ms-input-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form input:focus:-moz-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form .inputs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .inputs-wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .certificate-form-wrap .certificate-form .inputs-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.certificate-form-wrap .certificate-form > p {
  margin-top: 10px;
  text-align: right;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .certificate-form-wrap .certificate-form > p {
    width: 90%;
    margin-left: auto;
  }
}
.certificate-form-wrap .certificate-form .recipient-details {
  margin-top: 30px;
}
.certificate-form-wrap .certificate-form .recipient-details h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 40px;
  color: #334960;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .certificate-form-wrap .certificate-form .recipient-details h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs {
    gap: 15px;
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea {
  height: 143px;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(51, 73, 96, 0.5);
  width: 100%;
  font-size: 18px;
  color: #334960;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea {
    grid-column: inherit;
    grid-row: inherit;
    order: 1;
    font-size: 1px;
  }
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea::-moz-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea:-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs textarea {
    padding: 15px;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea::-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:focus {
  border-color: #334960;
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:focus::-webkit-input-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:focus::-moz-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:focus:-ms-input-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form .recipient-details .inputs textarea:focus:-moz-placeholder {
  color: #334960;
}
.certificate-form-wrap .certificate-form .recipient-details .inputs input.input1 {
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs input.input1 {
    grid-column: inherit;
    grid-row: inherit;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs input.input2 {
  grid-column: 2/3;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs input.input2 {
    grid-column: inherit;
    grid-row: inherit;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs input.input3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs input.input3 {
    grid-column: inherit;
    grid-row: inherit;
  }
}
.certificate-form-wrap .certificate-form .recipient-details .inputs input.input4 {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: -75px;
}
@media (max-width: 1024px) {
  .certificate-form-wrap .certificate-form .recipient-details .inputs input.input4 {
    grid-column: inherit;
    grid-row: inherit;
    margin-top: 0;
  }
}
.certificate-form-wrap .certificate-form .checkbox-wrap {
  width: 100%;
}
.certificate-form-wrap .certificate-form .btn-wrap {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}
.certificate-form-wrap .certificate-form .btn-wrap button {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .certificate-form-wrap .certificate-form .btn-wrap button {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.payment-form-wrap {
  margin: 160px 0 30px;
}
@media (max-width: 1024px) {
  .payment-form-wrap {
    margin-top: 100px;
  }
}
.payment-form-wrap .main-title2,
.certificate-form-wrap .main-title2
{
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .payment-form-wrap .main-title2,
  .certificate-form-wrap .main-title2
  {
    margin-bottom: 30px;
  }
}
.payment-form-wrap .payment-form {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.payment-form-wrap .payment-form input {
  border-radius: 40px;
  border: 1px solid rgba(51, 73, 96, 0.5);
  padding: 0 30px;
  width: 100%;
  height: 66px;
  font-size: 18px;
  color: #334960;
}
.payment-form-wrap .payment-form input::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.payment-form-wrap .payment-form input::-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.payment-form-wrap .payment-form input:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
.payment-form-wrap .payment-form input:-moz-placeholder {
  font-size: 18px;
  color: rgba(51, 73, 96, 0.7);
}
@media (max-width: 1024px) {
  .payment-form-wrap .payment-form input {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .payment-form-wrap .payment-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .payment-form-wrap .payment-form input::-moz-placeholder {
    font-size: 16px;
  }
  .payment-form-wrap .payment-form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .payment-form-wrap .payment-form input:-moz-placeholder {
    font-size: 16px;
  }
}
.payment-form-wrap .payment-form input:focus {
  border-color: #334960;
}
.payment-form-wrap .payment-form input:focus::-webkit-input-placeholder {
  color: #334960;
}
.payment-form-wrap .payment-form input:focus::-moz-placeholder {
  color: #334960;
}
.payment-form-wrap .payment-form input:focus:-ms-input-placeholder {
  color: #334960;
}
.payment-form-wrap .payment-form input:focus:-moz-placeholder {
  color: #334960;
}
.payment-form-wrap .payment-form .inputs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .payment-form-wrap .payment-form .inputs-wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .payment-form-wrap .payment-form .inputs-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.payment-form-wrap .payment-form > p {
  margin-top: 10px;
  text-align: right;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
}
@media (max-width: 1024px) {
  .payment-form-wrap .payment-form > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment-form-wrap .payment-form > p {
    width: 90%;
    margin-left: auto;
  }
}
.payment-form-wrap .payment-form .checkbox-wrap {
  width: 100%;
}
.payment-form-wrap .payment-form .btn-wrap {
  max-width: 555px;
  width: 100%;
}
@media (max-width: 1200px) {
  .payment-form-wrap .payment-form .btn-wrap {
    margin-top: 30px;
  }
}
.payment-form-wrap .payment-form .btn-wrap button {
  width: 100%;
  margin-bottom: 20px;
}

.countries-wrap {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .countries-wrap {
    margin: 30px 0;
  }
}

.region-items span.info {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.region-items .region-item {
  border-radius: 20px;
  background: #F3F3F4;
  padding: 20px 40px 60px;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .region-items .region-item {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .region-items .region-item {
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .region-items .region-item {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.region-items .region-item:last-child {
  margin-bottom: 0;
}
.region-items .region-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 1400px) {
  .region-items .region-item .top {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .region-items .region-item .top {
    padding: 15px;
  }
}
.region-items .region-item .top b {
  font-size: 44px;
  padding-right: 20px;
  font-weight: bold;
  color: #334960;
}
@media (max-width: 1400px) {
  .region-items .region-item .top b {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .region-items .region-item .top b {
    font-size: 20px;
  }
}
.region-items .region-item .top .icon {
  display: none;
}
@media (max-width: 767px) {
  .region-items .region-item .top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #334960;
    position: relative;
    z-index: 0;
  }
  .region-items .region-item .top .icon:after {
    content: "";
    background: url(../img/plus-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.1s;
  }
  .region-items .region-item .top .icon.rotate:after {
    background: url(../img/minus-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .region-items .region-item .bottom {
    display: none;
    padding: 15px;
    padding-top: 5px;
  }
  .region-items .region-item .bottom.open {
    display: block;
  }
}
.region-items .region-item .bottom ul {
  column-count: 4;
}
@media (max-width: 767px) {
  .region-items .region-item .bottom ul {
    column-count: 2;
  }
}
.region-items .region-item .bottom ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .region-items .region-item .bottom ul li {
    margin-bottom: 10px;
  }
}
.region-items .region-item .bottom ul li:last-child {
  margin-bottom: 0;
}
.region-items .region-item .bottom ul li a {
  font-size: 20px;
  color: rgba(12, 12, 12, 0.7);
}
@media (max-width: 767px) {
  .region-items .region-item .bottom ul li a {
    font-size: 16px;
  }
}

.description-cabins {
  padding: 60px 0;
  background: #EBEDEF;
}
@media (max-width: 767px) {
  .description-cabins {
    padding: 50px 0;
  }
}
.description-cabins .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .description-cabins .main-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .description-cabins .main-title2 {
    margin-bottom: 20px;
  }
}

.cabins-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  padding: 30px;
  background: white;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cabins-item {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .cabins-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
  }
}
.cabins-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 520px;
  min-width: 520px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .cabins-item .img-wrap {
    margin-right: 0;
    min-width: inherit;
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .cabins-item .img-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cabins-item .img-wrap {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.cabins-item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .cabins-item .img-wrap img {
    width: 100%;
  }
}
.cabins-item .texts {
  flex-grow: 1;
}
@media (max-width: 1400px) {
  .cabins-item .texts {
    width: 60%;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .cabins-item .texts {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cabins-item .texts {
    width: 100%;
    padding-left: 0;
  }
}
.cabins-item .texts h4 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #334960;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .cabins-item .texts h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cabins-item .texts h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.cabins-item .texts p {
  margin-bottom: 15px;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 960px;
}
@media (max-width: 1400px) {
  .cabins-item .texts p {
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .cabins-item .texts p {
    font-size: 15px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .cabins-item .texts p {
    font-size: 16px;
  }
}

.gallery-wrap {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .gallery-wrap {
    margin: 30px 0;
  }
}
.gallery-wrap .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .gallery-wrap .main-title2 {
    margin-bottom: 20px;
  }
}
.gallery-wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .gallery-wrap .items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-wrap .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gallery-wrap .items .big {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .gallery-wrap .items .big {
    width: 100%;
  }
}
.gallery-wrap .items .big a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
.gallery-wrap .items .big a img {
  width: 100%;
  border-radius: 15px;
}
.gallery-wrap .items .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: 3/4;
}
@media (max-width: 767px) {
  .gallery-wrap .items .small {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
}
.gallery-wrap .items .small a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
.gallery-wrap .items .small a img {
  width: 100%;
  border-radius: 15px;
}
.gallery-wrap .items .small a.shadow {
  position: relative;
  z-index: 0;
}
.gallery-wrap .items .small a.shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.gallery-wrap .items .small a.shadow .style {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 44px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 1400px) {
  .gallery-wrap .items .small a.shadow .style {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .gallery-wrap .items .small a.shadow .style {
    font-size: 20px;
  }
}

.desc-ship {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .desc-ship {
    margin: 30px 0;
  }
}
.desc-ship .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .desc-ship .main-title2 {
    margin-bottom: 20px;
  }
}
.desc-ship .desc-ship-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .desc-ship .desc-ship-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.desc-ship .desc-ship-info .left {
  width: 550px;
  min-width: 550px;
  margin-right: 30px;
  border-radius: 10px;
  background: #F3F3F4;
  padding: 40px;
  align-self: start;
}
@media (max-width: 1300px) {
  .desc-ship .desc-ship-info .left {
    width: 450px;
    min-width: 450px;
    margin-right: 20px;
    padding: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .desc-ship .desc-ship-info .left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.desc-ship .desc-ship-info .left h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #334960;
}
@media (max-width: 1300px) {
  .desc-ship .desc-ship-info .left h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .left h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.desc-ship .desc-ship-info .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.desc-ship .desc-ship-info .left ul li:last-child {
  margin-bottom: 0;
}
.desc-ship .desc-ship-info .left ul li .grey {
  font-size: 20px;
  opacity: 0.7;
  color: #334960;
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .left ul li .grey {
    font-size: 16px;
  }
}
.desc-ship .desc-ship-info .left ul li .blue {
  font-size: 20px;
  color: #334960;
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .left ul li .blue {
    font-size: 16px;
  }
}
.desc-ship .desc-ship-info .left ul li .dots {
  flex-grow: 1;
  margin: 0 5px;
  border-bottom: 1px dashed #334960;
  margin-bottom: 3px;
}
.desc-ship .desc-ship-info .right {
  flex-grow: 1;
}

.tabs {
  width: 100%;
}

.tab-buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .tab-buttons {
    display: none;
  }
}

.tab-buttons button {
  flex: 1;
  padding: 20px;
  text-align: center;
  color: rgba(51, 73, 96, 0.8);
  font-size: 26px;
  font-weight: bold;
  background: #F3F3F4;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 1300px) {
  .tab-buttons button {
    font-size: 22px;
  }
}

.tab-buttons button.active {
  background: #334960;
  color: white;
}

.tab-content {
  position: relative;
  min-height: 150px;
}
@media (max-width: 1024px) {
  .tab-content {
    min-height: auto;
  }
}

.tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 15px;
  background: #334960;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 1024px) {
  .tab-panel {
    border-radius: 15px;
    margin-bottom: 15px;
  }
}
.tab-panel > h4 {
  display: none;
}
@media (max-width: 1024px) {
  .tab-panel > h4 {
    display: block;
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  .tab-panel {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
.tab-panel .texts {
  border-radius: 10px;
  padding: 30px 15px;
  background: white;
  /* min-height: 417px;*/
}
@media (max-width: 1300px) {
  .tab-panel .texts {
    min-height: 390px;
    padding: 14px;
  }
}
@media (max-width: 1024px) {
  .tab-panel .texts {
    min-height: auto;
  }
}
.tab-panel .texts p {
  margin-bottom: 20px;
  color: rgba(12, 12, 12, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1300px) {
  .tab-panel .texts p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .tab-panel .texts p {
    font-size: 16px;
  }
}
.tab-panel .texts p:last-child {
  margin-bottom: 0;
}
.tab-panel .texts .list li {
  margin-bottom: 5px;
  color: rgba(12, 12, 12, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.tab-panel.active {
  opacity: 1;
  visibility: visible;
}

.cost-program {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .cost-program {
    margin: 30px 0;
  }
}
.cost-program .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .cost-program .main-title2 {
    margin-bottom: 20px;
  }
}
.cost-program .top-info {
  margin-bottom: 25px;
  padding: 20px 30px;
  border-radius: 15px;
  background: #334960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cost-program .top-info {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cost-program .top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cost-program .top-info .item {
    margin-bottom: 20px;
  }
  .cost-program .top-info .item:last-child {
    margin-bottom: 0;
  }
}
.cost-program .top-info .item > span {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  display: block;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cost-program .top-info .item > span {
    margin-bottom: 10px;
  }
}
.cost-program .top-info .item .checkboxses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cost-program .top-info .item .checkboxses .checkbox-wrap {
  margin-right: 30px;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item .checkboxses .checkbox-wrap {
    margin-right: 15px;
  }
}
.cost-program .top-info .item .checkboxses .checkbox-wrap:last-child {
  margin-right: 0;
}
.cost-program .top-info .item .checkboxses .checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cost-program .top-info .item .checkboxses .checkbox-wrap label input:checked ~ span:after {
  opacity: 1;
}
.cost-program .top-info .item .checkboxses .checkbox-wrap label span {
  margin-right: 15px;
  width: 40px;
  margin-top: 2px;
  border-radius: 10px;
  height: 40px;
  background: white;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item .checkboxses .checkbox-wrap label span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 6px;
  }
}
.cost-program .top-info .item .checkboxses .checkbox-wrap label span:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item .checkboxses .checkbox-wrap label span:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
  }
}
.cost-program .top-info .item .checkboxses .checkbox-wrap label p {
  font-size: 20px;
  color: white;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item .checkboxses .checkbox-wrap label p {
    font-size: 16px;
  }
}
.cost-program .top-info .item .select-wrap {
  width: 380px;
}
@media (max-width: 1300px) {
  .cost-program .top-info .item .select-wrap {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cost-program .top-info .item .select-wrap {
    width: 100%;
  }
}

.cost-program-item {
  margin-bottom: 25px;
  border-radius: 15px;
  background: #F3F3F4;
  padding: 30px;
}
@media (max-width: 767px) {
  .cost-program-item {
    padding: 20px 15px;
  }
}
.cost-program-item .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cost-program-item .top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cost-program-item .top-line h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #334960;
}
@media (max-width: 1400px) {
  .cost-program-item .top-line h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cost-program-item .top-line h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.cost-program-item .top-line .img-wrap {
  margin-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .cost-program-item .top-line .img-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .cost-program-item .top-line .img-wrap {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.cost-program-item .top-line .img-wrap img {

  max-width: 320px;
  max-height: 320px;
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cost-program-item .top-line .img-wrap img {
    width: 100%;
  }
}
.cost-program-item .top-line .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cost-program-item .top-line .text-wrap .info {
  margin-top: 15px;
  margin-right: 40px;
}
@media (max-width: 1400px) {
  .cost-program-item .top-line .text-wrap .info {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cost-program-item .top-line .text-wrap .info {
    margin-top: 15px;
    margin-right: 0;
  }
}
.cost-program-item .top-line .text-wrap .info:last-child {
  margin-right: 0;
}
.cost-program-item .top-line .text-wrap .info > span {
  margin-bottom: 15px;
  color: #334960;
  opacity: 0.6;
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cost-program-item .top-line .text-wrap .info > span {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.cost-program-item .top-line .text-wrap .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
@media (max-width: 767px) {
  .cost-program-item .top-line .text-wrap .selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cost-program-item .top-line .text-wrap .selects .select-wrap {
  width: 380px;
}
@media (max-width: 1400px) {
  .cost-program-item .top-line .text-wrap .selects .select-wrap {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .cost-program-item .top-line .text-wrap .selects .select-wrap {
    width: 100%;
  }
}
.cost-program-item .bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(51, 73, 96, 0.4);
}
@media (max-width: 1024px) {
  .cost-program-item .bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .cost-program-item .bottom-line .texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.cost-program-item .bottom-line .texts:not(:first-child) {
  margin-left: 20px;
}
.cost-program-item .bottom-line span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  opacity: 0.6;
  color: #334960;
}
@media (max-width: 1400px) {
  .cost-program-item .bottom-line span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .cost-program-item .bottom-line span {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cost-program-item .bottom-line span {
    font-size: 16px;
  }
}
.cost-program-item .bottom-line b {
  font-size: 24px;
  font-weight: bold;
  color: #334960;
}
@media (max-width: 1400px) {
  .cost-program-item .bottom-line b {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cost-program-item .bottom-line b {
    font-size: 16px;
  }
}

.recommendations {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .recommendations {
    margin: 30px 0;
  }
}
.recommendations .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .recommendations .main-title2 {
    margin-bottom: 20px;
  }
}
.recommendations .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .recommendations .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recommendations .info .months {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: calc(100% - 580px);
}
@media (max-width: 1300px) {
  .recommendations .info .months {
    width: calc(100% - 420px);
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .recommendations .info .months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 350px);
  }
}
@media (max-width: 767px) {
  .recommendations .info .months {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.recommendations .info .months .item {
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 28px;
  color: #334960;
  font-size: 20px;
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #FFD6D6;
}
@media (max-width: 1300px) {
  .recommendations .info .months .item {
    padding: 8px 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recommendations .info .months .item {
    font-size: 15px;
  }
}
.recommendations .info .months .item.green {
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #D3E6DA;
}
.recommendations .info .months .item.yellow {
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #FFF0BB;
}
.recommendations .info .right {
  border-radius: 15px;
  background: #F3F3F4;
  padding: 20px 30px;
  width: 550px;
  margin-left: 30px;
}
@media (max-width: 1300px) {
  .recommendations .info .right {
    width: 400px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .recommendations .info .right {
    width: 350px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recommendations .info .right {
    width: 100%;
    margin: 0;
  }
}
.recommendations .info .right .sezon {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recommendations .info .right .sezon .text {
  font-size: 20px;
  color: #334960;
}
@media (max-width: 1024px) {
  .recommendations .info .right .sezon .text {
    font-size: 16px;
  }
}
.recommendations .info .right .sezon .icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #FFD6D6;
  margin-right: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .recommendations .info .right .sezon .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.recommendations .info .right .sezon .icon.yellow {
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #FFF0BB;
}
.recommendations .info .right .sezon .icon.green {
  border: 1px solid rgba(51, 73, 96, 0.2);
  background: #D3E6DA;
}
.recommendations .info .right .sezon:last-child {
  margin-bottom: 0;
}

.tour-description {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .tour-description {
    margin: 30px 0;
  }
}
.tour-description .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .tour-description .wrapper {
    flex-direction: column-reverse;
  }
}
.tour-description .wrapper .left {
  width: 67%;
}
@media (max-width: 1024px) {
  .tour-description .wrapper .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tour-description .wrapper .left {
    margin-bottom: 0;
  }
}
.tour-description .wrapper .left .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tour-description .wrapper .left .main-title2 {
    margin-bottom: 20px;
  }
}
.tour-description .wrapper .left .info-block {
  padding: 25px 30px;
  border-radius: 15px;
  border: 1px solid rgba(51, 73, 96, 0.3);
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block {
    padding: 20px;
  }
}
.tour-description .wrapper .left .info-block p {
  font-size: 20px;
  margin-bottom: 40px;
  color: rgba(12, 12, 12, 0.7);
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.tour-description .wrapper .left .info-block .info-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block .info-items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tour-description .wrapper .left .info-block .info-items {
    grid-template-columns: 1fr;
  }
}
.tour-description .wrapper .left .info-block .info-items .info-item h3,
.tour-description .wrapper .left .info-block h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgba(12, 12, 12, 0.7);
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block .info-items .info-item h3,
  .tour-description .wrapper .left .info-block h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.tour-description .wrapper .left .info-block .info-items .info-item .list li,
.tour-description .wrapper .left .info-block .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: rgba(12, 12, 12, 0.7);
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block .info-items .info-item .list li,
  .tour-description .wrapper .left .info-block .list li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.tour-description .wrapper .left .info-block .info-items .info-item .list li img,
.tour-description .wrapper .left .info-block .list li img {
  margin-right: 15px;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block .info-items .info-item .list li img,
  .tour-description .wrapper .left .info-block .list li img {
    margin-top: 10px;
  }
}
.tour-description .wrapper .left .info-block .info-items .info-item .list li:last-child,
.tour-description .wrapper .left .info-block .list li:last-child {
  margin-bottom: 0;
}

.tour-description .wrapper .left .info-block .info-item-row {
  margin-top: 40px;

}
@media (max-width: 1400px) {
  .tour-description .wrapper .left .info-block .info-item-row {
    margin-top: 30px;

  }
}
.tour-description .wrapper .right {
  width: 33%;
  padding: 40px 30px;
  border-radius: 15px;
  background: #F3F3F4;
  align-self: flex-start;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right {
    padding: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .tour-description .wrapper .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tour-description .wrapper .right {
    padding: 20px;
  }
}
.tour-description .wrapper .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right ul li {
    margin-bottom: 15px;
  }
}
.tour-description .wrapper .right ul li .grey {
  font-size: 20px;
  color: rgba(51, 73, 96, 0.6);
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right ul li .grey {
    font-size: 16px;
  }
}
.tour-description .wrapper .right ul li .black {
  font-size: 20px;
  color: #334960;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right ul li .black {
    font-size: 16px;
  }
}
.tour-description .wrapper .right ul li .dots {
  margin: 0 5px;
  flex-grow: 1;
  border-bottom: 1px dashed rgba(51, 73, 96, 0.4);
}
.tour-description .wrapper .right .date {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right .date {
    margin-bottom: 30px;
  }
}
.tour-description .wrapper .right .date > span,
.tour-description .wrapper .right .category > span,
.tour-description .wrapper .right .right_tour_price_block .price_name > span
{
  display: block;
  margin: 15px 0;
  font-size: 20px;
  color: rgba(51, 73, 96, 0.6);
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right .date > span,
  .tour-description .wrapper .right .category > span  {
    font-size: 18px;
  }
}
.tour-description .wrapper .right h4 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 26px;
  color: #334960;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tour-description .wrapper .right h4 {
    gfz: 20px;
  }
}
.tour-description .wrapper .right .btn-wrap b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  color: #334960;
}
@media (max-width: 1400px) {
  .tour-description .wrapper .right .btn-wrap b {
    font-size: 20px;
  }
}
.tour-description .wrapper .right .btn-wrap .blue-btn {
  width: 100%;
}

/* Блок с ценами тура справа */
.hide-price {
  display: none !important;
}

.right_tour_price_block {
  display: flex;
  flex-direction: column;
}
.right_tour_price_block .row {
  display: flex;
  flex-direction: row;
}

.right_tour_price_block .col {
  display: flex;
  flex-direction: column;
  /*width: 50%;*/
}
.right_tour_price_block .final_price > span,
.right_tour_price_block .final_price
{
  /*font-size: 26px;*/
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  /*display: block;*/
  color: #334960;
}
.right_tour_price_block .base_price,
.right_tour_price_block .discount {
  margin-left: 6px;
}
.right_tour_price_block .base_price > span{
  /*font-size: 18px;*/
  font-size: 18px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  /*display: block;*/
  color: #83909e;
  text-decoration: line-through;
}
.right_tour_price_block .base_price {
  font-size: 18px;
  /*font-size: 18px;*/
  font-weight: bold;
  color: #83909e;
}

.right_tour_price_block .discount {
  /*font-size: 14px;*/
  font-size: 14px;
}

.right_tour_price_block {
  margin-bottom: 20px;
}

.right_tour_price_block .currency-switch-block {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.right_tour_price_block .price_one .cruise_price {
  width: fit-content;
}

/* конец Блока с ценами */

/**
 * Блок с ценами категорий
 */
.category-price-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.category-price-block .row {
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
}

.category-price-block .col {
  display: flex;
  flex-direction: column;
  /* Выключено, место нужно на малых разрешениях.*/
  /*width: 22%;*/
}
.category-price-block .final_price > span,
.category-price-block .final_price
{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  /*display: block;*/
  color: #334960;
  opacity: 1.0;
}
.category-price-block .base_price,
.category-price-block .discount {
  margin-left: 6px;
}
.category-price-block .base_price > span{
  font-size: 18px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  /*display: block;*/
  color: #83909e;
  text-decoration: line-through;
}
.category-price-block .base_price {
  font-size: 18px;
  font-weight: bold;
  color: #83909e;
}

.category-price-block .row .discount,
.category-price-block .row .discount > span {
  font-size: 14px !important;
  display: flex;
  margin-bottom: 15px;
  opacity: 0.6;
  color: #334960;
}
/**
 * Цена в категории адаптив размера шрифта
 */
@media (max-width: 1500px) {
  .category-price-block .final_price > span,
  .category-price-block .final_price
  {
    font-size: 24px;
  }

  .category-price-block .base_price > span {
    font-size: 18px;
  }

  .category-price-block .row .discount,
  .category-price-block .row .discount > span {
    font-size: 14px !important;
  }
}

@media (max-width: 1400px) {
  .category-price-block .final_price > span,
  .category-price-block .final_price
  {
    font-size: 20px;
  }

  .category-price-block .base_price > span {
    font-size: 14px;
  }

  .category-price-block .row .discount,
  .category-price-block .row .discount > span {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  .category-price-block .final_price > span,
  .category-price-block .final_price
  {
    font-size: 16px;
  }

  .category-price-block .base_price > span {
    font-size: 12px;
  }

  .category-price-block .row .discount,
  .category-price-block .row .discount > span {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  .category-price-block .final_price > span,
  .category-price-block .final_price
  {
    font-size: 20px;
  }

  .category-price-block .base_price > span{
    font-size: 18px;
  }

  .category-price-block .row .discount,
  .category-price-block .row .discount > span {
    font-size: 14px !important;
  }
}

/**
 * Конец Цена в категории адаптив размера шрифта
 */

/* Блок с ценами в описании кают круизов */
.cabins-item .row {
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
}

.cabins-item .category-price-block {
  /*max-width: 80%;*/
  margin-top: 32px;
  margin-left: 32px;
  width: 320px;
}
.cabins-item .select-wrap {
  width: 320px;
}
.right_tour_price_block .cruise-price-footnote
.cabins-item .cruise-price-footnote {
  font-size: 14px;
}
.cabins-item .info > button {
  margin-top: 20px;
  width: 240px;
}
.cabins-item .selects .select-wrap .select2-container--default .select2-selection--single {
  background: #F3F3F4;
}
/**
 * Конец блок с ценами категорий
 */

/**
 * Блок с ценами в карточках в списке туров круизов
 */
.price-card.row {
  display: flex;
  flex-direction: row;
}
.price-card.col {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-end;*/
}
.price-card .final_price > span,
.price-card .final_price
{
  /*font-size: 26px;*/
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  /*display: block;*/
  color: #334960;
}
.price-card .base_price,
.price-card .discount {
  margin-left: 6px;
}
.price-card .base_price > span{
  /*font-size: 18px;*/
  font-size: 14px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  /*display: block;*/
  color: #83909e;
  text-decoration: line-through;
}
.price-card .base_price {
  font-size: 14px;
  /*font-size: 18px;*/
  font-weight: bold;
  color: #83909e;
}

.price-card .discount {
  /*font-size: 14px;*/
  font-size: 12px;
}

.price-card.col .row {
  justify-content: flex-end;
}
  /**
   * Конец блока с ценами в карточках в списке туров круизов
   */


.search-result-wrap .border-btn {
  padding: 14px 32px;
  color: #334960;
  font-size: 18px;
  font-weight: 600;
}
.search-result-wrap .border-btn:hover {
  background-color: white;
}
.search-result-wrap .blue-btn:hover {
  background-color: #334960;
  color: white;
}
.search-result-wrap .buttons {
  display: flex;
  align-items: center;
  gap: 11px;
}
.search-result-wrap .main-title2 {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .search-result-wrap .main-title2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .main-title2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .main-title2 {
    font-size: 24px;
    max-width: 262px;
  }
}
.search-result-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-result-wrap .info .filter-wrap {
  margin-right: 50px;
  border-radius: 15px;
  align-self: flex-start;
  max-width: 415px;
  min-width: 315px;
  width: 100%;
  flex-shrink: 1;
}
.search-result-wrap .info .filter-wrap.open {
  background-color: white;
  padding: 15px 20px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap {
    position: fixed;
    overflow-y: auto;
    left: 0;
    min-width: 100%;
    z-index: 100;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    border-radius: 0;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0);
  }
  .search-result-wrap .info .filter-wrap.open {
    transform: scale(1);
    opacity: 1;
  }
}
.search-result-wrap .info .filter-wrap .mob-btns {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .mob-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-result-wrap .info .filter-wrap .mob-btns .reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.search-result-wrap .info .filter-wrap .mob-btns .reset .text {
  font-size: 20px;
  color: #334960;
  margin-right: 10px;
  border-bottom: 1px solid #334960;
  padding-bottom: 2px;
}
.search-result-wrap .info .filter-wrap .mob-btns .reset .icon {
  border-radius: 50%;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #334960;
}
.search-result-wrap .info .filter-wrap .mob-btns .reset .icon img {
  margin: auto;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .fil-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .filter-wrap .fil-info {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.search-result-wrap .info .filter-wrap .filter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .filter-top {
    margin-bottom: 20px;
  }
}
.search-result-wrap .info .filter-wrap .filter-top .close {
  display: none;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .filter-top .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-result-wrap .info .filter-wrap .filter-top h5 {
  font-size: 20px;
  font-weight: 600;
  color: #334960;
}
.search-result-wrap .info .filter-wrap .filter-top .reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .filter-top .reset {
    display: none;
  }
}
.search-result-wrap .info .filter-wrap .filter-top .reset .text {
  font-size: 20px;
  color: #334960;
  margin-right: 10px;
  border-bottom: 1px solid #334960;
  padding-bottom: 2px;
}
.search-result-wrap .info .filter-wrap .filter-top .reset .icon {
  border-radius: 50%;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #334960;
}
.search-result-wrap .info .filter-wrap .filter-top .reset .icon img {
  margin: auto;
}
.search-result-wrap .info .filter-wrap b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #334960;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap b {
    font-size: 16px;
  }
}
.search-result-wrap .info .filter-wrap .select-info {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .select-info {
    margin-bottom: 0px;
  }
}
.search-result-wrap .info .filter-wrap .select-wrap {
  width: 100%;
}
.search-result-wrap .info .filter-wrap .select-wrap:nth-of-type(2n) {
  max-width: 140px;
}
.search-result-wrap .info .filter-wrap .selects-wrap {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .selects-wrap {
    margin-bottom: 0px;
  }
}
.search-result-wrap .info .filter-wrap .selects-wrap .selects {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .selects-wrap .selects {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .filter-wrap .selects-wrap .selects {
    grid-template-columns: 1fr;
  }
}
.search-result-wrap .info .filter-wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-wrap .tags {
    margin-bottom: 0px;
  }
}
.search-result-wrap .info .filter-wrap .tags b {
  display: block;
  width: 100%;
}
.search-result-wrap .info .filter-wrap .tags .tag {
  cursor: pointer;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 26px;
  font-size: 18px;
  font-weight: normal;
  color: #334960;
  background: white;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-wrap .tags .tag {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-wrap .tags .tag {
    padding: 7px 15px;
    font-size: 16px;
  }
}
.search-result-wrap .info .filter-wrap .tags .tag.active {
  color: white;
  background: #334960;
}
.search-result-wrap .info .filter-wrap .checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-result-wrap .info .filter-wrap .checkbox-wrap label p {
  font-size: 18px;
  font-weight: normal;
  color: #334960;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-wrap .checkbox-wrap label p {
    font-size: 16px;
  }
}
.search-result-wrap .info .filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  line-height: 27px;
  color: #334960;
  background-color: #EBEDEF;
  padding: 15px 18px;
  border-radius: 40px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 8px 18px;
  }
}
.search-result-wrap .info .filter-wrap .checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.search-result-wrap .info .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search-result-wrap .info .top-line .mob-btns {
  display: none;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .top-line .mob-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-result-wrap .info .top-line .mob-btns div {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-result-wrap .info .top-line .found {
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .top-line .found {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .info .top-line .found {
    display: none;
  }
}
.search-result-wrap .info .top-line .select-wrap {
  width: 250px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .top-line .select-wrap {
    width: 190px;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .info .top-line .select-wrap {
    display: none;
    /*font-size: 14px;*/
  }
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    /*font-size: 14px;*/
  }
}
.search-result-wrap .info .top-line .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-result-wrap .info .top-line .wrap > span {
  font-size: 18px;
  color: #334960;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .top-line .wrap > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .top-line .wrap > span {
    font-size: 14px;
  }
}
.search-result-wrap .info .filter-info {
  flex-grow: 1;
  width: 100%;
}
.search-result-wrap .info .filter-info .mob-title {
  display: none;
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-info .mob-title {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #334960;
  }
}
.search-result-wrap .info .filter-info .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .filter-info .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 1700px) {
  .search-result-wrap .info .filter-info .items .tour-item .img {
    height: 21vw;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .info .filter-info .items .tour-item .img {
    height: 35vw;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .filter-info .items .tour-item .img {
    height: 50vw;
    border-radius: 10px;
  }
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts .text {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts .city {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts .price b {
    font-size: 22px;
  }
}
.search-result-wrap .info .filter-info .items .tour-item .texts p {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts p {
    font-size: 16px;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .info .filter-info .items .tour-item .texts p {
    margin-bottom: 20px;
  }
}

.duration-slider-container {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .duration-slider-container {
    margin-bottom: 10px;
  }
}
.duration-slider-container .inputs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.duration-slider-container .input-box {
  background: #EBEDEF;
  padding: 7px 20px;
  border-radius: 30px;
  flex: 1;
}
@media (max-width: 1024px) {
  .duration-slider-container .input-box {
    padding: 1px 20px;
  }
}
.duration-slider-container .input-box label {
  display: block;
  font-size: 12px;
  color: #888;
}
.duration-slider-container .input-box input {
  border: none;
  outline: none;
  font-size: 20px;
  color: #2f4357;
  width: 100%;
  background: transparent;
}
@media (max-width: 1024px) {
  .duration-slider-container .input-box input {
    font-size: 16px;
  }
}

.tag-group {
  display: flex;
  flex-direction: column;
  color: #334960;
  gap: 20px;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
}
.tag-group__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag-group__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.tag-group__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  z-index: -1;
}
.tag-group__custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 39px;
  border-radius: 18px;
  padding: 7px 33px;
  background: #ebedef;
  color: #334960;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.2s;
  border: none;
  user-select: none;
}
.tag-group__checkbox:checked + .tag-group__custom {
  background: #334960;
  color: #fff;
}
.tag-group__checkbox:not(:checked):hover + .tag-group__custom {
  background: #ddd;
}
.tag-group__header {
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.tag-group__arrow {
  background: url(../img/select-arrow.svg) no-repeat center center;
  width: 20px;
  height: 11px;
  border: none;
  transition: 0.2s;
  display: block;
}
.tag-group__wrapper {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  max-height: 20000px;
}
.tag-group__wrapper--collapsed {
  max-height: 0 !important;
}
.tag-group__wrapper--limited {
  max-height: 300px;
}
.tag-group__show-all {
  align-self: start;
  margin-top: 12px;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.15s;
}
.tag-group_disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.tag-group_disabled .tag-group__custom {
  background: #f5f5f5;
  color: #bdbdbd;
  cursor: not-allowed;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(51, 73, 96, 0.6);
  font-size: 18px;
}

.catalog-section {
  width: 100%;
  margin: 180px auto 0;
}
@media (max-width: 1024px) {
  .catalog-section {
    margin: 100px auto 0;
  }
}
@media (max-width: 768px) {
  .catalog-section {
    margin: 80px auto 0;
  }
}

.booking-request__window {
  max-width: 800px;
  width: 100%;
}
.booking-request__description {
  display: flex;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .booking-request__description {
    flex-direction: column;
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.booking-request__description > span:not(:first-child)::before {
  content: "•";
  margin: 0 16px;
  color: #999;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .booking-request__description > span:not(:first-child)::before {
    margin: 0 16px 0 0;
  }
  .booking-request__description > span::before {
    content: "•";
    margin: 0 16px 0 0;
    color: #999;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-3px);
  }
}
.booking-request .dialog-form__col {
  margin-bottom: 20px;
}
.booking-request .dialog-form__col:last-of-type, .booking-request .dialog-form__row:last-of-type {
  margin-bottom: 40px;
}
.booking-request .dialog-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .booking-request .dialog-form__row {
    flex-direction: column;
  }
}
.booking-request .dialog-form .dialog-form__row + .dialog-form__row {
  margin-bottom: 30px;
}
.booking-request .dialog-form .checkbox-wrap label span {
  margin-top: 0;
}
.booking-request .dialog__header {
  margin-bottom: 12px;
}

.call-request__window {
  max-width: 500px;
  width: 100%;
}
.call-request .dialog-form__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.call-request .dialog-form__col,
.call-request .dialog-form__row {
  margin-bottom: 20px;
}

.subscribe-message.success {
  color: #22d822;
}
.subscribe-message.error {
  color: red;
}

.smartfilter .input-white-border {
  margin-bottom: 20px;
}

/** Табы Новые **/
.desc-ship .desc-ship-info .tabs {
  /*ul:after {*/
  /*    clear: left;*/
  /*    display: block;*/
  /*    content: "";*/
  /*}*/
}
.desc-ship .desc-ship-info .tabs .tabs-nav {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .tabs .tabs-nav {
    display: none;
  }
}
.desc-ship .desc-ship-info .tabs .tabs-nav li {
  float: left;
  width: 33.33%;
  list-style: none;
}
.desc-ship .desc-ship-info .tabs .tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.desc-ship .desc-ship-info .tabs .tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.desc-ship .desc-ship-info .tabs a {
  flex: 1;
  padding: 20px;
  text-align: center;
  color: rgba(51, 73, 96, 0.8);
  font-size: 26px;
  font-weight: bold;
  background: #F3F3F4;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}
.desc-ship .desc-ship-info .tabs .tab-active a {
  background: #334960;
  color: white;
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .tabs .tabs-stage:not(:first-child) div {
    margin-bottom: 15px;
  }
}
.desc-ship .desc-ship-info .tabs .tab-wrapper {
  padding: 15px;
  background: #334960;
  border-radius: 0 0 15px 15px;
  /*min-height: 417px;*/
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .tabs .tab-wrapper {
    border-radius: 15px;
  }
}
.desc-ship .desc-ship-info .tabs .tab-wrapper h4 {
  display: none;
}
@media (max-width: 767px) {
  .desc-ship .desc-ship-info .tabs .tab-wrapper h4 {
    display: block;
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }
}
.desc-ship .desc-ship-info .tabs .texts {
  border-radius: 10px;
  padding: 30px 15px;
  background: white;
}

/**
 * Страницца отзывов обертка виджета.
 */
.reviews-wrap,
.special-offers.catalog-section {
  margin-bottom: 50px;
}
@media(max-width: 1024px) {
  .reviews-wrap,
  .special-offers.catalog-section {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}

.view-tours-item .texts .price {
  margin-top: auto;
}

/*.special-offers.catalog-section*/

/*# sourceMappingURL=style.css.map */
