@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&family=Open+Sans:wght@400;700&family=Poppins:wght@400;500;600;700&family=Prompt:wght@400;500&family=Roboto:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

div:focus {
  outline: none;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 45px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px 60px;
    max-width: 1366px;
  }
}
@media (min-width: 1486px) {
  .container {
    padding: 0px 0px;
  }
}
body {
  background: #FEFCFB;
}

.header {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}
.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/header/background.png);
  background-size: cover;
  background-position: 50%;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 12px;
}

.header_block_logo {
  display: flex;
  align-items: center;
}

.header_block_logo img {
  width: 36px;
}

.header_block_logo h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222;
  margin-left: 10px;
}

.header_block ul {
  display: none;
}
.header_block_tel {
  display: block;
}
.header_block_tel_icon {
  width: 36px;
  height: 36px;
  background: #FF854D;
  -webkit-box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
  box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_block_tel_icon img {
  width: 15px;
}
.header_block_tel span {
  display: none;
}
.header_block_drop {
  width: 35px;
  height: 19px;
  position: relative;
}
.header_block_drop span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  background: #FF854D;
  border-radius: 100px;
}
.header_block_drop span:first-child {
  top: 0px;
}
.header_block_drop span:nth-child(2) {
  top: 8px;
}
.header_block_drop span:last-child {
  bottom: 0px;
}

@media (min-width: 1200px) {
  .header_block_logo img {
    width: auto;
  }
  .header_block_logo h3 {
    font-size: 24px;
    line-height: 29px;
    margin-left: 15px;
  }
  .header_block_tel span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header {
    top: 30px;
  }
  .header_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 43px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block ul li {
    margin-left: 20px;
  }
  .header_block ul li:first-child {
    margin-left: 0px;
  }
  .header_block ul li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #151A28;
  }
  .header_block_tel {
    width: 200px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 9px 0px 20px;
    background: rgba(112, 178, 203, 0.06);
    border-radius: 18px;
  }
  .header_block_tel span {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #151A28;
  }
  .header_block_tel_icon {
    width: 36px;
    height: 36px;
    background: #FF854D;
    -webkit-box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
            box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_block_tel_icon img {
    width: 15px;
  }
  .header_block_drop {
    display: none;
  }
}
@media (min-width: 1366px) {
  .header_block ul li {
    margin-left: 30px;
  }
  .header_block ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  .header_block_tel {
    width: 233px;
    height: 62px;
  }
  .header_block_tel span {
    font-size: 16px;
    line-height: 19px;
  }
  .header_block_tel_icon {
    width: 44px;
    height: 44px;
  }
  .header_block_tel_icon img {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .header_block ul li {
    margin-left: 30px;
  }
  .header_block ul li a {
    font-size: 16px;
    line-height: 19px;
  }
}

@keyframes opacityAnime {
  0%    { opacity: 0; }
  20%   { opacity: 0; }
  80%   { opacity: 0; }
  100%  { opacity: 1; }
}

.product {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 100px;
  opacity: 0;
  animation-name: opacityAnime;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.product_main_left_slider_for_item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.product_main_left_slider_for .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_main_left_slider_for .slick-dots li {
  width: 5px;
  height: 5px;
  position: relative;
  margin-left: 5px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.product_main_left_slider_for .slick-dots li.slick-active {
  width: 20px;
  height: 5px;
  background: #FF854D;
  border-radius: 100px;
}
.product_main_left_slider_for .slick-dots li:first-child {
  margin-left: 0px;
}
.product_main_left_slider_for .slick-dots li button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product_main_left_slider_nav {
  margin-top: 10px;
}
.product_main_left_slider_nav.noscroll .slick-track, .product_main_left_slider_nav.noscroll .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product_main_left_slider_nav .slick-slide {
  margin: 0 7.5px;
}
.product_main_left_slider_nav .slick-list {
  margin: 0 -7.5px;
}
.product_main_left_slider_nav_item {
  cursor: pointer;
}
.product_main_left_slider_nav_item img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product_main_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_main_right_upper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product_main_right_upper_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
.product_main_right_upper_title p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FF854D;
}
.product_main_right_upper_title img {
  width: 16px;
  margin: 0px 10px;
}
.product_main_right_upper_title span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.product_main_right h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #222222;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 15px;
}
.product_main_right_geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 14px;
}

