@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  color: #194c00;
  font-weight: 300;
  line-height: 1.5;
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
}

address {
  font-style: normal;
}

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.trust .trust-items .trust-item:nth-child(1):before, .trust .trust-items .trust-item::before, .logo .logo_name, .offers_title, .sections_title, .second-header-title, .main-header-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.thank-you_page h2, .blog > .container .blog_cards .blog_card .blog_card_body h2, .blog > .container .blog_cards .blog_card .blog_card_body, .page-content h4, .page-content h3, .page-content h2, .holidays_buttons .holidays_button, .nav-top .contact .tel-numbers a, h1 span, body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.booking > .container .booking_form form label, .blog-article_box:first-of-type .blog-article_body h2, .contact-us-section .form form input,
.contact-us-section .form form textarea, .contact-us-section .form form label, .contact-us-section__info--box .contact-us-section__info--block, .contact-us-section h2, .about-us-section .container > p, .footer-top, .section-form form input,
.section-form form textarea, .section-form form label, .section-form h2, .popular_destinations .popular_countries .countrie .text-box .image-box_description, .popular_destinations .popular_countries .countrie .text-box .image-box_title, .trust .trust-items .trust-item p, .trust .trust-items .trust-item .trust-item_main span, .trust .trust-items .trust-item .trust-item_main h3, .nav-bottom .header-menu a, .contacts .contact, .trust .section_read-more_button, .section_read-more_button,
.card_button,
.blog_card_button, .button_contact-us {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 117%;
}

h1 {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
h1 span {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  h1 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  h1 span {
    font-size: 16px;
  }
}
h1 span:first-child {
  align-self: flex-start;
}
h1 span:last-child {
  align-self: flex-end;
}

.main-header-title {
  font-size: 200px;
  -webkit-text-stroke: 3px #fff;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 auto;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .main-header-title {
    font-size: 125px;
    -webkit-text-stroke: 1px #fff;
  }
}
@media screen and (max-width: 480px) {
  .main-header-title {
    font-size: 48px;
    -webkit-text-stroke: 1px #fff;
  }
}

.second-header-title {
  font-size: 128px;
  -webkit-text-stroke: 3px #fff;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 auto;
  align-self: center;
  line-height: 78%;
}
@media screen and (max-width: 768px) {
  .second-header-title {
    font-size: 125px;
    -webkit-text-stroke: 1px #fff;
  }
}
@media screen and (max-width: 480px) {
  .second-header-title {
    font-size: 48px;
    -webkit-text-stroke: 1px #fff;
  }
}

.button_contact-us {
  color: #194c00;
  font-size: 24px;
  background-color: #ffe502;
  border: none;
  cursor: pointer;
  padding: 24px 30px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .button_contact-us {
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 480px) {
  .button_contact-us {
    font-size: 12px;
    padding: 15px 12px;
  }
}

.button_contact-us:hover {
  background-color: #fff;
}

.section_read-more_button,
.card_button,
.blog_card_button {
  border: none;
  font-size: 40px;
  line-height: 117%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
  gap: 12px;
  background-color: #194c00;
  background-color: #ffe502;
  color: #fff;
  color: rgb(0, 65, 69);
}
@media screen and (max-width: 768px) {
  .section_read-more_button,
  .card_button,
  .blog_card_button {
    font-size: 18px;
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section_read-more_button,
  .card_button,
  .blog_card_button {
    font-size: 12px;
    line-height: 133%;
    padding: 12px;
  }
}
.section_read-more_button svg path,
.card_button svg path,
.blog_card_button svg path {
  stroke: #fff;
  stroke: rgb(0, 65, 69);
}

.holidays .section_read-more_button {
  background-color: #194c00;
  color: #fff;
}
.holidays .section_read-more_button svg path {
  stroke: #fff;
}

.card_button {
  border-radius: 50px;
  background-color: #ffe502;
  color: #194c00;
  padding: 16px 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .card_button {
    padding: 12px 20px;
    width: 215px;
  }
}
.card_button svg path {
  stroke: transparent;
}

.card_button:hover {
  padding: 14px 28px;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .card_button:hover {
    padding: 8px 16px;
    min-height: 40px;
  }
}

.section_read-more_button:hover {
  background-color: #ffe502;
  color: #194c00;
}
.section_read-more_button:hover svg path {
  stroke: #194c00;
}

.read-more:hover {
  background-color: #194c00;
  color: #fff;
}
.read-more:hover svg path {
  stroke: #fff;
}

.trust .section_read-more_button {
  background-color: #194c00;
  color: #fcf300;
}
@media screen and (max-width: 480px) {
  .trust .section_read-more_button {
    font-size: 12px;
    line-height: 133%;
    padding: 12px;
  }
}
.trust .section_read-more_button svg path {
  stroke: #fcf300;
}
.trust .section_read-more_button:hover {
  background-color: #fcf300;
  color: #194c00;
}
.trust .section_read-more_button:hover svg path {
  stroke: #194c00;
}

.cruises .section_read-more_button {
  border: 3px solid #fff;
}
.cruises .section_read-more_button:hover {
  border: 3px solid #194c00;
  background: #194c00;
  color: #fff;
}
.cruises .section_read-more_button:hover path {
  stroke: #fff;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.swiper-container_cards {
  display: flex;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -30px);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -30px);
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 44%);
}
@media screen and (max-width: 1320px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ffe502;
  font-size: 80px;
  content: url("data:image/svg+xml,%3Csvg width='44' height='99' viewBox='0 0 44 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.75 2.5L5.75 53.4167L39.75 96.5' stroke='%23FFE502' stroke-width='8' /%3E%3C/svg%3E");
}

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

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  bottom: var(--swiper-pagination-bottom, 80px);
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 0px;
    bottom: var(--swiper-pagination-bottom, 45px);
  }
}

@media screen and (max-width: 768px) {
  .cruises .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 25px);
  }
}

.swiper-pagination-bullet {
  border-radius: 100%;
  background: white;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: 24px;
  height: 24px;
  transition: background 0.3s, width 0.3s, height 0.3s, border-radius 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 72px;
  height: 24px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #194c00;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 36px;
    height: 12px;
  }
}

