@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Black.woff2") format("woff2"), url("../fonts/Inter_Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_BlackItalic.woff2") format("woff2"), url("../fonts/Inter_BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Bold.woff2") format("woff2"), url("../fonts/Inter_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_ExtraBold.woff2") format("woff2"), url("../fonts/Inter_ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Inter_ExtraBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_ExtraLight.woff2") format("woff2"), url("../fonts/Inter_ExtraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_BoldItalic.woff2") format("woff2"), url("../fonts/Inter_BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Light.woff2") format("woff2"), url("../fonts/Inter_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_ExtraLightItalic.woff2") format("woff2"), url("../fonts/Inter_ExtraLightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_LightItalic.woff2") format("woff2"), url("../fonts/Inter_LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_MediumItalic.woff2") format("woff2"), url("../fonts/Inter_MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Regular.woff2") format("woff2"), url("../fonts/Inter_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Medium.woff2") format("woff2"), url("../fonts/Inter_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Italic.woff2") format("woff2"), url("../fonts/Inter_Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_SemiBold.woff2") format("woff2"), url("../fonts/Inter_SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Thin.woff2") format("woff2"), url("../fonts/Inter_Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_ThinItalic.woff2") format("woff2"), url("../fonts/Inter_ThinItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter_SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 3.8889rem;
}

h2,
.h2 {
  font-size: 2.7778rem;
}

h3,
.h3 {
  font-size: 2.3333rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.3333rem;
}

h6,
.h6 {
  font-size: 1.2222rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.8333rem;
  font-weight: 500;
  line-height: 1.1;
}

@media only screen and (max-width: 520px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

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

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-size: 1rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E9E6E6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px #E9E6E6;
  box-shadow: inset 0 0 1px #E9E6E6;
  -webkit-transition: border-color ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
  -o-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
  transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #FFBA06;
  outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

textarea {
  font-family: "Inter", sans-serif;
}

p {
  margin: 0 0 0.8333rem;
}

a {
  text-decoration: none;
  color: #333;
}

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

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 160%;
  background: #FAFAFA;
  color: #333;
}

@media only screen and (max-width: 1460px) {

  html,
  body {
    font-size: 16px;
  }
}

html.inner .container,
body.inner .container {
  max-width: 1400px;
}

@media only screen and (max-width: 1022px) {

  html.inner .container,
  body.inner .container {
    max-width: 95%;
  }
}

html.inner .container:not(header .container):not(header .container):not(footer .container),
body.inner .container:not(header .container):not(header .container):not(footer .container) {
  padding: 4.4444rem 5rem;
  background: #fff;
  border-radius: 1.1111rem;
}

@media only screen and (max-width: 1022px) {

  html.inner .container:not(header .container):not(header .container):not(footer .container),
  body.inner .container:not(header .container):not(header .container):not(footer .container) {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 520px) {

  html.inner .container:not(header .container):not(header .container):not(footer .container),
  body.inner .container:not(header .container):not(header .container):not(footer .container) {
    padding: 40px 20px;
  }
}

html.inner .container_full,
body.inner .container_full {
  max-width: calc(100% - 2.2222rem) !important;
  width: 1900px !important;
  padding: 1rem !important;
}

html.inner .title,
body.inner .title {
  text-align: left;
  text-transform: inherit;
  font-size: 2.7778rem;
}

html.inner .desc,
body.inner .desc {
  text-align: left;
}

.jet-form__heading {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.jet-form__heading-desc,
.jet-form__desc-text {
  color: #707070 !important;
  font-size: 0.75rem !important;
  line-height: 1.3 !important;
}

.bocked-scroll {
  overflow: hidden;
}

.btn,
.jet-form__submit {
  display: inline-block;
  padding: 1.182rem 1.5rem;
  border-radius: 3rem;
  background: #FFBA06;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  max-width: 16.6667rem;
  min-width: 16.6667rem;
  border: none;
  cursor: pointer;
  color: #333;
  line-height: 1.3889rem;
}

.btn_more,
.jet-form__submit_more {
  min-width: auto;
  padding: 0.5rem 2rem;
  background: #fff;
  color: #333;
  text-transform: none;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.btn_more:hover,
.jet-form__submit_more:hover {
  background: #FFBA06;
  transition: all 0.2s;
}

.btn_w,
.jet-form__submit_w {
  background: #fff;
}

.btn_grey,
.jet-form__submit_grey {
  background: #f3f3f3;
}

.btn_border,
.jet-form__submit_border {
  min-width: 16.6667rem !important;
  max-width: inherit !important;
  background: transparent;
  border: 1px solid #999;
}

.btn_icon,
.jet-form__submit_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.2222rem;
  min-width: 12.2222rem;
  max-width: 12.2222rem;
  text-transform: inherit;
  font-weight: 400;
}

.btn_icon svg,
.jet-form__submit_icon svg {
  width: 1.3333rem;
  height: 1.3333rem;
  margin-right: 0.5556rem;
}

.btn-wrap_center,
.jet-form__submit-wrap_center {
  text-align: center;
}

.btn-wrap_center .btn,
.jet-form__submit-wrap_center .btn {
  margin: auto;
}

.btn-wrap_left,
.jet-form__submit-wrap_left {
  text-align: left;
}

.btn-wrap_right,
.jet-form__submit-wrap_right {
  text-align: right;
}

@media only screen and (max-width: 1460px) {

  .btn,
  .jet-form__submit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 520px) {

  .btn,
  .jet-form__submit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {

  .btn,
  .jet-form__submit {
    font-size: 15px;
  }
}

button.btn.jet-form-builder__submit {
  display: block;
}

.jet-form__submit {
  margin: 0 auto;
}

.checkradio-wrap {
  display: flex;
  gap: 1.1111rem;
}

.checkradio-wrap .jet-form__field-label input.checkradio-field {
  max-width: 1.111rem;
}

.breadcrumbs {
  margin-bottom: 2.7778rem;
}

@media only screen and (max-width: 520px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}

.breadcrumbs a,
.breadcrumbs span {
  position: relative;
  padding-right: 1.3333rem;
  color: #707070;
}

.breadcrumbs a::after,
.breadcrumbs span::after {
  content: "/";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs span:last-child::after {
  content: none;
}

.block-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.block-checkbox .checkbox-label {
  color: #999;
  font-size: 14px;
}

.block-checkbox .cont-checkbox {
  display: inline-block;
}

.block-checkbox .checkbox-style {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid #999;
  border-radius: 5px;
  margin-right: 5px;
}

.block-checkbox .checkbox {
  position: absolute;
  left: -9999px;
}

.block-checkbox .checkbox:checked+.checkbox-style {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid #999;
  box-sizing: border-box;
}

.block-checkbox .checkbox:checked+.checkbox-style {
  position: relative;
  border: 2px solid #999;
  border-radius: 5px;
}

.block-checkbox .checkbox:checked+.checkbox-style:before,
.block-checkbox .checkbox:checked+.checkbox-style:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  background-color: #333;
  border-radius: 3px;
}

.block-checkbox .checkbox:checked+.checkbox-style:before {
  height: 5px;
  transform: translate(-50%, -30%) rotate(-40deg);
  left: 4px;
}

.block-checkbox .checkbox:checked+.checkbox-style:after {
  height: 12px;
  transform: translate(-50%, -50%) rotate(30deg);
  left: 9px;
}

.block-radio {
  display: flex;
  justify-content: flex-end;
  width: 7.7778rem;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .block-radio {
    justify-content: start;
    width: 100%;
  }
}

.block-radio .cont-radio {
  display: inline-block;
}

.block-radio .radio {
  position: absolute;
  left: -9999px;
}

.block-radio .radio-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-radio .radio-desc {
  display: block;
  margin-right: 1.6667rem;
}

.block-radio .radio:checked+.radio-style::before {
  left: auto;
  right: 0;
  background: #FFBA06;
}

.block-radio .radio-style {
  position: relative;
  display: inline-block;
  width: 2.2222rem;
  height: 1.1111rem;
  margin-right: 5px;
  border-radius: 9px;
  vertical-align: middle;
  background: #E9E6E6;
}

.block-radio .radio-style::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.1111rem;
  height: 1.1111rem;
  background: #999;
  border-radius: 50%;
}

.list-services,
.list-services__item,
.service-list__item,
.service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3333rem;
}

.list-services__item,
.service-list__item {
  align-items: flex-end;
  gap: 0.2222rem;
  line-height: 1;
  opacity: 0.5;
  cursor: default;
}

.list-services__item:hover,
.service-list__item:hover {
  transition: all 0.5s;
  opacity: 1;
}

.list-services__item span.list-services__count,
.service-list__item span.list-services__count {
  display: inline-block;
  padding: 0 0.333rem 0 0.5556rem;
}

.list-services svg,
.list-services__item svg,
.service-list__item svg,
.service-list svg {
  width: 1rem !important;
  height: 1rem !important;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5556rem;
  padding-top: 1.1111rem;
}

.pagination li.active a {
  background: #FFBA06;
}

.pagination a {
  padding: 0.5556rem 1.1111rem;
  border-radius: 5px;
  background: #f3f3f3;
}

@media only screen and (max-width: 520px) {
  .pagination a {
    padding: 0.3333rem 0.8333rem;
  }
}

.pagination a:hover {
  transition: all 0.5s;
  background: #FFBA06;
}

.listing-panel-head {
  border-bottom: 1px solid #E9E6E6;
  margin-bottom: 1.6667rem;
}

.listing-panel-head .listing-panel-head__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-top: 0;
  margin-bottom: 2.7778rem;
}