.product_main_right_geo img {
  transform: translateY(2px);
}
.product_main_right_geo p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  margin-left: 5px;
}
.product_main_right_description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 10px;
}
.product_main_right_description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-top: 10px;
}
.product_main_right_description p:first-child {
  margin-top: 0px;
}
.product_main_right h5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}
.product_main_right_bottom {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_main_right_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.product_main_right_bottom_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid #EFF5F7;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.product_main_right_bottom_list_item:first-child {
  margin-left: 0px;
}
.product_main_right_bottom_call {
  background: #FF854D;
  border-radius: 12px;
  width: 198px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 15px;
}
.product_main_right_bottom_call span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.product_main_right_bottom_call img {
  margin-left: 10px;
}
.product_nav {
  position: relative;
  z-index: 4;
}
.product_nav_mobile {
  position: relative;
}
.product_nav_mobile_title {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFF5F7;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 25px 0px 0px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.product_nav_mobile_title_current {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 64px;
  width: 215px;
  background: #FF854D;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_nav_mobile_title_current span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
.product_nav_mobile_title_btn {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product_nav_mobile_title_btn img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_nav_mobile_drop {
  width: 100%;
  background: #EFF5F7;
  position: absolute;
  left: 0px;
  top: 44px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 20px 20px 20px;
  border-radius: 0px 0px 14px 14px;
  z-index: 2;
  display: none;
}
.product_nav_mobile_drop ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #232738;
  margin-top: 14px;
  cursor: pointer;
}
.product_nav_mobile.active .product_nav_mobile_title {
  -webkit-box-shadow: 14px 24px 72px rgba(102, 102, 102, 0.1);
          box-shadow: 14px 24px 72px rgba(102, 102, 102, 0.1);
}
.product_nav_mobile.active .product_nav_mobile_title_btn img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_nav_mobile.active .product_nav_mobile_drop {
  display: block;
}
.product_nav_desktop {
  display: none;
}
.product_content_item {
  display: none;
}
.product_content_item.active {
  display: block;
}
.product_content_item_fund {
  border-radius: 0px;
}
.product_content_item_fund_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EFF5F7;
  border-radius: 14px;
  padding: 0px 15px 0px 15px;
  margin-top: 15px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product_content_item_fund_content_body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0px;
}
.product_content_item_fund_content_body_for {
  position: relative;
}
.product_content_item_fund_content_body_for .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_content_item_fund_content_body_for .slick-dots li {
  margin-left: 5px;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.product_content_item_fund_content_body_for .slick-dots li.slick-active {
  width: 20px;
  height: 5px;
  background: #FF854D;
  border-radius: 100px;
}
.product_content_item_fund_content_body_for .slick-dots li button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product_content_item_fund_content_body_for .slick-dots li:first-child {
  nav-left: 0px;
}
.product_content_item_fund_content_body_for_item img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product_content_item_fund_content_body_nav {
  overflow-x: hidden;
  margin-top: 15px;
}
.product_content_item_fund_content_body_nav .slick-slide {
  margin: 0 7.5px;
}
.product_content_item_fund_content_body_nav .slick-list {
  margin: 0 -7.5px;
}
.product_content_item_fund_content_body_nav_item {
  cursor: pointer;
}
.product_content_item_fund_content_body_nav_item img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product_content_item_fund_content_body_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.product_content_item_fund_content_body_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_content_item_fund_content_body_top_left img {
  margin-right: 12px;
}
.product_content_item_fund_content_body_top_left span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
}
.product_content_item_fund_content_body_top_right span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FA7436;
}
.product_content_item_fund_content_body_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}
.product_content_item_fund_content_body_icons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.product_content_item_fund_content_body_icons_list_item {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}
.product_content_item_fund_content_body_icons_list_item:first-child {
  margin-left: 0px;
}
.product_content_item_fund_content_body_icons_drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.product_content_item_fund_content_body_icons_drop span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #232738;
}
.product_content_item_fund_content_body_icons_drop img {
  width: 18px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_content_item_fund_content_body_icons_drop.active img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_content_item_fund_content_body_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0px;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 0px;
}
.product_content_item_fund_content_body_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
  position: relative;
}
.product_content_item_fund_content_body_info_item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -11px;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.product_content_item_fund_content_body_info_item_def p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #666666;
}
.product_content_item_fund_content_body_info_item_val {
  max-width: 252px;
}
.product_content_item_fund_content_body_info_item_val p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #232738;
}
.product_content_item_fund_content_body_info.active {
  margin-bottom: 40px;
  max-height: 2000px;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_content_item_fund_content_body_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px 15px 15px;
  margin-top: 20px;
}
.product_content_item_fund_content_body_form_checkin {
  width: calc(50% - 15px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_content_item_fund_content_body_form_checkin_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.product_content_item_fund_content_body_form_checkin_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product_content_item_fund_content_body_form_checkin_body input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
}

.product_content_item_fund_content_body_form_checkin_body img {
  margin-left: 12px;
}
.product_content_item_fund_content_body_form_checkout {
  width: calc(50% - 15px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product_content_item_fund_content_body_form_checkout::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: #232738;
}

.product_content_item_fund_content_body_form_checkout_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.product_content_item_fund_content_body_form_checkout_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_content_item_fund_content_body_form_checkout_body input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
}

.product_content_item_fund_content_body_form_checkout_body img {
  margin-left: 12px;
}
.product_content_item_fund_content_body_form_persons {
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.product_content_item_fund_content_body_form_persons_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.product_content_item_fund_content_body_form_persons::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 100%;
  height: 2px;
  background: rgba(173, 178, 184, 0.14);
}
.product_content_item_fund_content_body_form_persons .nice-select {
  margin-top: 6px;
  width: 100%;
  padding: 0px;
  height: auto;
  line-height: 19px;
  border: none !important;
}
.product_content_item_fund_content_body_form_persons .nice-select .current {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #232738;
}
.product_content_item_fund_content_body_form_persons .nice-select .list {
  width: 100%;
}
.product_content_item_fund_content_body_form_persons .nice-select .list li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #232738;
}
.product_content_item_fund_content_body_form_persons .nice-select .list li.selected {
  font-weight: 700;
}
.product_content_item_fund_content_body_form_btn {
  width: 100%;
  margin-top: 20px;
}
.product_content_item_fund_content_body_form_btn_call {
  width: 100%;
  background: #FF854D;
  border-radius: 8px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.product_content_item_fund_content_body_form_btn_post {
  width: 100%;
  background: #FF854D;
  border-radius: 8px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.product_content_item_fund_content_title {
  background: #E1EFF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  height: 76px;
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  border-radius: 14px 14px 14px 14px;
  cursor: pointer;
  margin-top: 0px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product_content_item_fund_content_title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
}
.product_content_item_fund_content_title_btn {
  margin-left: 10px;
}
.product_content_item_fund_content_title_btn img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product_content_item_fund_content.active {
  padding: 30px 15px 0px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_content_item_fund_content.active .product_content_item_fund_content_title {
  margin-top: 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product_content_item_fund_content.active .product_content_item_fund_content_body {
  max-height: 2000px;
  overflow: visible;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.product_content_item_fund_content.active .product_content_item_fund_content_title_btn img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product_content_item_description {
  margin-top: 50px;
}
.product_content_item_description_warning {
  position: relative;
  background: #EFF5F7;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px 15px 15px;
  margin-top: 50px;
}
.product_content_item_description_warning img {
  position: absolute;
  left: 15px;
  top: -20px;
}
.product_content_item_description_warning h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
}
.product_content_item_description_warning p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 5px;
}
.product_content_item_description h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #222222;
}
.product_content_item_description_text h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-top: 20px;
}
.product_content_item_description_text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-top: 20px;
}
.product_content_item_description_text ul {
  list-style-type: disc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  margin-top: 20px;
}
.product_content_item_description_text ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-top: 5px;
}
.product_content_item_treatment {
  margin-top: 30px;
}
.product_content_item_congress {
  margin-top: 30px;
}
.product_content_sidebar {
  margin-top: 30px;
}
.product_content_sidebar_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px 30px 15px;
  background: #EFF5F7;
}
.product_content_sidebar_text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 25px;
}
.product_content_sidebar_text_item::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  top: -12.5px;
  background-color: #E6E6E6;
}
.product_content_sidebar_text_item_value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #666666;
  width: calc(50% - 7.5px);
}
.product_content_sidebar_text_item_definition {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #232738;
  width: calc(50% - 7.5px);
}
.product_content_sidebar_text_item.first::after {
  display: none;
}
.product_content_sidebar_text h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 30px;
  position: relative;
}
.product_content_sidebar_text h5::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.product_content_sidebar_text ul {
  margin-top: 10px;
}
.product_content_sidebar_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_content_sidebar_text ul li p.value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #666666;
}
.product_content_sidebar_text ul li p.definition {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #232738;
}
.product_content_sidebar_map {
  margin-top: 15px;
}
.product_content_sidebar_map iframe {
  border-radius: 14px;
}
@media (min-width: 576px) {
  .product_main_left_slider_for_item img {
    height: 360px;
  }
  .product_main_left_slider_nav_item img {
    height: 120px;
  }
  .product_content_item_fund_content_body_info_item_val {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .product {
    padding-top: 106px;
  }
  .product_main_left_slider_nav {
    margin-top: 15px;
  }
  .product_main_right_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_nav_mobile_title_current {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 20px;
  }
  .product_nav_mobile_title_current span {
    white-space: nowrap;
  }
  .product_content_item_fund_content_body_info_item_val {
    max-width: 700px;
  }
  .product_content_item_fund_content_body_for_item img {
    height: 360px;
  }
  .product_content_item_fund_content_body_icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_content_sidebar_text_item_value {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_sidebar_text_item_definition {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_sidebar_text h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .product_content_sidebar_text ul li p.value {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_sidebar_text ul li p.definition {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .product {
    padding-top: 120px;
  }
  .product_main_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_main_left_slider_for {
    width: calc(100% - 116px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_main_left_slider_for_item img {
    height: 307px;
  }
  .product_main_left_slider_nav {
    width: 86px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
  .product_main_left_slider_nav .slick-list {
    margin: 0px;
    margin-top: -20px;
  }
  .product_main_left_slider_nav .slick-slide {
    margin: 0px;
    margin-top: 20px;
  }
  .product_main_left_slider_nav_item img {
    height: 60px;
  }
  .product_content_item_description_warning {
    padding: 44px 30px 30px 30px;
  }
  .product_content_item_description_warning img {
    left: 30px;
  }
  .product_content_item_description_warning h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .product_content_item_description_warning p {
    font-size: 16px;
    line-height: 22px;
  }
  .product_content_item_description h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .product_content_item_description_text h4 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
  }
  .product_content_item_description_text p {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_item_description_text ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .product {
    padding-top: 180px;
  }
  .product_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .product_main_left {
    width: calc(100% - 530px);
  }
  .product_main_right {
    width: 500px;
    height: inherit;
    position: relative;
  }
  .product_main_right_upper_title {
    margin-top: 0px;
  }
  .product_main_right h2 {
    font-size: 24px;
    line-height: 29px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .product_main_right_description {
    margin-top: 20px;
  }
  .product_main_right_description p {
    font-size: 16px;
    line-height: 21px;
  }
  .product_main_right_geo {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product_main_right_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 14px;
  }
  .product_main_right_bottom_list {
    margin-top: 0px;
  }
  .product_main_right_bottom_call {
    margin-top: 0px;
    margin-left: 20px;
  }
  .product_main_right h5 {
    margin-top: 38px;
  }
  .product_nav {
    margin-top: 50px;
  }
  .product_nav_mobile {
    display: none;
  }
  .product_nav_desktop {
    background: #EFF5F7;
    display: block;
    border-radius: 14px;
  }
  .product_nav_desktop_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .product_nav_desktop_content_prev {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_nav_desktop_content_prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .product_nav_desktop_content_next {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_nav_desktop_content_slider {
    width: calc(100% - 150px);
  }
  .product_nav_desktop_content_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 15px;
    position: relative;
    cursor: pointer;
  }
  .product_nav_desktop_content_item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }
  .product_nav_desktop_content_item::before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #D8D8D8;
  }
  .product_nav_desktop_content_item:first-child::after {
    display: none;
  }
  .product_nav_desktop_content_item.active {
    background: #FF854D;
    border-radius: 14px;
  }
  .product_nav_desktop_content_item.active::after {
    display: none;
  }
  .product_nav_desktop_content_item.active::before {
    display: none;
  }
  .product_nav_desktop_content_item.active span {
    color: #FFFFFF;
  }
  .product_nav_desktop_arrow {
    display: none;
  }
  .product_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 60px;
  }
  .product_content_item {
    width: calc(100% - 482px);
  }
  .product_content_item_fund_content {
    padding: 0px 30px 0px 30px;
    margin-top: 30px;
  }
  .product_content_item_fund_content_body_for_item img {
    height: 366px;
  }
  .product_content_item_fund_content_body_nav {
    overflow-x: visible;
  }
  .product_content_item_fund_content_body_nav .slick-slide {
    margin: 0 10px;
    position: relative;
  }
  .product_content_item_fund_content_body_nav .slick-slide::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  }
  .product_content_item_fund_content_body_nav .slick-current::after {
    display: none;
  }
  .product_content_item_fund_content_body_nav .slick-list {
    margin: 0 -10px;
  }
  .product_content_item_fund_content_body_info_item_def p {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_item_fund_content_body_info_item_val {
    max-width: 410px;
  }
  .product_content_item_fund_content_body_info_item_val p {
    font-size: 16px;
    line-height: 21px;
  }
  .product_content_item_fund_content_body_top {
    margin-top: 25px;
  }
  .product_content_item_fund_content_body_top_right span {
    font-size: 24px;
    line-height: 29px;
  }
  .product_content_item_fund_content_body_form {
    padding: 20px;
  }
  .product_content_item_fund_content_body_form_checkout::before {
    height: 59px;
    bottom: auto;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product_content_item_fund_content_body_form_persons {
    width: 230px;
    margin-top: 0px;
  }
  .product_content_item_fund_content_body_form_persons::after {
    left: -15px;
    height: 59px;
    width: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product_content_item_fund_content_body_form_btn {
    width: 100%;
    margin-top: 20px;
  }
  .product_content_item_fund_content_title {
    width: calc(100% + 60px);
    padding: 0px 30px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .product_content_item_fund_content.active {
    padding: 30px 30px 0px 30px;
  }
  .product_content_item_fund_content:first-child {
    margin-top: 0px;
  }
  .product_content_item_treatment {
    margin-top: 0px;
  }
  .product_content_item_description {
    margin-top: 0px;
  }
  .product_content_item_description h3 {
    margin-top: 0px;
  }
  .product_content_item_description_warning {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .product_content_item_description_warning p {
    width: 594px;
  }
  .product_content_item_congress {
    margin-top: 0px;
  }
  .product_content_sidebar {
    width: 452px;
    margin-top: 0px;
  }
  .product_content_sidebar_text {
    padding: 20px 30px 50px 30px;
    border-radius: 14px;
  }
  .product_content_sidebar_text_item {
    margin-top: 20px;
  }
  .product_content_sidebar_text_item::after {
    top: -10px;
  }
  .product_content_sidebar_text h5 {
    margin-top: 20px;
  }
  .product_content_sidebar_text h5::after {
    top: -10px;
  }
  .product_content_sidebar_map {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  .product_main_left {
    width: calc(100% - 630px);
  }
  .product_main_right {
    width: 600px;
  }
  .product_content_item {
    width: calc(100% - 582px);
  }
  .product_content_sidebar {
    width: 552px;
  }
}
@media (min-width: 1440px) {
  .product_main_left {
    width: calc(100% - 698px);
  }
  .product_main_right {
    width: 668px;
  }
  .product_content_item_fund_content_body_info_item_val {
    max-width: 550px;
  }
}
@media (min-width: 1536px) {
  .product_content_item_fund_content_body_form_checkin {
    padding-left: 0px;
  }
  .product_content_item_fund_content_body_form_checkout {
    padding-left: 0px;
  }
  .product_content_item_fund_content_body_form_checkout::before {
    left: -25px;
  }
  .product_content_item_fund_content_body_form_persons {
    width: 180px;
    padding-left: 0px;
  }
  .product_content_item_fund_content_body_form_persons::after {
    left: -25px;
  }
  .product_content_item_fund_content_body_form_persons .nice-select::after {
    margin-top: -5px;
  }
  .product_content_item_fund_content_body_form_btn {
    width: 167px;
    margin-top: 0px;
  }
}

.product_content_item_fund_content_body_nav .slick-track {
  margin-left: 0px !important;
}

.product_main_left_slider_nav.noscroll .slick-track,
.product_main_left_slider_nav.noscroll .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.product_content_item_fund_content_body_nav.noscroll .slick-track,
.product_content_item_fund_content_body_nav.noscroll .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.dropdown {
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 27px 0px 27px;
  z-index: 5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown_btn {
  position: absolute;
  right: 27px;
  top: 40px;
  width: 35px;
  height: 19px;
}
.dropdown_btn span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  background: #FF854D;
  border-radius: 100px;
}
.dropdown_btn span:first-child {
  top: 8px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.dropdown_btn span:last-child {
  top: 8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
}
.dropdown ul li {
  margin-top: 30px;
}
.dropdown ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #151A28;
}
.dropdown ul li.active a {
  color: #FF854C;
}
.dropdown_tel {
  background: rgba(112, 178, 203, 0.06);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 234px;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 6px 0px 20px;
  margin-top: 60px;
}
.dropdown_tel span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #151A28;
}
.dropdown_tel_icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FF854D;
  -webkit-box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
          box-shadow: 0px 4px 10px rgba(250, 116, 54, 0.28);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .dropdown {
    padding: 40px 36px 0px 36px;
  }
  .dropdown_btn {
    right: 42px;
  }
}
@media (min-width: 1024px) {
  .dropdown {
    padding: 40px 45px 0px 45px;
  }
  .dropdown_btn {
    right: 57px;
  }
}

.back_modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  cursor: pointer;
}
.back_modal.active {
  display: block;
}

.modal_thank {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 360px;
  height: 360px;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 13px;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal_thank.active {
  display: flex;
}

.modal_thank_icon {
  width: 92px;
  height: 92px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_thank_icon_wrap {
  background: #FF854D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}

.modal_thank p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 30px;
}

.modal_thank_close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}


.modal_callback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 452px;
  z-index: 6;
  display: none;
}
.modal_callback_close {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 35px;
  height: 19px;
}
.modal_callback_close span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  background: #FF854D;
  border-radius: 100px;
}
.modal_callback_close span:first-child {
  top: 8px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.modal_callback_close span:last-child {
  top: 8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.modal_callback_content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}
.modal_callback_content_description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 10px;
}
.modal_callback_content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
}
.modal_callback_content form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.modal_callback_content form p span {
  width: 100%;
}
.modal_callback_content form p span input {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  height: 68px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: black;
  margin-top: 15px;
  width: 100%;
}
.modal_callback_content form input[type=submit] {
  height: 68px;
  width: 100%;
  background: #FF854D;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: #FFFFFF;
  margin-top: 15px;
  cursor: pointer;
}
.modal_callback.active {
  display: block;
}
@media (min-width: 768px) {
  .modal_callback {
    padding: 30px 50px;
  }
}

/* .footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #EEF0F5;
  padding-top: 285px;
  padding-bottom: 30px;
  margin-top: 558px;
}
.footer_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_left p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}
.footer_block_left_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer_block_left_social_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item i {
  color: #444444;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item:first-child {
  margin-left: 0px;
}
.footer_block_left_social_item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #FF854D;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_right_item {
  margin-top: 34px;
  display: none;
}
.footer_block_right_item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_right_item h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}
.footer_block_right_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.footer_block_right_item ul li {
  margin-top: 16px;
}
.footer_block_right_item ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #666666;
}
.footer_form {
  position: absolute;
  left: 50%;
  bottom: 650px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  background: #FF854D;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px 245px 15px;
}
.footer_form_content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer_form_content_text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.footer_form_content form {
  width: 100%;
  margin-top: 15px;
}
.footer_form_content form p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_form_content form p span {
  width: 100%;
}
.footer_form_content form p span input {
  width: 100%;
  height: 68px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: #000;
}
.footer_form_content form p input[type=submit] {
  width: 100%;
  height: 68px;
  background: #E1EFF3;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232738;
  margin-top: 15px;
  cursor: pointer;
}
.footer_form_img {
  width: 100%;
  max-width: 370px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer_under {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_under::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.56);
}
.footer_under p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  opacity: 0.8;
}
.footer_under a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  opacity: 0.8;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 200px;
  }
  .footer_form {
    padding: 50px;
  }
  .footer_form_content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .footer_form_content_text {
    font-size: 16px;
    line-height: 19px;
    width: 370px;
  }
  .footer_form_content form {
    background-color: #FFFFFF;
    width: 700px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .footer_form_content form p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .footer_form_content form p span {
    width: 267px;
  }
  .footer_form_content form p span input {
    margin-top: 0px;
  }
  .footer_form_content form p span[data-name=your-name] {
    position: relative;
  }
  .footer_form_content form p span[data-name=your-name]::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 53px;
    background: rgba(173, 178, 184, 0.14);
  }
  .footer_form_content form p input[type=submit] {
    margin-top: 0px;
    width: 132px;
    height: 50px;
    background: #FF854D;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
  }
  .footer_form_img {
    left: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    right: -66px;
    bottom: auto;
    top: -20px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 300px;
    padding-bottom: 40px;
    margin-top: 265px;
  }
  .footer_form {
    bottom: 462px;
  }
  .footer_form_content h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .footer_form_content form {
    width: 762px;
  }
  .footer_form_img {
    max-width: 470px;
    top: -48px;
    right: -20px;
  }
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 160px;
  }
  .footer_block_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_left p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin-top: 30px;
  }
  .footer_block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_right_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-left: 80px;
  }
  .footer_block_right_item:first-child {
    margin-left: 0px;
  }
  .footer_block_right_item h5 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
  .footer_block_right_item ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_right_item ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .footer_block_right_item:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_under {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .footer_under::before {
    top: -40px;
  }
  .footer_under p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_under a {
    margin-top: 0px;
  }
} */

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #EEF0F5;
  padding-top: 130px;
  padding-bottom: 30px;
  margin-top: 600px;
}
.footer_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_left p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}
.footer_block_left_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.footer_block_left_social_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item i {
  color: #444444;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item:first-child {
  margin-left: 0px;
}
.footer_block_left_social_item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #FF854D;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_left_social_item:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_under_social {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer_under_social_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_under_social_item i {
  color: #444444;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_under_social_item:first-child {
  margin-left: 0px;
}
.footer_under_social_item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #FF854D;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_under_social_item:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_form_wrap_img {
  display: flex;
  justify-content: center;
}

.footer_block_right_item {
  margin-top: 34px;
  display: none;
}
.footer_block_right_item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_right_item h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}
.footer_block_right_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.footer_block_right_item ul li {
  margin-top: 16px;
}
.footer_block_right_item ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #666666;
}
.footer_form {
  background: #FF854D;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px 15px 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -740px;
  width: calc(100% - 30px);
}

.footer_block_left_die {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#russiatourism_widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_block_top_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_block_top_left_widget {
  margin-top: 20px;
}

.footer_block_top_right_social_mob {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer_block_top_right_social_mob_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_top_right_social_mob_item i {
  color: #444444;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_top_right_social_mob_item:first-child {
  margin-left: 0px;
}
.footer_block_top_right_social_mob_item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #FF854D;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_block_top_right_social_mob_item:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_block_top_right_desk {
  margin-top: 30px;
}

.footer_block_bottom_right_item {
  margin-top: 30px;
}

.footer_block_top_right_desk_item:first-child {
  display: none;
}

.footer_block_top_right_desk_item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_block_top_right_desk_item:nth-child(2) p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #222222;
  margin-bottom: 20px;
}