.cards {
  margin: 100px 0 132px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .cards {
    margin: 32px 0 58px;
  }
}
.cards .card {
  position: relative;
  padding: 19px 7px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cards .card {
    max-width: 358px;
    margin: 0 auto;
    width: 100%;
  }
}
.cards .card .save {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  z-index: 2;
}
.cards .card .save .discount-amount {
  font-weight: 600;
  font-size: 17px;
  line-height: 165%;
  color: #fe0300;
  transform: rotate(321deg);
  position: absolute;
  left: 5px;
  top: 33px;
}
.cards .card .card_image {
  width: 100%;
  height: 100%;
  height: 190px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cards .card .card_image {
    height: 228px;
  }
}
.cards .card .card_image > img {
  object-fit: cover;
  height: 100%;
  width: 385px;
}
.cards .card .card_icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cards .card .card_icons {
    padding: 12px;
  }
}
.cards .card .card_icons .card_icons_top,
.cards .card .card_icons .card_icons_bottom {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.cards .card .card_icons .card_icons_top .card_icon_top,
.cards .card .card_icons .card_icons_top .card_icon_bottom,
.cards .card .card_icons .card_icons_bottom .card_icon_top,
.cards .card .card_icons .card_icons_bottom .card_icon_bottom {
  padding: 8px;
  background-color: white;
  border-radius: 40px;
  border: none;
}
.cards .card .card_icons .card_icons_top .card_icon_top,
.cards .card .card_icons .card_icons_bottom .card_icon_top {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cards .card .card_icons .card_icons_top .card_icon_top,
  .cards .card .card_icons .card_icons_bottom .card_icon_top {
    width: 25px;
    height: 25px;
    padding: 4px;
  }
}
.cards .card .card_icons .card_icons_top .card_icon_bottom,
.cards .card .card_icons .card_icons_bottom .card_icon_bottom {
  display: flex;
  gap: 4px;
  border: 0.5px solid #194c00;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .cards .card .card_icons .card_icons_top .card_icon_bottom,
  .cards .card .card_icons .card_icons_bottom .card_icon_bottom {
    border-radius: 20px;
    border: none;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .cards .card .card_icons .card_icons_top .card_icon_bottom span,
  .cards .card .card_icons .card_icons_bottom .card_icon_bottom span {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .cards .card .card_icons .card_icons_top .card_icon_bottom span,
  .cards .card .card_icons .card_icons_bottom .card_icon_bottom span {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
  }
}
.cards .card .card_icons_holiday {
  margin-bottom: 32px;
  padding: 0;
}
.cards .card .card_content-wrap {
  background-color: transparent;
  width: 100%;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards .card .card_content-wrap .card_content {
  padding: 24px 12px 12px;
  color: #194c00;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content {
    padding: 7px 10px 8px 15px;
  }
}
.cards .card .card_content-wrap .card_content .card_content_country {
  font-weight: 400;
  font-size: 20px;
  line-height: 90%;
  text-decoration: underline;
  margin-bottom: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content .card_content_country {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.cards .card .card_content-wrap .card_content h3 {
  font-size: 24px;
  line-height: 117%;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cards .card .card_content-wrap .card_content h3 {
    font-size: 12px;
    line-height: 150%;
  }
}
.cards .card .card_content-wrap .card_content .card_content_bottom {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content .card_content_bottom {
    gap: 12px;
  }
}
.cards .card .card_content-wrap .card_content .card_content_bottom .card_price {
  font-weight: 500;
  font-size: 24px;
  line-height: 67%;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content .card_content_bottom .card_price {
    font-size: 16px;
    line-height: 100%;
  }
}
.cards .card .card_content-wrap .card_content .card_content_bottom .card_price .card_price_number {
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .cards .card .card_content-wrap .card_content .card_content_bottom .card_price .card_price_number {
    font-size: 24px;
  }
}
.cards .card .card_content-wrap .card_content .card_content_icons {
  display: flex;
  gap: 24px;
}
.cards .swiper-slide {
  display: flex;
  justify-content: center;
}
.cards .card-cruises {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  width: 384px;
  height: 495px;
  position: relative;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 70%, #194c00 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cards .card-cruises {
    height: 308px;
    max-width: 342px;
    margin: 0 auto;
  }
}
.cards .card-cruises .card_content-cruises,
.cards .card-cruises .card_content-villas {
  border-top: 6px solid white;
  border-right: 6px solid white;
  border-left: 6px solid white;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 480px) {
  .cards .card-cruises .card_content-cruises,
  .cards .card-cruises .card_content-villas {
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-left: 4px solid white;
  }
}
.cards .card-cruises .card_content-cruises img,
.cards .card-cruises .card_content-villas img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  --transition-duration: 500ms;
  transition: transform var(--transition-duration);
}
.cards .card-cruises .card_content-cruises h3,
.cards .card-cruises .card_content-villas h3 {
  font-size: 32px;
  line-height: 87%;
  color: #fff;
  padding-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .cards .card-cruises .card_content-cruises h3,
  .cards .card-cruises .card_content-villas h3 {
    font-size: 20px;
    line-height: 80%;
    right: 30%;
  }
}
.cards .card-cruises .card_content-cruises {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.cards .card-cruises button {
  opacity: 0;
  color: #194c00;
  background-color: #ffe502;
  width: calc(100% - 12px);
}
.cards .card-cruises:hover img,
.cards .card-villas:hover img {
  transform: scale(1.03);
}
.cards .cards_villas_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-items: center;
  max-width: 1200px;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.cards .cards_villas_grid .card-villas {
  padding: 0;
  position: relative;
  max-width: none;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 70%, #194c00 100%);
  overflow: hidden;
}
.cards .cards_villas_grid .card-villas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  --transition-duration: 500ms;
  transition: transform var(--transition-duration);
}
.cards .cards_villas_grid .card-villas .card_content-villas {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid .card-villas .card_content-villas {
    padding-bottom: 8px;
  }
}
.cards .cards_villas_grid .card-villas .card_content-villas h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 87%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid .card-villas .card_content-villas h3 {
    font-size: 12px;
    line-height: 133%;
  }
}
.cards .cards_villas_grid:first-child .card-villas:first-child {
  grid-area: 1/1/3/2;
  width: 100%;
  max-width: 588px;
  height: 588px;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:first-child .card-villas:first-child {
    height: 296px;
  }
}
.cards .cards_villas_grid:first-child .card-villas:nth-child(2) {
  grid-area: 1/2/2/3;
  max-width: 588px;
  height: 282px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:first-child .card-villas:nth-child(2) {
    height: 140px;
  }
}
.cards .cards_villas_grid:first-child .card-villas:last-child {
  grid-area: 2/2/3/3;
  max-width: 588px;
  height: 282px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:first-child .card-villas:last-child {
    height: 140px;
  }
}
.cards .cards_villas_grid:last-child .card-villas:first-child {
  grid-area: 1/1/2/3;
  max-width: 1200px;
  height: 282px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:last-child .card-villas:first-child {
    height: 140px;
  }
}
.cards .cards_villas_grid:last-child .card-villas:nth-child(2) {
  grid-area: 2/1/3/2;
  max-width: 588px;
  height: 282px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:last-child .card-villas:nth-child(2) {
    height: 140px;
  }
}
.cards .cards_villas_grid:last-child .card-villas:last-child {
  grid-area: 2/2/3/3;
  max-width: 588px;
  height: 282px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cards .cards_villas_grid:last-child .card-villas:last-child {
    height: 140px;
  }
}

.cards_villas {
  margin: 100px 0px 132px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .cards_villas {
    margin: 32px 0 56px;
  }
}
.cards_villas .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.cards_holidays .card_content .card_icons {
  position: relative;
}

.sections_title {
  font-size: 64px;
  line-height: 156%;
  color: #194c00;
  text-align: center;
  max-width: 841px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sections_title {
    font-size: 42px;
    line-height: 138%;
    max-width: 578px;
  }
}
@media screen and (max-width: 480px) {
  .sections_title {
    font-size: 20px;
    line-height: 120%;
    max-width: 315px;
  }
}

.offers_title {
  margin: 0 auto;
  text-align: center;
  font-size: 128px;
  line-height: 78%;
  -webkit-text-stroke: 3px #fff;
  color: rgba(255, 255, 255, 0.6);
  max-width: 985px;
}
@media screen and (max-width: 768px) {
  .offers_title {
    font-size: 80px;
    -webkit-text-stroke: 1.5px #fff;
  }
}
@media screen and (max-width: 480px) {
  .offers_title {
    font-size: 32px;
    line-height: 75%;
    -webkit-text-stroke: 0.5px #fff;
  }
}

.blog-article_header-title {
  width: 65%;
}
.blog-article_header-title--name {
  font-size: 80px;
  -webkit-text-stroke: 2px #fff;
  line-height: 100%;
}
@media screen and (max-width: 480px) {
  .blog-article_header-title--name {
    font-size: 48px;
    -webkit-text-stroke: 1px #fff;
  }
}

.logo {
  display: flex;
  align-items: center;
}
.logo .logo_name {
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .logo .logo_name {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .logo .logo_name {
    font-size: 16px;
  }
}

.social-media {
  display: flex;
  gap: 36px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .social-media {
    gap: 34px;
  }
  .social-media img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .social-media {
    gap: 32px;
  }
  .social-media img {
    width: 30px;
    height: 30px;
  }
}

.contacts {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contacts {
    font-size: 18px;
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .contacts {
    font-size: 12px;
    gap: 12px;
    align-items: center;
  }
}
.contacts .contact {
  display: flex;
  flex-direction: column;
}
.contacts .contact a span:hover {
  text-decoration: underline #ffe502 1.5px;
}
@media screen and (max-width: 480px) {
  .contacts span {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 480px) {
  .menu-mob {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .menu-mob {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  .menu-mob .menu-mob-top {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }
  .menu-mob .menu-mob-top .menu-mob-top-left {
    display: flex;
    align-items: center;
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding-right: 12px;
    width: 23px;
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container #burger {
    width: 23px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #000000;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container #burger .bar.middleBar {
    transform: translateY(6px) rotate(0deg);
  }
  .menu-mob .menu-mob-top .menu-mob-top-left .burger-container #burger .bar.btmBar {
    transform: translateY(12px) rotate(0deg);
  }
  .menu-mob a {
    font-weight: 700;
    letter-spacing: 0.48px;
    font-size: 16px;
    line-height: 125%;
  }
  .menu-mob div.mob-tel-numbers {
    position: absolute;
    display: block;
    padding: 77px 48px 0;
  }
  .menu-mob div.mob-tel-numbers .header__bottom-nav_mob .header-menu {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .menu-mob div.mob-tel-numbers .header__bottom-nav_mob .header-menu li {
    font-size: 20px;
  }
  .menu-mob div.mob-tel-numbers .header__bottom-nav_mob .header-menu li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 90%;
    color: #194c00;
  }
  .menu-mob.menu-opened {
    height: 100%;
    background-color: #ffe502;
    margin-top: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  .menu-mob.menu-opened .menu-mob-top-left .burger-container {
    transform: rotate(90deg);
  }
  .menu-mob.menu-opened .menu-mob-top-left .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .menu-mob.menu-opened .menu-mob-top-left .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-mob.menu-opened .menu-mob-top-left .burger-container #burger .bar.middleBar {
    transform: translateY(3px) rotate(-45deg);
  }
  .menu-mob.menu-opened .menu-mob-top-left .burger-container #burger .bar.btmBar {
    display: none;
  }
  .menu-mob.menu-opened div.mob-tel-numbers p.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 480px) {
  .menu-opened .menu-mob-top {
    padding: 76px 28px 0;
  }
}

.header .background-nav-top {
  background-color: #194c00;
}
@media screen and (max-width: 768px) {
  .header .background-nav-top {
    background-color: #fff;
  }
}

.nav-top {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .nav-top {
    padding: 16px 16px 16px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav-top .burger-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .nav-top .burger-container .burger-menu {
    width: 30px;
    height: 12px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .nav-top .burger-container .burger-menu {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav-top .burger-container .burger-menu .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #000000;
    transition-delay: 0s;
  }
  .nav-top .burger-container .burger-menu .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .nav-top .burger-container .burger-menu .bar.middleBar {
    transform: translateY(6px) rotate(0deg);
  }
  .nav-top .burger-container .burger-menu .bar.btmBar {
    transform: translateY(12px) rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  .nav-top {
    justify-content: flex-start;
  }
}
.nav-top .header_logo {
  padding: 7px 0;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .nav-top .header_logo .logo_name {
    color: #194c00;
  }
}
.nav-top .contact {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .nav-top .contact {
    gap: 16px;
  }
}
.nav-top .contact .tel-numbers img {
  height: 39px;
  width: 46px;
}
.nav-top .contact .tel-numbers a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}
.nav-top .contact .social-media {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .nav-top .contact .social-media {
    gap: 12px;
  }
}
.nav-top .contact .social-media a {
  background-color: #ffe502;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .nav-top .contact .social-media a {
    padding: 10px;
  }
  .nav-top .contact .social-media a img {
    height: 25px;
    width: 25px;
    max-width: max-content;
  }
}
.nav-top .contact .social-media a img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .nav-top .contact .favorite img {
    height: 24px;
    width: 24px;
    max-width: max-content;
  }
}

.header-image {
  background-image: url(../../images/header-image2.jpeg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-image .header-title {
  margin: 0 auto;
  padding: 230px 0 333px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-image .header-title {
    padding: 152px 0 225px;
    max-width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .header-image .header-title {
    padding: 50px 0 81px;
    max-width: 179px;
  }
}

.container-big {
  max-width: 1440px;
  padding: 0 0 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container-big {
    padding: 0;
  }
}

.background-nav-bottom {
  padding: 22px 0;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .background-nav-bottom {
    padding: 4px 0;
  }
}

.nav-bottom {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 69px;
  row-gap: 22px;
}
@media screen and (max-width: 480px) {
  .nav-bottom img {
    width: 244px;
    height: 22px;
  }
}
.nav-bottom .header-menu {
  display: flex;
  align-items: center;
  gap: 69px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .nav-bottom .header-menu {
    display: none;
  }
}
.nav-bottom .header-menu li:hover .submenu {
  display: block;
}
.nav-bottom .header-menu a {
  color: #004503;
  font-size: 24px;
  display: block;
  outline: none;
  transition: 0.5s linear;
}
.nav-bottom .header-menu a:hover {
  color: #194c00;
  text-decoration: underline #ffe502 1.5px;
}
.nav-bottom .header-menu .submenu {
  display: none;
  background: rgba(1, 124, 133, 0.75);
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 21px 16px 0 16px;
}
.nav-bottom .header-menu .submenu a {
  color: #fff;
  font-size: 24px;
  display: block;
  padding-bottom: 23px;
  outline: none;
  transition: 0.5s linear;
}
.nav-bottom .header-menu > li {
  display: inline-block;
  position: relative;
}

.logos-protection {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .logos-protection {
    top: 9px;
    right: 9px;
    gap: 4px;
  }
}
@media screen and (max-width: 480px) {
  .logos-protection .logo-protection {
    height: 52px;
    width: 52px;
  }
}

.second .header-image {
  background-image: url(../../images/header-image2.jpeg);
}
@media screen and (max-width: 480px) {
  .second .header-image {
    background-image: url(../../images/header-posts-img.jpg);
  }
}
.second .header-image .background-nav-bottom {
  background: rgba(0, 91, 5, 0.6);
}
.second .header-image .background-nav-bottom a {
  color: white;
}
@media screen and (max-width: 480px) {
  .second .header-image .container-big > .header-title-posts {
    padding: 40px 0 24px;
  }
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 400px;
    padding: 0 10px;
  }
}

.sections {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .sections {
    padding-bottom: 48px;
    padding-top: 0;
  }
  .sections .trust {
    order: 2;
  }
  .sections .reviews {
    order: 3;
  }
  .sections .partners {
    order: 4;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 62px 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 24px 0;
  }
}

.offers-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .offers-bg {
    padding: 96px 0;
  }
}
@media screen and (max-width: 480px) {
  .offers-bg {
    padding: 42px 0;
  }
}

.thin-text {
  font-weight: 400;
}

.trust .trust-items {
  display: flex;
  position: relative;
  margin: 48px 0 100px;
  row-gap: 45px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .trust .trust-items {
    padding: 75px 25px 60px;
    margin: 62px 0;
  }
}
@media screen and (max-width: 480px) {
  .trust .trust-items {
    margin: 24px 10px;
    padding: 0;
    row-gap: 5px;
  }
}
.trust .trust-items .trust-item {
  display: flex;
  align-items: center;
  gap: 120px;
  position: relative;
  flex-grow: 1;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .trust .trust-items .trust-item {
    padding-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item {
    gap: 60px;
  }
}
.trust .trust-items .trust-item > * {
  max-width: 525px;
}
.trust .trust-items .trust-item .trust-item_main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.trust .trust-items .trust-item .trust-item_main img {
  z-index: 1;
  max-width: 105px;
}
@media screen and (max-width: 768px) {
  .trust .trust-items .trust-item .trust-item_main img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item .trust-item_main img {
    width: 40px;
    height: 40px;
  }
}
.trust .trust-items .trust-item .trust-item_main h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #004503;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item .trust-item_main h3 {
    font-size: 18px;
  }
}
.trust .trust-items .trust-item .trust-item_main span {
  line-height: 87%;
  font-weight: 400;
  font-size: 28px;
  color: #ff6e01;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item .trust-item_main span {
    font-size: 12px;
    line-height: 133%;
  }
}
.trust .trust-items .trust-item p {
  flex: 1;
  font-weight: 300;
  font-size: 28px;
  line-height: 157%;
  text-align: center;
  color: #446335;
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item p {
    font-size: 12px;
  }
}
.trust .trust-items .trust-item:nth-child(even) {
  flex-direction: row-reverse;
}
.trust .trust-items .trust-item::before {
  position: absolute;
  z-index: 0;
  line-height: 6%;
  -webkit-text-stroke: 3px #194c00;
  color: rgba(1, 124, 133, 0.3);
  font-size: calc(90px + 360 * (100vw - 425px) / 1015);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 24%;
}
@media screen and (min-width: 1280px) {
  .trust .trust-items .trust-item::before {
    font-size: 290px;
  }
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item::before {
    -webkit-text-stroke: 2px #194c00;
    font-size: 90px;
  }
}
.trust .trust-items .trust-item:nth-child(1):before {
  content: "1";
  line-height: 6%;
}
@media screen and (max-width: 480px) {
  .trust .trust-items .trust-item:nth-child(1):before {
    font-size: 90px;
  }
}
.trust .trust-items .trust-item:nth-child(2):before {
  content: "2";
}
.trust .trust-items .trust-item:nth-child(3):before {
  content: "3";
}
.trust .trust-items .trust-item:nth-child(4)::before {
  content: "4";
}
.last-minute-tour-bg {
  background-image: url(../../images/last-minute-tour-titel.jpeg);
}

.cards_last-minute-tour {
  flex-wrap: nowrap;
}

.popular_destinations .popular_countries {
  margin: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 480px) {
  .popular_destinations .popular_countries {
    margin: 15px 0;
    gap: 15px;
  }
}
.popular_destinations .popular_countries .countrie {
  position: relative;
  max-width: 1200px;
}
.popular_destinations .popular_countries .countrie img {
  object-fit: cover;
  height: auto;
}
.popular_destinations .popular_countries .countrie .text-box {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}
.popular_destinations .popular_countries .countrie .text-box .image-box_title {
  font-weight: 800;
  font-size: 128px;
  line-height: 78%;
  color: #fff;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .popular_destinations .popular_countries .countrie .text-box .image-box_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .popular_destinations .popular_countries .countrie .text-box .image-box_title {
    font-size: 18px;
  }
}
.popular_destinations .popular_countries .countrie .text-box .image-box_description {
  font-weight: 500;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 99, 0, 0.9) 0%, rgba(254, 242, 0, 0.9) 100%);
  border-right: 4px solid #fff;
  padding: 30px 40px;
  width: 75%;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .popular_destinations .popular_countries .countrie .text-box .image-box_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .popular_destinations .popular_countries .countrie .text-box .image-box_description {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
  }
}
.popular_destinations .popular_countries .countrie:nth-child(even) .text-box {
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.popular_destinations .popular_countries .countrie:nth-child(even) .text-box .image-box_title {
  padding-left: 0;
  padding-right: 24px;
}
.popular_destinations .popular_countries .countrie:nth-child(even) .text-box .image-box_description {
  border-right: 0 solid #fff;
  border-left: 4px solid #fff;
}
.popular_destinations .section_read-more_button {
  background-color: #ff6407;
  color: #fff;
}

.holidays-bg {
  background-image: url(../../images/holidays-titel.jpeg);
}

.holidays_buttons {
  padding-top: 100px;
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-auto-rows: 1fr;
  width: 100%;
  box-sizing: border-box;
}
.holidays_buttons .holidays_button {
  font-size: 24px;
  line-height: 117%;
  color: #194c00;
  background-color: transparent;
  padding: 0 26px;
  border-image: linear-gradient(103deg, #ffe401, #007b84) 1% 1%;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1230px) {
  .holidays_buttons .holidays_button {
    flex: 1 1 100%; /* Кнопки занимают всю ширину при маленьких разрешениях */
  }
}
.holidays_buttons .active-filter {
  background-color: #ffe502;
  border-image: linear-gradient(103deg, #ffe401, #ffe401) 1% 1%;
}

.holidays_button:hover,
.active-filter {
  background-color: #ffe502;
  border-image: linear-gradient(103deg, #ffe401, #ffe401) 1% 1%;
}

.holidays_buttons_mob {
  position: relative;
  background: linear-gradient(90deg, #ffe401 0%, #007b84 100%);
  border: #ffe502;
  outline: none;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .holidays_buttons_mob {
    display: none;
  }
}
.holidays_buttons_mob select {
  display: none;
}
.holidays_buttons_mob {
  /* Style the arrow inside the select element: */
}
.holidays_buttons_mob .select-selected:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2215%22%20viewBox%3D%220%200%2026%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L13.4286%2013L25%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E");
  top: 18px;
  right: 16px;
}
@media screen and (max-width: 480px) {
  .holidays_buttons_mob .select-selected:after {
    top: 14px;
  }
}
.holidays_buttons_mob {
  /* Point the arrow upwards when the select box is open (active): */
}
.holidays_buttons_mob .select-selected.select-arrow-active:after {
  top: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 480px) {
  .holidays_buttons_mob .select-selected.select-arrow-active:after {
    top: 12px;
  }
}
.holidays_buttons_mob {
  /* style the items (options), including the selected item: */
}
.holidays_buttons_mob .select-items div,
.holidays_buttons_mob .select-selected {
  color: #ffffff;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.holidays_buttons_mob .select-items div p,
.holidays_buttons_mob .select-selected p {
  font-size: 18px;
  line-height: 133%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .holidays_buttons_mob .select-items div p,
  .holidays_buttons_mob .select-selected p {
    font-size: 12px;
  }
}
.holidays_buttons_mob {
  /* Style items (options): */
}
.holidays_buttons_mob .select-items {
  position: absolute;
  background: linear-gradient(90deg, #ffe401 0%, #007b84 100%);
  border: #ffe502;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.holidays_buttons_mob {
  /* Hide the items when the select box is closed: */
}
.holidays_buttons_mob .select-hide {
  display: none;
}
.holidays_buttons_mob .select-items div:hover,
.holidays_buttons_mob .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.cards_holidays {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 26px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cards_holidays .card {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1024px) {
  .cards_holidays .card {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 700px) {
  .cards_holidays .card {
    width: calc((100% - 30px) / 1);
  }
}

.show {
  display: block;
}

.cruises-bg {
  background-image: url(../../images/cruises-bg.jpeg);
  background-size: 100% 58%;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .cruises-bg .offers-bg {
    padding: 42px 0;
  }
}

.villas-bg {
  background-image: url(../../images/villas-bg.jpeg);
}

.villas .container-big {
  padding: 0;
}

.faq_list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .faq_list {
    margin-top: 66px;
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .faq_list {
    margin-top: 36px;
    gap: 7px;
  }
}
.faq_list .faq-question {
  border: 1px solid #ffe502;
  background: linear-gradient(270deg, #ffe502 0%, rgba(255, 229, 2, 0) 100%);
  padding: 25px 48px 25px 28px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question {
    padding: 12px 16px 12px 12px;
  }
}
.faq_list .faq-question .accordion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}
.faq_list .faq-question .accordion span {
  font-size: 24px;
  line-height: 117%;
  text-align: start;
  color: rgb(0, 65, 69);
}
@media screen and (max-width: 768px) {
  .faq_list .faq-question .accordion span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question .accordion span {
    font-size: 12px;
    line-height: 133%;
  }
}
.faq_list .faq-question .accordion .accordion_button {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
  width: 76px;
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question .accordion .accordion_button svg {
    width: 24px;
    height: 11px;
  }
}
.faq_list .faq-question .accordion .accordion_button path {
  stroke: #194c00;
  stroke-width: 4;
}
.faq_list .faq-question .accordion .accordion_button:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2262%22%20height%3D%2225%22%20viewBox%3D%220%200%2062%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L32.5%2022L60%202%22%20stroke%3D%22%23017C85%22%20stroke-width%3D%224%22%20%2F%3E%3C%2Fsvg%3E");
  top: 1px;
  right: 6px;
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question .accordion .accordion_button:after {
    top: 3px;
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2211%22%20viewBox%3D%220%200%2024%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%201L11.0833%209L1%201%22%20stroke%3D%22%23017C85%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  }
}
.faq_list .faq-question .panel {
  margin-top: 60px;
  display: none;
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question .panel {
    margin-top: 34px;
  }
}
.faq_list .faq-question .panel ul {
  list-style: disc;
  padding-left: 40px;
  padding-bottom: 20px;
}
.faq_list .faq-question .panel p,
.faq_list .faq-question .panel .faq_answer,
.faq_list .faq-question .panel li {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgb(0, 65, 69);
}
@media screen and (max-width: 480px) {
  .faq_list .faq-question .panel p,
  .faq_list .faq-question .panel .faq_answer,
  .faq_list .faq-question .panel li {
    font-size: 12px;
    line-height: 133%;
  }
}
.faq_list .faq-question .panel li {
  text-align: start;
}
.faq_list .accordion-active .accordion_button:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 480px) {
  .faq_list .accordion-active .accordion_button:after {
    top: 0;
  }
}

.section-form {
  background-image: url("../../images/back-form.jpg");
  background-size: cover;
  background-position: center center;
}
.section-form h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 84%;
  text-align: center;
  color: #fcf300;
}
.section-form h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .section-form h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.section-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .section-form form {
    gap: 8px;
  }
}
.section-form form p:first-child,
.section-form form p:nth-child(2),
.section-form form p:nth-child(3),
.section-form form p:nth-child(4),
.section-form form p:nth-child(5) {
  width: 48%;
}
.section-form form p:first-child input,
.section-form form p:nth-child(2) input,
.section-form form p:nth-child(3) input,
.section-form form p:nth-child(4) input,
.section-form form p:nth-child(5) input {
  width: 100%;
}
.section-form form p:nth-child(6),
.section-form form p:nth-child(7) {
  width: 100%;
}
.section-form form p:nth-child(6) input,
.section-form form p:nth-child(7) input {
  width: 100%;
}
.section-form form label {
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .section-form form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 233%;
    gap: 2px;
  }
}
.section-form form label br {
  display: none;
}
.section-form form input,
.section-form form textarea {
  border: 1px solid #fcf300;
  background: #fff;
  padding: 15px 42px 15px 36px;
  color: rgb(0, 65, 69);
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .section-form form input,
  .section-form form textarea {
    padding: 5px 42px 5px 36px;
  }
}
.section-form form textarea {
  resize: none;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section-form form textarea {
    height: 110px;
  }
}
.section-form form .submit {
  background: #ffe502;
  border: none;
  padding: 26px 103px;
  font-size: 24px;
  line-height: 117%;
  color: #194c00;
  align-self: flex-start;
  margin-top: 8px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .section-form form .submit {
    padding: 6px 30px;
    font-size: 12px;
  }
}
.section-form form .submit:hover {
  background-color: #fff;
  outline: 2px solid #ffe502;
}
.section-form form .wpcf7-spinner {
  display: none;
}

.partners .grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 100px;
  margin-top: 100px;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .partners .grid-container {
    margin-top: 66px;
    grid-column-gap: 14px;
    grid-row-gap: 58px;
  }
}
@media screen and (max-width: 480px) {
  .partners .grid-container {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partners .grid-container .partner-item {
    max-width: 152px;
  }
}
.partners .grid-container > :nth-child(1) {
  grid-area: 1/1/2/5;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
.partners .grid-container > :nth-child(2) {
  grid-area: 1/5/2/9;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.partners .grid-container > :nth-child(3) {
  grid-area: 1/9/2/13;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(3) {
    grid-area: 2/1/3/2;
  }
}
.partners .grid-container > :nth-child(4) {
  grid-area: 2/1/3/4;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
.partners .grid-container > :nth-child(5) {
  grid-area: 2/4/3/7;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(5) {
    grid-area: 3/1/4/2;
  }
}
.partners .grid-container > :nth-child(6) {
  grid-area: 2/7/3/10;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(6) {
    grid-area: 3/2/4/3;
  }
}
.partners .grid-container > :nth-child(7) {
  grid-area: 2/10/3/13;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(7) {
    grid-area: 4/1/5/2;
  }
}
.partners .grid-container > :nth-child(8) {
  grid-area: 3/1/4/5;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(8) {
    grid-area: 4/2/5/3;
  }
}
.partners .grid-container > :nth-child(9) {
  grid-area: 3/5/4/9;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(9) {
    grid-area: 5/1/6/2;
  }
}
.partners .grid-container > :nth-child(10) {
  grid-area: 3/9/4/13;
}
@media screen and (max-width: 480px) {
  .partners .grid-container > :nth-child(10) {
    grid-area: 5/2/6/3;
  }
}

.footer-top {
  background-color: #194c00;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .footer-top {
    padding: 24px 0;
  }
}
.footer-top .footer_about-us {
  padding: 0 38px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .footer-top .footer_about-us {
    padding: 0 51px;
  }
}
.footer-top .footer_about-us .footer_logo {
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .footer-top .footer_about-us .footer_logo {
    gap: 4px;
  }
}
.footer-top .footer_about-us .footer_logo img {
  width: 104px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .footer-top .footer_about-us .footer_logo img {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .footer_about-us .footer_logo img {
    width: 46px;
    height: 46px;
  }
}
.footer-top .footer_links {
  display: flex;
  gap: 120px;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-top .footer_links {
    gap: 55px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .footer_links {
    gap: 80px;
    justify-content: center;
  }
}
.footer-top .footer_links ul {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-top .footer_links ul {
    gap: 22px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .footer_links ul {
    gap: 12px;
  }
}
.footer-top .footer_links span,
.footer-top .footer_links a {
  font-size: 24px;
  line-height: 117%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-top .footer_links span,
  .footer-top .footer_links a {
    font-size: 18px;
    line-height: 133%;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .footer_links span,
  .footer-top .footer_links a {
    font-size: 12px;
  }
}
.footer-top .footer_links span {
  margin-bottom: 32px;
  display: inline-block;
  border-bottom: 2px solid #ffe502;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .footer-top .footer_links span {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .footer_links span {
    margin-bottom: 12px;
  }
}
.footer-top .footer_links a {
  transition: text-decoration 0.5s linear;
}
.footer-top .footer_links a:hover {
  text-decoration: underline #ffe502 1.5px;
}

.footer-top > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .footer-top > .container {
    flex-direction: column;
    gap: 24px;
  }
}

.footer-bottom {
  padding: 60px 0 30px;
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    padding: 12px 16px;
  }
}
.footer-bottom p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgb(0, 65, 69);
}
@media screen and (max-width: 768px) {
  .footer-bottom p {
    font-size: 15px;
    line-height: 160%;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom p {
    font-size: 10px;
    line-height: 180%;
  }
}
.footer-bottom .footer_cards {
  margin: 48px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer_cards {
    margin: 16px 0;
  }
}
.footer-bottom .footer_cards .trust_cards,
.footer-bottom .footer_cards .bank_cards {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer_cards .trust_cards,
  .footer-bottom .footer_cards .bank_cards {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer_cards .trust_cards img {
    width: 80px;
    height: 90px;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .footer_cards .trust_cards img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer_cards .bank_cards img {
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .copyright svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .copyright svg {
    width: 12px;
    height: 12px;
  }
}
.footer-bottom .copyright {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgb(0, 65, 69);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    font-size: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .copyright {
    font-size: 10px;
    line-height: 280%;
    gap: 4px;
  }
}

.footer_contacts {
  color: #fff;
  max-width: 373px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  .footer_contacts {
    margin: 0;
  }
}
.footer_contacts a {
  color: #fff;
}

.about-us-section {
  padding: 180px 0 0;
}
@media screen and (max-width: 768px) {
  .about-us-section {
    padding: 70px 0 0;
  }
}
.about-us-section .container > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  .about-us-section .container > p {
    font-size: 12px;
    line-height: 133%;
    margin: 0;
  }
}
.about-us-section__advantages {
  margin: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 145px;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages {
    margin: 36px 0;
    gap: 36px;
  }
}
.about-us-section__advantages .advantage-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages .advantage-block {
    gap: 10px;
  }
}
.about-us-section__advantages .advantage-block:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-us-section__advantages .advantage-block .advantage-image {
  max-width: 535px;
  width: 50%;
}
.about-us-section__advantages .advantage-block .advantage-image img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages .advantage-block .advantage-image img {
    width: 75%;
  }
}
.about-us-section__advantages .advantage-block .advantage-box {
  max-width: 535px;
  min-height: 300px;
  width: 50%;
  background-color: #194c00;
  color: #fff;
  padding: 55px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages .advantage-block .advantage-box {
    padding: 10px 10px;
    min-height: 0;
  }
}
.about-us-section__advantages .advantage-block .advantage-box::before, .about-us-section__advantages .advantage-block .advantage-box::after {
  content: "";
  position: absolute;
  border: 3px solid #ffe502;
  width: 40%;
  height: 50%;
}
.about-us-section__advantages .advantage-block .advantage-box::before {
  content: "";
  top: -25px;
  right: -25px;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages .advantage-block .advantage-box::before {
    top: -4px;
    right: -4px;
    border-width: 1px 1px 0 0;
  }
}
.about-us-section__advantages .advantage-block .advantage-box::after {
  bottom: -25px;
  left: -25px;
  border-width: 0 0 3px 3px;
}
@media screen and (max-width: 768px) {
  .about-us-section__advantages .advantage-block .advantage-box::after {
    bottom: -4px;
    left: -4px;
    border-width: 0 0 1px 1px;
  }
}
.about-us-section__advantages .advantage-block .advantage-box .advantage-box_text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about-us-section__advantages .advantage-block .advantage-box .advantage-box_text {
    font-size: 12px;
    line-height: 133%;
  }
}

.second .header-image .header-title {
  padding: 160px 0 121px;
}

.contact-us-section > .container {
  display: flex;
  justify-content: space-between;
  gap: 58px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-us-section > .container {
    flex-direction: column-reverse;
    gap: 36px;
  }
}

.contact-us-section h2 {
  font-size: 38px;
  line-height: 84%;
  color: rgb(0, 65, 69);
  margin-bottom: 60px;
  text-align: start;
}
@media screen and (max-width: 480px) {
  .contact-us-section h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 24px;
    text-align: center;
  }
}
.contact-us-section__info {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .contact-us-section__info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-us-section__info--box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr) repeat(2, 0.5fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: start;
    justify-items: start;
    gap: 8px 55px;
  }
}
.contact-us-section__info--box .contact-us-section__info--block {
  color: rgb(0, 65, 69);
  line-height: 150%;
}
@media screen and (max-width: 480px) {
  .contact-us-section__info--box .contact-us-section__info--block span {
    margin: 0 0 0 19px;
  }
}
.contact-us-section__info--box .contact-us-section__info--block a {
  color: rgb(0, 65, 69);
}
@media screen and (max-width: 768px) {
  .contact-us-section__info--box .contact-us-section__info--block:first-child {
    grid-area: 1/1/2/2;
  }
  .contact-us-section__info--box .contact-us-section__info--block:nth-child(2) {
    grid-area: 1/2/3/3;
    justify-self: start;
    justify-self: center;
  }
  .contact-us-section__info--box .contact-us-section__info--block:nth-child(3) {
    grid-area: 2/1/3/2;
    align-self: end;
  }
  .contact-us-section__info--box .contact-us-section__info--block:nth-child(4) {
    grid-area: 3/1/4/3;
    justify-self: center;
    align-self: end;
  }
  .contact-us-section__info--box .social-media {
    grid-area: 4/1/5/3;
    justify-self: center;
  }
}
@media screen and (max-width: 480px) {
  .contact-us-section__info--box .contact-us-section__info--block:nth-child(2) {
    grid-area: 1/2/3/3;
    justify-self: start;
  }
}
@media screen and (max-width: 480px) {
  .contact-us-section .social-media {
    gap: 12px;
  }
}
.contact-us-section .social-media a {
  background-color: #194c00;
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .contact-us-section .social-media a {
    width: 24px;
    height: 24px;
  }
  .contact-us-section .social-media a img {
    height: 14px;
  }
}
.contact-us-section .form {
  max-width: 60%;
  width: 792px;
}
@media screen and (max-width: 768px) {
  .contact-us-section .form {
    width: 100%;
    max-width: 100%;
  }
}
.contact-us-section .form h2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form h2 {
    margin-bottom: 24px;
  }
}
.contact-us-section .form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form form {
    gap: 8px;
  }
}
.contact-us-section .form form label {
  font-size: 24px;
  line-height: 117%;
  color: rgb(0, 65, 69);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 233%;
    gap: 2px;
  }
}
.contact-us-section .form form label br {
  display: none;
}
.contact-us-section .form form input,
.contact-us-section .form form textarea {
  border: 1px solid #b8b8b8;
  background: transparent;
  padding: 15px 42px 15px 36px;
  color: rgb(0, 65, 69);
  font-size: 20px;
  line-height: 28px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form form input,
  .contact-us-section .form form textarea {
    padding: 5px 42px 5px 36px;
  }
}
.contact-us-section .form form textarea {
  resize: none;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form form textarea {
    height: 110px;
  }
}
.contact-us-section .form form .submit {
  background: #ffe502;
  border: none;
  padding: 26px 103px;
  font-size: 24px;
  line-height: 117%;
  color: #194c00;
  align-self: flex-start;
  margin-top: 8px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .contact-us-section .form form .submit {
    padding: 6px 30px;
    font-size: 12px;
  }
}
.contact-us-section .form form .submit:hover {
  background-color: #fff;
  outline: 2px solid #ffe502;
}
.contact-us-section .form form .wpcf7-spinner {
  display: none;
}

.page-content {
  margin: 0 80px;
}
@media screen and (max-width: 480px) {
  .page-content {
    margin: 0;
  }
}
.page-content p,
.page-content li {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: rgb(0, 65, 69);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-content p,
  .page-content li {
    font-size: 12px;
    line-height: 133%;
    margin: 0;
  }
}
.page-content li {
  list-style: disc;
  margin-left: 35px;
}
.page-content a {
  text-decoration: underline #ffe502 1.5px;
  color: #194c00;
  font-weight: bold;
}
.page-content h2 {
  color: rgb(0, 65, 69);
  font-weight: 700;
  font-size: 38px;
  line-height: 84%;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .page-content h2 {
    font-size: 20px;
  }
}
.page-content h3 {
  color: rgb(0, 65, 69);
  font-weight: 700;
  font-size: 28px;
  line-height: 84%;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .page-content h3 {
    font-size: 14px;
  }
}
.page-content h4 {
  color: rgb(0, 65, 69);
  font-weight: 700;
  font-size: 26px;
  line-height: 84%;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .page-content h4 {
    font-size: 13px;
  }
}

.blog {
  padding: 160px 0 143px;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 24px 0 48px;
  }
}