@media only screen and (max-width: 800px) {
  .listing-panel-head .listing-panel-head__item {
    flex-direction: column;
  }
}

.listing-panel-head .listing-panel-head__item svg {
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3333rem;
  height: 1.3333rem;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .listing-panel-head__left {
    margin-bottom: 0.5556rem;
  }
}

.listing-panel-head__right {
  position: relative;
  display: flex;
  gap: 1.1111rem;
}

@media only screen and (max-width: 800px) {
  .listing-panel-head__right {
    justify-content: space-between;
  }
}

.listing-panel-head__title {
  margin-bottom: 0;
}

.listing-panel-head__search {
  position: relative;
  display: block;
  width: 2.1111rem;
  height: 2.1111rem;
  background: #003D5B;
  border-radius: 50%;
  cursor: pointer;
}

.listing-panel-head input {
  display: none;
  width: 300px;
  padding: 0.4444rem 1.3889rem;
  background: #fff;
  border-radius: 1.1111rem;
}

@media only screen and (max-width: 1200px) {
  .listing-panel-head input {
    position: absolute;
    top: 50%;
    right: calc(100% + 1.1111rem);
    transform: translateY(-50%);
    z-index: 10;
    width: 430px;
  }
}

@media only screen and (max-width: 1022px) {
  .listing-panel-head input {
    width: calc(100% + 1.1111rem);
    padding: 0.5rem 1.3889rem;
  }
}

@media only screen and (max-width: 800px) {
  .listing-panel-head input {
    right: -1px;
    transform: translateY(-51%);
    width: calc(100% + 2px);
  }
}

@media only screen and (max-width: 520px) {
  .listing-panel-head input {
    transform: translateY(-50%);
  }
}

.listing-panel-head input.active {
  display: block;
  transition: all 0.5s;
}

.listing-panel-head__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5556rem;
  padding: 0.3889rem 2.2222rem;
  background: #003D5B;
  color: #fff;
  border-radius: 1.1111rem;
  font-weight: 400;
  font-size: 1.1111rem;
  max-height: 2.2222rem;
}

.listing-panel-head__btn:hover .listing-panel-head__text-info .information-notice {
  transition: all 0.2s;
  display: block;
}

.listing-panel-head__btn svg {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 1.0556rem;
  height: 1.0556rem;
}

.listing-panel-head__btn_disable {
  cursor: not-allowed;
  background: #999;
}

.listing-panel-head__text-info .information-notice {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 300px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6;
  background: #ED6A5A;
  color: #fff;
  border-radius: 10px;
}

.listing-panel-head__text-info .information-notice i {
  position: relative;
}

.listing-panel-head__text-info .information-notice i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #ED6A5A;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.333rem;
  line-height: 1;
  font-size: 0.8889rem;
}

.rating svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.rating span {
  font-size: 1rem;
}

.eye {
  display: flex;
  height: 1.111rem;
  align-items: center;
  gap: 0.2222rem;
  padding: 0.4444rem 0.5556rem;
  background: #fff;
  border-radius: 1.3333rem;
  font-size: 0.7778rem;
  color: #333;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
}

.profile-user-icons {
  position: absolute;
  right: 2.2222rem;
  top: 2.2222rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8333rem;
  z-index: 10;
}

.profile-user-icons__item {
  position: relative;
  width: 2.6667rem;
  height: 2.6667rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.profile-user-icons__item_share:hover .share {
  transition: all 0.2s;
  display: flex !important;
}

.profile-user-icons .share {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6667rem;
  padding: 0.2222rem;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3333rem;
  border-radius: 2.6667rem;
  background: #fff;
  z-index: 1001;
}

.profile-user-icons .share__item {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  background: #E9E6E6;
  border-radius: 50%;
}

.profile-user-icons .share__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.3333rem;
  height: 2.3333rem;
}

.profile-user-icons .share__item .icon_facebook-c {
  width: 2.6rem;
  height: 2.6rem;
}

.profile-user-icons svg,
.profile-user-icons .pf-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
}

.wpcf7-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap[data-name=sn_your_name],
.wpcf7-form .wpcf7-form-control-wrap[data-name=sn_your_email] {
  width: calc(50% - 10px);
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap[data-name=sn_your_message],
.wpcf7-form .block-checkbox {
  width: 100%;
  display: block;
  text-align: center;
}

.wpcf7-form .wpcf7-list-item.first label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wpcf7-form .wpcf7-list-item.first label input {
  width: 20px;
  height: 20px;
}

.wpcf7-form .wpcf7-list-item.first label .wpcf7-list-item-label {
  font-size: 0.8rem;
  line-height: 1.3;
  color: #999;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
  font-size: 0.7rem;
}

.wpcf7-form .wpcf7-not-valid-tip {
  opacity: 0.9;
}

.jet-form-builder-repeater__new {
  padding: 10px 50px;
  border-radius: 20px;
  border: none;
  background: #555;
  color: #fff;
}

section {
  padding: 5.5556rem 0;
}

@media only screen and (max-width: 1200px) {
  section {
    padding: 4.4444rem 0;
  }
}

@media only screen and (max-width: 1022px) {
  section {
    padding: 3.3333rem 0;
  }
}

section .title {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

section .desc {
  text-align: center;
  margin-bottom: 2.7778em;
  color: #707070;
}

@media only screen and (max-width: 520px) {
  section .desc {
    margin-bottom: 1.1111em;
  }
}

.wrapper {
  min-height: calc(100% - 99.5px);
}

.wrapper::after {
  content: "";
  display: block;
  height: 368px;
}

@media only screen and (max-width: 1460px) {
  .wrapper::after {
    height: 303px;
  }
}

@media only screen and (max-width: 1022px) {
  .wrapper::after {
    height: 403px;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper::after {
    height: 491px;
  }
}

@media only screen and (max-width: 520px) {
  .wrapper::after {
    height: 750px;
  }
}

.container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 1460px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
}

@media only screen and (max-width: 1022px) {
  .container {
    width: 100%;
  }
}

.container_full {
  width: 100% !important;
  max-width: 2000px;
  padding: 0 50px;
}

@media only screen and (max-width: 1460px) {
  .container_full {
    max-width: 100%;
    padding: 0 30px;
  }
}

.container_seo {
  max-width: 1580px !important;
  width: 1580px !important;
  padding: 0 40px !important;
  margin: auto;
  background: transparent !important;
}

.container_seo h4 {
  font-weight: 600;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.6;
  color: #003d5b;
  margin-bottom: 20px;
}

.container_seo p {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 800px) {
  .container_seo {
    padding: 0 20px !important;
  }
}

@media (max-width: 1600px) {
  .container_seo {
    width: 100% !important;
  }
}

.container_not-bg {
  background: transparent !important;
}

.swiper-button-wrap {
  position: absolute;
  z-index: 999;
}

.swiper-button-wrap_top-left {
  top: 0;
  left: 0;
}

.swiper-button-wrap_top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-button-wrap_top-right {
  top: 0;
  right: 0;
}

.swiper-button-wrap_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.swiper-button-wrap_center .swiper-button-nav {
  width: 100%;
}

.swiper-button-wrap_bottom-left {
  bottom: 0;
  left: 0;
}

.swiper-button-wrap_bottom-center {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.swiper-button-wrap_bottom-right {
  bottom: 0;
  right: 0;
}

.swiper-button-nav {
  position: relative;
  width: 2.5rem;
  height: 1.2rem;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  margin: 0;
  cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  color: #333;
  opacity: 1;
}

.swiper-button-prev {
  left: 0;
  right: auto;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

.posts-news__item_head {
  position: relative;
}

.posts-news__item_head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  width: 100%;
  height: 1px;
  background: #999;
  z-index: 1;
}

.posts-news h5 {
  position: relative;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  margin-bottom: 1.8889rem;
  padding-right: 1.5rem;
  z-index: 2;
}

.news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.news__item {
  width: calc(33% - 1rem);
}

@media only screen and (max-width: 800px) {
  .news__item {
    width: calc(50% - 1rem);
  }
}

@media only screen and (max-width: 520px) {
  .news__item {
    width: 100%;
  }
}

.news__img {
  display: block;
  overflow: hidden;
  border-radius: 1.1111rem;
}

.news__text {
  padding: 1.1111rem 0.9rem;
}

.news__cat-date {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5556rem;
}

.news__cat,
.news__date {
  color: #999;
  font-size: 0.8889rem;
}

.news__cat {
  position: relative;
  text-transform: uppercase;
}

.news__cat::after {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: -0.6rem;
}

.news__title {
  margin: 0;
  line-height: 160%;
}

.accordion {
  margin-bottom: 5rem;
}

.accordion-head,
.accordion-head ul,
.accordion-head ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2.7778rem;
}

@media only screen and (max-width: 1022px) {

  .accordion-head,
  .accordion-head ul,
  .accordion-head ol {
    margin-bottom: 1rem;
  }
}

.accordion-head__item:first-child {
  width: 70%;
}

@media only screen and (max-width: 800px) {
  .accordion-head__item:first-child {
    width: 100%;
  }
}

.accordion-head ul,
.accordion-head ol {
  justify-content: start;
  row-gap: 0.3333rem;
  column-gap: 1.3333rem;
  margin-bottom: 0;
  font-size: 1.3333rem;
  font-weight: 600;
}

@media only screen and (max-width: 1022px) {

  .accordion-head ul,
  .accordion-head ol {
    margin-bottom: 2rem;
  }
}

.accordion-head ul li:last-child a::after,
.accordion-head ol li:last-child a::after {
  display: none;
}

.accordion-head ul a,
.accordion-head ol a {
  position: relative;
}

.accordion-head ul a::after,
.accordion-head ol a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.78rem;
  transform: translateY(-50%);
  width: 2px;
  height: 1.3333rem;
  background: #333;
  z-index: 1;
}

.accordion-head ul a:hover,
.accordion-head ol a:hover {
  text-decoration: underline;
  color: #003D5B;
}

.accordion-head__nav span {
  position: relative;
  margin-right: 1.3333rem;
  cursor: pointer;
  color: #707070;
}

.accordion-head__nav span::after {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.65rem;
  transform: translateY(-50%);
  width: 2px;
  height: 1.3333rem;
  z-index: 1;
}

.accordion-head__nav span:last-child {
  margin-right: 0;
}

.accordion-head__nav span:last-child::after {
  display: none;
}

.accordion__item {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
}

.accordion__item>a {
  display: block;
  margin-bottom: 1.1111rem;
  padding: 1.3889rem 3.3333rem 1.3889rem 1.6667rem;
  text-decoration: none;
  color: #333;
  font-size: 1.3333rem;
  border: 1px solid #E9E6E6;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.accordion__item>a.active {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
}

.accordion__item>a.active .accordion__plus {
  transition: 200ms ease;
  transform: rotate(45deg);
}

.accordion__plus,
.accordion__minus {
  position: absolute;
  top: 1.2222rem;
  right: 1.1111rem;
  width: 2.2222rem;
  height: 2.2222rem;
  border-radius: 50%;
  transition: 200ms ease;
  transform: rotate(0deg);
}

.accordion__plus:hover {
  background: #333;
  transition: 200ms ease;
  transform: rotate(-45deg);
}

.accordion__minus:hover {
  background: #333;
  transition: 200ms ease;
  transform: rotate(0deg);
}

.accordion__plus .accordion__icon,
.accordion__minus .accordion__icon {
  position: relative;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion__plus .accordion__icon:before,
.accordion__minus .accordion__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background: #333;
}

.accordion__plus .accordion__icon:after,
.accordion__minus .accordion__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background: #333;
}