.footer_block_top_right_desk_item:nth-child(2) a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
}

.footer_block_mid {
  display: none;
}

.footer_block_top_right_desk_item:last-child {
  display: none;
}

.footer_block_bottom {
  display: flex;
  flex-direction: column;
}

.footer_block_bottom_left {
  order: 2;
  position: relative;
  margin-top: 30px;
}

.footer_block_bottom_left::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.56);
}

.footer_block_bottom_left a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  text-align: center;
  display: block;
}

.footer_block_bottom_right {
  order: 1;
  margin-top: 30px;
}

.footer_block_bottom_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}


@media (min-width: 768px) {
  .footer_form {
    width: calc(100% - 60px);
    top: -710px;
  }
}

@media (min-width: 1024px) {
  .footer_form {
    width: calc(100% - 90px);
  }
}

.footer_block {
  margin-top: 30px;
}
.footer_form_content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
}
.footer_form_content_text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.footer_form_content form {
  width: 100%;
  margin-top: 15px;
}
.footer_form_content form p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_form_content form p span {
  width: 100%;
}
.footer_form_content form p span input {
  width: 100%;
  height: 68px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: #000;
}
.footer_form_content form p input[type=submit] {
  width: 100%;
  height: 68px;
  background: #E1EFF3;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232738;
  margin-top: 15px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.7;
  cursor: pointer;
}

