@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*, ul, ol, a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

svg, img {
  flex: 0 0 auto;
}

body {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  position: relative;
  background-color: #fff;
}
body.stop {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper.blur::after {
  opacity: 1;
  visibility: visible;
}
.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

section {
  background-color: #fff;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 979px;
  }
}
@media (max-width: 968px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.all_bg {
  background-color: #fff;
  position: relative;
}
.all_bg .section_bg {
  position: absolute;
  border-radius: 150px 50px;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 1810px;
  overflow: hidden;
  right: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .all_bg .section_bg {
    border-radius: 40px 10px;
  }
}
.all_bg .dzsparallaxer--target {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1810px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .all_bg .dzsparallaxer--target {
    border-radius: 40px 10px;
    background-size: cover;
  }
}
.all_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2C2E35;
  opacity: 0.9;
  z-index: -2;
  max-width: 1810px;
  border-radius: 150px 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1199px) {
  .all_bg::after {
    border-radius: 40px 10px;
  }
}
.all_bg .container {
  position: relative;
  z-index: 12;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.section_title {
  color: #2C2E35;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 968px) {
  .section_title {
    color: #2C2E35;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.yellow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 36px;
  color: #303030;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #FD0;
  width: max-content;
  cursor: pointer;
  transition: 0.3s all ease;
}
.yellow_btn:hover {
  background-color: #FFD000; /* Biroz to'qroq sariq */
  transform: translateY(-2px);
}
.yellow_btn.const_button {
  border: none;
  outline: none;
  height: 70px;
  width: 100%;
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
@media (max-width: 968px) {
  .yellow_btn.const_button {
    height: 51px;
    color: #303030;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
  }
}
@media (max-width: 968px) {
  .yellow_btn.pay_btn {
    height: 50px;
  }
}

.title_desc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-left: 15px;
  border-left: 5px solid #FD0;
}
@media (max-width: 968px) {
  .title_desc {
    gap: 5px 0;
    border-left: 3px solid #FD0;
    padding-left: 10px;
  }
}
.title_desc.black .section_title {
  color: #2C2E35;
}
.title_desc.black .description {
  color: #2C2E35;
}
.title_desc .section_title {
  color: #FFF;
}
.title_desc .description {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .title_desc .description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
  }
}

.form_side {
  width: max-content;
  padding: 36px 34px 37px 34px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background-color: #FFF;
  position: relative;
  z-index: 12;
}
@media (max-width: 968px) {
  .form_side {
    padding: 24px 25px;
  }
}
.form_side .item_title {
  color: #191B1D;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}
@media (max-width: 968px) {
  .form_side .item_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    margin-bottom: 29px;
  }
}
.form_side .const_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 12;
}
.form_side .const_form .item_desc {
  color: #191B1D;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 16.12px */
  margin: 0 auto;
  max-width: 359px;
}
@media (max-width: 968px) {
  .form_side .const_form .item_desc {
    font-size: 12px;
    text-align: start;
  }
}
.form_side .const_form .item_desc a {
  color: #039BE5;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 16.12px */
  text-decoration: underline;
}
@media (max-width: 968px) {
  .form_side .const_form .item_desc a {
    font-size: 12px;
  }
}

.privacy {
  display: flex;
  align-items: center;
  margin: 24px 0 20px 0;
  gap: 0 10px;
  justify-content: center;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .privacy {
    margin: 15px 0 15px 0;
  }
}
.privacy .warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.privacy .check {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #C5C5C5;
  cursor: pointer;
}
@media (max-width: 968px) {
  .privacy .check {
    width: 14px;
    height: 14px;
  }
}
.privacy .item_info {
  color: #191B1D;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 16.12px */
}

.inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .inputs {
    gap: 14px 0;
    margin-bottom: 14px;
  }
}
.inputs .warning:first-child {
  order: 2;
}
.inputs .warning:last-child {
  order: 4;
}
.inputs label {
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  padding: 0 20px 0 30px;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .inputs label {
    height: 52px;
    padding: 0px 13px 0 20px;
  }
}
.inputs label:first-child {
  order: 1;
}
.inputs label input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .inputs label input {
    color: #191B1D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.5%; /* 19.955px */
  }
}
.inputs label input::placeholder {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .inputs label input::placeholder {
    color: #191B1D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.5%; /* 19.955px */
  }
}
.inputs label input:focus {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .inputs label input:focus {
    color: #191B1D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.5%; /* 19.955px */
  }
}
.inputs label .item_things {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.inputs label .item_things .border {
  width: 1px;
  height: 30px;
  background: #C5C5C5;
  display: block;
}
@media (max-width: 968px) {
  .inputs label .item_things svg path {
    fill: #FFDD00;
  }
}

.swiper_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 163px;
  gap: 0 46px;
}
@media (max-width: 968px) {
  .swiper_button {
    margin-top: 54px;
    gap: 0 12px;
  }
}
.swiper_button .left_btn, .swiper_button .right_btn, .swiper_button .l_btn, .swiper_button .r_btn, .swiper_button .left_b, .swiper_button .right_b, .swiper_button .left_click, .swiper_button .right_click, .swiper_button .left_cl, .swiper_button .right_cl, .swiper_button .click_left, .swiper_button .click_right, .swiper_button .mini_left, .swiper_button .mini_right {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 968px) {
  .swiper_button .left_btn, .swiper_button .right_btn, .swiper_button .l_btn, .swiper_button .r_btn, .swiper_button .left_b, .swiper_button .right_b, .swiper_button .left_click, .swiper_button .right_click, .swiper_button .left_cl, .swiper_button .right_cl, .swiper_button .click_left, .swiper_button .click_right, .swiper_button .mini_left, .swiper_button .mini_right {
    gap: 0 5px;
  }
}
.swiper_button .left_btn.left_b span, .swiper_button .left_btn.right_b span, .swiper_button .left_btn.left_click span, .swiper_button .left_btn.right_click span, .swiper_button .left_btn.left_cl span, .swiper_button .left_btn.right_cl span, .swiper_button .left_btn.click_left span, .swiper_button .left_btn.click_right span, .swiper_button .left_btn.mini_left span, .swiper_button .left_btn.mini_right span, .swiper_button .right_btn.left_b span, .swiper_button .right_btn.right_b span, .swiper_button .right_btn.left_click span, .swiper_button .right_btn.right_click span, .swiper_button .right_btn.left_cl span, .swiper_button .right_btn.right_cl span, .swiper_button .right_btn.click_left span, .swiper_button .right_btn.click_right span, .swiper_button .right_btn.mini_left span, .swiper_button .right_btn.mini_right span, .swiper_button .l_btn.left_b span, .swiper_button .l_btn.right_b span, .swiper_button .l_btn.left_click span, .swiper_button .l_btn.right_click span, .swiper_button .l_btn.left_cl span, .swiper_button .l_btn.right_cl span, .swiper_button .l_btn.click_left span, .swiper_button .l_btn.click_right span, .swiper_button .l_btn.mini_left span, .swiper_button .l_btn.mini_right span, .swiper_button .r_btn.left_b span, .swiper_button .r_btn.right_b span, .swiper_button .r_btn.left_click span, .swiper_button .r_btn.right_click span, .swiper_button .r_btn.left_cl span, .swiper_button .r_btn.right_cl span, .swiper_button .r_btn.click_left span, .swiper_button .r_btn.click_right span, .swiper_button .r_btn.mini_left span, .swiper_button .r_btn.mini_right span, .swiper_button .left_b.left_b span, .swiper_button .left_b.right_b span, .swiper_button .left_b.left_click span, .swiper_button .left_b.right_click span, .swiper_button .left_b.left_cl span, .swiper_button .left_b.right_cl span, .swiper_button .left_b.click_left span, .swiper_button .left_b.click_right span, .swiper_button .left_b.mini_left span, .swiper_button .left_b.mini_right span, .swiper_button .right_b.left_b span, .swiper_button .right_b.right_b span, .swiper_button .right_b.left_click span, .swiper_button .right_b.right_click span, .swiper_button .right_b.left_cl span, .swiper_button .right_b.right_cl span, .swiper_button .right_b.click_left span, .swiper_button .right_b.click_right span, .swiper_button .right_b.mini_left span, .swiper_button .right_b.mini_right span, .swiper_button .left_click.left_b span, .swiper_button .left_click.right_b span, .swiper_button .left_click.left_click span, .swiper_button .left_click.right_click span, .swiper_button .left_click.left_cl span, .swiper_button .left_click.right_cl span, .swiper_button .left_click.click_left span, .swiper_button .left_click.click_right span, .swiper_button .left_click.mini_left span, .swiper_button .left_click.mini_right span, .swiper_button .right_click.left_b span, .swiper_button .right_click.right_b span, .swiper_button .right_click.left_click span, .swiper_button .right_click.right_click span, .swiper_button .right_click.left_cl span, .swiper_button .right_click.right_cl span, .swiper_button .right_click.click_left span, .swiper_button .right_click.click_right span, .swiper_button .right_click.mini_left span, .swiper_button .right_click.mini_right span, .swiper_button .left_cl.left_b span, .swiper_button .left_cl.right_b span, .swiper_button .left_cl.left_click span, .swiper_button .left_cl.right_click span, .swiper_button .left_cl.left_cl span, .swiper_button .left_cl.right_cl span, .swiper_button .left_cl.click_left span, .swiper_button .left_cl.click_right span, .swiper_button .left_cl.mini_left span, .swiper_button .left_cl.mini_right span, .swiper_button .right_cl.left_b span, .swiper_button .right_cl.right_b span, .swiper_button .right_cl.left_click span, .swiper_button .right_cl.right_click span, .swiper_button .right_cl.left_cl span, .swiper_button .right_cl.right_cl span, .swiper_button .right_cl.click_left span, .swiper_button .right_cl.click_right span, .swiper_button .right_cl.mini_left span, .swiper_button .right_cl.mini_right span, .swiper_button .click_left.left_b span, .swiper_button .click_left.right_b span, .swiper_button .click_left.left_click span, .swiper_button .click_left.right_click span, .swiper_button .click_left.left_cl span, .swiper_button .click_left.right_cl span, .swiper_button .click_left.click_left span, .swiper_button .click_left.click_right span, .swiper_button .click_left.mini_left span, .swiper_button .click_left.mini_right span, .swiper_button .click_right.left_b span, .swiper_button .click_right.right_b span, .swiper_button .click_right.left_click span, .swiper_button .click_right.right_click span, .swiper_button .click_right.left_cl span, .swiper_button .click_right.right_cl span, .swiper_button .click_right.click_left span, .swiper_button .click_right.click_right span, .swiper_button .click_right.mini_left span, .swiper_button .click_right.mini_right span, .swiper_button .mini_left.left_b span, .swiper_button .mini_left.right_b span, .swiper_button .mini_left.left_click span, .swiper_button .mini_left.right_click span, .swiper_button .mini_left.left_cl span, .swiper_button .mini_left.right_cl span, .swiper_button .mini_left.click_left span, .swiper_button .mini_left.click_right span, .swiper_button .mini_left.mini_left span, .swiper_button .mini_left.mini_right span, .swiper_button .mini_right.left_b span, .swiper_button .mini_right.right_b span, .swiper_button .mini_right.left_click span, .swiper_button .mini_right.right_click span, .swiper_button .mini_right.left_cl span, .swiper_button .mini_right.right_cl span, .swiper_button .mini_right.click_left span, .swiper_button .mini_right.click_right span, .swiper_button .mini_right.mini_left span, .swiper_button .mini_right.mini_right span {
  color: #2C2E35;
}
.swiper_button .left_btn.left_b svg path, .swiper_button .left_btn.right_b svg path, .swiper_button .left_btn.left_click svg path, .swiper_button .left_btn.right_click svg path, .swiper_button .left_btn.left_cl svg path, .swiper_button .left_btn.right_cl svg path, .swiper_button .left_btn.click_left svg path, .swiper_button .left_btn.click_right svg path, .swiper_button .left_btn.mini_left svg path, .swiper_button .left_btn.mini_right svg path, .swiper_button .right_btn.left_b svg path, .swiper_button .right_btn.right_b svg path, .swiper_button .right_btn.left_click svg path, .swiper_button .right_btn.right_click svg path, .swiper_button .right_btn.left_cl svg path, .swiper_button .right_btn.right_cl svg path, .swiper_button .right_btn.click_left svg path, .swiper_button .right_btn.click_right svg path, .swiper_button .right_btn.mini_left svg path, .swiper_button .right_btn.mini_right svg path, .swiper_button .l_btn.left_b svg path, .swiper_button .l_btn.right_b svg path, .swiper_button .l_btn.left_click svg path, .swiper_button .l_btn.right_click svg path, .swiper_button .l_btn.left_cl svg path, .swiper_button .l_btn.right_cl svg path, .swiper_button .l_btn.click_left svg path, .swiper_button .l_btn.click_right svg path, .swiper_button .l_btn.mini_left svg path, .swiper_button .l_btn.mini_right svg path, .swiper_button .r_btn.left_b svg path, .swiper_button .r_btn.right_b svg path, .swiper_button .r_btn.left_click svg path, .swiper_button .r_btn.right_click svg path, .swiper_button .r_btn.left_cl svg path, .swiper_button .r_btn.right_cl svg path, .swiper_button .r_btn.click_left svg path, .swiper_button .r_btn.click_right svg path, .swiper_button .r_btn.mini_left svg path, .swiper_button .r_btn.mini_right svg path, .swiper_button .left_b.left_b svg path, .swiper_button .left_b.right_b svg path, .swiper_button .left_b.left_click svg path, .swiper_button .left_b.right_click svg path, .swiper_button .left_b.left_cl svg path, .swiper_button .left_b.right_cl svg path, .swiper_button .left_b.click_left svg path, .swiper_button .left_b.click_right svg path, .swiper_button .left_b.mini_left svg path, .swiper_button .left_b.mini_right svg path, .swiper_button .right_b.left_b svg path, .swiper_button .right_b.right_b svg path, .swiper_button .right_b.left_click svg path, .swiper_button .right_b.right_click svg path, .swiper_button .right_b.left_cl svg path, .swiper_button .right_b.right_cl svg path, .swiper_button .right_b.click_left svg path, .swiper_button .right_b.click_right svg path, .swiper_button .right_b.mini_left svg path, .swiper_button .right_b.mini_right svg path, .swiper_button .left_click.left_b svg path, .swiper_button .left_click.right_b svg path, .swiper_button .left_click.left_click svg path, .swiper_button .left_click.right_click svg path, .swiper_button .left_click.left_cl svg path, .swiper_button .left_click.right_cl svg path, .swiper_button .left_click.click_left svg path, .swiper_button .left_click.click_right svg path, .swiper_button .left_click.mini_left svg path, .swiper_button .left_click.mini_right svg path, .swiper_button .right_click.left_b svg path, .swiper_button .right_click.right_b svg path, .swiper_button .right_click.left_click svg path, .swiper_button .right_click.right_click svg path, .swiper_button .right_click.left_cl svg path, .swiper_button .right_click.right_cl svg path, .swiper_button .right_click.click_left svg path, .swiper_button .right_click.click_right svg path, .swiper_button .right_click.mini_left svg path, .swiper_button .right_click.mini_right svg path, .swiper_button .left_cl.left_b svg path, .swiper_button .left_cl.right_b svg path, .swiper_button .left_cl.left_click svg path, .swiper_button .left_cl.right_click svg path, .swiper_button .left_cl.left_cl svg path, .swiper_button .left_cl.right_cl svg path, .swiper_button .left_cl.click_left svg path, .swiper_button .left_cl.click_right svg path, .swiper_button .left_cl.mini_left svg path, .swiper_button .left_cl.mini_right svg path, .swiper_button .right_cl.left_b svg path, .swiper_button .right_cl.right_b svg path, .swiper_button .right_cl.left_click svg path, .swiper_button .right_cl.right_click svg path, .swiper_button .right_cl.left_cl svg path, .swiper_button .right_cl.right_cl svg path, .swiper_button .right_cl.click_left svg path, .swiper_button .right_cl.click_right svg path, .swiper_button .right_cl.mini_left svg path, .swiper_button .right_cl.mini_right svg path, .swiper_button .click_left.left_b svg path, .swiper_button .click_left.right_b svg path, .swiper_button .click_left.left_click svg path, .swiper_button .click_left.right_click svg path, .swiper_button .click_left.left_cl svg path, .swiper_button .click_left.right_cl svg path, .swiper_button .click_left.click_left svg path, .swiper_button .click_left.click_right svg path, .swiper_button .click_left.mini_left svg path, .swiper_button .click_left.mini_right svg path, .swiper_button .click_right.left_b svg path, .swiper_button .click_right.right_b svg path, .swiper_button .click_right.left_click svg path, .swiper_button .click_right.right_click svg path, .swiper_button .click_right.left_cl svg path, .swiper_button .click_right.right_cl svg path, .swiper_button .click_right.click_left svg path, .swiper_button .click_right.click_right svg path, .swiper_button .click_right.mini_left svg path, .swiper_button .click_right.mini_right svg path, .swiper_button .mini_left.left_b svg path, .swiper_button .mini_left.right_b svg path, .swiper_button .mini_left.left_click svg path, .swiper_button .mini_left.right_click svg path, .swiper_button .mini_left.left_cl svg path, .swiper_button .mini_left.right_cl svg path, .swiper_button .mini_left.click_left svg path, .swiper_button .mini_left.click_right svg path, .swiper_button .mini_left.mini_left svg path, .swiper_button .mini_left.mini_right svg path, .swiper_button .mini_right.left_b svg path, .swiper_button .mini_right.right_b svg path, .swiper_button .mini_right.left_click svg path, .swiper_button .mini_right.right_click svg path, .swiper_button .mini_right.left_cl svg path, .swiper_button .mini_right.right_cl svg path, .swiper_button .mini_right.click_left svg path, .swiper_button .mini_right.click_right svg path, .swiper_button .mini_right.mini_left svg path, .swiper_button .mini_right.mini_right svg path {
  fill: #001E30;
}
@media (max-width: 968px) {
  .swiper_button .left_btn.left_b svg, .swiper_button .left_btn.right_b svg, .swiper_button .left_btn.left_click svg, .swiper_button .left_btn.right_click svg, .swiper_button .left_btn.left_cl svg, .swiper_button .left_btn.right_cl svg, .swiper_button .left_btn.click_left svg, .swiper_button .left_btn.click_right svg, .swiper_button .left_btn.mini_left svg, .swiper_button .left_btn.mini_right svg, .swiper_button .right_btn.left_b svg, .swiper_button .right_btn.right_b svg, .swiper_button .right_btn.left_click svg, .swiper_button .right_btn.right_click svg, .swiper_button .right_btn.left_cl svg, .swiper_button .right_btn.right_cl svg, .swiper_button .right_btn.click_left svg, .swiper_button .right_btn.click_right svg, .swiper_button .right_btn.mini_left svg, .swiper_button .right_btn.mini_right svg, .swiper_button .l_btn.left_b svg, .swiper_button .l_btn.right_b svg, .swiper_button .l_btn.left_click svg, .swiper_button .l_btn.right_click svg, .swiper_button .l_btn.left_cl svg, .swiper_button .l_btn.right_cl svg, .swiper_button .l_btn.click_left svg, .swiper_button .l_btn.click_right svg, .swiper_button .l_btn.mini_left svg, .swiper_button .l_btn.mini_right svg, .swiper_button .r_btn.left_b svg, .swiper_button .r_btn.right_b svg, .swiper_button .r_btn.left_click svg, .swiper_button .r_btn.right_click svg, .swiper_button .r_btn.left_cl svg, .swiper_button .r_btn.right_cl svg, .swiper_button .r_btn.click_left svg, .swiper_button .r_btn.click_right svg, .swiper_button .r_btn.mini_left svg, .swiper_button .r_btn.mini_right svg, .swiper_button .left_b.left_b svg, .swiper_button .left_b.right_b svg, .swiper_button .left_b.left_click svg, .swiper_button .left_b.right_click svg, .swiper_button .left_b.left_cl svg, .swiper_button .left_b.right_cl svg, .swiper_button .left_b.click_left svg, .swiper_button .left_b.click_right svg, .swiper_button .left_b.mini_left svg, .swiper_button .left_b.mini_right svg, .swiper_button .right_b.left_b svg, .swiper_button .right_b.right_b svg, .swiper_button .right_b.left_click svg, .swiper_button .right_b.right_click svg, .swiper_button .right_b.left_cl svg, .swiper_button .right_b.right_cl svg, .swiper_button .right_b.click_left svg, .swiper_button .right_b.click_right svg, .swiper_button .right_b.mini_left svg, .swiper_button .right_b.mini_right svg, .swiper_button .left_click.left_b svg, .swiper_button .left_click.right_b svg, .swiper_button .left_click.left_click svg, .swiper_button .left_click.right_click svg, .swiper_button .left_click.left_cl svg, .swiper_button .left_click.right_cl svg, .swiper_button .left_click.click_left svg, .swiper_button .left_click.click_right svg, .swiper_button .left_click.mini_left svg, .swiper_button .left_click.mini_right svg, .swiper_button .right_click.left_b svg, .swiper_button .right_click.right_b svg, .swiper_button .right_click.left_click svg, .swiper_button .right_click.right_click svg, .swiper_button .right_click.left_cl svg, .swiper_button .right_click.right_cl svg, .swiper_button .right_click.click_left svg, .swiper_button .right_click.click_right svg, .swiper_button .right_click.mini_left svg, .swiper_button .right_click.mini_right svg, .swiper_button .left_cl.left_b svg, .swiper_button .left_cl.right_b svg, .swiper_button .left_cl.left_click svg, .swiper_button .left_cl.right_click svg, .swiper_button .left_cl.left_cl svg, .swiper_button .left_cl.right_cl svg, .swiper_button .left_cl.click_left svg, .swiper_button .left_cl.click_right svg, .swiper_button .left_cl.mini_left svg, .swiper_button .left_cl.mini_right svg, .swiper_button .right_cl.left_b svg, .swiper_button .right_cl.right_b svg, .swiper_button .right_cl.left_click svg, .swiper_button .right_cl.right_click svg, .swiper_button .right_cl.left_cl svg, .swiper_button .right_cl.right_cl svg, .swiper_button .right_cl.click_left svg, .swiper_button .right_cl.click_right svg, .swiper_button .right_cl.mini_left svg, .swiper_button .right_cl.mini_right svg, .swiper_button .click_left.left_b svg, .swiper_button .click_left.right_b svg, .swiper_button .click_left.left_click svg, .swiper_button .click_left.right_click svg, .swiper_button .click_left.left_cl svg, .swiper_button .click_left.right_cl svg, .swiper_button .click_left.click_left svg, .swiper_button .click_left.click_right svg, .swiper_button .click_left.mini_left svg, .swiper_button .click_left.mini_right svg, .swiper_button .click_right.left_b svg, .swiper_button .click_right.right_b svg, .swiper_button .click_right.left_click svg, .swiper_button .click_right.right_click svg, .swiper_button .click_right.left_cl svg, .swiper_button .click_right.right_cl svg, .swiper_button .click_right.click_left svg, .swiper_button .click_right.click_right svg, .swiper_button .click_right.mini_left svg, .swiper_button .click_right.mini_right svg, .swiper_button .mini_left.left_b svg, .swiper_button .mini_left.right_b svg, .swiper_button .mini_left.left_click svg, .swiper_button .mini_left.right_click svg, .swiper_button .mini_left.left_cl svg, .swiper_button .mini_left.right_cl svg, .swiper_button .mini_left.click_left svg, .swiper_button .mini_left.click_right svg, .swiper_button .mini_left.mini_left svg, .swiper_button .mini_left.mini_right svg, .swiper_button .mini_right.left_b svg, .swiper_button .mini_right.right_b svg, .swiper_button .mini_right.left_click svg, .swiper_button .mini_right.right_click svg, .swiper_button .mini_right.left_cl svg, .swiper_button .mini_right.right_cl svg, .swiper_button .mini_right.click_left svg, .swiper_button .mini_right.click_right svg, .swiper_button .mini_right.mini_left svg, .swiper_button .mini_right.mini_right svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
}
.swiper_button .left_btn span, .swiper_button .right_btn span, .swiper_button .l_btn span, .swiper_button .r_btn span, .swiper_button .left_b span, .swiper_button .right_b span, .swiper_button .left_click span, .swiper_button .right_click span, .swiper_button .left_cl span, .swiper_button .right_cl span, .swiper_button .click_left span, .swiper_button .click_right span, .swiper_button .mini_left span, .swiper_button .mini_right span {
  color: #FD0;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.swiper_button .left_btn.swiper-button-disabled, .swiper_button .right_btn.swiper-button-disabled, .swiper_button .l_btn.swiper-button-disabled, .swiper_button .r_btn.swiper-button-disabled, .swiper_button .left_b.swiper-button-disabled, .swiper_button .right_b.swiper-button-disabled, .swiper_button .left_click.swiper-button-disabled, .swiper_button .right_click.swiper-button-disabled, .swiper_button .left_cl.swiper-button-disabled, .swiper_button .right_cl.swiper-button-disabled, .swiper_button .click_left.swiper-button-disabled, .swiper_button .click_right.swiper-button-disabled, .swiper_button .mini_left.swiper-button-disabled, .swiper_button .mini_right.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper_button .scrollbar, .swiper_button .scrollbar_two, .swiper_button .scrollb, .swiper_button .scrollba, .swiper_button .scrallbarboa, .swiper_button .scroll_btn, .swiper_button .mini_scroll {
  flex-grow: 1;
  height: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.swiper_button .scrollbar.scrollb::after, .swiper_button .scrollbar.scrollba::after, .swiper_button .scrollbar.scrallbarboa::after, .swiper_button .scrollbar_two.scrollb::after, .swiper_button .scrollbar_two.scrollba::after, .swiper_button .scrollbar_two.scrallbarboa::after, .swiper_button .scrollb.scrollb::after, .swiper_button .scrollb.scrollba::after, .swiper_button .scrollb.scrallbarboa::after, .swiper_button .scrollba.scrollb::after, .swiper_button .scrollba.scrollba::after, .swiper_button .scrollba.scrallbarboa::after, .swiper_button .scrallbarboa.scrollb::after, .swiper_button .scrallbarboa.scrollba::after, .swiper_button .scrallbarboa.scrallbarboa::after, .swiper_button .scroll_btn.scrollb::after, .swiper_button .scroll_btn.scrollba::after, .swiper_button .scroll_btn.scrallbarboa::after, .swiper_button .mini_scroll.scrollb::after, .swiper_button .mini_scroll.scrollba::after, .swiper_button .mini_scroll.scrallbarboa::after {
  background-color: #E6E7E9;
}
.swiper_button .scrollbar.scroll_btn::after, .swiper_button .scrollbar_two.scroll_btn::after, .swiper_button .scrollb.scroll_btn::after, .swiper_button .scrollba.scroll_btn::after, .swiper_button .scrallbarboa.scroll_btn::after, .swiper_button .scroll_btn.scroll_btn::after, .swiper_button .mini_scroll.scroll_btn::after {
  background-color: #000;
}
.swiper_button .scrollbar::after, .swiper_button .scrollbar_two::after, .swiper_button .scrollb::after, .swiper_button .scrollba::after, .swiper_button .scrallbarboa::after, .swiper_button .scroll_btn::after, .swiper_button .mini_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: width 0.3s ease;
  z-index: 10;
  background-color: #fff;
}
.swiper_button .scrollbar .swiper-scrollbar-drag, .swiper_button .scrollbar_two .swiper-scrollbar-drag, .swiper_button .scrollb .swiper-scrollbar-drag, .swiper_button .scrollba .swiper-scrollbar-drag, .swiper_button .scrallbarboa .swiper-scrollbar-drag, .swiper_button .scroll_btn .swiper-scrollbar-drag, .swiper_button .mini_scroll .swiper-scrollbar-drag {
  background-color: #FFDD00;
  height: 100%;
  opacity: 1;
  border-radius: 4px;
  transition: width 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 12;
}

.zero_block {
  height: 465px;
}
@media (max-width: 968px) {
  .zero_block {
    height: 139px;
  }
}
.zero_block .container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px dashed #CDD0D7;
  background: #E6E7E9;
  height: 100%;
}
.zero_block .container .title {
  color: #2C2E35;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .zero_block .container .title {
    color: #2C2E35;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.address {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.address li .item_row {
  display: flex;
  align-items: start;
  gap: 0 13px;
}
.address li .item_row .item_img {
  margin-top: 5px;
}
.address li .item_row .item_texts {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.address li .item_row .item_texts .item_title {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .address li .item_row .item_texts .item_title {
    color: #000;
  }
}
.address li .item_row .item_texts .item_name {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .address li .item_row .item_texts .item_name {
    color: #000;
    font-size: 14px;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  scale: 0;
  z-index: 101;
}
@media (max-width: 968px) {
  .modal {
    max-width: 100%;
    height: 100vh;
  }
}
.modal.active {
  scale: 1;
  opacity: 1;
  visibility: visible;
}
.modal.form_side {
  max-width: 443px;
}
@media (max-width: 968px) {
  .modal.form_side {
    padding-top: 100px;
    max-width: 100%;
  }
}
.modal .modal_close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 968px) {
  .modal .modal_close {
    right: 30px;
    top: 50px;
  }
}
@media (max-width: 968px) {
  .modal .privacy {
    align-items: start;
    justify-content: start;
  }
}

.modal_video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  opacity: 1;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .modal_video {
    padding: 10px;
  }
}
.modal_video.active {
  opacity: 1;
  visibility: visible;
}
.modal_video .modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 99;
  color: #fff;
}
@media (max-width: 968px) {
  .modal_video .modal_close {
    right: 30px;
    top: 50px;
  }
}
.modal_video iframe {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .modal_video iframe {
    max-width: 600px;
    max-height: 400px;
  }
}
@media (max-width: 968px) {
  .modal_video iframe {
    max-width: 360px;
    max-height: 230px;
  }
}