.blog > .container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.blog > .container .blog_menu {
  border: 3px solid #ffe502;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 384px;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_menu {
    display: none;
  }
}
.blog > .container .blog_menu a {
  color: #194c00;
  font-size: 32px;
  line-height: 150%;
  padding: 6px;
  text-align: center;
}
.blog > .container .blog_menu .blog_menu_active {
  background-color: #ffe502;
}
.blog > .container .blog_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .blog > .container .blog_cards {
    row-gap: 26px;
    column-gap: 16px;
  }
}
.blog > .container .blog_cards .blog_card {
  width: 384px;
  height: 482px;
  position: relative;
  margin-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card {
    width: 170px;
    height: 250px;
    margin-bottom: 0;
  }
}
.blog > .container .blog_cards .blog_card__image {
  height: -webkit-fill-available;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card__image {
    height: 60%;
  }
}
.blog > .container .blog_cards .blog_card .blog_card_body {
  background-color: #194c00;
  position: absolute;
  width: 282px;
  height: 286px;
  padding: 19px 12px;
  display: flex;
  flex-direction: column;
  right: 0;
  gap: 22px;
  bottom: -163px;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card .blog_card_body {
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 8px 6px;
  }
}
.blog > .container .blog_cards .blog_card .blog_card_body h2 {
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  height: 28px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card .blog_card_body h2 {
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    overflow: visible;
  }
}
.blog > .container .blog_cards .blog_card .blog_card_body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  height: 142px;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card .blog_card_body p {
    display: none;
  }
}
.blog > .container .blog_cards .blog_card .blog_card_body .blog_card_button {
  background-color: #ffe502;
  color: #194c00;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog > .container .blog_cards .blog_card .blog_card_body::before,
.blog > .container .blog_cards .blog_card .blog_card_body::after {
  content: "";
  position: absolute;
  border: 2px solid #ffe502;
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 768px) {
  .blog > .container .blog_cards .blog_card .blog_card_body::before,
  .blog > .container .blog_cards .blog_card .blog_card_body::after {
    width: 0;
    height: 0;
  }
}
.blog > .container .blog_cards .blog_card .blog_card_body::before {
  content: "";
  top: -12px;
  right: -12px;
  border-width: 2px 2px 0 0;
}
.blog > .container .blog_cards .blog_card .blog_card_body::after {
  bottom: -12px;
  left: -12px;
  border-width: 0 0 2px 2px;
}

.blog > .container .blog-section_cards {
  gap: 124px;
}
.blog > .container .blog-section_cards .blog_card-section {
  width: 792px;
  height: 600px;
}
.blog > .container .blog-section_cards .blog_card-section .blog_card_body {
  width: 490px;
  height: 376px;
  padding: 36px 24px 24px;
}
.blog > .container .blog-section_cards .blog_card-section .blog_card_body p {
  height: 200px;
}
.blog > .container .blog-section_cards .blog_card-section .blog_card_body .blog_card_button {
  position: relative;
  width: 280px;
  align-self: flex-end;
}

.blog-article > .container {
  display: flex;
  flex-direction: column;
  gap: 92px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .blog-article > .container {
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .blog-article_box {
    max-width: 358px;
  }
}
.blog-article_box .blog-article_image {
  height: 725px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .blog-article_box .blog-article_image {
    min-height: 482px;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box .blog-article_image {
    min-height: 240px;
  }
}
.blog-article_box .blog-article_body {
  display: flex;
  flex-direction: column;
}
.blog-article_box .blog-article_body p {
  font-weight: 400;
  font-size: 32px;
  line-height: 137%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog-article_box .blog-article_body p {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box .blog-article_body p {
    font-size: 12px;
    line-height: 133%;
  }
}

@media screen and (max-width: 768px) {
  .blog-article_box:first-of-type .blog-article_image {
    max-height: 240px;
  }
}
.blog-article_box:first-of-type .blog-article_body {
  background-color: #194c00;
  color: #fff;
  padding: 47px 103px 87px;
  gap: 94px;
}
@media screen and (max-width: 768px) {
  .blog-article_box:first-of-type .blog-article_body {
    padding: 25px 55px;
    gap: 53px;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box:first-of-type .blog-article_body {
    padding: 8px 12px;
    gap: 12px;
  }
}
.blog-article_box:first-of-type .blog-article_body h2 {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  line-height: 84%;
}
@media screen and (max-width: 480px) {
  .blog-article_box:first-of-type .blog-article_body h2 {
    font-size: 12px;
    text-align: center;
  }
}

.blog-article_box:nth-child(even) {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .blog-article_box:nth-child(even) {
    align-items: normal;
    gap: 12px;
  }
}
.blog-article_box:nth-child(even) .blog-article_image {
  width: 384px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .blog-article_box:nth-child(even) .blog-article_image {
    width: calc(50% - 12px);
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box:nth-child(even) .blog-article_image {
    width: calc(50% - 6px);
    height: auto;
  }
}
.blog-article_box:nth-child(even) .blog-article_body {
  background-color: transparent;
  color: #194c00;
  padding: 0;
  gap: 59px;
  flex-shrink: 2;
}

.blog-article_box:nth-of-type(odd):not(:first-of-type) {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
  align-items: normal;
}
@media screen and (max-width: 768px) {
  .blog-article_box:nth-of-type(odd):not(:first-of-type) {
    gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box:nth-of-type(odd):not(:first-of-type) {
    gap: 12px;
    align-items: normal;
  }
}
.blog-article_box:nth-of-type(odd):not(:first-of-type) .blog-article_image {
  width: 384px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .blog-article_box:nth-of-type(odd):not(:first-of-type) .blog-article_image {
    width: calc(50% - 12px);
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .blog-article_box:nth-of-type(odd):not(:first-of-type) .blog-article_image {
    width: calc(50% - 6px);
    height: auto;
  }
}
.blog-article_box:nth-of-type(odd):not(:first-of-type) .blog-article_body {
  background-color: #194c00;
  color: #fff;
  padding: 48px 28px;
  gap: 59px;
  flex-shrink: 2;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .blog-article_box:nth-of-type(odd):not(:first-of-type) .blog-article_body {
    padding: 7px;
    width: 171px;
  }
}

.decorative-frame-top,
.decorative-frame-bottom {
  position: relative;
}

.decorative-frame-top::before,
.decorative-frame-bottom::after {
  content: "";
  position: absolute;
  border: 3px solid #ffe502;
  width: 480px;
  height: 480px;
}
@media screen and (max-width: 1300px) {
  .decorative-frame-top::before,
  .decorative-frame-bottom::after {
    width: 0;
    height: 0;
  }
}

.decorative-frame-top::before {
  top: -32px;
  right: -32px;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 480px) {
  .decorative-frame-top::before {
    right: 0;
  }
}

.decorative-frame-bottom::after {
  bottom: -32px;
  left: -32px;
  border-width: 0 0 3px 3px;
}

.booking > .container {
  display: flex;
  gap: 48px;
}
.booking > .container .booking-info {
  padding: 63px;
  background: linear-gradient(rgba(1, 124, 133, 0.5), rgba(1, 124, 133, 0.5)), url("./images/booking-img.jpg");
  width: 384px;
  min-height: 1023px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  line-height: 133%;
}
.booking > .container .booking-info h3 {
  font-weight: 700;
  font-size: 36px;
}
.booking > .container .booking-info .price-from {
  font-weight: 400;
  font-size: 24px;
}
.booking > .container .booking-info .price {
  font-size: 32px;
}
.booking > .container .booking-info .nights {
  font-weight: 600;
  font-size: 25px;
}
.booking > .container .booking-info ul {
  list-style: disc;
  padding: 0 40px 0 70px;
}
.booking > .container .booking-info ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  text-align: start;
}
.booking > .container .booking_form {
  flex-grow: 1;
}
.booking > .container .booking_form h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}
.booking > .container .booking_form form {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 36px;
  column-gap: 24px;
}
.booking > .container .booking_form form .box-input {
  position: relative;
  border: 1px solid #194c00;
  width: 360px;
  height: 60px;
  display: flex;
}
.booking > .container .booking_form form label {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #194c00;
  opacity: 0.75;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
  top: 0;
  left: 0;
  padding: 10px 0 12px 24px;
}
.booking > .container .booking_form form input,
.booking > .container .booking_form form textarea {
  padding: 12px 0 12px 24px;
  color: #194c00;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  border: none;
  width: 100%;
  height: 100%;
}
.booking > .container .booking_form form .input-toggle {
  padding: 35px 0 12px 24px;
}
.booking > .container .booking_form form input::placeholder,
.booking > .container .booking_form form textarea::placeholder {
  color: #194c00;
}
.booking > .container .booking_form form button {
  background: url("./images/button-plus.svg"), #194c00;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border: none;
  font-size: 38px;
  width: 46px;
  height: 60px;
}

.thank-you_page h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 75%;
  text-align: center;
  margin-bottom: 45px;
}
.thank-you_page p {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
.thank-you_page .bold {
  font-weight: 700;
}
.thank-you_page .thank-you_page_social-media_box {
  margin-top: 90px;
}
.thank-you_page .thank-you_page_social-media_box .social-media {
  gap: 64px;
  justify-content: center;
}
.thank-you_page .thank-you_page_social-media_box .social-media svg {
  fill: #194c00;
}
.thank-you_page .thank-you_image {
  background-image: url("./images/thank-you.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center center;
  min-width: 1440px;
  min-height: 1006px;
  background-size: cover;
  margin-top: 80px;
}
.thank-you_page .thank-you_image > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1006px;
}

@media screen and (max-width: 768px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hidden-mob {
    display: none;
  }
}
.bold {
  font-weight: 900;
}

.ex .container-big {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ex .container-big .swiper-container {
  width: 100%;
}
.ex .container-big .swiper-container .swiper-wrapper {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}
.ex .cards_villas_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-items: center;
  max-width: 1200px;
}
.ex .cards_villas_grid .card-villas {
  padding: 0;
  position: relative;
  max-width: none;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 70%, #194c00 100%);
}
.ex .cards_villas_grid .card-villas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.ex .cards_villas_grid .card-villas .card_content-villas {
  position: absolute;
  bottom: 32px;
  right: 50%;
  transform: translate(50%, 0);
}
.ex .cards_villas_grid .card-villas .card_content-villas h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 87%;
  color: #fff;
}
.ex .cards_villas_grid:first-child .card-villas:first-child {
  grid-area: 1/1/3/2;
  width: 588px;
  height: 588px;
}
.ex .cards_villas_grid:first-child .card-villas:nth-child(2) {
  grid-area: 1/2/2/3;
  width: 588px;
  height: 282px;
}
.ex .cards_villas_grid:first-child .card-villas:last-child {
  grid-area: 2/2/3/3;
  width: 588px;
  height: 282px;
}
.ex .cards_villas_grid:last-child {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.ex .cards_villas_grid:last-child .card-villas:first-child {
  grid-area: 1/1/2/3;
  width: 1200px;
  height: 282px;
}
.ex .cards_villas_grid:last-child .card-villas:nth-child(2) {
  grid-area: 2/1/3/2;
  width: 588px;
  height: 282px;
}
.ex .cards_villas_grid:last-child .card-villas:last-child {
  grid-area: 2/2/3/3;
  width: 588px;
  height: 282px;
}
.ex .cards_villas {
  margin: 100px -35px 132px;
  max-width: 1200px;
}
@media screen and (max-width: 1400px) {
  .ex .cards_villas {
    margin: 100px auto 132px;
  }
}
.ex .cards_villas .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}/*# sourceMappingURL=main.min.css.map */