.footer_form_content form p input[type=submit].active {
  pointer-events: all;
  opacity: 1;
}


.footer_form_img {
  width: 100%;
  max-width: 168px;
}
.footer_under {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_under::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.56);
}
.footer_under p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  opacity: 0.8;
  margin-bottom: 20px;
}
.footer_under a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  opacity: 0.8;
  margin-top: 0px;
  text-align: center;
}

.footer_desktop {
  display: none;
}

@media (min-width: 1024px) {
  .footer {
    margin-top: 500px;
  }
  .footer_form {
    padding: 0px 50px 50px 50px;
    top: -580px;
  }
  .footer_form_content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .footer_form_content_text {
    font-size: 16px;
    line-height: 19px;
    width: 370px;
  }
  .footer_form_content form {
    background-color: #FFFFFF;
    width: 700px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .footer_form_content form p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .footer_form_content form p span {
    width: 267px;
  }
  .footer_form_content form p span input {
    margin-top: 0px;
  }
  .footer_form_content form p span[data-name=your-name] {
    position: relative;
  }
  .footer_form_content form p span[data-name=your-name] input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .footer_form_content form p span[data-name=tel-802] input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .footer_form_content form p span[data-name=your-name]::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 53px;
    background: rgba(173, 178, 184, 0.14);
  }
  .footer_form_content form p input[type=submit] {
    margin-top: 0px;
    width: 132px;
    height: 50px;
    background: #FF854D;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    opacity: 0.7;
  }
  .footer_form_content form p input[type=submit].active {
    opacity: 1;
  }
  .footer_form_img {
    left: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    right: -66px;
    bottom: auto;
    top: -20px;
  }
}