.accordion__plus:hover .accordion__icon:before,
.accordion__minus:hover .accordion__icon:before,
.accordion__plus:hover .accordion__icon:after,
.accordion__minus:hover .accordion__icon:after {
  background: #fff;
}

.accordion__content {
  position: relative;
  width: 100%;
  font-size: 18px;
  height: auto;
  margin-bottom: 1.1111rem;
  padding: 1.3889rem 1.6667rem;
  background-color: #fff;
  border: 1px solid #E9E6E6;
  border-radius: 0 0 5px 5px;
  display: none;
}

@media only screen and (max-width: 520px) {
  .accordion__content {
    padding: 1rem 0.8333rem;
  }
}

.accordion__text {
  margin: 0;
  padding: 0.8333rem 1.6667rem;
  background: #FAFAFA;
}

.accordion__list-link a {
  display: block;
  margin-bottom: 0.5556rem;
  padding: 0.8333rem 1.6667rem;
  background: #FAFAFA;
  text-decoration: underline;
  color: #003D5B;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3333rem;
}

.form-contact__title,
.form-contact__desc {
  text-align: center;
}

.form-contact__title {
  margin-bottom: 2.7778rem;
}

.form-contact__desc {
  width: 60%;
  margin: 0 auto 2.7778rem;
  color: #707070;
}

@media only screen and (max-width: 520px) {
  .form-contact__desc {
    width: 100%;
  }
}

.form input {
  width: calc(50% - 0.7rem);
  border: 1px solid #999;
}

@media only screen and (max-width: 520px) {
  .form input {
    width: 100%;
  }
}

.form textarea {
  height: 10rem;
  border: 1px solid #999;
}

.form button {
  margin: 0 auto;
}

.form__item {
  width: 100%;
}

.form .block-checkbox {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.form .rating {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
}

.form .rating__item {
  color: #999;
}

.form .rating svg {
  width: 1.2778rem;
  height: 1.2778rem;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 1.3333rem;
  margin-bottom: 1.6667rem;
}

@media only screen and (max-width: 520px) {
  .social-list {
    gap: 1rem;
  }
}

.seo {
  padding: 0 0 75px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1111rem;
}

.gallery__link {
  position: relative;
  width: calc(25% - 1.1111rem);
}

@media only screen and (max-width: 800px) {
  .gallery__link {
    width: calc(50% - 1.1111rem);
  }
}

.gallery__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 61, 91, 0.4);
  color: #fff;
  font-size: 1.3333rem;
  font-weight: 300;
}

@media only screen and (max-width: 520px) {
  .gallery__title {
    font-size: 1.1111rem;
  }
}

.info {
  position: relative;
  cursor: pointer;
}

.info span {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #fff;
}

.info span.active {
  display: block;
}

.info i {
  position: relative;
  display: block;
  width: 18.3333rem;
  padding: 0.3333rem 1.111rem;
  border: 1px solid #E9E6E6;
  border-radius: 1.111rem;
  font-size: 0.7778rem;
  text-align: center;
}

.info i::before,
.info i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5556rem;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 0.5556rem;
  border-right-width: 0.5556rem;
  border-top: 0.5556rem solid #E9E6E6;
}

.info i::after {
  bottom: -0.4444rem;
  border-top: 0.5556rem solid #fff;
}

.info svg {
  position: relative;
  top: 5px;
  width: 1.2778rem;
  height: 1.2778rem;
}

.jet-form__field-label {
  white-space: nowrap;
}

.form-login,
.lessor-reg,
.lessee-reg {
  margin-bottom: 0;
}

.form-login .btn,
.lessor-reg .btn,
.lessee-reg .btn {
  justify-content: center;
  margin: 2rem auto 0;
}

.form-login br,
.lessor-reg br,
.lessee-reg br {
  height: 0;
  display: none;
}

.sn-flex-wrap .jet-form-col__end>div {
  flex-wrap: wrap !important;
}

.yacht-video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  margin-bottom: 24px;
}

.yacht-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#custom-loginform .custom-login-error {
  color: red;
  margin-bottom: 1.1111rem;
  font-size: 14px;
  text-align: center;
}

header.header.header_scroll {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  padding: 0.5556rem 0 !important;
  background: #fff !important;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.15s;
}

header.header.header_scroll .icon_logo {
  display: block;
}

header.header.header_scroll .icon_logo-w {
  display: none;
}

header.header.header_scroll .menu-main a {
  color: #333 !important;
}

.header {
  position: relative;
  z-index: 1000;
  padding: 23px 0;
  background: #fff;
}

@media only screen and (max-width: 1460px) {
  .header {
    padding: 10px 0;
  }
}

.header_main .icon_logo {
  display: none;
}

.header_main .menu-icon span:first-child,
.header_main .menu-icon span:last-child,
.header_main .header__item_menus.active .header__item_menus-warp .menu-icon span:first-child,
.header_main .header__item_menus.active .header__item_menus-warp .menu-icon span:nth-child(2) {
  background: #fff;
}

@media only screen and (max-width: 800px) {

  .header_main .header__item_menus.active .header__item_menus-warp .menu-icon span:first-child,
  .header_main .header__item_menus.active .header__item_menus-warp .menu-icon span:nth-child(2) {
    background: #333;
  }
}

.header_main .header__item_menus.active .header__item_menus-warp .menu-main {
  background: transparent;
  border: 1px solid #fff;
}

@media only screen and (max-width: 800px) {
  .header_main .menu-main a {
    color: #333 !important;
  }
}

.header_main .menu-info__item:hover .menu-info__currency {
  background: none;
}

.header_main .menu-info__item .menu-info__currency {
  top: 35px;
  padding: 15px 0 3px;
}

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

.header__item_logo a {
  display: block;
  line-height: 1;
}

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

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

@media only screen and (max-width: 800px) {
  .header__item_menus.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0.9;
    z-index: 1001;
  }
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp {
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 320px;
    height: 100vh;
    padding: 70px 30px 50px;
    background: #fff;
    z-index: 1002;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.1);
  }
}

.header__item_menus.active .header__item_menus-warp .menu-icon {
  height: 20px;
}