.page_link {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
@media (max-width: 968px) {
  .page_link {
    display: none;
  }
}
.page_link .old_page {
  color: #FD0;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-right: 5px;
}
.page_link .current_page {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.social_network_links {
  position: fixed;
  right: 105px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  z-index: 99;
}
.social_network_links li a.phone_network {
  width: 45px;
  height: 45px;
  background-color: #FD0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 968px) {
  .social_network_links {
    display: none;
  }
}

.go_top {
  position: fixed;
  bottom: 130px;
  z-index: 99;
  height: 51px;
  width: 51px;
  border-radius: 50%;
  background-color: #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: -100%;
  transition: 0.5s all ease;
}
.go_top.active {
  right: 105px;
}
@media (max-width: 968px) {
  .go_top {
    display: none;
  }
}

.cal_row {
  display: flex;
  gap: 0 20px;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .cal_row {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media (max-width: 968px) {
  .cal_row {
    gap: 20px 0;
  }
}
@media (max-width: 968px) {
  .cal_row .left_side {
    max-width: 100%;
  }
}
.cal_row .right_side {
  display: flex;
  align-items: start;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .cal_row .right_side {
    flex-direction: column;
    gap: 20px 0;
  }
}
.cal_row .right_side .item_title {
  color: #181818;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 968px) {
  .cal_row .right_side .item_title {
    font-size: 16px;
  }
}
.cal_row .right_side .date_title_button {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  flex: 0 0 auto;
  max-width: 234px;
}
@media (max-width: 968px) {
  .cal_row .right_side .date_title_button {
    max-width: 100%;
    gap: 10px 0;
  }
}
.cal_row .right_side .date_title_button .date_buttons {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: 100%;
}
@media (max-width: 968px) {
  .cal_row .right_side .date_title_button .date_buttons {
    gap: 5px 7px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cal_row .right_side .date_title_button .date_buttons button {
  width: 100%;
  height: 68px;
  border: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .cal_row .right_side .date_title_button .date_buttons button {
    height: 42px;
    max-width: 92px;
    font-size: 14px;
    width: 30%;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    max-width: 100%;
  }
}
@media (max-width: 968px) {
  .cal_row .right_side .date_title_button .date_buttons button:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.cal_row .right_side .date_title_button .date_buttons button:hover {
  background-color: #FD0;
}
.cal_row .right_side .form_actions {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  flex: 0 0 auto;
  max-width: 383px;
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions {
    max-width: 100%;
    gap: 10px 0;
  }
}
.cal_row .right_side .form_actions .form_inputs {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  width: 100%;
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs {
    gap: 10px 0;
  }
}
.cal_row .right_side .form_actions .form_inputs .input_item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs .input_item {
    gap: 10px 0;
  }
}
.cal_row .right_side .form_actions .form_inputs .input_item label {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs .input_item label {
    font-size: 14px;
  }
}
.cal_row .right_side .form_actions .form_inputs .input_item input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  height: 50px;
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  padding-left: 30px;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs .input_item input {
    font-size: 13px;
    line-height: normal;
  }
}
.cal_row .right_side .form_actions .form_inputs .input_item input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs .input_item input::placeholder {
    font-size: 13px;
    line-height: normal;
  }
}
.cal_row .right_side .form_actions .form_inputs .input_item input:focus {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  padding-left: 30px;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .form_inputs .input_item input:focus {
    font-size: 13px;
    line-height: normal;
  }
}
.cal_row .right_side .form_actions .send_button {
  height: 68px;
  border-radius: 5px;
  background: #FD0;
  width: 100%;
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 100%;
  border: none;
  outline: none;
}
@media (max-width: 968px) {
  .cal_row .right_side .form_actions .send_button {
    height: 50px;
  }
}
.cal_row .right_side .form_actions .input_checked {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
.cal_row .right_side .form_actions .input_checked input {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  cursor: pointer;
}
.cal_row .right_side .form_actions .input_checked .description {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
  opacity: 0.5;
}

.buttons_info {
  display: flex;
  align-items: stretch;
  gap: 0 11px;
}
@media (max-width: 968px) {
  .buttons_info {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 52px;
  }
}
.buttons_info .call_info_btn {
  height: 55px;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F7F7F7;
  color: #181818;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding: 0;
}
@media (max-width: 968px) {
  .buttons_info .call_info_btn {
    width: calc(50% - 2px);
    flex: 0 0 auto;
    height: 44px;
    font-size: 12px;
  }
}
.buttons_info .call_info_btn.red {
  background-color: #FF5454;
  color: #fff;
}
.buttons_info .call_info_btn.under {
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.buttons_info .call_info_btn.yellow_btn {
  background-color: #FD0;
}

.left_side {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  max-width: 595px;
}
@media (max-width: 968px) {
  .left_side {
    width: 100%;
    gap: 9px 0;
  }
}
.left_side .months {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 968px) {
  .left_side .months {
    position: absolute;
    left: 20px;
    top: 65px;
    justify-content: space-between;
    width: 100%;
    padding-right: 40px;
  }
}
.left_side .months .months_name {
  color: #181818;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  width: 100px;
}
@media (max-width: 968px) {
  .left_side .months .months_name {
    font-size: 16px;
  }
}
.left_side .months .slide_btn {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.left_side .months .slide_btn img {
  cursor: pointer;
}
@media (max-width: 968px) {
  .left_side .months .slide_btn img {
    width: 20px;
    height: 20px;
  }
}
.left_side .names {
  display: flex;
  align-items: stretch;
  gap: 0 14px;
}
@media (max-width: 968px) {
  .left_side .names {
    gap: 0 13px;
    justify-content: space-between;
  }
}
.left_side .names .day_name {
  width: 62px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AAA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 968px) {
  .left_side .names .day_name {
    height: 40px;
    width: calc((100% - 78px) / 7);
  }
}
.left_side .dates {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 12px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 968px) {
  .left_side .dates {
    gap: 3px 2px;
    justify-content: space-between;
  }
}
.left_side .dates .day {
  width: 64px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F7F7F7;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #181818;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 968px) {
  .left_side .dates .day {
    width: calc((100% - 12px) / 7);
    height: 40px;
  }
}
.left_side .dates .day:hover {
  background-color: #FD0;
}
.left_side .dates .day.active {
  background-color: #FD0;
}
.left_side .dates .day.other_month {
  color: rgba(0, 0, 0, 0.4);
}
.left_side .dates .day.other_month:hover {
  background-color: #F7F7F7;
}
.left_side .dates .day.other_month.active {
  background-color: #f7f7f7;
}
.left_side .dates .day.rest {
  background: #FF5454;
}
.left_side .dates .day.rest:hover {
  background-color: #FF5454;
}
.left_side .dates .day.rest.active {
  background-color: #FF5454;
}

.modal_order {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 773px;
  height: 100vh;
  border-radius: 20px 0px 0px 20px;
  background: #FFF;
  z-index: 102;
  padding: 50px 108px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .modal_order {
    top: 82px;
    height: 100%;
    z-index: 1000;
    padding: 40px 15px 130px 15px;
  }
}
.modal_order.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.modal_order.modal_time {
  width: 100%;
  max-width: 757px;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 50px;
  height: 100%;
  z-index: 102;
  border-radius: 20px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .modal_order.modal_time {
    padding: 20px;
  }
}
@media (max-width: 968px) {
  .modal_order.modal_time {
    padding: 40px 10px;
  }
}
.modal_order.modal_time .title_desc {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 968px) {
  .modal_order.modal_time .title_desc {
    padding-left: 10px;
    border-left: 3px solid #FD0;
  }
}
.modal_order.modal_time .title_desc .section_title {
  color: #2C2E35;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .modal_order.modal_time .title_desc .section_title {
    font-size: 20px;
  }
}
.modal_order.modal_time .title_desc .description {
  display: none;
}
@media (max-width: 968px) {
  .modal_order.modal_time .title_desc .description {
    display: block;
  }
}
.modal_order::-webkit-scrollbar-track {
  background: #E6E7E9; /* orqa fon (yo‘lakcha) */
  border-radius: 90px;
}
.modal_order::-webkit-scrollbar-thumb {
  background: #FD0; /* senga kerakli rang – sariq */
  border-radius: 90px; /* burchakni yumaloqlashtirish */
}
.modal_order .months {
  display: none;
}
@media (max-width: 968px) {
  .modal_order .months {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 968px) {
  .modal_order .months .months_name {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
}
@media (max-width: 968px) {
  .modal_order .months .slide_btn {
    display: flex;
    align-content: center;
    gap: 0 3px;
  }
}
@media (max-width: 968px) {
  .modal_order .months .slide_btn .left_sidebtn, .modal_order .months .slide_btn .right_btn {
    width: 20px;
    height: 20px;
  }
}
.modal_order .months .slide_btn .left_sidebtn img, .modal_order .months .slide_btn .right_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_order .title_desc {
  gap: 5px 0;
}
.modal_order .title_desc .section_title {
  font-size: 36px;
}
@media (max-width: 968px) {
  .modal_order .title_desc .section_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.modal_order .title_desc .description {
  font-size: 24px;
}
@media (max-width: 968px) {
  .modal_order .title_desc .description {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
  }
}
.modal_order .title_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 14px;
  margin-top: 30px;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .modal_order .title_row {
    margin-top: 19px;
  }
}
.modal_order .title_row .title_item {
  height: 55px;
  width: 100%;
  max-width: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F7F7F7;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 968px) {
  .modal_order .title_row .title_item {
    max-width: 92px;
    height: 43px;
    color: #181818;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
  }
}
.modal_order .title_row .title_item.active {
  background-color: #FD0;
}
.modal_order .data_sections .section_item {
  display: none;
}
.modal_order .data_sections .section_item.date.active, .modal_order .data_sections .section_item.time.active, .modal_order .data_sections .section_item.email.active, .modal_order .data_sections .section_item.section_info.active {
  display: block;
  animation: opacity 0.3s ease;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time {
    flex-direction: column;
    gap: 20px 0;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .time_inputs {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .time_inputs {
    justify-content: space-between;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .time_inputs input {
  height: 70px;
  max-width: 109px;
  background-image: url(../images/input_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .time_inputs input {
    height: 50px;
    width: 100%;
    max-width: 123px;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .left_input {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .left_input {
    gap: 20px 0;
    width: 100%;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .left_input .hide {
  display: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .left_input .hide {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .left_input label {
  width: 200px;
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .right_input {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .right_input {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .right_input .time_inputs {
    padding: 20px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    overflow: hidden;
  }
}
.modal_order .data_sections .section_item.email .form_inputs .input_item.time .right_input .time_inputs input {
  max-width: 157px;
  background-image: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item.email .form_inputs .input_item.time .right_input .time_inputs input {
    border: none;
    padding-left: 0;
  }
}
.modal_order .data_sections .section_item.section_info .item_information {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.modal_order .data_sections .section_item.section_info .item_information li .side_left .item_title span {
  width: 120px !important;
}
.modal_order .data_sections .section_item .yellow_btn {
  border: none;
  outline: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .buttons_info {
    margin-top: 0;
  }
}
.modal_order .data_sections .section_item .form_inputs:last-child {
  border-bottom: none;
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal_order .data_sections .section_item .left_side {
  margin-top: 20px;
  max-width: 100%;
}
.modal_order .data_sections .section_item .left_side .months {
  display: flex;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .left_side .months {
    display: none;
  }
}
.modal_order .data_sections .section_item .date_btn, .modal_order .data_sections .section_item .time_btn, .modal_order .data_sections .section_item .email_btn, .modal_order .data_sections .section_item .pay_btn {
  width: 100%;
  height: 70px;
  max-width: 100%;
  margin-top: 20px;
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .date_btn, .modal_order .data_sections .section_item .time_btn, .modal_order .data_sections .section_item .email_btn, .modal_order .data_sections .section_item .pay_btn {
    height: 50px;
  }
}
.modal_order .data_sections .section_item .date_btn.active, .modal_order .data_sections .section_item .time_btn.active, .modal_order .data_sections .section_item .email_btn.active, .modal_order .data_sections .section_item .pay_btn.active {
  opacity: 1;
  cursor: pointer;
}
.modal_order .data_sections .section_item .left_side .dates .day {
  height: 49px;
}
.modal_order .data_sections .section_item .date_buttons {
  width: 100%;
  max-width: 100%;
  gap: 16px 0;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .date_buttons {
    justify-content: space-between;
    gap: 5px 7px;
  }
}
.modal_order .data_sections .section_item .form_inputs {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs {
    gap: 10px 0;
  }
}
.modal_order .data_sections .section_item .form_inputs .input_item {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs .input_item {
    gap: 10px 0;
    flex-direction: column;
    align-items: start;
  }
}
.modal_order .data_sections .section_item .form_inputs .input_item label {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 0 0 auto;
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs .input_item label {
    font-size: 14px;
    line-height: 140%; /* 19.6px */
  }
}
.modal_order .data_sections .section_item .form_inputs .input_item input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  height: 68px;
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  padding-left: 30px;
  line-height: 153.5%; /* 24.56px */
  max-width: 415px;
  outline: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs .input_item input {
    font-size: 13px;
    line-height: normal;
    height: 50px;
    padding-left: 20px;
  }
}
.modal_order .data_sections .section_item .form_inputs .input_item input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs .input_item input::placeholder {
    font-size: 13px;
    line-height: normal;
  }
}
.modal_order .data_sections .section_item .form_inputs .input_item input:focus {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  padding-left: 30px;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .form_inputs .input_item input:focus {
    font-size: 13px;
    line-height: normal;
  }
}
.modal_order .data_sections .section_item .item_information {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
.modal_order .data_sections .section_item .item_information li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal_order .data_sections .section_item .item_information li textarea {
  height: 68px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  padding: 22px 30px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
  outline: none;
  resize: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li textarea {
    height: 50px;
    padding: 18px 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.modal_order .data_sections .section_item .item_information li textarea::placeholder {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li textarea::placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.modal_order .data_sections .section_item .item_information li textarea:focus {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li textarea:focus {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.modal_order .data_sections .section_item .item_information li .side_left .item_title {
  display: flex;
  align-items: center;
  gap: 0 38px;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_left .item_title {
    gap: 0 12px;
  }
}
.modal_order .data_sections .section_item .item_information li .side_left .item_title span:first-child {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90px;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_left .item_title span:first-child {
    font-size: 14px;
    width: 70px;
    line-height: 140%; /* 19.6px */
  }
}
.modal_order .data_sections .section_item .item_information li .side_left .item_title .description {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_left .item_title .description {
    font-size: 14px;
  }
}
.modal_order .data_sections .section_item .item_information li .side_right {
  display: flex;
  align-items: center;
  gap: 0 11px;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_right {
    gap: 0 10px;
  }
}
.modal_order .data_sections .section_item .item_information li .side_right .item_description {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%;
}
.modal_order .data_sections .section_item .item_information li .side_right .item_description.gosti_mobile {
  display: none;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_right .item_description.gosti_mobile {
    display: block;
  }
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_right .item_description.gosti {
    display: none;
  }
}
.modal_order .data_sections .section_item .item_information li .side_right .item_counter {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  color: #191B1D;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_right .item_counter {
    font-size: 20px;
    width: 31px;
    height: 31px;
  }
}
.modal_order .data_sections .section_item .item_information li .side_right .item_number {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .modal_order .data_sections .section_item .item_information li .side_right .item_number {
    font-size: 14px;
  }
}

.date_buttons {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: 100%;
}
@media (max-width: 968px) {
  .date_buttons {
    gap: 5px 7px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.date_buttons button {
  width: 100%;
  height: 68px;
  border: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .date_buttons button {
    height: 42px;
    max-width: 92px;
    font-size: 14px;
  }
}
@media (max-width: 968px) {
  .date_buttons button:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.date_buttons button:hover {
  background-color: #FD0;
}
.date_buttons button.active {
  background-color: #FD0;
}

.textarea {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 32px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 90px;
  border: 1px solid #D3B700;
}

.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #FD0;
}

input:checked + .slider:before {
  transform: translateX(62px);
}

.button_check {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 968px) {
  .button_check {
    flex-direction: column-reverse;
    gap: 20px 0;
    width: 100%;
  }
}
.button_check .checked {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex: 0 0 auto;
}
.button_check .checked input {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
}
.button_check .checked span {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.5%; /* 24.56px */
  opacity: 0.5;
  width: max-content;
}
@media (max-width: 968px) {
  .button_check .checked span {
    font-size: 12px;
  }
}
.button_check .email_btn {
  max-width: 274px !important;
  margin-top: 0 !important;
}
@media (max-width: 968px) {
  .button_check .email_btn {
    max-width: 100% !important;
  }
}

.header_tab {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 60px 20px 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  transition: 0.3s all ease;
  justify-content: space-between;
  background: linear-gradient(to right, #1a1a2e 0%, #16213e 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 120;
}
.header_tab.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.header_tab .modal_close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 30px;
  color: #FFF;
}
.header_tab .row {
  flex-direction: column;
  align-content: center;
  gap: 30px 0;
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  order: 2;
}
.header_tab .row nav {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_tab .row nav .location {
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header_tab .row nav .location li {
  width: 100%;
  max-width: 220px;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.header_tab .row nav .location li .location_name {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header_tab .row nav .location li .location_name span {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.header_tab .row nav .location li .location_title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header_tab .row .title_logo .title {
  display: none;
}
.header_tab .yellow_btn {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}
.header_tab .links {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  order: 1;
  align-items: center;
}
.header_tab .links li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.warning {
  width: 100%;
}

.news_item_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 30px auto;
  max-width: 600px;
  background-color: #fff;
  z-index: 100;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  border-radius: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s all ease;
  transform: translateY(-200px);
}
@media (max-width: 968px) {
  .news_item_modal {
    width: 100%;
    gap: 20px 0;
    border-radius: 10px;
    margin: 0;
    height: 100%;
    border-radius: 0;
  }
}
.news_item_modal.active {
  opacity: 1;
  visibility: visible;
  scale: 1;
  top: 0;
  transform: translateY(0);
}
.news_item_modal .modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 968px) {
  .news_item_modal .modal_close {
    font-size: 20px;
  }
}
.news_item_modal .item_title {
  color: #191B1D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 968px) {
  .news_item_modal .item_title {
    font-size: 14px;
  }
}
.news_item_modal .item_img {
  width: 100%;
}
.news_item_modal .item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news_item_modal .item_description {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .news_item_modal .item_description {
    font-size: 14px;
  }
}
.news_item_modal .item_author {
  color: #191B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .news_item_modal .item_author {
    font-size: 14px;
  }
}
.news_item_modal .yellow_btn {
  margin-left: auto;
  flex: 0 0 auto;
}

.easy_editor {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  padding: 20px;
}
.easy_editor.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.easy_editor .modal_close {
  margin-left: auto;
  width: max-content;
  cursor: pointer;
}

h2 {
  margin-bottom: 20px;
}

.toolbar {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 6px;
}

.toolbar button {
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 4px;
}

.toolbar button:hover {
  background: #ddd;
}

#editor {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 10px;
  background: white;
  margin-top: 10px;
  border-radius: 6px;
}

#editor:empty:before {
  content: attr(data-placeholder);
  color: #aaa;
  pointer-events: none;
  display: block;
}

/* Modal styles */
.icons_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 968px) {
  .icons_modal {
    padding: 0;
  }
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 968px) {
  .modal-content {
    width: 100%;
  }
}

.icon_row {
  display: flex;
  align-items: start;
  gap: 0 20px;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .icon_row {
    flex-direction: column;
    gap: 30px 0;
  }
}
.icon_row .side_left_row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 250px;
  flex: 0 0 auto;
  position: sticky;
}
.icon_row .side_left_row .icon_title {
  color: #181818;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  transition: 0.3s all ease;
  cursor: pointer;
}
.icon_row .side_left_row .icon_title.active {
  color: #084b9e;
}
.icon_row .side_right_row header {
  padding: 0;
}
.icon_row .side_right_row .icon_item {
  display: none;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icon_row .side_right_row .icon_item.active {
  display: block;
  animation: opacity 0.3s ease;
}
.icon_row .side_right_row .icon_item .row_icon {
  display: flex;
  align-items: stretch;
  gap: 20px 0;
  justify-content: space-between;
  margin-bottom: 40px;
}
.icon_row .side_right_row .icon_item .row_icon .u-icons-demo__item {
  width: calc((100% - 40px) / 4);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  cursor: pointer;
}
.icon_row .side_right_row .icon_item .row_icon .u-icons-demo__item .u-icon-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.icon_row .side_right_row .icon_item .row_icon .u-icons-demo__item .u-icon-v1 i {
  width: 100%;
  height: 100%;
}
.icon_row .side_right_row .icon_item .row_icon .u-icons-demo__item .u-icon-v1 i::before {
  font-size: 30px;
}
.icon_row .side_right_row .icon_item .row_icon .u-icons-demo__item input {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icon-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icon-picker span {
  font-size: 20px;
  cursor: pointer;
}

.close {
  float: right;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}
header {
  padding: 27px 0 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  header {
    padding-top: 15px;
  }
}
header.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: max-content;
  background: #2C2E35;
  box-shadow: 0px 4px 26.5px 0px rgba(0, 0, 0, 0.25);
  padding: 27px 0 20px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  animation: topMove 0.3s ease forwards;
}
@keyframes topMove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header.active .row {
  border: none;
  padding: 0;
  margin: 0;
}
header.active .row .title_logo {
  display: none;
}
@media (max-width: 1199px) {
  header.active .row .title_logo {
    display: flex;
  }
}
header.active .row nav {
  display: none;
}
@media (max-width: 1199px) {
  header.active .row nav {
    display: flex;
  }
}
header.active .links li .yellow_btn {
  opacity: 1;
  visibility: visible;
}
header.home {
  background: #2C2E35;
  box-shadow: 0px 4px 26.5px 0px rgba(0, 0, 0, 0.25);
  padding: 27px 0 20px 0;
}
header .row {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  header .row {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 968px) {
  header .row {
    gap: 0 15px;
    flex-wrap: nowrap;
  }
}
header .row .title_logo {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
header .row .title_logo .header_logo {
  max-width: 131px;
  max-height: 50px;
}
@media (max-width: 968px) {
  header .row .title_logo .header_logo {
    max-width: 78px;
    max-height: 30px;
  }
}
header .row .title_logo .header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .row .title_logo .border {
  width: 1px;
  height: 67px;
  background-color: #FFF;
  opacity: 0.1;
}
@media (max-width: 1199px) {
  header .row .title_logo .border {
    display: none;
  }
}
header .row .title_logo .title {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  header .row .title_logo .title {
    display: none;
  }
}
header .row .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 68px;
}
header .row .nav .location {
  display: flex;
  gap: 0 57px;
}
header .row .nav .location li {
  display: flex;
  flex-direction: column;
  max-width: 221px;
  gap: 3px 0;
}
@media (max-width: 1199px) {
  header .row .nav .location li.loc {
    display: none;
  }
}
header .row .nav .location li .location_name {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 968px) {
  header .row .nav .location li .location_name svg {
    display: none;
  }
}
header .row .nav .location li .location_name .name {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 968px) {
  header .row .nav .location li .location_name .name {
    display: none;
  }
}
header .row .nav .location li .location_title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .row .nav .location li .location_title.phone_title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 968px) {
  header .row .nav .location li .location_title.phone_title {
    display: none;
  }
}
header .row .nav .location li .location_title.phone_title .number {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .row .nav .location li .location_title.phone_mobile {
  display: none;
  gap: 0 3px;
}
@media (max-width: 968px) {
  header .row .nav .location li .location_title.phone_mobile {
    display: flex;
    flex: 0 0 auto;
  }
}
header .row .nav .location li .location_title.phone_mobile span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0 3px;
  flex: 0 0 auto;
}
header .row .nav .location li .location_title .phone_desc {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
header .row .nav .location li .location_title .phone_desc span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
@media (max-width: 968px) {
  header .row .nav .location li .location_title .phone_desc span {
    font-size: 9px;
  }
}
header .links {
  display: flex;
  align-items: center;
  gap: 0 90px;
}
@media (max-width: 1199px) {
  header .links {
    display: none;
  }
}
header .links li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .links li a.yellow_btn {
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 184px;
  height: 47px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
@media (max-width: 1199px) {
  header .links li a.yellow_btn {
    display: none;
  }
}
header .open_btn {
  display: none;
}
@media (max-width: 1199px) {
  header .open_btn {
    display: block;
  }
}
@media (max-width: 1199px) {
  header .yellow_btn {
    display: none;
  }
}

.hero {
  position: relative;
  background-color: transparent;
  border-radius: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2C2E35;
  opacity: 0.9;
}
.hero.all_bg::after {
  border-radius: 0;
}
.hero.all_bg .dzsparallaxer--target {
  border-radius: 0;
}
.hero .section_bg {
  border-radius: 0;
}
.hero .section_bg::before, .hero .section_bg::after {
  border-radius: 0 !important;
}
.hero .container {
  position: relative;
  z-index: 90;
}
.hero .container .hero_sit {
  position: absolute;
  right: -100px;
  bottom: -200px;
  z-index: 10;
  width: 805px;
  height: 838px;
}
@media (max-width: 1199px) {
  .hero .container .hero_sit {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 968px) {
  .hero .container .hero_sit {
    max-width: 459px;
    max-height: 388px;
    height: 100%;
    right: unset;
    bottom: -100px;
  }
}
.hero .container .hero_sit img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.hero .hero_row {
  padding-top: 105px;
  padding-bottom: 277px;
  display: flex;
  flex-direction: column;
  max-width: 476px;
}
@media (max-width: 968px) {
  .hero .hero_row {
    padding: 27px 0 360px 0;
  }
}
.hero .hero_row h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media (max-width: 968px) {
  .hero .hero_row h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.hero .hero_row .hero_description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .hero .hero_row .hero_description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.hero .hero_row .yellow_btn {
  height: 53px;
  margin-top: 33px;
}
@media (max-width: 968px) {
  .hero .hero_row .yellow_btn {
    height: 42px;
    border-radius: 5px;
    width: 100%;
    max-width: 170px;
    color: #303030;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.apartment {
  background-color: #fff;
  padding: 145px 0 133px 0;
}
@media (max-width: 968px) {
  .apartment {
    padding: 98px 0 0 0;
  }
}
.apartment .row {
  flex-direction: column;
  gap: 138px 0;
}
@media (max-width: 1199px) {
  .apartment .row {
    gap: 80px 0;
    margin-bottom: 190px;
  }
}
@media (max-width: 968px) {
  .apartment .row {
    gap: 50px 0;
    margin-bottom: 0;
  }
}
.apartment .row .apart_item:nth-child(2) {
  position: relative;
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.apartment .row .apart_item:nth-child(2) .item_img {
  position: absolute;
  right: 0;
  top: 0;
  background-image: none;
  overflow: visible;
}
@media (max-width: 1199px) {
  .apartment .row .apart_item:nth-child(2) .item_img {
    top: 345px;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) .item_img {
    max-width: 379px;
    max-height: 469px;
    height: 448px;
    width: 100%;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
}
.apartment .row .apart_item:nth-child(2) .item_img img {
  width: unset;
  height: unset;
}
.apartment .row .apart_item:nth-child(2) .item_img img.main_profile {
  position: absolute;
  left: 0;
  top: -200px;
  margin: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .apartment .row .apart_item:nth-child(2) .item_img img.main_profile {
    left: 100px;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) .item_img img.main_profile {
    width: 294px;
    height: 365px;
    object-fit: contain;
    left: 10px;
    top: -90px;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) .item_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) .item_info .item_title {
    display: flex;
    color: #2C2E35;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.apartment .row .apart_item:nth-child(2) .item_info .item_small_info {
  align-items: start;
}
.apartment .row .apart_item:nth-child(2) .item_info .item_small_info svg {
  margin-top: 10px;
}
.apartment .row .apart_item:nth-child(2) .item_info .item_small_info span {
  font-weight: 400;
  line-height: 30px;
  max-width: 360px;
}
@media (max-width: 968px) {
  .apartment .row .apart_item:nth-child(2) .item_info .item_small_info span {
    line-height: 20px;
  }
}
.apartment .row .apart_item:nth-child(2) .item_info .item_small_info span span {
  font-weight: 700;
}
.apartment .row .apart_item {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 1199px) {
  .apartment .row .apart_item {
    flex-direction: column;
    gap: 18px 0;
  }
}
.apartment .row .apart_item .title_desc {
  display: none;
}
@media (max-width: 968px) {
  .apartment .row .apart_item .title_desc {
    display: flex;
  }
}
.apartment .row .apart_item .title_desc span {
  color: #2C2E35;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.apartment .row .apart_item .item_img {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url(../images/photo2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .apartment .row .apart_item .item_img {
    max-width: 500px;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item .item_img {
    max-width: 494.318px;
  }
}
.apartment .row .apart_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartment .row .apart_item .item_info .item_title {
  padding-left: 15px;
  border-left: 5px solid #FD0;
  color: #2C2E35;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .apartment .row .apart_item .item_info .item_title {
    display: none;
  }
}
.apartment .row .apart_item .item_info .item_desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 499px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .apartment .row .apart_item .item_info .item_desc {
    max-width: 100%;
  }
}
@media (max-width: 968px) {
  .apartment .row .apart_item .item_info .item_desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 20px;
  }
}
.apartment .row .apart_item .item_info .item_small_info {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.apartment .row .apart_item .item_info .item_small_info span {
  max-width: 350px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .apartment .row .apart_item .item_info .item_small_info span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    max-width: 220px;
  }
}

.principles {
  position: relative;
  z-index: 10;
  padding: 80px 0 90px 0;
}
@media (max-width: 968px) {
  .principles {
    padding: 40px 0;
    margin-top: -135px;
  }
}
.principles .prin_row {
  margin-top: 40px;
  justify-content: space-between;
  gap: 60px 0;
}
@media (max-width: 968px) {
  .principles .prin_row {
    margin-top: 30px;
    gap: 30px 0;
    flex-direction: column;
  }
}
.principles .prin_row .prin_item {
  width: calc(50% - 34px);
  flex: 0 0 auto;
  display: flex;
  gap: 0 33px;
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item {
    width: 100%;
    gap: 0 20px;
    position: relative;
  }
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_img {
    width: 46px;
    position: absolute;
    left: 0;
    top: -14px;
    height: 46px;
  }
}
@media (max-width: 479px) {
  .principles .prin_row .prin_item .item_img {
    top: 0;
  }
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_img svg {
    width: 46px;
    height: 46px;
  }
}
.principles .prin_row .prin_item .item_info {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_info {
    gap: 15px 0;
  }
}
.principles .prin_row .prin_item .item_info .item_title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_info .item_title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 64px;
  }
}
.principles .prin_row .prin_item .item_info .info {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_info .info {
    gap: 20px 0;
  }
}
.principles .prin_row .prin_item .item_info .info li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 968px) {
  .principles .prin_row .prin_item .item_info .info li {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}

.working {
  background-color: #fff;
  padding: 100px 0 100px 0;
  position: relative;
}
@media (max-width: 968px) {
  .working {
    padding: 50px 0;
  }
}
.working .just_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
@media (max-width: 968px) {
  .working .just_image {
    display: none;
  }
}
.working .title_desc .section_title {
  color: #2C2E35;
}
.working .title_desc .description {
  color: #2C2E35;
}
.working .work_row {
  align-items: stretch;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 30px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .working .work_row {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 968px) {
  .working .work_row {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
  }
}
.working .work_row .work_item {
  width: calc((100% - 50px) / 3);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  justify-content: space-between;
  padding: 19px 23px 30px 29px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
}
@media (max-width: 1199px) {
  .working .work_row .work_item {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 968px) {
  .working .work_row .work_item {
    width: 100%;
    padding: 0 10px 15px 13px;
    gap: 0;
  }
}
.working .work_row .work_item .top_side {
  display: flex;
  gap: 0 19px;
  align-items: center;
  justify-content: space-between;
}
.working .work_row .work_item .top_side .info_name {
  display: flex;
  align-items: center;
}
.working .work_row .work_item .top_side .info_name .item_img {
  width: 53px;
  height: 53px;
}
.working .work_row .work_item .top_side .info_name .item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.working .work_row .work_item .top_side .info_name .item_info {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .working .work_row .work_item .top_side .info_name .item_info {
    gap: 5px 0;
  }
}
.working .work_row .work_item .top_side .info_name .item_info .item_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .working .work_row .work_item .top_side .info_name .item_info .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
}
.working .work_row .work_item .top_side .info_name .item_info .item_subtitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .working .work_row .work_item .top_side .info_name .item_info .item_subtitle {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.working .work_row .work_item .top_side .item_number {
  color: #CDD0D7;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .working .work_row .work_item .top_side .item_number {
    color: #CDD0D7;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.miniatures {
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .miniatures {
    padding-bottom: 50px;
  }
}
.miniatures .title_desc .section_title {
  color: #2C2E35;
}
.miniatures .title_desc .description {
  color: #2C2E35;
}
.miniatures .item_row {
  align-items: stretch;
  justify-content: space-between;
}
.miniatures .item_row .video_item {
  width: calc((100% - 52px) / 3);
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 968px) {
  .miniatures .item_row .video_item {
    display: none;
  }
}
@media (max-width: 968px) {
  .miniatures .item_row .video_item:first-child {
    display: flex;
    width: 100%;
  }
}
.miniatures .mini_swiper {
  overflow: hidden;
  margin-top: 20px;
}
.miniatures .mini_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.miniatures .video_item {
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
@media (max-width: 968px) {
  .miniatures .video_item {
    width: 100%;
    gap: 10px 0;
  }
}
.miniatures .video_item .item_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.miniatures .video_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.miniatures .video_item .item_img .play_btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
}
@media (max-width: 968px) {
  .miniatures .video_item .item_img .play_btn {
    right: 18px;
    bottom: 20px;
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 968px) {
  .miniatures .video_item .item_img .play_btn img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.miniatures .video_item .item_info {
  display: flex;
  flex-direction: column;
  gap: 9px 0;
}
@media (max-width: 968px) {
  .miniatures .video_item .item_info {
    gap: 5px 0;
  }
}
.miniatures .video_item .item_info .item_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .miniatures .video_item .item_info .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
}
.miniatures .video_item .item_info .item_desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .miniatures .video_item .item_info .item_desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.miniatures .swiper_button {
  margin-top: 40px;
}

.price {
  padding: 90px 0;
}
@media (max-width: 968px) {
  .price {
    padding: 40px 0;
  }
}
.price .price_row {
  display: flex;
  flex-direction: column;
  gap: 49px 0;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 968px) {
  .price .price_row {
    margin-top: 20px;
    gap: 20px 0;
  }
}
.price .price_row .price_title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .price .price_row .price_title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.price .price_row .price_swiper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  gap: 15px 0;
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item {
  width: calc((100% - 81px) / 4);
  flex: 0 0 auto;
  position: relative;
  height: max-content;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 968px) {
  .price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item {
    width: calc((100% - 28px) / 2);
  }
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item.active .item_bg {
  opacity: 1;
  visibility: visible;
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item.active .item_title {
  background-color: #FFB801;
  color: #000;
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item .item_bg {
  width: max-content;
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item .item_bg {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 968px) {
  .price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item .item_bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item .item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2.9500000477px);
  height: 80px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: 0.3s all ease;
  margin-top: -30px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 968px) {
  .price .price_row .price_swiper .swiper-wrapper .swiper-slide .slide_row .price_item .item_title {
    text-align: center;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 38px;
    margin-top: -10px;
  }
}

.consultation {
  padding: 100px 0 116px 0;
}
@media (max-width: 968px) {
  .consultation {
    padding: 50px 0;
  }
}
.consultation .const_row {
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  width: 100%;
  gap: 0 112px;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .consultation .const_row {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media (max-width: 968px) {
  .consultation .const_row {
    gap: 30px 0;
    margin-top: 20px;
  }
}
.consultation .const_row .left_side {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  max-width: 585px;
}
@media (max-width: 1199px) {
  .consultation .const_row .left_side {
    max-width: 100%;
  }
}
.consultation .const_row .left_side .adv_row {
  display: flex;
  gap: 50px 0;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .adv_row {
    gap: 15px 0;
  }
}
.consultation .const_row .left_side .adv_row .item_advantages {
  width: calc(50% - 27.5px);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .adv_row .item_advantages {
    width: 100%;
    flex-direction: row;
    gap: 0 14px;
    align-items: center;
  }
}
.consultation .const_row .left_side .adv_row .item_advantages .item_img {
  flex: 0 0 auto;
  max-width: 145px;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .adv_row .item_advantages .item_img {
    max-width: 91px;
    max-height: 88px;
  }
}
.consultation .const_row .left_side .adv_row .item_advantages .item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.consultation .const_row .left_side .adv_row .item_advantages .item_title {
  color: #191B1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .adv_row .item_advantages .item_title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.consultation .const_row .left_side .item_desc {
  display: flex;
  align-items: center;
  gap: 0 25px;
  max-width: 450px;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .item_desc {
    max-width: 100%;
    gap: 0 14px;
  }
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .item_desc .item_img {
    max-width: 87px;
    max-height: 87px;
    flex: 0 0 auto;
  }
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .item_desc .item_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.consultation .const_row .left_side .item_desc .info {
  color: #191B1D;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .consultation .const_row .left_side .item_desc .info {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.consultation .const_row .right_side {
  position: relative;
  width: 100%;
  max-width: 443px;
}
.consultation .const_row .right_side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: -1;
}
.consultation .const_row .right_side .item_img {
  position: absolute;
  right: -90%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -2;
}
@media (max-width: 968px) {
  .consultation .const_row .right_side .item_img {
    display: none;
  }
}

.our_company {
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .our_company {
    padding-bottom: 50px;
  }
}
.our_company .company_row {
  align-items: stretch;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .our_company .company_row {
    gap: 5px 0;
  }
}
.our_company .company_row .com_item {
  width: calc((100% - 120px) / 4);
  flex: 0 0 auto;
  position: relative;
  padding: 20px 36px 15px 20px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .our_company .company_row .com_item {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 968px) {
  .our_company .company_row .com_item {
    width: 100%;
    padding: 7px 53px 7px 20px;
  }
}
.our_company .company_row .com_item:hover .item_img {
  scale: 1.2;
}
.our_company .company_row .com_item .item_img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 100%;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_img {
    scale: 1.5;
  }
}
.our_company .company_row .com_item .item_img svg {
  height: 100%;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_img svg {
    height: max-content;
  }
}
.our_company .company_row .com_item .item_texts {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_texts {
    gap: 2px 0;
  }
}
.our_company .company_row .com_item .item_texts .item_top {
  display: flex;
  align-items: center;
}
.our_company .company_row .com_item .item_texts .item_top .item_number {
  color: #191B1D;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_texts .item_top .item_number {
    color: #191B1D;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.our_company .company_row .com_item .item_texts .item_bot {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_texts .item_bot {
    gap: 2px 0;
  }
}
.our_company .company_row .com_item .item_texts .item_bot .company_name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_texts .item_bot .company_name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.our_company .company_row .com_item .item_texts .item_bot .comments_much {
  color: #FFB801;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_texts .item_bot .comments_much {
    color: #FFB801;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.our_company .company_row .com_item .item_logo {
  position: relative;
  z-index: 10;
}
@media (max-width: 968px) {
  .our_company .company_row .com_item .item_logo svg {
    width: 67px;
    height: 67px;
  }
}
.our_company .rec_item {
  display: flex;
  align-items: center;
  gap: 0 50px;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #CDD0D7;
  background: #FFF;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .our_company .rec_item {
    display: none;
  }
}
.our_company .rec_item .item_number {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.our_company .rec_item .item_number span {
  color: #FFB801;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.our_company .rec_item .item_number svg {
  margin-top: 10px;
}
.our_company .rec_item .item_title {
  color: #2C2E35;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 621px;
}

.group {
  padding: 80px 0;
}
@media (max-width: 968px) {
  .group {
    padding: 40px 0;
  }
}
.group .item_row {
  align-items: stretch;
  justify-content: space-between;
}
.group .item_row .person_item {
  width: calc((100% - 30px) / 3);
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 968px) {
  .group .item_row .person_item {
    display: none;
  }
}
@media (max-width: 968px) {
  .group .item_row .person_item:first-child {
    display: flex;
    width: 100%;
  }
}
.group .group_swiper {
  margin-top: 30px;
}
@media (max-width: 968px) {
  .group .group_swiper {
    margin-top: 20px;
  }
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
  flex: 0 0 auto;
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_img {
  border-radius: 10px;
  overflow: hidden;
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info {
    gap: 5px 0;
  }
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_title {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_title .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_title .name {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_title .job {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_title .job {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .group .group_swiper .swiper-wrapper .swiper-slide .person_item .item_info .item_description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.group .swiper_button {
  margin-top: 40px;
}
@media (max-width: 968px) {
  .group .swiper_button {
    margin-top: 30px;
  }
}

.plans {
  padding: 100px 0;
}
@media (max-width: 968px) {
  .plans {
    padding: 50px 0;
  }
}
.plans .plans_row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 44px;
}
.plans .plans_row .plan_item:nth-child(2) {
  border-radius: 10px;
  border: 2px solid #FD0;
  background: #FFF;
  box-shadow: 0px 9px 32.6px 0px rgba(0, 0, 0, 0.05);
}
.plans .plans_row .plan_item:nth-child(2) .plan_title {
  position: absolute;
  right: 17px;
  top: -17px;
  border-radius: 90px;
  background: #FD0;
  height: 31px;
  padding: 0 16px 0 17px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001E30;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plans .plans_row .plan_item:nth-child(2) .top_side {
  position: relative;
  background: #FD0;
}
.plans .plans_row .plan_item:nth-child(2) .bot_side {
  margin-top: 29px;
}
.plans .plans_row .plan_item:nth-child(2) .bot_side .plan_info li:nth-child(n+4) {
  opacity: 1;
}
.plans .plans_row .plan_item:nth-child(2) .bot_side .plan_info li:nth-child(n+8) {
  opacity: 0.4;
}
.plans .plans_row .plan_item:nth-child(3) .bot_side .plan_info li:nth-child(n+4) {
  opacity: 1;
}
.plans .plans_row .plan_item:nth-child(3) .bot_side .plan_info li:nth-child(n+8) {
  opacity: 1;
}
.plans .plans_row .plan_item {
  width: calc((100% - 80px) / 3);
  flex: 0 0 auto;
  padding: 0 0px 25px 0px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 9px 32.6px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .plans .plans_row .plan_item {
    display: none;
    padding: 0 0 20px 0;
  }
}
.plans .plans_row .plan_item .top_side {
  width: 100%;
  background: #CDD0D7;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side {
    padding: 15px;
  }
}
.plans .plans_row .plan_item .top_side .item_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side .item_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
  }
}
.plans .plans_row .plan_item .top_side .item_desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side .item_desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 5px;
  }
}
.plans .plans_row .plan_item .top_side .item_price {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side .item_price {
    gap: 0 5px;
  }
}
.plans .plans_row .plan_item .top_side .item_price .nun {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  opacity: 0.4;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side .item_price .nun {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
}
.plans .plans_row .plan_item .top_side .item_price .main_price {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .top_side .item_price .main_price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.plans .plans_row .plan_item .bot_side {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side {
    padding: 0 15px;
    gap: 23px 0;
  }
}
.plans .plans_row .plan_item .bot_side .econom_btn {
  display: flex;
  align-items: center;
  gap: 0 15px;
  height: 70px;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  background: #F7F7F7;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side .econom_btn {
    height: 48px;
  }
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side .econom_btn svg {
    width: 22px;
    height: 22px;
  }
}
.plans .plans_row .plan_item .bot_side .econom_btn span {
  color: #303030;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side .econom_btn span {
    color: #303030;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.plans .plans_row .plan_item .bot_side .plan_info {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.plans .plans_row .plan_item .bot_side .plan_info li:nth-child(n+4) {
  opacity: 0.4;
}
.plans .plans_row .plan_item .bot_side .plan_info li {
  display: flex;
  align-items: center;
  gap: 0 14px;
  opacity: 1;
}
.plans .plans_row .plan_item .bot_side .plan_info li span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side .plan_info li span {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.plans .plans_row .plan_item .bot_side .const_btn {
  width: 100%;
  height: 70px;
}
@media (max-width: 968px) {
  .plans .plans_row .plan_item .bot_side .const_btn {
    height: 50px;
    padding: 0;
    color: #303030;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.plans .plans_row .plan_swiper {
  display: none;
}
@media (max-width: 1199px) {
  .plans .plans_row .plan_swiper {
    display: block;
    padding-top: 30px;
  }
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 9px 32.6px 0px rgba(0, 0, 0, 0.05);
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half {
  border-radius: 10px;
  border: 2px solid #FD0;
  background: #FFF;
  box-shadow: 0px 9px 32.6px 0px rgba(0, 0, 0, 0.05);
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half .plan_title {
  position: absolute;
  right: 17px;
  top: -17px;
  border-radius: 90px;
  background: #FD0;
  height: 31px;
  padding: 0 16px 0 17px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001E30;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half .top_side {
  position: relative;
  background: #FD0;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half .bot_side {
  margin-top: 29px;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half .bot_side .plan_info li:nth-child(n+4) {
  opacity: 1;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.half .bot_side .plan_info li:nth-child(n+8) {
  opacity: 0.4;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.third .bot_side .plan_info li:nth-child(n+4) {
  opacity: 1;
}
.plans .plans_row .plan_swiper .swiper-wrapper .swiper-slide .plan_item.third .bot_side .plan_info li:nth-child(n+8) {
  opacity: 1;
}
.plans .swiper_button {
  width: 100%;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .plans .swiper_button {
    display: flex;
  }
}

.freedom {
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .freedom {
    padding-bottom: 50px;
  }
}
.freedom .free_row {
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .freedom .free_row {
    flex-direction: column;
    gap: 20px 0;
  }
}
.freedom .free_row .free_item {
  width: calc((100% - 120px) / 5);
  flex: 0 0 auto;
  padding: 9px 24px 31px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 1199px) {
  .freedom .free_row .free_item {
    padding: 9px 15px 15px 0;
  }
}
@media (max-width: 968px) {
  .freedom .free_row .free_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 0 27px;
  }
}
.freedom .free_row .free_item:last-child::before {
  display: none;
}
.freedom .free_row .free_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  opacity: 0.5;
  background: #E6E7E9;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item::before {
    display: none;
  }
}
.freedom .free_row .free_item .top_side {
  display: flex;
}
.freedom .free_row .free_item .top_side .item_number {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .top_side .item_number {
    flex-direction: column;
    gap: 4px 0;
  }
}
.freedom .free_row .free_item .top_side .item_number span {
  color: #FD0;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .top_side .item_number span {
    color: #FD0;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .top_side .item_number svg {
    transform: rotate(90deg);
    width: 32px;
    height: 32px;
  }
}
.freedom .free_row .free_item .bot_side {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .bot_side {
    gap: 5px 0;
  }
}
.freedom .free_row .free_item .bot_side .item_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .bot_side .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.freedom .free_row .free_item .bot_side .item_description {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  max-width: 199px;
}
@media (max-width: 968px) {
  .freedom .free_row .free_item .bot_side .item_description {
    max-width: 100%;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
  }
}

.debt {
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .debt {
    padding-bottom: 50px;
  }
}
.debt .item_row {
  align-items: stretch;
  justify-content: space-between;
}
.debt .item_row .debt_item {
  width: calc((100% - 110px) / 3);
  display: block;
}
@media (max-width: 968px) {
  .debt .item_row .debt_item {
    width: 100%;
    display: none;
  }
}
@media (max-width: 968px) {
  .debt .item_row .debt_item:first-child {
    display: block;
  }
}
.debt .debt_swiper {
  margin-top: 20px;
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item {
  flex: 0 0 auto;
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_img {
  padding: 18px 10px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_img {
    padding: 14px 8px;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_img img {
  width: 100%;
  height: 100%;
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info {
  width: 100%;
  margin-top: 20px;
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc {
    gap: 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .subscribed {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .subscribed {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    flex: 0 0 auto;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .debt_number {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .debt_number {
    gap: 0 15px;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .debt_number span {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_info .item_desc .debt_number span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    flex: 0 0 auto;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 25px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons {
    gap: 0 20px;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a {
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a {
    padding: 0;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a.want_btn {
  color: #303030;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 54px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a.want_btn {
    height: 45px;
    color: #303030;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a.view_btn {
  border-radius: 3px;
  border: 1px solid #E6E7E9;
  padding: 0 33px;
  color: #303030;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 54px;
}
@media (max-width: 968px) {
  .debt .debt_swiper .swiper-wrapper .swiper-slide .debt_item .item_buttons a.view_btn {
    height: 45px;
    color: #303030;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
  }
}
.debt .swiper_button {
  margin-top: 40px;
}

.instruction {
  padding: 90px 0 80px 0;
}
@media (max-width: 968px) {
  .instruction {
    padding: 40px 0;
  }
}
@media (max-width: 968px) {
  .instruction .title_desc {
    max-width: 268px;
  }
}
.instruction .instruction_row {
  position: relative;
  margin-top: 50px;
  align-items: center;
  justify-content: end;
  gap: 0 66px;
}
@media (max-width: 968px) {
  .instruction .instruction_row {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 50px 0;
    margin-bottom: 303px;
  }
}
.instruction .instruction_row .item_img {
  position: absolute;
  left: -350px;
  top: -100px;
}
@media (max-width: 968px) {
  .instruction .instruction_row .item_img {
    width: 559px;
    height: 407px;
    top: unset;
    bottom: -500px;
    left: -150px;
  }
}
@media (max-width: 968px) {
  .instruction .instruction_row .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.instruction .instruction_row .left_side {
  width: 100%;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
  padding: 23px 24px 24px 23px;
  margin-top: 50px;
}
@media (max-width: 968px) {
  .instruction .instruction_row .left_side {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    flex-direction: row;
    gap: 0 15px;
  }
}
.instruction .instruction_row .left_side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2.9500000477px);
  z-index: -1;
}
@media (max-width: 968px) {
  .instruction .instruction_row .left_side::after {
    display: none;
  }
}
.instruction .instruction_row .left_side .item_title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .instruction .instruction_row .left_side .item_title {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    max-width: 204px;
  }
}
@media (max-width: 968px) {
  .instruction .instruction_row .left_side svg {
    width: 55px;
    height: 55px;
  }
}
.instruction .instruction_row .right_side {
  max-width: 443px;
}
@media (max-width: 968px) {
  .instruction .instruction_row .right_side {
    max-width: 100%;
  }
}

.photos {
  padding: 177px 0 100px 0;
}
@media (max-width: 968px) {
  .photos {
    padding: 156px 0 50px 0;
  }
}
.photos .item_info {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .photos .item_info {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    margin-top: 10px;
  }
}
.photos .photo_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .photos .photo_row {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.photos .photo_row .photo:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 221, 0, 0.7) 0%, rgba(255, 221, 0, 0.7) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  opacity: 0.7;
}
.photos .photo_row .photo {
  width: calc((100% - 24px) / 3);
  flex: 0 0 auto;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 968px) {
  .photos .photo_row .photo {
    width: 100%;
    max-height: 137px;
    height: 100%;
  }
}
.photos .photo_row .photo.d-none {
  display: none;
}
.photos .photo_row .photo .item_number {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.photos .photo_row .photo .item_number span:first-child {
  color: #001E30;
  font-family: Inter;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .photos .photo_row .photo .item_number span:first-child {
    color: #001E30;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.photos .photo_row .photo .item_number span:last-child {
  color: #001E30;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .photos .photo_row .photo .item_number span:last-child {
    color: #001E30;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.photos .photo_row .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 968px) {
  .photos .photo_row .photo img {
    object-position: bottom;
  }
}

.faq {
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .faq {
    padding-bottom: 50px;
  }
}
.faq.more_answers {
  position: relative;
}
.faq.more_answers .item_img {
  position: absolute;
  left: 100px;
  top: 100px;
  bottom: 0;
}
@media (max-width: 968px) {
  .faq.more_answers .item_img {
    display: none;
  }
}
.faq.more_answers .title_desc {
  position: relative;
  z-index: 10;
}
.faq.more_answers .more_row {
  margin-top: 30px;
  gap: 0 21px;
  flex-wrap: nowrap;
  align-items: start;
  position: relative;
  z-index: 10;
  background-color: #FFF;
}
@media (max-width: 1199px) {
  .faq.more_answers .more_row {
    background-color: transparent;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (max-width: 968px) {
  .faq.more_answers .more_row {
    gap: 30px 0;
  }
}
.faq.more_answers .more_row .left_side {
  max-width: 443px;
  width: 100%;
}
@media (max-width: 1199px) {
  .faq.more_answers .more_row .left_side {
    margin-left: auto;
  }
}
.faq.more_answers .more_row .right_side {
  width: 100%;
  max-width: 736px;
}
@media (max-width: 1199px) {
  .faq.more_answers .more_row .right_side {
    max-width: 100%;
  }
}
.faq.more_answers .more_row .right_side .faq_row {
  margin-top: 0;
}
.faq .faq_row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .faq .faq_row {
    gap: 10px 0;
  }
}
.faq .faq_row .faq_item {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
  padding: 0 30px;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item {
    transition: 0.3s all ease;
    padding: 0 10px;
  }
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item.active {
    background-color: #E6E7E9;
  }
}
.faq .faq_row .faq_item.active .top_side .open {
  display: none;
}
.faq .faq_row .faq_item.active .top_side .exit {
  display: block;
}
.faq .faq_row .faq_item.active .bottom_side {
  height: max-content;
  opacity: 1;
  visibility: visible;
  padding: 30px 0 30px 0;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item.active .bottom_side {
    padding: 20px 0 20px 0;
  }
}
.faq .faq_row .faq_item .top_side {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 34px 0 33px 0;
  cursor: pointer;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item .top_side {
    padding: 24px 0 20px 0;
  }
}
.faq .faq_row .faq_item .top_side img {
  width: 37px;
  height: 37px;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item .top_side img {
    width: 21px;
    height: 21px;
  }
}
.faq .faq_row .faq_item .top_side .exit {
  display: none;
}
.faq .faq_row .faq_item .top_side .item_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item .top_side .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.faq .faq_row .faq_item .bottom_side {
  border-top: 1px solid #CDD0D7;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-height: 1000px;
  transition: 0.3s all ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 968px) {
  .faq .faq_row .faq_item .bottom_side {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
  }
}

.advantage {
  padding: 85px 0;
}
@media (max-width: 968px) {
  .advantage {
    padding: 40px 0;
  }
}
.advantage .form_row {
  justify-content: space-between;
  flex-direction: column;
  gap: 30px 0;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .advantage .form_row {
    flex-direction: column;
    margin-top: 20px;
  }
}
.advantage .form_row .inputs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 0;
}
@media (max-width: 968px) {
  .advantage .form_row .inputs {
    flex-direction: column;
    width: 100%;
    gap: 10px 0;
  }
}
.advantage .form_row .inputs .item_inp {
  width: calc((100% - 80px) / 3);
  flex: 0 0 auto;
}
.advantage .form_row .inputs .item_inp:first-child {
  order: 1;
}
.advantage .form_row .inputs .item_inp:nth-child(2) {
  order: 2;
}
@media (max-width: 968px) {
  .advantage .form_row .inputs .item_inp {
    width: 100%;
    height: 60px;
  }
}
.advantage .form_row .inputs .item_inp input {
  background-color: transparent;
  color: #FFF;
}
.advantage .form_row .inputs .item_inp input::placeholder {
  color: #FFF;
}
.advantage .form_row .inputs .item_inp input:focus {
  color: #FFF;
}
.advantage .form_row .inputs .item_inp svg path {
  fill: #FFF;
}
.advantage .form_row .inputs .const_btn {
  width: calc((100% - 80px) / 3);
  flex: 0 0 auto;
  height: 70px;
  color: #303030;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  order: 3;
  border: none;
  outline: none;
}
@media (max-width: 968px) {
  .advantage .form_row .inputs .const_btn {
    width: 100%;
    height: 60px;
    color: #303030;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.advantage .form_row .item_information {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 41px;
}
@media (max-width: 968px) {
  .advantage .form_row .item_information {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
}
.advantage .form_row .item_information .privacy {
  gap: 0 13px;
}
@media (max-width: 968px) {
  .advantage .form_row .item_information .privacy {
    margin: 0 0 15px 0;
  }
}
.advantage .form_row .item_information .privacy .item_info {
  color: #FFF;
}
.advantage .form_row .item_information .item_desc {
  color: #FFF;
}
.advantage .form_row .item_information .item_desc a {
  text-decoration: underline;
  color: #039be5;
  margin-left: 3px;
}

.branches {
  padding: 100px 0 122px 0;
}
@media (max-width: 968px) {
  .branches {
    padding: 50px 0;
  }
}
.branches .branches_row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 968px) {
  .branches .branches_row {
    margin-top: 20px;
  }
}
.branches .branches_row .branch_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDD0D7;
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item {
    flex-direction: column;
    gap: 20px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item:first-child {
    border-top: 1px solid #CDD0D7;
    padding-top: 20px;
  }
}
.branches .branches_row .branch_item .item {
  width: calc(50% - 25px);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item .item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDD0D7;
  }
}
.branches .branches_row .branch_item .item:last-child::after {
  display: none;
}
.branches .branches_row .branch_item .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #CDD0D7;
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item .item::after {
    display: none;
  }
}
.branches .branches_row .branch_item .item span {
  color: #2C2E35;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item .item span {
    color: #2C2E35;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 968px) {
  .branches .branches_row .branch_item .item svg {
    width: 18px;
    height: 18px;
  }
}

.about_us {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 968px) {
  .about_us {
    padding-bottom: 25px;
  }
}
@media (max-width: 968px) {
  .about_us.order_download {
    padding-bottom: 50px;
  }
}
@media (max-width: 968px) {
  .about_us.order_download .about_row {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .left_side {
    flex-direction: column-reverse;
  }
}
.about_us.order_download .about_row .left_side .title_desc {
  display: none;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .left_side .title_desc {
    display: flex;
  }
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .left_side img {
    width: 324px;
    height: 324px;
    height: 100%;
    width: 100%;
    margin-left: 15px;
  }
}
.about_us.order_download .about_row .right_side {
  gap: 0;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .right_side .title_desc {
    display: none;
  }
}
.about_us.order_download .about_row .right_side .item_row {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .right_side .item_row {
    margin-top: 0;
    gap: 5px 0;
  }
}
.about_us.order_download .about_row .right_side .item_row span.title {
  color: #2C2E35;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .right_side .item_row span.title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
}
.about_us.order_download .about_row .right_side .item_row span.description {
  color: #2C2E35;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .right_side .item_row span.description {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.about_us.order_download .about_row .right_side .item_btn {
  height: 70px;
  width: 100%;
  max-width: 325px;
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .about_us.order_download .about_row .right_side .item_btn {
    height: 62px;
  }
}
.about_us .about_row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .about_us .about_row {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media (max-width: 968px) {
  .about_us .about_row {
    flex-direction: column-reverse;
    gap: 20px 0;
  }
}
@media (max-width: 1199px) {
  .about_us .about_row .left_side {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 968px) {
  .about_us .about_row .left_side {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .about_us .about_row .left_side img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 968px) {
  .about_us .about_row .left_side img {
    width: 324px;
    height: 324px;
    margin: 0 auto;
  }
}
.about_us .about_row .left_side .item_info {
  display: none;
}
@media (max-width: 968px) {
  .about_us .about_row .left_side .item_info {
    display: flex;
  }
}
.about_us .about_row .right_side {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
@media (max-width: 968px) {
  .about_us .about_row .right_side {
    gap: 10px 0;
  }
}
.about_us .about_row .right_side .item_description {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 499px;
}
@media (max-width: 1199px) {
  .about_us .about_row .right_side .item_description {
    max-width: 100%;
  }
}
@media (max-width: 968px) {
  .about_us .about_row .right_side .item_description {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
  }
}
.about_us .item_info {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .about_us .item_info {
    display: none;
  }
}
.about_us .item_info span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  max-width: 405px;
}
@media (max-width: 968px) {
  .about_us .item_info span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    max-width: 220px;
  }
}

.comments {
  padding: 100px 0;
}
@media (max-width: 968px) {
  .comments {
    padding: 50px 0;
  }
}
.comments .item_row {
  align-items: stretch;
  justify-content: space-between;
}
.comments .item_row .comment_item {
  width: calc((100% - 60px) / 3);
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 968px) {
  .comments .item_row .comment_item {
    width: 100%;
    display: none;
  }
}
@media (max-width: 968px) {
  .comments .item_row .comment_item:first-child {
    display: flex;
    width: 100%;
  }
}
.comments .comment_swiper {
  padding-top: 80px;
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item {
  flex: 0 0 auto;
  position: relative;
  padding: 62px 20px 30px 20px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
  text-align: center;
  flex-direction: column;
  gap: 15px 0;
}
@media (max-width: 968px) {
  .comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item {
    gap: 0;
    padding: 62px 15px 21px 15px;
  }
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .profile_img {
  position: absolute;
  left: 0;
  top: -60px;
  right: 0;
  display: flex;
  justify-content: center;
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_name {
  color: #000;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_name {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
  }
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_date {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
@media (max-width: 968px) {
  .comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_date {
    margin-bottom: 5px;
  }
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
@media (max-width: 968px) {
  .comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_stars {
    margin-bottom: 15px;
  }
}
.comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_description {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .comments .comment_swiper .swiper-wrapper .swiper-slide .comment_item .item_description {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.comments .swiper_button {
  margin-top: 40px;
}
@media (max-width: 968px) {
  .comments .swiper_button {
    margin-top: 30px;
  }
}

.my_company {
  padding: 80px 0;
}
@media (max-width: 968px) {
  .my_company {
    padding: 50px 0 0 0;
  }
}
.my_company .title_desc {
  display: none;
}
@media (max-width: 968px) {
  .my_company .title_desc {
    display: flex;
  }
}
.my_company .comp_row {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .my_company .comp_row {
    justify-content: end;
  }
}
@media (max-width: 968px) {
  .my_company .comp_row {
    flex-direction: column-reverse;
    margin-top: 20px;
    justify-content: space-between;
    gap: 5px 0;
    align-items: center;
  }
}
.my_company .comp_row .left_side {
  position: relative;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 968px) {
  .my_company .comp_row .left_side {
    width: 290px;
    height: 321px;
  }
}
.my_company .comp_row .left_side img {
  position: absolute;
  left: -100px;
  top: -70px;
}
@media (max-width: 1199px) {
  .my_company .comp_row .left_side img {
    left: -700px;
  }
}
@media (max-width: 968px) {
  .my_company .comp_row .left_side img {
    position: relative;
    left: unset;
    top: unset;
    height: 100%;
    width: 100%;
  }
}
.my_company .comp_row .right_side {
  max-width: 562px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.my_company .comp_row .right_side .title_desc {
  display: flex;
}
@media (max-width: 968px) {
  .my_company .comp_row .right_side .title_desc {
    display: none;
  }
}
.my_company .comp_row .right_side .item_description {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 968px) {
  .my_company .comp_row .right_side .item_description {
    gap: 30px 0;
  }
}
.my_company .comp_row .right_side .item_description span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .my_company .comp_row .right_side .item_description span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}

.news {
  padding: 100px 0;
}
@media (max-width: 968px) {
  .news {
    padding: 50px 0;
  }
}
.news .news_item_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 30px auto;
  max-width: 600px;
}
@media (max-width: 968px) {
  .news.last_news {
    padding: 0 0 50px 0;
  }
}
.news.last_news .news_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px 0;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .news.last_news .news_row {
    margin-top: 20px;
    gap: 15px 0;
  }
}
.news.last_news .news_row li {
  width: 100%;
}
.news.last_news .news_row li .news_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 968px) {
  .news.last_news .news_row li .news_item {
    gap: 10px 0;
    padding-bottom: 15px;
  }
}
.news.last_news .news_row li .news_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .news.last_news .news_row li .news_title {
    color: #000;
    font-size: 12px;
  }
}
.news.last_news .news_row li .news_name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .news.last_news .news_row li .news_name {
    font-size: 12px;
  }
}
.news .news_swiper {
  margin-top: 30px;
}
@media (max-width: 968px) {
  .news .news_swiper {
    margin-top: 20px;
  }
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.news .news_swiper .swiper-wrapper .swiper-slide {
  align-items: stretch;
}
.news .news_swiper .swiper-wrapper .swiper-slide .item_row {
  align-items: stretch;
  justify-content: space-between;
}
.news .news_swiper .swiper-wrapper .swiper-slide .item_row .news_item {
  width: calc((100% - 60px) / 3);
  flex: 0 0 auto;
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .item_row .news_item {
    width: 100%;
    display: none;
    flex-direction: column;
  }
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .item_row .news_item:first-child {
    display: flex;
    width: 100%;
  }
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item {
  flex: 0 0 auto;
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_img {
    margin-bottom: 0;
  }
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos {
  display: flex;
  flex-direction: column;
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .item_title {
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .item_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin-top: 10px;
  }
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .item_description {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .item_description {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 10px;
  }
}
.news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .more_news {
  width: max-content;
  color: #FFB801;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 968px) {
  .news .news_swiper .swiper-wrapper .swiper-slide .news_item .item_infos .more_news {
    color: #FD0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.news .swiper_button {
  margin-top: 40px;
}
@media (max-width: 968px) {
  .news .swiper_button {
    display: none;
  }
}

.bonus {
  padding: 45px 0 86px 0;
}
@media (max-width: 968px) {
  .bonus {
    padding: 40px 0;
  }
}
.bonus .title_desc.mobile {
  display: none;
}
@media (max-width: 968px) {
  .bonus .title_desc.mobile {
    display: flex;
    margin-bottom: 20px;
  }
}
.bonus .bonus_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0 20px;
  position: relative;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .bonus .bonus_row {
    gap: 100px 0;
  }
}
@media (max-width: 968px) {
  .bonus .bonus_row {
    gap: 20px 0;
    flex-direction: column;
  }
}
.bonus .bonus_row .item_bg {
  position: absolute;
  left: -295px;
  top: -45px;
  z-index: 10;
  max-width: 800px;
}
@media (max-width: 1199px) {
  .bonus .bonus_row .item_bg {
    top: -80;
  }
}
@media (max-width: 968px) {
  .bonus .bonus_row .item_bg {
    left: -50px;
    width: 311px;
    height: 275px;
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .bonus .bonus_row .item_bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.bonus .bonus_row .left_side {
  position: relative;
}
.bonus .bonus_row .left_side .discount_item {
  position: relative;
}
.bonus .bonus_row .left_side .discount_item .item_number {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 38px;
  top: -20px;
}
@media (max-width: 968px) {
  .bonus .bonus_row .left_side .discount_item .item_number {
    left: 40px;
    top: 0;
  }
}
.bonus .bonus_row .left_side .discount_item .item_number span:first-child {
  color: #FD0;
  font-family: Raleway;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 968px) {
  .bonus .bonus_row .left_side .discount_item .item_number span:first-child {
    color: #FD0;
    font-family: Raleway;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.bonus .bonus_row .left_side .discount_item .item_number span:last-child {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -45px;
}
@media (max-width: 968px) {
  .bonus .bonus_row .left_side .discount_item .item_number span:last-child {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: -25px;
  }
}
.bonus .bonus_row .left_side .discount_item .item_img {
  width: 277px;
  height: 277px;
}
@media (max-width: 968px) {
  .bonus .bonus_row .left_side .discount_item .item_img img {
    height: 100%;
    width: 100%;
  }
}
.bonus .bonus_row .right_side {
  width: 100%;
  max-width: 628px;
}
@media (max-width: 1199px) {
  .bonus .bonus_row .right_side {
    max-width: 100%;
    margin-left: -100px;
  }
}
@media (max-width: 968px) {
  .bonus .bonus_row .right_side {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 968px) {
  .bonus .bonus_row .right_side .title_desc {
    display: none;
  }
}
.bonus .bonus_row .right_side .item_info {
  margin-top: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0 42px;
}
@media (max-width: 968px) {
  .bonus .bonus_row .right_side .item_info {
    flex-direction: column;
    gap: 20px 0;
  }
}
.bonus .bonus_row .right_side .item_info li {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .bonus .bonus_row .right_side .item_info li {
    width: 100%;
    flex-direction: row;
    gap: 0 18px;
    align-items: center;
  }
}
.bonus .bonus_row .right_side .item_info li span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 180px;
}
@media (max-width: 1199px) {
  .bonus .bonus_row .right_side .item_info li span {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .bonus .bonus_row .right_side .item_info li span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    max-width: 226px;
  }
}
.bonus .bonus_row .right_side .bonus_btn {
  height: 70px;
  width: 100%;
  max-width: 325px;
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .bonus .bonus_row .right_side .bonus_btn {
    height: 62px;
    margin: 30px auto 0 auto;
  }
}

.arise {
  padding: 76px 0 100px 0;
}
@media (max-width: 968px) {
  .arise {
    padding: 50px 0;
  }
}
.arise .arise_row {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 10px;
  flex-wrap: nowrap;
}
@media (max-width: 968px) {
  .arise .arise_row {
    margin-top: 20px;
    gap: 0 2px;
  }
}
.arise .arise_row li {
  width: 100%;
  max-width: 232px;
}
.arise .arise_row li a {
  height: 65px;
  border-radius: 5px;
  background: rgba(44, 46, 53, 0.9);
  backdrop-filter: blur(2.9500000477px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 968px) {
  .arise .arise_row li a {
    height: 47px;
  }
}
@media (max-width: 968px) {
  .arise .arise_row li a svg {
    width: 24px;
    height: 24px;
  }
}

.map {
  height: 598px;
}
@media (max-width: 968px) {
  .map {
    height: max-content;
  }
}
.map .container {
  position: relative;
}
.map .map_info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 35px 93px 97px 55px;
  border-radius: 0px 0px 90px 90px;
  background: rgba(44, 46, 53, 0.9);
  backdrop-filter: blur(2.9500000477px);
}
@media (max-width: 968px) {
  .map .map_info {
    position: relative;
    left: unset;
    top: unset;
    background-color: #fff;
    margin-bottom: 21px;
    padding: 0;
    color: #000;
  }
}
@media (max-width: 968px) {
  .map .map_info .title_desc .section_title {
    color: #000;
  }
}
@media (max-width: 968px) {
  .map .map_info .title_desc .description {
    color: #000;
  }
}
.map .map_info .address {
  margin-top: 30px;
  color: #000;
}
@media (max-width: 968px) {
  .map .map_info .address {
    margin-top: 20px;
  }
}
.map .map_info .links_social {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .map iframe {
    width: 100%;
    height: 598px;
  }
}

footer {
  padding-top: 30px;
  background: #1E1E1E;
}
@media (max-width: 968px) {
  footer {
    padding-top: 20px;
  }
}
footer .footer_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
footer .footer_row .footer_logo {
  max-width: 131px;
  max-height: 50px;
}
@media (max-width: 968px) {
  footer .footer_row .footer_logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer_row .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 968px) {
  footer .footer_row .footer_logo img {
    width: 97px;
    height: 37px;
  }
}
footer .footer_row .footer_link {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 968px) {
  footer .footer_row .footer_link {
    gap: 10px 0;
  }
}
footer .footer_row .footer_link .item_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .footer_row .footer_link .links {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
footer .footer_row .footer_link .links li a {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
@media (max-width: 968px) {
  footer .footer_row .footer_link .links li a {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media (max-width: 968px) {
  footer .footer_row .footer_link:nth-child(2) {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 968px) {
  footer .footer_row .footer_link:nth-child(3) {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 968px) {
  footer .footer_row .footer_link:nth-child(4) {
    width: 100%;
    flex: 0 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .social_row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 8px;
  flex-wrap: nowrap;
  margin: 40px 0 30px 0;
}
@media (max-width: 968px) {
  footer .social_row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 9px;
    margin: 11px 0 20px 0;
  }
}
footer .social_row li {
  width: 100%;
  max-width: 85px;
  height: 35px;
  border-radius: 4px;
  background: #0E0E0E;
}
@media (max-width: 968px) {
  footer .social_row li {
    flex: 0 0 auto;
  }
}
footer .social_row li a {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #0E0E0E;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  background: #0E0E0E;
  padding: 16px 0;
}
@media (max-width: 968px) {
  footer .copyright {
    padding: 20px 0;
  }
}
footer .copyright .copy_row {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 968px) {
  footer .copyright .copy_row {
    display: flex;
    flex-direction: column;
  }
}
footer .copyright .copy_row .item_title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  footer .copyright .copy_row .item_title {
    order: 2;
    margin-bottom: 20px;
  }
}
footer .copyright .copy_row .links {
  display: flex;
  align-content: center;
  gap: 0 35px;
}
@media (max-width: 968px) {
  footer .copyright .copy_row .links {
    display: flex;
    flex-direction: column;
    order: 1;
    gap: 10px 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
footer .copyright .copy_row .links li a {
  color: #FD0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
footer .copyright .copy_row .item_description {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  footer .copyright .copy_row .item_description {
    order: 3;
  }
}
footer .copyright .copy_row .item_description a {
  color: #FD0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 968px) {
  footer .address {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 968px) {
  footer .address .item_title {
    color: #FFF !important;
  }
}
@media (max-width: 968px) {
  footer .address .item_name {
    color: #FFF !important;
    max-width: 160px;
  }
}

.home_page {
  padding: 20px 0 60px 0;
}
@media (max-width: 968px) {
  .home_page {
    padding: 20px 0 50px 0;
  }
}
.home_page .title_desc {
  margin: 30px 0;
}
@media (max-width: 968px) {
  .home_page .title_desc {
    margin: 0 0 20px 0;
  }
}
.home_page .item_info {
  display: flex;
  align-items: center;
  gap: 0 28px;
  margin-bottom: 30px;
}
@media (max-width: 968px) {
  .home_page .item_info {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 40px;
    margin-bottom: 20px;
  }
}
.home_page .item_info .star {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 968px) {
  .home_page .item_info .star {
    gap: 0 5px;
  }
}
.home_page .item_info .star .span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .home_page .item_info .star .span {
    font-size: 14px;
  }
}
.home_page .item_info div.font {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .home_page .item_info div.font {
    font-size: 14px;
  }
}
.home_page .item_info .com_much {
  opacity: 0.5;
  color: #000;
}
.home_page .item_info .name_villa {
  opacity: 0.5;
}
.home_page .item_info .view_btn {
  color: #FD0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 968px) {
  .home_page .item_info .view_btn {
    font-size: 14px;
    font-weight: 400;
  }
}
.home_page .swiper_photos {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px 0;
  margin-bottom: 60px;
}
@media (max-width: 968px) {
  .home_page .swiper_photos {
    gap: 5px 0;
    margin-bottom: 10px;
  }
}
.home_page .swiper_photos .mainSwiper {
  max-height: 665px;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 968px) {
  .home_page .swiper_photos .mainSwiper {
    border-radius: 10px;
    max-height: 290px;
  }
}
.home_page .swiper_photos .mainSwiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.home_page .swiper_photos .swiper-thumbs {
  max-width: 100%;
  width: 100%;
  height: max-content;
  padding: 5px 3px 10px 3px;
}
.home_page .swiper_photos .swiper-thumbs .swiper-wrapper {
  height: 100%;
}
.home_page .swiper_photos .swiper-thumbs .swiper-wrapper .swiper-slide {
  height: 105px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .home_page .swiper_photos .swiper-thumbs .swiper-wrapper .swiper-slide {
    height: 55px;
  }
}
.home_page .swiper_photos .swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  outline: 3px solid #FD0;
}
.home_page .swiper_photos .swiper-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home_page .home_information {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 968px) {
  .home_page .home_information {
    gap: 0;
  }
}
.home_page .home_information .item_top {
  display: flex;
  align-items: center;
  gap: 0 39px;
}
@media (max-width: 968px) {
  .home_page .home_information .item_top {
    justify-content: space-between;
    gap: 0;
  }
}
.home_page .home_information .item_top .item_name {
  color: #2C2E35;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .home_page .home_information .item_top .item_name {
    font-size: 20px;
  }
}
.home_page .home_information .item_top .item_kv {
  color: #2C2E35;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media (max-width: 968px) {
  .home_page .home_information .item_top .item_kv {
    font-size: 20px;
  }
}
.home_page .home_information .item_top .item_kv span {
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 16px;
  color: #2C2E35;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .home_page .home_information .item_top .item_kv span {
    font-size: 10px;
    right: -5px;
  }
}
.home_page .home_information .item_center {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
@media (max-width: 968px) {
  .home_page .home_information .item_center {
    margin-top: 10px;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 20px;
  }
}
.home_page .home_information .item_center .item_number {
  color: #2C2E35;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 968px) {
  .home_page .home_information .item_center .item_number {
    font-size: 14px;
  }
}
.home_page .home_information .item_description.active .see {
  display: flex;
  animation: nompacity 0.5s ease;
}
@keyframes nompacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home_page .home_information .item_description span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .home_page .home_information .item_description span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 20px;
  }
}
.home_page .home_information .item_description span.see {
  display: none;
}
.home_page .home_information .item_btn {
  color: #FD0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  width: max-content;
}
.home_page .home_information .item_btn.none {
  display: none;
}
@media (max-width: 968px) {
  .home_page .home_information .item_btn {
    font-size: 14px;
  }
}

.rules {
  padding: 90px 0;
}
@media (max-width: 968px) {
  .rules {
    background-color: #FFF;
    padding: 40px 0;
  }
}
@media (max-width: 968px) {
  .rules.all_bg::before, .rules.all_bg::after {
    border-radius: 40px 10px;
  }
}
@media (max-width: 968px) {
  .rules.all_bg .dzsparallaxer--target {
    border-radius: 40px 10px;
  }
}
.rules .rental_information {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .rules .rental_information {
    gap: 0;
  }
}
.rules .rental_information .stay {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (max-width: 968px) {
  .rules .rental_information .stay {
    gap: 20px 0;
  }
}
.rules .rental_information .stay li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  padding-bottom: 30px;
}
@media (max-width: 968px) {
  .rules .rental_information .stay li {
    padding-bottom: 22px;
  }
}
@media (max-width: 968px) {
  .rules .rental_information .stay li.half {
    display: none;
  }
}
.rules .rental_information .stay li.mobile {
  display: none;
}
@media (max-width: 968px) {
  .rules .rental_information .stay li.mobile {
    display: flex;
  }
}
.rules .rental_information .stay li .item_title {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .rules .rental_information .stay li .item_title {
    gap: 0 15px;
  }
}
@media (max-width: 968px) {
  .rules .rental_information .stay li .item_title svg {
    width: 22px;
    height: 22px;
  }
}
.rules .rental_information .stay li .item_title span {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
@media (max-width: 968px) {
  .rules .rental_information .stay li .item_title span {
    font-size: 14px;
    line-height: normal; /* 125% */
  }
}
.rules .rental_information .stay li .item_desc {
  width: 50%;
  color: #C3C3C3;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 968px) {
  .rules .rental_information .stay li .item_desc {
    font-size: 14px;
    font-weight: 400;
    width: max-content;
  }
}
.rules .rental_information .item_description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .rules .rental_information .item_description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    margin-bottom: 30px;
  }
}
.rules .rental_information .item_plashka {
  height: 60px;
  border-radius: 10px;
  background: #CDD0D7;
  width: 100%;
  padding: 0 40px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  display: flex;
  align-items: center;
}
@media (max-width: 968px) {
  .rules .rental_information .item_plashka {
    padding: 0 20px;
    font-size: 14px;
  }
}

.amenities {
  padding: 60px 0 80px 0;
}
@media (max-width: 968px) {
  .amenities {
    padding: 50px 0;
  }
}
.amenities .amenities_row {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .amenities .amenities_row {
    gap: 30px 0;
  }
}
@media (max-width: 968px) {
  .amenities .amenities_row {
    margin-top: 25px;
  }
}
.amenities .amenities_row .item_advantages {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 30px 0;
}
@media (max-width: 1199px) {
  .amenities .amenities_row .item_advantages {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .amenities .amenities_row .item_advantages.half {
    display: none;
  }
}
.amenities .amenities_row .item_advantages li {
  display: flex;
  gap: 0 15px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .amenities .amenities_row .item_advantages li {
    flex: 0 0 auto;
  }
}
.amenities .amenities_row .item_advantages li span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .amenities .amenities_row .item_advantages li span {
    font-size: 14px;
    line-height: normal;
    max-width: 184px;
  }
}
@media (max-width: 968px) {
  .amenities .amenities_row .item_advantages li svg {
    width: 28px;
    height: 28px;
  }
}
.amenities .amenities_row .item_advantages li .item_description {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  gap: 10px 0;
}
.amenities .amenities_row .item_advantages li .item_description li {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 968px) {
  .amenities .amenities_row .item_advantages li .item_description li svg {
    width: 12px;
    height: 12px;
  }
}
.amenities .amenities_row .item_advantages li .item_description span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .amenities .amenities_row .item_advantages li .item_description span {
    font-size: 14px;
  }
}
.amenities .amenities_row .more_btn {
  display: none;
}
@media (max-width: 1199px) {
  .amenities .amenities_row .more_btn {
    display: block;
    color: #FD0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: -10px;
  }
}
.amenities .amenities_row .more_btn.none {
  display: none;
}

.card {
  padding-bottom: 110px;
}
@media (max-width: 968px) {
  .card {
    padding-bottom: 50px;
  }
}
.card .card_item {
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .card .card_item {
    padding: 10px;
  }
}
.card .card_item .left_side {
  display: flex;
  align-items: stretch;
  gap: 0 20px;
  max-width: 100%;
  flex-direction: row;
}
@media (max-width: 968px) {
  .card .card_item .left_side {
    flex-direction: column;
    gap: 5px 0;
  }
}
.card .card_item .left_side .swiper_photos {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  max-width: 363px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos {
    max-width: 100%;
    gap: 8px 0;
  }
}
.card .card_item .left_side .swiper_photos .left_swiper {
  width: 100%;
  max-height: 277px;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos .left_swiper {
    max-height: 207px;
  }
}
.card .card_item .left_side .swiper_photos .left_swiper .item_emotions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  right: 50px;
  width: 100%;
  height: max-content;
}
.card .card_item .left_side .swiper_photos .left_swiper .item_emotions .item_percentage {
  height: 34px;
  border-radius: 90px;
  background: #FD0;
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .item_percentage {
    font-size: 12px;
    height: 26px;
    padding: 0;
    width: 99px;
  }
}
.card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart {
  display: block;
  z-index: 100;
  margin-right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 90px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart {
    width: 26px;
    height: 26px;
  }
}
.card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart.active svg g, .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart.active path, .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart.active clipPath, .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart.active defs {
  fill: rgb(235, 11, 11);
}
.card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart svg g {
  transition: 0.3s all ease;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos .left_swiper .item_emotions .heart svg {
    width: 14px;
    height: 14px;
  }
}
.card .card_item .left_side .swiper_photos .left_swiper .swiper-wrapper {
  height: 100%;
}
.card .card_item .left_side .swiper_photos .left_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.card .card_item .left_side .swiper_photos .left_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card .card_item .left_side .swiper_photos .swiper_thumb {
  width: 100%;
}
@media (max-width: 968px) {
  .card .card_item .left_side .swiper_photos .swiper_thumb {
    height: 94px;
  }
}
.card .card_item .left_side .swiper_photos .swiper_thumb .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.card .card_item .left_side .swiper_photos .swiper_thumb .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card .card_item .left_side .text_side {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side {
    position: relative;
  }
}
.card .card_item .left_side .text_side .item_top_side {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side {
    flex-direction: row;
    gap: 0;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left {
    position: relative;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_title {
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_stars {
  display: flex;
  align-items: stretch;
  gap: 0 3px;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_stars {
    margin-bottom: 10px;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_information {
  display: flex;
  align-items: center;
  gap: 0 28px;
}
@media (max-width: 1199px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_information {
    flex-direction: column;
    gap: 20px 0;
    align-items: start;
  }
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_information {
    gap: 10px 0;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_information a, .card .card_item .left_side .text_side .item_top_side .item_left .item_information div {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_information a, .card .card_item .left_side .text_side .item_top_side .item_left .item_information div {
    font-size: 12px;
  }
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_information a {
  color: #FD0;
  text-decoration: underline;
  opacity: 1;
}
.card .card_item .left_side .text_side .item_top_side .item_left .item_information a:first-child {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .item_left .item_information .item_comment {
    display: none;
  }
}
.card .card_item .left_side .text_side .item_top_side .right_side {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
}
.card .card_item .left_side .text_side .item_top_side .right_side .item_top {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .right_side .item_top {
    gap: 0 5px;
    margin-top: 30px;
  }
}
.card .card_item .left_side .text_side .item_top_side .right_side .item_top .comment_how {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .right_side .item_top .comment_how {
    font-size: 10px;
  }
}
.card .card_item .left_side .text_side .item_top_side .right_side .item_top .item_number {
  color: #FD0;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .right_side .item_top .item_number {
    font-size: 36px;
  }
}
.card .card_item .left_side .text_side .item_top_side .right_side .item_bottom {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_top_side .right_side .item_bottom {
    font-size: 12px;
    opacity: 0.5;
  }
}
.card .card_item .left_side .text_side .item_bottom_side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side {
    margin-top: 10px;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_text_info {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_text_info {
    gap: 0;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_text_info li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_text_info li {
    font-size: 12px;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price {
  display: flex;
  flex-direction: column;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price {
    gap: 5px 0;
    width: 100%;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .adults {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  align-items: end;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price .adults {
    font-size: 12px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .adults span:last-child {
  text-decoration-line: line-through;
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  justify-content: end;
  align-items: center;
  margin-bottom: 3px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price .item_price {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price span {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price .item_price span {
    font-size: 20px;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price .item_popover {
  position: relative;
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price .item_popover:hover .text_popover {
  opacity: 1;
  visibility: visible;
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price .item_popover svg {
  cursor: pointer;
  position: relative;
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .item_price .item_popover .text_popover {
  position: absolute;
  left: -100%;
  top: -130%;
  margin: 0 auto;
  background-color: #CDD0D7;
  border-radius: 8px;
  width: max-content;
  height: max-content;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price .item_price .item_popover .text_popover {
    left: -350%;
    top: -10%;
    bottom: 0;
    margin: auto;
  }
}
.card .card_item .left_side .text_side .item_bottom_side .item_price .taxes {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 968px) {
  .card .card_item .left_side .text_side .item_bottom_side .item_price .taxes {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.card .card_item .left_side .yellow_btn {
  margin-left: auto;
  width: 100%;
  max-width: 184px;
}
@media (max-width: 968px) {
  .card .card_item .left_side .yellow_btn {
    max-width: 100%;
  }
}

.calendar {
  padding-bottom: 107px;
}
@media (max-width: 968px) {
  .calendar {
    position: relative;
    padding-bottom: 54px;
  }
}
.calendar .row {
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 968px) {
  .calendar .row {
    position: relative;
  }
}
.calendar .row .buttons_info {
  display: flex;
  align-items: stretch;
  gap: 0 11px;
}
@media (max-width: 968px) {
  .calendar .row .buttons_info {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 52px;
    width: 100%;
  }
}
.calendar .row .buttons_info .call_info_btn {
  height: 55px;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F7F7F7;
  color: #181818;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding: 0;
}
@media (max-width: 968px) {
  .calendar .row .buttons_info .call_info_btn {
    width: calc(50% - 2px);
    flex: 0 0 auto;
    height: 44px;
    font-size: 12px;
  }
}
.calendar .row .buttons_info .call_info_btn.red {
  background-color: #FF5454;
  color: #fff;
}
.calendar .row .buttons_info .call_info_btn.under {
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.calendar .row .buttons_info .call_info_btn.yellow_btn {
  background-color: #FD0;
}
.calendar .cal_row .left_side {
  max-width: 523px;
}
@media (max-width: 968px) {
  .calendar .cal_row .left_side {
    max-width: 100%;
  }
}

.pay {
  padding-bottom: 60px;
}
@media (max-width: 968px) {
  .pay {
    padding-bottom: 50px;
  }
}
.pay .pay_row {
  justify-content: space-between;
  gap: 0 15px;
  flex-wrap: nowrap;
  margin-top: 12px;
}
@media (max-width: 968px) {
  .pay .pay_row {
    gap: 5px 7px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.pay .pay_row .pay_item {
  width: 188px;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #CDD0D7;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .pay .pay_row .pay_item {
    height: 44px;
    width: 92px;
    padding: 4px 0;
    overflow: hidden;
    width: calc(33.333% - 5px);
    flex: 0 0 auto;
  }
}
@media (max-width: 1199px) {
  .pay .pay_row .pay_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}/*# sourceMappingURL=main.css.map */