.footer_block_top_right_desk_item_mail {
  display: none;
}

@media (min-width: 1200px) {
  .footer_block {
    flex-direction: column;
  }
  .footer_mobile {
    display: none;
  }
  .footer_desktop {
    display: flex;
    flex-direction: column;
  }
  .footer_desktop_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer_block_top_right_social_mob {
    display: none;
  }
  .footer_block_top_right_desk {
    display: flex;
    align-items: flex-start;
  }
  .footer_block_top_right_desk_item {
    align-items: flex-end;
    margin-left: 70px;
  }
  .footer_block_top_right_desk_item:nth-child(2) {
    align-items: flex-end;
  }
  .footer_block_top_right_desk_item:nth-child(2) p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    opacity: 0.8;
    margin-bottom: 25px;
  }
  .footer_block_top_right_desk_item:nth-child(2) a {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .footer_block_top_right_desk_item_mail {
    display: none;
  }
  .footer_block_top_right_desk_item:first-child {
    display: none;
    flex-direction: column;
  }
  .footer_block_top_right_desk_item:last-child {
    display: none;
    flex-direction: column;
  }
  .footer_block_top_right_desk_item:last-child p {
    margin-bottom: 25px;
  }
  .footer_block_top_right_desk_item:last-child a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0px;
  }
  .footer_block_top_right_desk_item p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    opacity: 1;
  }
  .footer_block_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .footer_form {
    padding: 50px;
  }
  .footer_block_top_left {
    align-items: flex-start;
  }

  .footer_block_mid {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
    margin-top: 30px;
  }
  .footer_block_mid::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.56);
  }

  .footer_block_mid::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.56);
  }

  .footer_block_mid ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_block_mid ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }

  .footer_block_top_right_desk_item_list {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .footer_block_top_right_desk_item_list_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .footer_block_top_right_desk_item_list_item i {
    color: #444444;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .footer_block_top_right_desk_item_list_item:first-child {
    margin-left: 0px;
  }
  .footer_block_top_right_desk_item_list_item:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #FF854D;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .footer_block_top_right_desk_item_list_item:hover i {
    color: #FFFFFF;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .footer_block_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .footer_block_bottom_left {
    order: 1;
    margin-top: 0px;
  }
  .footer_block_bottom_left:after {
    display: none;
  }
  .footer_block_bottom_right {
    order: 2;
    width: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0px;
  }
  .footer_block_bottom_right_item {
    margin-top: 0px;
    margin-left: 25px;
  }
  .footer_block_bottom_left a {
    font-size: 16px;
    line-height: 26px;
  }
}