.header__item_menus.active .header__item_menus-warp .menu-icon:hover span:first-child,
.header__item_menus.active .header__item_menus-warp .menu-icon:hover span:nth-child(2) {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-icon span {
  margin: 0;
}

.header__item_menus.active .header__item_menus-warp .menu-icon span:first-child {
  position: relative;
  top: 50%;
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  background: #333;
  opacity: 0.1;
  transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-icon span:first-child {
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    opacity: 1;
    z-index: 1003;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-icon span:nth-child(2) {
  position: relative;
  top: 42%;
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
  background: #333;
  opacity: 0.1;
  transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-icon span:nth-child(2) {
    top: 0;
    right: 0%;
    transform: translateX(-50%) rotate(-45deg);
    opacity: 1;
    z-index: 1003;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-main {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 97%;
  padding: 20px 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-main {
    position: relative;
    left: inherit;
    transform: inherit;
    bottom: inherit;
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    background: transparent;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-main a {
  padding: 5px 35px;
}

@media only screen and (max-width: 1200px) {
  .header__item_menus.active .header__item_menus-warp .menu-main a {
    padding: 5px 25px;
  }
}

@media only screen and (max-width: 1022px) {
  .header__item_menus.active .header__item_menus-warp .menu-main a {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-main a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-main a:hover {
  border-bottom: 1px solid #FFBA06;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-info {
    position: relative;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-info a {
    min-width: 40px;
    min-height: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-info__input {
    left: -2px;
    transform: inherit !important;
    width: 260px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }
}

.header__item_menus.active .header__item_menus-warp .menu-info__currency {
  padding: 15px 0 10px;
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-info__currency a {
    min-width: 30px;
    min-height: 30px;
    margin: 0;
  }
}

@media only screen and (max-width: 800px) {
  .header__item_menus.active .header__item_menus-warp .menu-info .currency {
    position: relative;
  }
}

@media only screen and (max-width: 520px) {
  .header__item_menus.active .header__item_menus-warp .menu-lang {
    display: flex;
  }
}

.header__item_menus-warp {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .header__item_menus-warp {
    flex-direction: row-reverse;
  }
}

.header .icon_logo,
.header .icon_logo-w {
  max-width: 235px;
  max-height: 50px;
}

@media only screen and (max-width: 1460px) {

  .header .icon_logo,
  .header .icon_logo-w {
    max-width: 185px;
    max-height: 40px;
  }
}

@media only screen and (max-width: 520px) {

  .header .icon_logo,
  .header .icon_logo-w {
    position: relative;
    top: 5px;
    max-width: 150px;
    max-height: 35px;
  }
}

.header .menu-icon {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  .header .menu-icon {
    margin-right: 0;
  }
}

.header .menu-icon span {
  display: none;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
  background: #333;
}

@media only screen and (max-width: 1460px) {
  .header .menu-icon span {
    display: block;
    height: 2px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 800px) {
  .header .menu-icon span {
    width: 30px;
  }
}

.header .menu-icon span:last-child {
  width: 33px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
  .header .menu-icon span:last-child {
    width: 20px;
  }
}

.header .menu-main {
  margin-right: 30px;
}

@media only screen and (max-width: 1460px) {
  .header .menu-main {
    display: none;
  }
}

.header .menu-main li.active a {
  border-bottom: 1px solid #FFBA06;
}

.header .menu-main li a {
  padding: 5px 14.5px;
}

.header .menu-main li:hover a {
  border-bottom: 1px solid #FFBA06;
  transition: all 0.1s ease-in-out;
}

.header .menu-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 800px) {
  .header .menu-info {
    position: inherit;
    float: left;
  }
}

@media only screen and (max-width: 520px) {
  .header .menu-info {
    justify-content: flex-start;
    margin-right: 10px;
  }
}

.header .menu-info__currency {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  display: none;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 50px 50px;
  padding: 5px 0 3px;
}

@media only screen and (max-width: 800px) {
  .header .menu-info__currency {
    top: 30px;
    z-index: -1;
  }
}

.header .menu-info__currency li {
  margin-bottom: 5px;
}

.header .menu-info__currency li:hover a {
  background: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}

.header .menu-info__currency li:hover a .icon_search,
.header .menu-info__currency li:hover a .icon_euro,
.header .menu-info__currency li:hover a .icon_dollar,
.header .menu-info__currency li:hover a .icon_user {
  display: none !important;
}

.header .menu-info__currency li:hover a .icon_search-w,
.header .menu-info__currency li:hover a .icon_euro-w,
.header .menu-info__currency li:hover a .icon_dollar-w,
.header .menu-info__currency li:hover a .icon_user-w {
  display: block !important;
}

@media only screen and (max-width: 800px) {
  .header .menu-info .currency {
    position: relative;
  }
}

.header .menu-info li:hover a,
.header .menu-info li:hover div {
  background: #333;
  border: 1px solid #333;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}

.header .menu-info li:hover a .icon_search,
.header .menu-info li:hover a .icon_euro,
.header .menu-info li:hover a .icon_dollar,
.header .menu-info li:hover a .icon_user,
.header .menu-info li:hover div .icon_search,
.header .menu-info li:hover div .icon_euro,
.header .menu-info li:hover div .icon_dollar,
.header .menu-info li:hover div .icon_user {
  display: none;
}

.header .menu-info li:hover a .icon_search-w,
.header .menu-info li:hover a .icon_euro-w,
.header .menu-info li:hover a .icon_dollar-w,
.header .menu-info li:hover a .icon_user-w,
.header .menu-info li:hover div .icon_search-w,
.header .menu-info li:hover div .icon_euro-w,
.header .menu-info li:hover div .icon_dollar-w,
.header .menu-info li:hover div .icon_user-w {
  display: block;
  width: 24px;
  height: 24px;
}

.header .menu-info li:hover ul {
  display: flex;
}

.header .menu-info li:hover ul a,
.header .menu-info li:hover ul div {
  background: #FAFAFA;
  border: 1px solid #E9E6E6;
}

.header .menu-info li:hover ul a .icon_search,
.header .menu-info li:hover ul a .icon_euro,
.header .menu-info li:hover ul a .icon_dollar,
.header .menu-info li:hover ul a .icon_user,
.header .menu-info li:hover ul div .icon_search,
.header .menu-info li:hover ul div .icon_euro,
.header .menu-info li:hover ul div .icon_dollar,
.header .menu-info li:hover ul div .icon_user {
  display: block;
}

.header .menu-info li:hover ul a .icon_search-w,
.header .menu-info li:hover ul a .icon_euro-w,
.header .menu-info li:hover ul a .icon_dollar-w,
.header .menu-info li:hover ul a .icon_user-w,
.header .menu-info li:hover ul div .icon_search-w,
.header .menu-info li:hover ul div .icon_euro-w,
.header .menu-info li:hover ul div .icon_dollar-w,
.header .menu-info li:hover ul div .icon_user-w {
  display: none;
  width: 24px;
  height: 24px;
}

.header .menu-info a,
.header .menu-info span,
.header .menu-info div {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E6E6;
  border-radius: 50%;
  margin: 0 7.5px;
  background: #FAFAFA;
  cursor: pointer;
}

@media only screen and (max-width: 1460px) {

  .header .menu-info a,
  .header .menu-info span,
  .header .menu-info div {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 800px) {

  .header .menu-info a,
  .header .menu-info span,
  .header .menu-info div {
    position: inherit;
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }
}

.header .menu-info a svg,
.header .menu-info span svg,
.header .menu-info div svg {
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0 5px;
}

@media only screen and (max-width: 1460px) {

  .header .menu-info a svg,
  .header .menu-info span svg,
  .header .menu-info div svg {
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}

.header .menu-info a .icon_search-w,
.header .menu-info a .icon_euro-w,
.header .menu-info a .icon_dollar-w,
.header .menu-info a .icon_user-w,
.header .menu-info span .icon_search-w,
.header .menu-info span .icon_euro-w,
.header .menu-info span .icon_dollar-w,
.header .menu-info span .icon_user-w,
.header .menu-info div .icon_search-w,
.header .menu-info div .icon_euro-w,
.header .menu-info div .icon_dollar-w,
.header .menu-info div .icon_user-w {
  display: none;
}

.header .menu-info a .menu-info__input,
.header .menu-info span .menu-info__input,
.header .menu-info div .menu-info__input {
  position: absolute;
  right: -1px;
  display: none;
  width: 800px;
  height: 50px;
  padding: 10px 25px;
  border: 1px solid #E9E6E6;
  border-radius: 50px;
  background: #fff;
  outline: none;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {

  .header .menu-info a .menu-info__input,
  .header .menu-info span .menu-info__input,
  .header .menu-info div .menu-info__input {
    width: 600px;
  }
}

@media only screen and (max-width: 1022px) {

  .header .menu-info a .menu-info__input,
  .header .menu-info span .menu-info__input,
  .header .menu-info div .menu-info__input {
    width: 450px;
  }
}

@media only screen and (max-width: 800px) {

  .header .menu-info a .menu-info__input,
  .header .menu-info span .menu-info__input,
  .header .menu-info div .menu-info__input {
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    border-radius: 0;
  }
}

.header .menu-info a .menu-info__input.active,
.header .menu-info span .menu-info__input.active,
.header .menu-info div .menu-info__input.active {
  display: block;
}

@media only screen and (max-width: 800px) {
  .header .menu-lang {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 520px) {
  .header .menu-lang {
    display: none;
  }
}

.header .menu-lang li {
  border: 1px solid #E9E6E6;
  border-radius: 5px;
}

.header .menu-lang li a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 9.5px 28px;
  border: none;
  background: none;
}

@media only screen and (max-width: 1460px) {
  .header .menu-lang li a {
    padding: 5px 18px;
  }
}

.header .menu-lang li a:hover {
  border: none;
}

.header .menu-lang li a svg {
  max-width: 29px;
  max-height: 15px;
  margin-right: 5px;
}

.header .menu-lang__inner {
  display: none;
}

.header .menu-lang__inner li {
  border: none;
}

.pricing {
  padding: 0 0 50px;
  overflow: hidden;
}

.pricing-table {
  padding-top: 0;
}

.pricing .container {
  padding: 0 1.111rem !important;
  background: transparent !important;
}

.pricing-plan {
  margin-bottom: 110px;
}

.pricing-privileges {
  padding-bottom: 60px;
}

.pricing-privileges .container {
  background: transparent !important;
  padding: 0 1.111rem !important;
}

.pricing-privileges h1.title {
  font-size: 42px !important;
  text-align: center;
}

.pricing-privileges .desc {
  text-align: center !important;
}

/* Change 05/03/26 */
.pricing__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.pricing__item_2 {
  display: none;
}

.pricing__item_2.active {
  display: block;
}

.pricing__item_4 .pricing__desc {
  color: #999;
}

.pricing__desc {
  text-align: center;
}

.pricing-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 40px;
}

.pricing-radio__item_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  padding: 20px;
  background: #f4f4f4;
}



/* .pricing-radio__item_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #E9E6E6;
  background: #f3f3f3;
  padding: 7px;
  border-radius: 36px;
  max-width: 465px;
} */

@media only screen and (max-width: 800px) {
  .pricing-plan {
    margin-bottom: 60px;
  }

}

/* @media only screen and (max-width: 520px) {
  .pricing-radio__item_top {
    width: 90%;
  }
} */

/* .pricing-radio__item_top span {
  display: block;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  border-radius: 36px;
  line-height: 1;
  cursor: pointer;
} */

.pricing-radio__item_top span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #d9d9d9;
  background: #fff;
}

@media only screen and (max-width: 1022px) {
  .pricing-radio__item_top span {
    padding: 14px 28px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 800px) {
  .pricing-radio__item_top {
    gap: 10px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 520px) {
  .pricing-radio__item_top span {
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* .pricing-radio__item_top span.active {
  background: #003D5B;
  color: #fff;
} */

.pricing-radio__item_top span.active {
  background: #003d5b;
  color: #ffba06;
}

.pricing-radio__item_bottom {
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.pricing-radio__item_bottom.active span {
  display: flex;
}

.pricing-radio__toggle {
  font-weight: 400;
  font-size: 32px;
  color: #d9d9d9;
}

.pricing-radio__toggle.active {
  color: #333;
}

/* .pricing-radio__item_bottom span {
  font-size: 24px;
} */



/* .pricing-radio__item_bottom .block-checkbox .checkbox-label span {
  width: 65px !important;
  height: 30px !important;
  border-radius: 36px !important;
  background: #f3f3f3 !important;
  border: 0 !important;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
} */

.pricing-radio__item_bottom .block-checkbox .checkbox-label span {
  width: 70px;
  height: 40px;
  border-radius: 100px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background: #ededed;
  border: 0 !important;
}



/* .pricing-radio__item_bottom .block-checkbox .checkbox-label span::before {
  content: "";
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 36px !important;
  background: #003D5B !important;
  transition: left 0.2s;
} */

.pricing-radio__item_bottom .block-checkbox .checkbox-label span::before {
  content: "";
  position: absolute;
  left: 32px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-radius: 92px;
  width: 36px;
  height: 36px;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background: #003d5b;
  transition: left 0.2s;
}

.pricing-radio__item_bottom .block-checkbox .checkbox-label span::after {
  display: none;
}

.pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style {
  width: 70px !important;
  height: 40px !important;
  border-radius: 100px !important;
  border: 0 !important;
  background: #ededed !important;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25) !important;
}

.pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style::before {
  left: 2px !important;
  width: 36px !important;
  height: 36px !important;
  background: #003d5b !important;
  transform: translateY(-50%) !important;
  border-radius: 92px !important;
}

.pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style::after {
  display: none !important;
}

.pricing-radio__item_bottom span {
  cursor: pointer;
}

.pricing-radio:has(.toggle-type[data-type="business"].active) .pricing-radio__item_bottom .block-checkbox {
  pointer-events: none;
}

.pricing-radio:has(.toggle-type[data-type="business"].active) .pricing-radio__item_bottom .checkbox-style {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25) !important;
  background: #fff !important;
}

.pricing-radio:has(.toggle-type[data-type="business"].active) .pricing-radio__item_bottom .checkbox-style::before {
  background: #fff !important;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25) !important;
}

@media only screen and (max-width: 1022px) {
  .pricing-radio__toggle {
    font-size: 20px;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox-label span {
    width: 60px;
    height: 34px;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox-label span::before {
    width: 30px;
    height: 30px;
    left: 28px !important;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style {
    width: 60px !important;
    height: 34px !important;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style::before {
    width: 30px !important;
    height: 30px !important;
    left: 2px !important;
  }
}

@media only screen and (max-width: 520px) {
  .pricing-radio__item_bottom span {
    font-size: 16px;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox-label span {
    width: 54px;
    height: 30px;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox-label span::before {
    width: 26px;
    height: 26px;
    left: 26px !important;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style {
    width: 54px !important;
    height: 30px !important;
  }

  .pricing-radio__item_bottom .block-checkbox .checkbox:checked+.checkbox-style::before {
    width: 26px !important;
    height: 26px !important;
    left: 2px !important;
  }
}

.privileges {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.privileges__item {
  display: flex;
  justify-content: center;

}

/* .privileges,
.privileges__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;

} */

.privileges__item:last-child svg {
  display: none;
}


/* Pricing change 02/05/26 */


.privileges__item--text {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
}

.privileges__item--text span {
  color: #ffba06;
}

.privileges__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* End */
@media only screen and (max-width: 800px) {

  .privileges,
  .privileges__item {
    flex-direction: column;
    align-items: center;
  }

  .privileges__item--icon {
    height: 38px;
  }

  .privileges__item--icon svg {
    transform: rotate(90deg);
  }

  .privileges__item--text {
    padding: 32px;
  }
}



/* Pricing change 02/05/26 */

/* .privileges__item {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: calc(33% - 20px);
  max-width: 454px;
  text-align: center;
} */

@media only screen and (max-width: 800px) {
  .privileges__item {
    width: 70%;
  }
}

@media only screen and (max-width: 520px) {
  .privileges__item {
    width: 80%;
  }

  .privileges__item--text {
    padding: 24px;
  }
}

/* .privileges__item svg {
  width: 165px;
  height: 110px;
} */

.pricing-plan {
  display: none;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 1.111rem;
}

@media only screen and (max-width: 800px) {
  .pricing-plan {
    flex-direction: column;
    align-items: center;
  }
}

.pricing-plan.active {
  display: flex;
}

.pricing-plan-wrapper {
  position: relative;
  width: calc(33% - 20px);
  border-radius: 20px;
}



.pricing-plan-wrapper .pricing-plan__item {
  width: 100%;
}


.pricing-plan-icon-label {
  position: absolute;
  top: -42px;
  right: -65px;
  pointer-events: none;
  z-index: 2;
}

.pricing-plan_private .pricing-plan-icon-label {
  right: -56px;
}

.pricing-plan__item {
  position: relative;
  padding: 82px 36px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc(33% - 20px);
}



@media only screen and (max-width: 1200px) {
  .pricing-plan__item {
    padding: 82px 20px;
  }
}

@media only screen and (max-width: 1022px) {

  .pricing-plan-wrapper,
  .pricing-plan__item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 800px) {

  .pricing-plan-wrapper,
  .pricing-plan__item {
    width: 70%;
    max-width: 350px;
  }
}



@media only screen and (max-width: 520px) {

  .pricing-plan-wrapper,
  .pricing-plan__item {
    width: 90%;
  }

  .pricing-plan__name {
    margin-bottom: 8px;
  }
}

.pricing-plan__item:first-child:before {
  background: #00B4D8;
}

.pricing-plan__item:last-child:before {
  background: #003D5B;
}

.pricing-plan-wrapper .pricing-plan__item:before {
  background: #FFBA06;
}

.pricing-plan-wrapper:first-child .pricing-plan__item:before {
  background: #00B4D8;
}

.pricing-plan-wrapper:last-child .pricing-plan__item:before {
  background: #003D5B;
}

.pricing-plan__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #FFBA06;
}

.pricing-plan__name {
  color: #999;
  margin-bottom: 14px;
}

.pricing-plan__sticker {
  position: absolute;
  top: 45px;
  right: 38px;
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 1460px) {
  .pricing-plan__sticker {
    top: 30px;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .pricing-plan__sticker {
    top: 30px;
    width: 70px;
    height: 70px;
  }
}

.pricing-plan__price {
  margin-bottom: 5px;
}

.pricing-plan__price span {
  padding-right: 10px;
}

.pricing-plan__value,
.pricing-plan__currency {
  font-size: 55px;
  font-weight: 700;
}

.pricing-plan__from--discount {
  font-weight: 600;
  font-size: clamp(14px, 2vw, 18px);
  ;
  text-transform: uppercase;
  color: #333;
}

.pricing-plan__value--old {
  font-size: clamp(18px, 2vw, 28px);
  text-decoration: line-through;
  font-weight: 700;
}

.pricing-plan__value--discount,
.pricing-plan__item--free .pricing-plan__value,
.pricing-plan__item--free .pricing-plan__currency {
  font-size: clamp(32px, 4.1vw, 60px);
  color: #ce1124;
  font-weight: 700;
}

.pricing-plan__period--discount,
.pricing-plan__item--free .pricing-plan__period {
  font-weight: 400;
  font-size: clamp(16px, 1.9vw, 28px);
}

.pricing-plan__text-discount {
  font-weight: 600;
  font-size: 14px;
  color: #ce1124;
  padding: 12px 0px;
}

@media only screen and (max-width: 520px) {
  .pricing-plan__from--discount {
    font-size: 16px;
  }

  .pricing-plan__value--old {
    font-size: 24px;
  }

  .pricing-plan__value--discount,
  .pricing-plan__item--free .pricing-plan__value,
  .pricing-plan__item--free .pricing-plan__currency {
    font-size: 44px;
  }

  .pricing-plan__period--discount,
  .pricing-plan__item--free .pricing-plan__period {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1460px) {

  .pricing-plan__value,
  .pricing-plan__currency {
    font-size: 42px;
  }
}

.pricing-plan__value {
  padding-right: 0 !important;
}

.pricing-plan__from,
.pricing-plan__period {
  font-size: 28px;
}

@media only screen and (max-width: 1460px) {

  .pricing-plan__from,
  .pricing-plan__period {
    font-size: 22px;
  }

  .pricing-plan__text.free {
    margin-bottom: 47px;
  }
}

.pricing-plan__text {
  font-weight: 400;
  font-size: 14px;
  color: #444;
  margin-bottom: 22px;
}



.pricing-plan__btn {
  margin-bottom: 1.111rem;
}

.pricing-plan__btn .btn {
  width: 100%;
  min-width: 100%;
  padding: 18px 27px;
  background: #E9E6E6;
}

.pricing-plan__btn .btn.accent,
.pricing-plan__btn .btn:hover {
  transition: background 0.5s;
  background: #FFBA06;
  animation: shake-horizontal 0.5s;
}

.pricing-plan__btn .btn.cbnb-plan-unavailable,
.pricing-plan__btn .btn.cbnb-plan-unavailable:hover {
  cursor: not-allowed;
  color: #666;
  background: #E9E6E6;
  animation: none;
}

@keyframes shake-horizontal {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-2px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(2px);
  }
}

.tariff-description__item {
  display: flex;
  align-items: center;
  gap: 1.111rem;
  margin-bottom: 1.111rem;
}

.tariff-description__item:last-child {
  margin-bottom: 0;
}

.tariff-description__item:hover {
  transition: transform 0.1s;
  transform: scale(1.02);
}

.tariff-description__item.no-active span {
  color: #E9E6E6;
}

.tariff-description__item svg {
  width: 1.333rem;
  height: 1.333rem;
  min-width: 1.333rem;
  min-height: 1.333rem;
}

.pricing-table {
  padding: 0 0 70px;
}

#pricing_container {
  padding: 40px;
}

.pricing-table h4 {
  font-weight: 600;
  font-size: clamp(18px, 1.8vw, 32px);
  text-align: center;
  color: #003e5e;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-table__item_desc p {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 160%;
  color: #003e5e;
  margin-bottom: 0;
}

.pricing-table-wrap {
  scrollbar-color: #999 #f3f3f3;
  scrollbar-width: thin;
  margin-bottom: 40px;
}

.pricing-table-wrap::-webkit-scrollbar {
  height: 8px;
  background: #f3f3f3;
}

.pricing-table-wrap::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

@media only screen and (max-width: 1000px) {
  #pricing_container {
    padding: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .pricing-table-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }


  .pricing-table {
    padding: 0 0 46px;
  }

  .pricing-table h4 {
    margin-bottom: 24px;
  }

  .pricing-table-wrap table th {
    padding: 8px 14px;
    font-size: 1rem;
  }

  .pricing-table-wrap table thead tr:first-child th:not(.th-left) {
    font-size: 18px;
  }

  .pricing-table-wrap table thead tr:last-child th {
    font-size: 15px;
  }

  .pricing-table-wrap table .th-left {
    font-size: 18px;
    min-width: 160px;
    max-width: 160px;
  }

  .pricing-table-wrap table tbody td {
    padding: 8px 14px;
    font-size: 15px;
  }

  .pricing-table-wrap table tbody td:first-child {
    font-size: 15px;
  }
}

@media only screen and (max-width: 520px) {
  .pricing-table-wrap table th {
    padding: 6px 8px;
    font-size: 0.875rem;
  }

  .pricing-table-wrap table thead tr:first-child th:not(.th-left) {
    font-size: 14px;
  }

  .pricing-table-wrap table thead tr:last-child th {
    font-size: 12px;
  }

  .pricing-table-wrap table .th-left {
    font-size: 14px;
    min-width: 100px;
    max-width: 100px;
  }

  .pricing-table-wrap table tbody td {
    padding: 6px 8px;
    font-size: 13px;
  }

  .pricing-table-wrap table tbody td:first-child {
    font-size: 13px;
  }
}

.pricing-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table-wrap table th {
  background: #f5f5f5;
  padding: 10px 20px;
  border: 1px solid #d6cfcf;
  font-size: 1.3333rem;
  font-weight: 500;
}

.pricing-table-wrap table thead tr:first-child th:not(.th-left) {
  font-weight: 600;
  font-size: 24px;
  color: #003e5e;
}

.pricing-table-wrap table thead tr:last-child th {
  font-weight: 500;
  font-size: 20px;
  color: #003e5e;
}

.pricing-table-wrap table thead tr:first-child th:last-child {
  border-top: 3px solid #ffab00;
  color: #ffab00;
}

.pricing-table-wrap table th div:last-child {
  font-size: 1rem;
  color: #555555;
}

.pricing-table-wrap table th div:last-child a {
  text-decoration: underline;
  color: #003D5B;
}

.pricing-table-wrap table .th-left {
  text-align: left;
  min-width: 215px;
  max-width: 215px;
  font-weight: 600;
  font-size: 24px;
  color: #003e5e;
}

@media only screen and (max-width: 800px) {
  .pricing-table-wrap table .th-left {
    min-width: 120px;
    max-width: 120px;
  }

  .pricing-table-wrap table th {
    padding: 8px 10px;
  }
}

.pricing-table-wrap table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.pricing-table-wrap table tbody td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #d6cfcf;
  font-weight: 400;
  font-size: 20px;
  color: #333;
}

.pricing-table-wrap table tbody td a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #00b7dc;
}

.pricing-table-wrap table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #003e5e;
}

@media only screen and (max-width: 800px) {
  .pricing-table-wrap table thead tr:first-child th:not(.th-left) {
    font-size: 18px;
  }

  .pricing-table-wrap table thead tr:last-child th {
    font-size: 14px;
  }

  .pricing-table-wrap table .th-left {
    font-size: 18px;
  }

  .pricing-table-wrap table tbody td {
    padding: 8px 10px;
    font-size: 16px;
  }

  .pricing-table-wrap table tbody td:first-child {
    font-size: 16px;
  }

  .pricing-table-wrap table tbody td a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 520px) {
  .pricing-table-wrap table tbody td a {
    font-size: 13px;
  }
}

.footer {
  margin-top: -368px;
  padding: 3.6111rem 0;
  background: #003D5B;
  color: #fff;
}

@media only screen and (max-width: 1460px) {
  .footer {
    margin-top: -281px;
  }
}

@media only screen and (max-width: 1022px) {
  .footer {
    margin-top: -403px;
    padding: 2.6111rem 0;
  }
}

@media only screen and (max-width: 800px) {
  .footer {
    margin-top: -491px;
  }
}

@media only screen and (max-width: 520px) {
  .footer {
    margin-top: -750px;
  }
}

.footer .container_full {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1460px) {
  .footer .container_full {
    width: 100%;
  }
}

@media only screen and (max-width: 1022px) {
  .footer .container_full {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 520px) {
  .footer .container_full {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__item {
    max-width: calc(25% - 1.5rem) !important;
  }
}

@media only screen and (max-width: 1022px) {
  .footer__item {
    max-width: calc(33% - 1.5rem) !important;
  }
}

@media only screen and (max-width: 800px) {
  .footer__item {
    max-width: calc(50% - 1.5rem) !important;
  }
}

@media only screen and (max-width: 1460px) {
  .footer__item_logo {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer__item_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 520px) {
  .footer__item_logo {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__item_logo a {
  display: block;
  margin-bottom: 2.1875rem;
}

@media only screen and (max-width: 1460px) {
  .footer__item_logo a {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 520px) {
  .footer__item_logo a {
    margin-bottom: 0.5rem;
  }
}

.footer__item_logo a svg {
  width: 21.5556rem;
  height: 4.5556rem;
}

@media only screen and (max-width: 1460px) {
  .footer__item_logo a svg {
    width: 14.5556rem;
    height: 3.5556rem;
  }
}

.footer__item_menu,
.footer__item_info {
  padding: 0 0.5rem;
}

@media only screen and (max-width: 1460px) {

  .footer__item_menu,
  .footer__item_info {
    padding: 0;
  }
}

.footer__item_menu ul,
.footer__item_info ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__item_menu ul li,
.footer__item_info ul li {
  width: 50%;
  margin-bottom: 0.8333rem;
}

@media only screen and (max-width: 1200px) {

  .footer__item_menu h4,
  .footer__item_info h4 {
    font-size: 1.55rem;
  }
}

@media only screen and (max-width: 520px) {

  .footer__item_menu h4,
  .footer__item_info h4 {
    font-size: 1.35rem;
  }
}

.footer__item_menu a,
.footer__item_info a {
  color: #fff;
  font-size: 1.2222rem;
  font-weight: 100;
}

.footer__item_menu {
  max-width: 13.5556rem;
}

@media only screen and (max-width: 520px) {
  .footer__item_menu {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1460px) {
  .footer__item_menu a {
    font-size: 1rem;
    font-weight: 300;
  }
}

.footer__item_info {
  max-width: 24.6667rem;
}

@media only screen and (max-width: 1460px) {
  .footer__item_info {
    max-width: 20.6667rem;
  }
}

@media only screen and (max-width: 520px) {
  .footer__item_info {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 520px) {
  .footer__item_info li {
    width: 100% !important;
  }
}

.footer__item_info a {
  font-size: 1rem;
  font-weight: 300;
}

.footer__item_sub {
  width: 25.1667rem;
  font-weight: 300;
}

@media only screen and (max-width: 1460px) {
  .footer__item_sub {
    width: 22rem;
  }
}

@media only screen and (max-width: 1022px) {
  .footer__item_sub {
    width: 100%;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__item_sub h4 {
    font-size: 1.55rem;
  }
}

@media only screen and (max-width: 520px) {
  .footer__item_sub h4 {
    font-size: 1.35rem;
  }
}

.footer .social {
  display: flex;
}

.footer .social a svg,
.footer .social a img {
  width: 2.4444rem;
  height: 2.4444rem;
  margin: 0 0.3rem;
}

@media only screen and (max-width: 800px) {

  .footer .social a svg,
  .footer .social a img {
    width: 2rem;
    height: 2rem;
  }
}

.footer .subscribe {
  position: relative;
  background: transparent;
}

.footer .subscribe__input {
  padding: 1.05rem 1.6667rem;
}

@media only screen and (max-width: 800px) {
  .footer .subscribe__input {
    padding: 0.78rem 1.6667rem;
  }
}

.footer .subscribe__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.55rem 1.6667rem;
  background: #FFBA06;
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 1460px) {
  .footer .subscribe__btn {
    padding: 0.8rem 1.6667rem;
    font-size: 1rem;
    font-weight: 300;
  }
}

@media only screen and (max-width: 800px) {
  .footer .subscribe__btn {
    padding: 0.04rem 1.6667rem 0.01rem;
  }
}

.footer .subscribe__btn svg {
  width: 2.3333rem;
  height: 2.3333rem;
}

.footer .button-scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0.5;
  transition: background 0.2s, opacity 0.2s;
}

.footer .button-scroll-top.active {
  display: flex;
}

.footer .button-scroll-top:hover {
  background: #FFBA06;
  opacity: 1;
}

.footer .button-scroll-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
}

@media only screen and (max-width: 520px) {
  .footer .button-scroll-top {
    right: 1rem;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer .button-scroll-top svg {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.copyrite {
  background: #02304A;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.1389rem 0;
  font-weight: 300;
}

@media only screen and (max-width: 520px) {
  .copyrite {
    font-size: 0.8333rem;
  }
}

.copyrite a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-decoration: underline;
}

@media only screen and (max-width: 520px) {
  .copyrite a {
    font-size: 0.8333rem;
  }
}

.copyrite a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.popups {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9999;
  cursor: url("../img/cursor.svg"), auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popups.active {
  opacity: 1;
  visibility: visible;
}

.popups__wrap-inner {
  overflow: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

@media only screen and (max-width: 800px) {
  .popups__wrap-inner {
    max-height: 70vh;
  }
}

@media only screen and (max-width: 520px) {
  .popups__wrap-inner {
    max-height: 60vh;
  }
}

.popups__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  width: 100%;
  max-width: 800px;
  padding: 3.5rem 1.5rem 2rem;
  border: 1px solid #E9E6E6;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  cursor: default;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.popups__container_full {
  max-width: 77.7778rem;
}

@media only screen and (max-width: 800px) {
  .popups__container_full {
    width: 100%;
    max-width: 95%;
  }
}

@media only screen and (max-width: 520px) {
  .popups__container_full {
    max-width: 95%;
  }
}

@media only screen and (max-width: 800px) {
  .popups__container {
    width: 95%;
    max-width: 440px;
  }
}

@media only screen and (max-width: 520px) {
  .popups__container {
    max-width: 340px;
    padding: 3rem 1rem 1rem;
  }
}

.popups__container:hover .popups__close svg {
  transition: 300ms;
  opacity: 1;
}

.popups.active .popups__container {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.popups__close {
  position: fixed;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}

.popups__close svg {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.15;
}

.popups .jet-form-builder__field-wrap:not(.checkradio-wrap) {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popups .jet-form-builder-file-upload__content {
  min-width: 3rem;
  min-height: 3rem;
  border: 1px solid #dadada;
  padding: 5px;
  border-radius: 5px;
}

.popups .jet-form-builder-file-upload__file {
  max-width: 3rem;
  max-height: 3rem;
  margin: 0 auto;
  border: 1px solid #E9E6E6;
  border-radius: 1.1rem;
}

.popups .jet-form-builder__fields-group.checkradio-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.1111rem;
  align-items: center;
}

.popups .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked+span::before {
  background-color: #333 !important;
  border-color: #333 !important;
}

.popups__cf_full_input .wpcf7-form-control-wrap {
  width: 100%;
}

.youtube,
.create-listing,
.create-listing-owner,
.private_plan_year_top,
.private_plan_year_st,
.private_plan_mo_top,
.private_plan_mo_st,
.businesses_plan_year_top,
.businesses_plan_year_st,
.businesses_plan_mo_top,
.businesses_plan_mo_st,
.plan_free,
.start_fleet_migration,
.user_lending_form,
.complaints_form,
.yacht_form,
.book_bm_form {
  display: none;
}

.youtube.active,
.create-listing.active,
.create-listing-owner.active,
.private_plan_year_top.active,
.private_plan_year_st.active,
.private_plan_mo_top.active,
.private_plan_mo_st.active,
.businesses_plan_year_top.active,
.businesses_plan_year_st.active,
.businesses_plan_mo_top.active,
.businesses_plan_mo_st.active,
.plan_free.active,
.start_fleet_migration.active,
.user_lending_form.active,
.complaints_form.active,
.yacht_form.active,
.book_bm_form.active {
  display: block;
}

.youtube iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 800px) {
  .youtube iframe {
    height: 222px;
  }
}

@media only screen and (max-width: 520px) {
  .youtube iframe {
    height: 150px;
  }
}

/* Banner Pricing */
.pricing-offer {
  padding-top: 92px;
  padding-bottom: 50px;
}

.pricing-offer .container {
  padding: 0 0 !important;
  background: #fafafa;
  position: relative;
}

.pricing-offer__label--icon {
  width: 218px;
  height: 285px;
}

.pricing-offer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  background: #fafafa;
  overflow: hidden;
  padding-top: 40px;
  min-height: 380px;
}



.pricing-offer_wrapper_label {
  position: absolute;
  top: -13px;
  left: -23px;
  z-index: 6;

}

.pricing-offer__label--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-offer__label--text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  fill: #fff;
  transform: rotate(320deg);
}

.pricing-offer__content {
  margin-left: 200px;
}



.pricing-offer__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: capitalize;
  color: #ffba06;
}

.pricing-offer__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 30px);
  line-height: 150%;
  text-transform: capitalize;
  color: #003d5b;
}

.pricing-offer__text span {
  background: linear-gradient(331deg, #ce1124 0%, #ff6776 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-offer__button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding-left: 40px;
  padding-bottom: 3%;
}

.pricing-offer__link--migrate {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #333;
  border-radius: 1000px;
  background: #ffba06;

}

.pricing-offer__contact {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 0;
  margin-top: 40px;
}

.pricing-offer__contact a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.pricing-offer__bg.pricing-offer__bg--wave-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pricing-offer__bg.pricing-offer__bg--wave-ligth-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.pricing-offer__decor-item.pricing-offer__decor-item--gift {
  width: clamp(88px, 22vw, 389px);
  height: auto;
  position: absolute;
  bottom: 6%;
  right: 2%;
  z-index: 4;
}

.pricing-offer__decor-item.pricing-offer__decor-item--lifebuoy {
  width: clamp(88px, 22vw, 260px);
  height: auto;
  position: absolute;
  bottom: 31%;
  right: 2%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .pricing-offer__decor-item.pricing-offer__decor-item--lifebuoy {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .pricing-offer {
    padding-top: 68px;
    padding-bottom: 82px;
  }

  .offer__wrapper {
    min-height: 300px;
  }

  .pricing-offer__decor-item.pricing-offer__decor-item--lifebuoy {
    bottom: 15%;
  }

  .pricing-offer__content {
    margin-left: 176px;
    z-index: 10;
  }

  .pricing-offer__button-wrapper {
    padding-bottom: 1%;
  }

  .pricing-offer__link--migrate {
    font-size: 24px;
    padding: 14px;
  }

  .pricing-offer__contact {
    font-size: 16px;
    margin-top: 18px;
  }

}


@media only screen and (max-width: 520px) {
  .pricing-offer {
    padding-top: 42px;
    padding-bottom: 62px;
  }

  .pricing-offer__label--icon {
    width: 168px;
    height: 202px;
  }

  .pricing-offer__wrapper {
    padding-top: 48px;
    min-height: 316px;

  }

  .pricing-offer__wrapper.private-pricing {
    padding-top: 48px;
    min-height: 280px;
  }

  .pricing-offer__content {
    margin-left: 120px;
    margin-bottom: 84px;
  }

  .pricing-offer__title {
    font-size: 24px;
  }

  .pricing-offer__link--migrate {
    font-size: 16px;
    padding: 14px;
  }

  .pricing-offer__contact {
    font-size: 12px;
    margin-top: 32px;
  }

  .pricing-offer__contact a {
    font-size: 12px;
  }

  .pricing-offer__button-wrapper {
    padding-bottom: 1%;
    padding-left: 26px;
  }

  .pricing-offer__decor-item.pricing-offer__decor-item--lifebuoy {
    bottom: 9%;
  }
}

/* Form Migration */

.start_fleet_migration--title {
  font-weight: 500;
  font-size: clamp(24px, 4vw, 44px);
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin-bottom: 28px;
}

.start_fleet_migration_field {
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #333;
  opacity: 0.5;
  padding: 18px 40px;
}

.start_fleet_migration_field--message {
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #333;
  opacity: 0.5;
  padding: 18px 40px;
  min-height: 110px;
}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-text-field {
  margin-bottom: 24px;
  padding: 0;
}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-text-field .jet-form-builder__label .jet-form-builder__label-text {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;

}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-textarea-field {
  margin-bottom: 24px;
  padding: 0;
}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-textarea-field .jet-form-builder__label .jet-form-builder__label-text {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

.start_fleet_migration_drag_drop--container {
  border: 2px dashed #d9d9d9;
  border-radius: 20px;
  background: #fafafa;
  padding: 42px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.start_fleet_migration_drag_drop--container.drag-over {
  border-color: #5B9BD5;
  background: #EBF2FA;
}

.drag-drop-selected-file {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  color: #5B9BD5;
  font-weight: 500;
  word-break: break-all;
  text-align: center;
}

.drag-drop-selected-file__remove {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.drag-drop-selected-file__remove:hover {
  background: #e05555;
}

/* Hide native JetFormBuilder upload UI — replaced by custom drag-drop box */
.start_fleet_migration .field-type-media-field>.jet-form-builder__label,
.start_fleet_migration .field-type-media-field>.jet-form-builder__desc,
.start_fleet_migration .jet-form-builder-file-upload__message,
.start_fleet_migration .jet-form-builder-file-upload__loader,
.start_fleet_migration .jet-form-builder-file-upload__content {
  display: none;
}

.start_fleet_migration .jet-form-builder-file-upload__fields {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.start_fleet_migration_drag_drop--title {
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 26px);
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

.start_fleet_migration_drag_drop--text {
  font-weight: 600;
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 160%;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}


.start_fleet_migration .start_fleet_migration_button--submit {
  margin: auto;
  border-radius: 50px;
  padding: clamp(12px, 1.4vw, 20px) clamp(24px, 3vw, 42px);
  font-weight: 500;
  font-size: clamp(13px, 1.3vw, 16px);
  text-transform: uppercase;
  text-align: center;
  color: #333;
  background: #ffba06;
  border: none;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .start_fleet_migration_drag_drop--container {
    padding: 20px 16px;
  }

  .start_fleet_migration_field {
    padding: 12px 16px;
  }

  .start_fleet_migration_field--message {
    padding: 12px 16px;
    min-height: 80px;
  }

  .start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-text-field,
  .start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-textarea-field {
    margin-bottom: 12px;
  }

  .start_fleet_migration_button--submit {
    width: 100%;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .start_fleet_migration--title {
    margin-bottom: 16px;
  }
}
/* CBNB Fleet Migration popup fix */
.cbnb-popup-open{overflow:hidden}.cbnb-fleet-migration-success{text-align:center;padding:2.4rem 1.6rem;border-radius:1.25rem;background:#fff}.cbnb-fleet-migration-success h3{margin:0 0 .8rem;font-size:2rem;line-height:1.2;color:#003D5B}.cbnb-fleet-migration-success p{margin:0 auto 1.4rem;max-width:32rem;color:#333}.cbnb-fleet-migration-success__close{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;min-height:3rem;padding:.75rem 1.5rem;border:0;border-radius:999px;background:#ffba06;color:#1f1f1f;font-weight:600;cursor:pointer}.cbnb-fleet-migration-success__close:hover,.cbnb-fleet-migration-success__close:focus{filter:brightness(.95)}.start_fleet_migration .drag-drop-selected-file__name{word-break:break-word}.pricing-offer__link--migrate{cursor:pointer}

/* CBNB Fleet Migration popup fix */
.cbnb-popup-open{overflow:hidden}.cbnb-fleet-migration-success{text-align:center;padding:2.4rem 1.6rem;border-radius:1.25rem;background:#fff}.cbnb-fleet-migration-success h3{margin:0 0 .8rem;font-size:2rem;line-height:1.2;color:#003D5B}.cbnb-fleet-migration-success p{margin:0 auto 1.4rem;max-width:32rem;color:#333}.cbnb-fleet-migration-success__close{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;min-height:3rem;padding:.75rem 1.5rem;border:0;border-radius:999px;background:#ffba06;color:#1f1f1f;font-weight:600;cursor:pointer}.cbnb-fleet-migration-success__close:hover,.cbnb-fleet-migration-success__close:focus{filter:brightness(.95)}.start_fleet_migration .drag-drop-selected-file__name{word-break:break-word}.pricing-offer__link--migrate{cursor:pointer}

/* Compact Fleet Migration popup */
.popups__container.cbnb-fleet-migration-container {
  max-height: calc(100vh - 24px);
  padding: 2rem 1.5rem 1.25rem;
}

.cbnb-fleet-migration-container .popups__wrap-inner {
  max-height: none;
  overflow: visible;
}

.cbnb-fleet-migration-container .popups__close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 2;
}

.start_fleet_migration--title {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-text-field,
.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-textarea-field {
  margin-bottom: 14px;
}

.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-text-field .jet-form-builder__label .jet-form-builder__label-text,
.start_fleet_migration .jet-fb-form-block form .jet-form-builder-row.field-type-textarea-field .jet-form-builder__label .jet-form-builder__label-text {
  margin-bottom: 6px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.3;
}

.start_fleet_migration_field {
  padding: 12px 20px;
  font-size: clamp(14px, 1.4vw, 16px);
}

.start_fleet_migration_field--message {
  width: 100%;
  min-height: 86px;
  padding: 12px 20px;
  font-size: clamp(14px, 1.4vw, 16px);
}

.start_fleet_migration .field-type-textarea-field .jet-form-builder__field-wrap {
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.start_fleet_migration .cbnb-fleet-migration-message-counter {
  align-self: flex-end;
  margin: 0;
  color: #566278;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
}

.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field {
  margin-bottom: 8px;
  padding: 0;
}

.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field .jet-form-builder__fields-group,
.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field .jet-form-builder__field-wrap,
.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field .jet-form-builder__field-label {
  width: 100%;
}

.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field .jet-form-builder__fields-group {
  grid-template-columns: minmax(0, 1fr) !important;
}

.start_fleet_migration .jet-form-builder-row.field-type-checkbox-field .jet-form-builder__field-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
}

.start_fleet_migration input.start_fleet_migration_consent {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.start_fleet_migration_drag_drop--container {
  padding: 20px 24px;
}

.start_fleet_migration_drag_drop--title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
}

.start_fleet_migration_drag_drop--text {
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.4;
}

.start_fleet_migration .start_fleet_migration_button--submit {
  padding: 12px 32px;
  font-size: 14px;
}

@media only screen and (max-height: 620px), only screen and (max-width: 520px) {
  .popups__container.cbnb-fleet-migration-container {
    max-height: calc(100vh - 16px);
  }

  .cbnb-fleet-migration-container .popups__wrap-inner {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
}