.footer_block_payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .footer_block_payment {
    display: none;
  }
}

.footer_block_payment img {
  margin-top: 24px;
}

/* wordpress */

  .modal_callback_content span[data-name="text-513"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .modal_callback_content span[data-name="text-514"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .modal_callback_content span[data-name="text-515"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .modal_callback_content span[data-name="text-577"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .modal_callback_content span[data-name="text-946"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .modal_callback_content span[data-name="text-947"] {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -6;
  }

  .wpcf7-spinner {
    display: none !important;
  }

  .wpcf7-not-valid-tip {
    display: none !important;
  }

  .modal_callback_content form p span input.wpcf7-not-valid {
    border: 1px solid red;
  }

  .wpcf7-response-output {
    margin-top: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
  }

  .footer_form .wpcf7-spinner {
    display: none !important;
  }
  
  .footer_form .wpcf7-response-output {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
  }
  
  .footer {
    padding-top: 157px;
  }
  
  @media (min-width: 768px) {
    .footer {
      padding-top: 140px;
    }
    .footer_form .wpcf7-response-output {
      max-width: 384px;
      margin: 30px auto !important;
    }
  }
  
  @media (min-width: 1024px) {
    .footer_form_content form {
      position: relative;
    }
    .footer_form .wpcf7-response-output {
      position: absolute;
      left: 0px;
      bottom: -40px;
      font-size: 16px;
      line-height: 19px;
      margin: 0px !important;
      max-width: 450px;
      margin: 0px !important;
    }
  }

  .footer_form_content_policy {
    margin-top: 20px;
  }
  
  .footer_form_content_policy label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
  }
  
  .footer_form_content_policy label a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  
  .footer_form_content_policy {
    max-width: 680px;
  }
  
  @media (min-width: 1200px) {
    .footer_form_content_policy {
      margin-top: 10px;
    }
  }
  
  
  @media (min-width: 1486px) {
    .footer_form {
      width: 100%;
    }
  }


  @media (min-width: 1024px) {
    .footer_form_content form {
      position: relative;
    }
    .wpcf7-response-output {
      position: absolute;
      left: 0px;
      bottom: -85px;
      font-size: 16px;
      line-height: 19px;
      margin: 0px !important;
      max-width: 450px;
      margin: 0px !important;
    }
  }
  
  @media (min-width: 1200px) {
    .footer_form_wrap_img {
      position: absolute;
      max-width: 240px;
      top: 0px;
      right: 100px;
    }
    .footer_form_img {
      width: 100%;
    }
  }
  
/* wordpress */


@media (min-width: 1200px) {
  .footer {
    padding-top: 235px;
    padding-bottom: 40px;
    margin-top: 256px;
  }
  .footer_form {
    bottom: 390px;
    top: auto;
  }
  .footer_form_content h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .footer_form_content form {
    width: 762px;
  }
  .footer_form_img {
    max-width: 470px;
    top: -48px;
    right: -20px;
  }
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer_block_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_left p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin-top: 30px;
  }
  .footer_block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_right_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-left: 80px;
  }
  .footer_block_right_item:first-child {
    margin-left: 0px;
  }
  .footer_block_right_item h5 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
  .footer_block_right_item ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_right_item ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .footer_block_right_item:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_under {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .footer_under::before {
    top: -40px;
  }
  .footer_under p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .footer_under a {
    margin-top: 0px;
  }
  .footer_block_left_social {
    display: none;
  }
  .footer_under_social {
    display: flex;
    margin-left: -50px;
  }
}

.product_sale_form {
  background: url(../img/header/background.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: 50%;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 30px;
}

.product_sale_form h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
}

.product_sale_form form p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product_sale_form form p span {
  width: 100%;
}

.product_sale_form form p span input {
  width: 100%;
  height: 68px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: #000;
}

.product_sale_form form p input[type="submit"] {
  width: 100%;
  height: 68px;
  background: #FF854D;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.7;
  cursor: pointer;
}

.product_sale_form form p input[type="submit"].active {
  opacity: 1;
  pointer-events: all;
}

.product_sale_form_policy {
  max-width: 680px;
  margin-top: 20px;
}

.product_sale_form_policy label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .product_sale_form {
    padding: 30px;
  }
  .product_sale_form h2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .product_sale_form form p {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .product_sale_form form p span {
    width: 523px;
  }
  .product_sale_form form p span input {
    padding: 0px 30px;
  }
  .product_sale_form form p input[type="submit"] {
    width: 240px;
    margin-left: 20px;
  }
  .product_sale_form form p span[data-name="your-name"]::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 23px;
    width: 2px;
    height: 53px;
    background: rgba(173, 178, 184, 0.14);
  }
  .product_sale_form form p span[data-name="your-name"] input {
    border-radius: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .product_sale_form form p span[data-name="tel-802"] input {
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.wpcf7-response-output {
  display: none !important;
}

form p span input.wpcf7-not-valid {
  border: 3px solid red;
}

#feature_13 a {
  display: flex;
  align-items: center;
}

#feature_13 a img {
  margin-right: 10px;
}

#stellsPartner1 {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

.product_content_item_fund_content_body_dates_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.product_content_item_fund_content_body_form_btn_call {
  width: 170px;
}

.product_content_item_fund_content {
  display: none;
}

.product_content_item_fund_content.show {
  display: block;
}

.product_content_item_fund_error {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FF854D;
  text-align: center;
  margin-top: 30px;
}

.product_content_item_fund_error.show {
  display: block;
}

.adultCount {
  background-color: orange;
}

.product_content_item_fund_content_body_dates_item {
  flex-direction: column;
  align-items: flex-start;
}

.product_content_item_fund_content_body_dates_item_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.product_content_item_fund_content_body_dates_item_form p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_form span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  margin-top: 5px;
}

.product_content_item_fund_content_body_dates_item_to {
  margin-left: 30px;
}

.product_content_item_fund_content_body_dates_item_to p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_to span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  margin-top: 5px;
}

.product_content_item_fund_content_body_dates_item_price {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product_content_item_fund_content_body_dates_item_price p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_price span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  margin-left: 5px;
}

.product_content_item_fund_content_body_dates_item_price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_price span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  margin-left: 10px;
}

.product_content_item_fund_content_body_form_btn_call {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product_content_item_fund_content_body_dates_item {
    flex-direction: row;
    align-items: center;
  }
  .product_content_item_fund_content_body_dates_item_price {
    margin-top: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_content_item_fund_content_body_form_btn_call {
    margin-top: 0px;
  }
  .product_content_item_fund_content_body_dates_item_price span {
    margin-left: 0px !important;
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .product_content_item_fund_error {
    font-size: 20px;
  }
}

.product_content_item_fund_form {
  background: #EFF5F7;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.product_content_item_fund_form {
  margin-top: 20px;
  padding: 20px;
  border-radius: 14px;
}

.product_content_item_fund_form_item_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.product_content_item_fund_form_item p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_form_checkin_body input {
  width: 100%;
}

.product_content_item_fund_content_body_form_checkout_body input {
  width: 100%;
}

.product_content_item_fund_content_body_form_checkin_body {
  margin-top: 5px;
}

.product_content_item_fund_content_body_form_checkout_body {
  margin-top: 5px;
}

.product_content_item_fund_content_body_form_checkin_body img {
  width: 20px;
}

.product_content_item_fund_content_body_form_checkout_body img {
  width: 20px;
}

.product_content_item_fund_form_people {
  margin-top: 20px;
  position: relative;
}

.product_content_item_fund_form_people p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item_price span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  margin-left: 10px;
}

.product_content_item_fund_form_people_input {
  margin-top: 5px;
  box-sizing: border-box;
  background: #fff;
  height: 50px;
  padding: 0px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.product_content_item_fund_form_people_input img {
  position: absolute;
  right: 15px;
  top: 19px;
  transition: all 0.3s linear;
}

.product_content_item_fund_form_people_input.active img {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.product_content_item_fund_form_people_input span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
  display: inline-block;
}

.product_content_item_fund_form_people_input span {
  margin-right: 10px;
}

.product_content_item_fund_form_people_dropdown {
  position: absolute;
  left: 0px;
  top: 82px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.5);
  -moz-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.5);
  box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.5);
}

.product_content_item_fund_form_people_dropdown_adult {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_content_item_fund_form_people_dropdown_adult_minus {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FF854D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #232738;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.product_content_item_fund_form_people_dropdown_adult_plus {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FF854D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #232738;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.product_content_item_fund_form_people_dropdown_adult_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
}

.product_content_item_fund_form_people_dropdown_children_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
}

@media (min-width: 1200px) {
  .product_content_item_fund_form {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .product_content_item_fund_form_people {
    width: calc(50% - 15px);
  }
  .product_content_item_fund_content_body_form_btn {
    width: calc(50% - 15px);
  }
  .product_content_item_fund_content_body_form_checkin {
    width: calc(50% - 25px);
  }
  .product_content_item_fund_content_body_form_checkout {
    width: calc(50% - 25px);
  }
  .product_content_item_fund_content_body_form_checkout::after {
    left: -25px;
  }
  .product_content_item_fund_form {
    padding: 30px;
  }
  .product_content_item_fund_form_item {
    width: 100%;
  }
}

.product_content_item_fund_form_people_dropdown_children_list_item {
  box-sizing: border-box;
  padding: 0px 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FF854D;
  margin-top: 15px;
  border-radius: 8px;
}

.product_content_item_fund_form_people_dropdown_children_list_item span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232738;
}

.product_content_item_fund_form_people_dropdown_children_list_item_close {
  cursor: pointer;
}

.product_content_item_fund_form_people_dropdown_children_list_item_close img {
  width: 18px;
}

.product_content_item_fund_form_people_dropdown_children_add_open {
  width: 100%;
  background: #FF854D;
  border-radius: 8px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 15px;
}

.product_content_item_fund_form_people_dropdown_children_add_close {
  width: 100%;
  background: #FF854D;
  border-radius: 8px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 15px;
}

.product_content_item_fund_form_people_dropdown_children_add_text {
  margin-top: 15px;
}

.product_content_item_fund_form_people_dropdown_children_ages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
}

.product_content_item_fund_form_people_dropdown_children_ages_item {
  margin-top: 10px;
  width: calc(50% - 5px);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF854D;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.product_content_item_fund_form_people_dropdown_children_ages_item span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.product_content_item_fund_form_people_dropdown_children_add_close.hide {
  display: none;
}

.product_content_item_fund_form_people_dropdown_children_add_text.hide {
  display: none;
}

.product_content_item_fund_form_people_dropdown_children_ages.hide {
  display: none;
}

.product_content_item_fund_form_people_dropdown_children_add_open.active {
  display: none;
}

.product_content_item_fund_form_people_dropdown_children_add_open.disable {
  opacity: 0.6;
  pointer-events: none;
}

.product_content_item_fund_content_body_dates_item {
  position: relative;
}

.product_content_item_fund_content_body_dates_item_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.product_content_item_fund_content_body_dates_item_wrap_tour {
  width: 100%;
  margin-top: 10px;
}

.product_content_item_fund_content_body_dates_item_wrap_tour p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.product_content_item_fund_content_body_dates_item {
  margin-top: 30px;
}

.product_content_item_fund_content_body_dates_item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #666666;
}

.product_content_item_fund_content_body_dates_item:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  .product_content_item_fund_content_body_dates_item_wrap {
    max-width: 350px;
  }
  .product_content_item_fund_content_body_dates_item {
    align-items: flex-start;
  }
  .product_content_item_fund_content_body_dates_item_price {
    min-width: 100px;
  }
}