:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section-1 {
  z-index: 998;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 0 28px -7px #000;
}

.navbar {
  background-color: #fff;
  border-top: 3px red;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px -2px #5c5c5c;
}

.button {
  float: right;
  background-color: #ec1111;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 15px 25px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  transform: skew(-16deg);
  box-shadow: 0 4px 7px -3px #e0afaf;
}

.button:hover {
  background-color: #0893f0;
}

.button.modal-link-1 {
  display: block;
}

.button.popup {
  float: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.body {
  background-color: #0000;
  background-image: url('../images/6876.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  overflow: visible;
}

.video-section-container {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  display: block;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#124d8d26, #124d8d26);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.image {
  float: left;
  margin-top: 0;
  margin-left: 35px;
}

.phone-call {
  float: right;
  display: none;
}

.navmenu {
  float: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.phone-write {
  float: right;
  text-align: left;
  width: auto;
  margin-top: 9px;
  font-size: 1em;
  display: block;
}

.phone-holder {
  float: none;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.info-header-holder {
  float: left;
  text-align: center;
  margin-bottom: 0;
  margin-left: 50px;
  display: block;
}

.phone-text-header {
  float: left;
  color: #0e0e0e;
  text-align: left;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1em;
}

.header-phone-info-text {
  float: none;
  color: #020202;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  font-family: Varela, sans-serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.header-phone-info-text:hover {
  color: red;
  background-color: #0000;
  text-decoration: none;
}

.header-phone-info-text:visited {
  color: #3b3b3b;
}

.image-3 {
  float: left;
  margin-top: -1px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  transform: scale(.8);
}

.image-3:hover {
  transform: scale(1);
}

.image-3:active {
  transform: scale(.89);
}

.navlink-menu {
  font-family: Varela, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  line-height: 1em;
}

.dropdown-toggle {
  float: left;
  color: #252525;
  cursor: pointer;
  border: 1px #000;
  border-right: 1px solid #d3d3d3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-size: 1em;
  line-height: 1em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-toggle:hover {
  color: red;
}

.dropdown-toggle.last {
  border-right-style: none;
  margin-top: 5px;
}

.dropdown-list {
  float: none;
  width: 100%;
  margin-top: 50px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  min-width: 0;
  margin-top: 155px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.test-menu {
  float: none;
  color: #0000;
  background-color: #fff;
  width: 100%;
  max-width: 1400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 60px 100px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-item {
  float: left;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-right: 1px solid #8f8f8f;
  font-family: Varela, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.dropdown-item:hover {
  color: red;
}

.dropdown-item:visited {
  color: #0000;
}

.dropdown-item.w--current {
  color: #000;
}

.dropdown-item.w--current:visited {
  color: #030303;
}

.dropdown-item.last {
  color: #272727;
  border-right-style: none;
}

.dropdown-item.last:hover {
  color: #111;
  font-weight: 700;
}

.dropdown-item.last.w--current:hover {
  color: #000;
}

.menu-container {
  float: none;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: -153px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transform: translate(0);
}

.menu-info-holder {
  color: #646464;
}

.menu-info-markt {
  margin-bottom: 20px;
  margin-left: 20px;
}

.dropdown {
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.back-video-text-holder {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#00000075, #00000075);
  flex: 1;
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.back-video-text-holder.reklama1 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/5657.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.back-video-text {
  color: #fff;
  text-align: center;
  margin-top: 205px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.5em;
}

.arrow-img-holder {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.under-back-video-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Varela, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 2em;
}

.heading-holder, .heading-holder.semja {
  background-color: #0000;
  padding-top: 3%;
  padding-bottom: 2%;
}

.heading-holder.rimo {
  padding-top: 3%;
  padding-bottom: 2%;
}

.heading-holder.pricing {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  padding-top: 3%;
  padding-bottom: 1%;
}

.heading-holder.kontakty {
  background-color: #fff;
}

.simple-heading {
  color: #202020;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.7em;
  line-height: 1.5em;
}

.simple-heading.pricing {
  color: #fff;
  font-size: 2.6em;
}

.under-simple-heading {
  color: #222;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 2em;
  text-decoration: none;
}

.under-simple-heading.pricing {
  color: #fff;
}

.section-5 {
  z-index: 15;
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
}

.section-5.rimo-present {
  box-shadow: none;
  background-color: #eee;
  border-bottom: 5px #ddd;
}

.section-5.pricing {
  background-color: #0000;
  background-image: linear-gradient(#00000078, #00000078);
  padding-bottom: 89px;
}

.section-5.kontakty.sert-pay {
  padding-top: 150px;
  padding-bottom: 40px;
}

.info-block-holder {
  z-index: 20;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0 3%;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.info-block-holder.semja {
  background-color: #fff;
  width: 1200px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.info-block-holder.pricing {
  width: 900px;
  padding-top: 0;
  padding-bottom: 0%;
  display: none;
}

.info-block-holder.about {
  padding-top: 1%;
}

.info-block-holder.sert {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  padding-bottom: 0;
}

.info-block-holder.sert-pay {
  width: 800px;
}

.left-info-block {
  float: left;
  width: 50%;
  min-height: 500px;
  padding-left: 0;
  padding-right: 50px;
}

.left-info-block.home.special {
  float: none;
  background-color: #f7f7f7;
  border-radius: 4px;
  width: 50%;
  min-height: auto;
  margin: 0 auto 50px;
  padding-top: 40px;
  padding-bottom: 11px;
  padding-left: 50px;
}

.right-info-block {
  float: left;
  width: 50%;
  min-height: 500px;
  padding-left: 50px;
  padding-right: 50px;
}

.right-info-block.rimo-info {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.info-block-text {
  color: #3d3d3d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.info-block-text.about {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.info-block-text.special {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
}

.rimo-cart-img {
  border-radius: 4px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 5px 5px 31px -7px #000;
}

.rimo-cart-img.rimo {
  box-shadow: none;
}

.text-block-4 {
  color: #222;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
}

.text-block-4.about {
  margin-top: 96px;
}

.text-block-4.about._1 {
  margin-top: 25px;
}

.text-block-4.about._2 {
  margin-top: 3px;
  font-size: 1.7em;
}

.standart-button {
  text-align: center;
  background-color: #9615ff;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: block;
  transform: skew(-16deg);
  box-shadow: 0 0 0 4px #dabdf1;
}

.standart-button:hover {
  background-color: #9615ff;
  box-shadow: 0 0 24px 9px #d199ff;
}

.standart-button.rimo {
  width: auto;
  margin-top: 20px;
  font-size: 1.5em;
  box-shadow: 0 0 0 4px red;
}

.standart-button.rimo:hover {
  border-color: #383838;
  box-shadow: 0 0 46px -2px #3f3f3f;
}

.standart-button.rimo.modal-link-2 {
  display: none;
  box-shadow: 0 0 0 4px #9615ff;
}

.standart-button.rimo.modal-link-2:hover {
  border-color: #fff;
  box-shadow: 0 0 0 4px #daacff;
}

.standart-button.join {
  width: 271px;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: skew(-16deg)translate(0, -50%);
  box-shadow: 0 0 0 4px #303030;
}

.standart-button.join:hover {
  box-shadow: 0 0 42px 4px #303030;
}

.standart-button.join.popup-join {
  position: relative;
  transform: skew(-16deg);
}

.standart-button.pricing {
  color: #fff;
  background-color: #0b54d4;
  font-size: 1.5em;
  line-height: .6em;
  box-shadow: 0 0 0 3px #d8d8d8;
}

.standart-button.pricing:hover {
  background-color: #555;
  box-shadow: 0 0 0 4px #4e4e4e;
}

.standart-button.pricing.sert {
  color: #fff;
  background-color: #00af54;
}

.standart-button.pricing.sert:hover {
  background-color: #00cc5a;
  box-shadow: 0 0 0 4px #1abe8a;
}

.preimushestva-semja-item {
  float: left;
  background-color: #0000;
  border: 2px #00ee13;
  width: 24.2%;
  min-height: 290px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.preimushestva-semja-holder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.semja-heading {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.7em;
  line-height: 1.3em;
  display: block;
}

.preimushestva-semja-img {
  width: 70px;
  margin: 30px auto 10px;
  display: block;
}

.preimushestva-under-text {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.preimushestva-sep {
  float: left;
  width: 10px;
  min-height: 50px;
  display: block;
}

.semja-gallery-container {
  float: left;
  width: 100%;
  min-height: 50px;
  margin-bottom: 100px;
  display: none;
}

.gallery-semja-item {
  float: left;
  background-color: #0000;
  width: 24.2%;
  min-height: 300px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.pilot-img {
  float: none;
  border-radius: 4px;
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.price-item {
  float: left;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  width: 49%;
  min-height: 511px;
  padding: 0 20px 40px;
  box-shadow: 0 0 0 -1px #fff;
}

.price-item.cert {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.price-item-heading {
  color: #474747;
  text-align: center;
  background-color: #ff494900;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 2.3em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8em;
}

.price-item-heading.sert {
  margin-bottom: 16px;
  font-size: 1.8em;
  line-height: 1.4em;
}

.price-item-img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-item-img.sert {
  border-radius: 12px;
  width: 47%;
  margin-top: 1px;
  margin-bottom: 25px;
}

.price-item-description {
  float: none;
  color: #585858;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.price-item-description.sert {
  color: #000;
  background-color: #eee;
  border-radius: 500px;
  padding-top: 0;
  padding-bottom: 7px;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.6em;
  display: none;
}

.price-item-description.sert-desc {
  font-weight: 600;
}

.price-item-container {
  width: 100%;
  min-height: auto;
  position: static;
}

.price-item-container._2 {
  margin-bottom: 21px;
}

.price-item-item {
  float: left;
  width: 50%;
  min-height: auto;
}

.kontakty-item {
  float: left;
  background-color: #353535;
  border: 10px solid #fff;
  width: 25%;
  min-height: auto;
}

.kontakty-item.sert-pay {
  width: 49%;
}

.kontakty-item.season {
  display: block;
}

.kontakty-item-heading {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 4px;
  font-size: 2.5em;
  line-height: 1.5em;
}

.kontakty-iem-text {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.kontakty-iem-text.sert-pay {
  margin-top: 40px;
}

.priglashenie-section-container {
  background-color: #fff;
  min-height: 70px;
  padding-bottom: 100px;
  position: relative;
}

.footer-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-footer {
  background-color: #353535;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-top: 50px;
  display: flex;
}

.footer-container {
  background-color: #2e2e2e;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.price-item-description-under-bottom {
  text-align: center;
  margin-top: 13px;
}

.bold-text {
  font-style: normal;
  font-weight: 600;
}

.bold-text-2 {
  font-style: normal;
}

.kontakty-button {
  float: none;
  text-align: center;
  background-color: #4ccb5a;
  border-radius: 4px;
  width: 300px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.5em;
  display: block;
}

.kontakty-button.tel {
  color: #1d1d1d;
  background-color: #e2e2e2;
}

.kontakty-button.whatsapp {
  display: none;
}

.kontakty-button.viber {
  background-color: #7b519d;
  display: none;
}

.kontakty-button.instagram {
  background-image: linear-gradient(#7534ff, #7534ff);
  display: none;
}

.kontakty-button.obrat-znovok {
  background-color: #747474;
  display: none;
}

.voprosy-container {
  width: 500px;
  min-height: 30px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bezopasnost-special-block {
  float: right;
  width: 100%;
  min-height: 100px;
  margin: 40px auto 0;
  display: block;
  position: relative;
}

.logo-cont {
  float: left;
  width: 19%;
}

.logo-cont.mobile {
  display: none;
}

.logo-cont.desktop {
  width: 18%;
  margin-left: 0;
}

.nav-cont {
  float: left;
  width: 57%;
  margin-top: 4px;
}

.modal-form-container {
  max-width: 250px;
  margin: 23px auto 30px;
  display: block;
}

.modal-background-1 {
  z-index: 999;
  background-color: #16161661;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-text {
  color: #050505;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.modal-button {
  cursor: pointer;
  background-color: #ff5c00;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 24px;
  font-size: 2em;
  font-weight: 500;
  display: block;
  box-shadow: 4px 4px 0 -2px #773000;
}

.modal-button.zamer {
  background-color: #31b408;
  border: 1px solid #0eb400;
  width: 300px;
  padding-bottom: 22px;
  box-shadow: 5px 5px 0 -2px #257400;
}

.modal-button.zamer:hover {
  background-color: #269e00;
  border-color: #127f09;
}

.modal-window-1 {
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  max-width: 500px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.modal-field {
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-field.speacial {
  min-height: 50px;
  margin-bottom: 33px;
}

.modal-heading {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 14px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.close-modal-1 {
  float: right;
  cursor: pointer;
}

.modal-background-2 {
  z-index: 999;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-window-2 {
  background-color: #fff;
  border-radius: 4px;
  width: 50%;
  max-width: 500px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.close-modal-2 {
  float: right;
  cursor: pointer;
}

.modal-background-3 {
  z-index: 999;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0;
}

.close-modal-3 {
  float: right;
  cursor: pointer;
}

.modal-window-3 {
  background-color: #fff;
  border-radius: 4px;
  width: 40%;
  max-width: 500px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.modal-background-10 {
  z-index: 1000;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-window-10 {
  background-color: #fff;
  border-radius: 4px;
  width: 40%;
  max-width: 550px;
  margin-top: 123px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.modal-window-10.pay {
  background-color: #fafafa;
  margin-top: 45px;
  padding: 1% 1% 40px;
}

.close-modal-10 {
  float: right;
  cursor: pointer;
}

.modal-fastbuy-h1 {
  float: none;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4em;
  line-height: 1.3em;
}

.fastbuy-container {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 28px;
}

.fastbuy-container.sert-pay {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 20px;
}

.fastbuy-text {
  color: #1b1b1b;
  width: 82%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.fastbuy-form-field {
  border-radius: 4px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fastbuy-form-field.pay {
  min-height: 48px;
  font-size: 1.2em;
}

.oformlenie-zakaza-button {
  border-radius: 4px;
  margin-top: 6px;
  font-size: 2em;
  line-height: 1.5em;
}

.modal-background-5 {
  z-index: 999;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-window-5 {
  background-color: #f4f4f4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: none;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.modal-perezvonite-h1 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
}

.container-perezvonite {
  text-align: center;
}

.perezvonite-form-text {
  color: #888;
  width: 82%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: block;
}

.perezvonite-form-field {
  border-radius: 4px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block.pay {
  width: 400px;
  margin-top: 10px;
}

.link {
  color: #0000;
  background-image: url('../images/logo-dlia-vseu-semiyi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  background-attachment: scroll;
  min-width: 250px;
  min-height: 70px;
  margin-top: 0;
  margin-left: 19px;
  padding-bottom: 0;
  display: block;
}

.link.w--current {
  background-size: contain;
  min-width: auto;
  min-height: 70px;
  margin-left: 0;
}

.sert-link {
  display: none;
}

.modal-text-2 {
  color: #181818;
  text-align: center;
  margin-bottom: 23px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.lightbox-gallery {
  border-radius: 4px;
  width: 180px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.lt-g {
  cursor: pointer;
  border-radius: 4px;
}

.pay-text-under {
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.image-6 {
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}

.body-3 {
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.text-block-11 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.left-block {
  float: left;
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
}

.right-block {
  float: left;
  background-color: #0000;
  flex: none;
  width: 350px;
  max-width: 350px;
  min-height: 100vh;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 50px -18px #000;
}

.zayavka-cont {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  inset: 0;
}

.text-block-12 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.text-block-13 {
  color: #000;
  text-align: left;
  max-width: 312px;
  margin: 20px auto 13px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.text-block-13.custom {
  margin-top: 9px;
  margin-bottom: 7px;
  font-size: .8em;
}

.text-block-14 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #0c60bb;
  width: 100%;
  min-height: 162px;
  padding-top: 69px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
}

.text-block-14.desktop {
  float: none;
  min-height: 0;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-15 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
}

.link-2 {
  color: #000;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.div-block-8 {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.submit-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1281ff;
  border: 1px #000;
  border-radius: 8px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 40px 16px;
  font-size: 1em;
  font-weight: 400;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.submit-button:hover {
  background-color: #036adf;
}

.form {
  float: none;
}

.form-block-2 {
  flex-direction: column;
  width: 285px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 9px;
  display: flex;
}

.field-label {
  margin-top: 10px;
  font-size: .9em;
  font-weight: 500;
}

.field-label.custom {
  font-size: .8em;
}

.div-block-9 {
  background-color: #0000;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  background-color: #f5f5f5;
  border-radius: 4px;
  min-height: 45px;
  padding-top: 10px;
  padding-left: 15px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.text-field:hover {
  background-color: #fff;
  border: 1px solid #757575;
}

.cont-holder {
  z-index: 997;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 350px;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 20px 7px gray;
}

.banner {
  background-image: linear-gradient(#0009, #0009), url('../images/buy_new_car.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  inset: 0;
}

.banner.gold {
  background-image: url('../images/5365433.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  position: absolute;
  inset: 50% 0 0;
  transform: translate(0, -50%);
}

.navbar-holder {
  z-index: 50;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.navbar-holder.mobile {
  display: none;
}

.text-block-19 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}

.div-block-13 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.div-block-14 {
  background-color: #c5c5c5;
  width: 600px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.button-2 {
  float: right;
  text-align: center;
  width: 287px;
  margin-left: auto;
  margin-right: 14px;
  padding: 23px 7px;
  font-size: 1.2em;
  display: block;
}

.div-block-15 {
  float: none;
  width: 626px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.7em;
}

.div-block-16 {
  min-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-17 {
  float: left;
  width: 50%;
  min-height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-21 {
  text-align: center;
  margin-top: 78px;
  font-size: 1.3em;
}

.div-block-18 {
  float: left;
  width: 50%;
  min-height: 50px;
}

.text-block-22 {
  text-align: center;
  margin-top: 8px;
  font-size: 1.2em;
}

.text-block-23 {
  text-align: center;
  font-size: 1.2em;
}

.div-block-19 {
  float: left;
  background-color: #eee;
  border-bottom-left-radius: 6px;
  width: 50%;
  min-height: auto;
  padding: 40px 30px 50px;
  position: relative;
}

.body-4 {
  background-image: url('../images/543fghfg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.text-block-25 {
  color: #000;
  text-align: center;
  text-shadow: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 700;
}

.image-7 {
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.div-block-20 {
  float: left;
  background-color: #eee;
  border-bottom-right-radius: 6px;
  width: 50%;
  min-height: 492px;
  max-height: 492px;
  padding-left: 40px;
  position: relative;
}

.div-block-21 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  width: 400px;
  min-height: 100px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-26 {
  float: right;
  color: #3f3f3f;
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 15px 40px;
  font-size: 1em;
  font-style: italic;
}

.text-block-27 {
  float: right;
  color: #3f3f3f;
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 15px 40px;
  font-size: 1em;
  font-style: italic;
  line-height: .9em;
}

.div-block-22 {
  border: 4px #27190c;
  border-radius: 6px;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  box-shadow: 0 0 20px -1px #000;
}

.div-block-23 {
  background-color: #ff0909;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 7px;
  display: none;
}

.div-block-24 {
  display: none;
}

.div-block-25 {
  float: left;
  background-color: #fff;
  border-radius: 6px;
  width: 30.4%;
  min-width: 212px;
  min-height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-25:hover {
  box-shadow: none;
  background-color: #fff;
}

.div-block-25._1 {
  border-radius: 6px;
  width: 30.4%;
  padding-top: 33px;
}

.div-block-25._2 {
  padding-top: 28px;
}

.text-block-30 {
  text-align: center;
  border-bottom: 10px #035eff;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-26 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.image-8 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8._1 {
  width: 88px;
  margin-top: 12px;
}

.image-8._1._2 {
  margin-top: 2px;
}

.image-8._2 {
  margin-top: 10px;
}

.image-8._2._3 {
  margin-top: 21px;
}

.image-8._3 {
  width: 56px;
  margin-top: 12px;
}

.image-8._4 {
  width: 54px;
  margin-top: 16px;
}

.image-8._5 {
  margin-top: 9px;
}

.tabs-2 {
  float: none;
  width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: block;
}

.tab-menu1 {
  float: right;
  width: 25%;
}

.tabs-content1 {
  float: left;
  width: 75%;
}

.tab-links {
  color: #fff;
  background-color: #fff;
  border: 5px #fff;
  border-bottom-color: #0c60bb;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  font-weight: 400;
}

.tab-links.w--current {
  color: #fff;
  background-color: #fff;
  border-bottom: 5px #0c60bb;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.div-block-27 {
  color: #2e2e2e;
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 0;
  font-weight: 700;
  display: block;
}

.div-block-27._1 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-27._1._2 {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}

.text-block-42 {
  color: #202020;
  text-align: center;
  background-color: #fff;
  padding: 10px 5px;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.4em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.text-block-42:hover {
  background-color: #fff;
}

.image-9 {
  float: right;
}

.text-block-43 {
  float: left;
  color: #555;
  text-align: right;
  width: 100%;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-29 {
  float: right;
  background-color: #fff;
  border-radius: 2px;
  width: 75%;
  margin-right: 15px;
  padding: 20px;
}

.faq-container {
  float: none;
  margin-bottom: 0;
  display: block;
  position: static;
}

.faq-heading-holder {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  padding: 10px 30px 10px 15px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq-heading-holder:hover {
  background-color: #fff;
}

.faq-heading {
  float: left;
  cursor: pointer;
  margin-top: 3px;
  padding: 16px 20px 16px 10px;
  font-size: 24px;
  font-weight: 600;
}

.faq-text-holder {
  min-height: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.faq-image-holder {
  float: left;
  cursor: pointer;
  margin-top: 2px;
  padding: 10px;
}

.faq-image {
  cursor: pointer;
  width: 32px;
}

.text-block-45 {
  margin-bottom: 10px;
  margin-left: 30px;
  line-height: 1.5em;
  display: block;
  overflow: visible;
}

.div-block-34 {
  width: 800px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-text {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.div-block-35 {
  width: 465px;
  margin: 20px auto 10px;
  display: none;
}

.div-block-36 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-46 {
  text-align: left;
}

.div-block-37 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
}

.nav-link-2 {
  float: none;
  color: #0e0e0e;
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  text-decoration: underline;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-2:hover {
  color: #ff8411;
}

.nav-link-2:focus, .nav-link-2:visited {
  color: #0e0e0e;
}

.nav-menu-2 {
  float: none;
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.container-3 {
  background-color: #0000;
}

.navbar-3 {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: auto;
  padding-top: 35px;
  position: static;
  inset: 0% 0;
}

.link-4 {
  color: #fff;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 8px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.link-4:hover {
  color: #ff8412;
  background-color: #0000;
  border-bottom-color: #ff8412;
}

.link-4._1 {
  display: none;
}

.link-4._1:hover {
  color: #ff8412;
  background-color: #0000;
  border-bottom-color: #ff8412;
}

.link-4._1.last {
  display: none;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-39 {
  padding-top: 23px;
  padding-bottom: 45px;
}

.close-modal-4 {
  float: right;
  cursor: pointer;
}

.div-block-40 {
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-10 {
  float: right;
  width: 200px;
  display: none;
}

.image-11 {
  box-shadow: none;
  border-radius: 4px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-49 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-42 {
  display: none;
}

.button-3 {
  float: right;
  color: #fff;
  background-color: #ec383b;
  border-radius: 4px;
  margin-right: 11px;
  display: none;
}

.div-block-43 {
  float: none;
  width: 80%;
  margin: 45px auto 5px;
}

.section-6 {
  width: auto;
}

.section-7 {
  float: none;
  position: relative;
}

.site-container {
  float: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-12 {
  float: none;
  width: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-4 {
  background-color: #0000;
  min-height: auto;
  padding-top: 20px;
  position: static;
  inset: 0% 0;
}

.tel-obvodka {
  background-color: #fff;
  border: 10px solid #fff;
  border-width: 7px 10px 5px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 2.5em;
}

.bold-text-12 {
  font-size: .8em;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-49 {
  background-color: #fff;
  min-height: 500px;
  padding-top: 0%;
  display: none;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-background-6 {
  z-index: 999;
  background-color: #16161661;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-window-6 {
  z-index: 998;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  max-width: 500px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 1% 3%;
  display: flex;
  position: relative;
}

.modal-heading-3 {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 14px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3em;
}

.link-block {
  z-index: 999;
  flex: none;
  align-items: center;
  width: 190px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.link-block:hover {
  transform: scale(1.1);
}

.image-13 {
  float: left;
  width: 80px;
  display: block;
}

.text-block-50 {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}

.close-modal-6 {
  float: right;
  cursor: pointer;
  border: 20px #fff0;
  flex: none;
  align-self: flex-end;
  font-size: 1em;
  display: block;
}

.regular-checkbox {
  float: none;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.checkbox-label-2 {
  min-height: 1px;
}

.checkbox-field-2 {
  float: left;
  width: auto;
  margin-right: 10px;
  padding-left: 0;
}

.link-6 {
  float: left;
  color: #5a5a5a;
  margin-top: 0;
  margin-left: 0;
  font-size: .8em;
  text-decoration: none;
}

.link-6.modal-link-10 {
  float: none;
  margin-top: -5px;
  margin-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
}

.link-6.modal-link-10:hover {
  color: #3a3a3a;
}

.link-6.modal-link-11.lombard {
  text-decoration: underline;
}

.personal-agreement-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.bold-text-13 {
  margin-top: 8px;
  font-size: 1.4em;
  display: block;
}

.modal-heading-4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
}

.text-block-51 {
  color: #333;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9em;
}

.image-14 {
  width: 45px;
  margin-right: 10px;
}

.modal-link-5 {
  background-color: #00f39e;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-52 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: none;
}

.text-block-53 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.modal-background-4 {
  z-index: 999;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-window-4 {
  background-color: #fff;
  width: 40%;
  max-width: 550px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 1% 40px;
}

.modal-background-11 {
  z-index: 1000;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-window-11 {
  z-index: 1000;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  max-width: 500px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.close-modal-11 {
  float: right;
  cursor: pointer;
  display: block;
}

.close-modal-5 {
  float: right;
  width: 20px;
  display: block;
}

.image-16 {
  float: none;
  border-radius: 4px;
  width: auto;
  display: block;
}

.lightbox-link {
  float: left;
  border-radius: 4px;
  width: 50%;
  display: block;
}

.div-block-50 {
  float: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.div-block-51 {
  float: left;
  width: 10px;
  min-height: 10px;
}

.div-block-52 {
  cursor: pointer;
  background-color: #373737;
  padding: 18px 20px 15px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.div-block-52:hover {
  background-color: #bc1313;
}

.div-block-52.modal-link-promo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fddbff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-52.modal-link-promo:hover {
  background-color: #ffc3df;
}

.text-block-54 {
  color: #000;
  text-align: center;
  margin-right: 10px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-55 {
  font-size: 1.4em;
}

.dropdown-list-2 {
  border-bottom-left-radius: 4px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px #000;
  border-radius: 2px;
  padding: 12px 15px;
  box-shadow: 3px 3px 8px -8px #474747;
}

.dropdown-link {
  color: #262626;
  font-size: 1.2em;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: #e2e2e2;
  border-radius: 2px;
}

.dropdown-link.spec {
  color: #7b7b7b;
  text-decoration: none;
}

.dropdown-toggle-2 {
  margin-right: 0;
  padding: 10px 38px 10px 10px;
  display: block;
}

.dropdown-2 {
  flex: 0 auto;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-56 {
  color: #0a0a0a;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.image-17 {
  box-shadow: none;
  border-radius: 4px;
  width: 50%;
  max-width: none;
  display: block;
}

.div-block-53 {
  justify-content: center;
  align-items: flex-start;
  margin: 25px 20px 20px;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: auto;
  margin-top: 0;
  padding-left: 29px;
  display: flex;
}

.div-block-55 {
  width: 100%;
  margin-top: 0;
}

.text-block-59 {
  color: #000;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2.3em;
}

.red-spec {
  color: #fff;
  text-align: center;
  background-color: #c0f;
  border-radius: 500px;
  min-width: 40px;
  min-height: 40px;
  margin-top: 3px;
  font-size: 1.3em;
  display: inline-block;
}

.div-block-56 {
  margin-top: 19px;
}

.text-block-60 {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin-bottom: 7px;
  padding: 12px 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
}

.spec-head {
  color: #292929;
  font-size: 1.2em;
}

.text-block-61 {
  margin-top: 2px;
  font-weight: 400;
  line-height: 1.4em;
}

.close-modal-15 {
  float: right;
  cursor: pointer;
}

.image-18 {
  margin-right: 5px;
}

.form-block-4 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.email-x {
  display: none;
}

.div-block-57 {
  cursor: pointer;
  background-color: #1c68ff;
  background-image: linear-gradient(#2226, #2226), url('../images/54365464756.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  text-decoration: none;
  transition: all .8s cubic-bezier(.075, .82, .165, 1);
  display: none;
  position: relative;
}

.div-block-57:hover {
  background-color: #1e82f5;
}

.text-block-62 {
  z-index: 2;
  color: #fff;
  font-size: 1.7em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.text-block-63 {
  z-index: 2;
  color: #fff309;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 2.2em;
  text-decoration: none;
  display: none;
  position: relative;
  transform: rotate(-17deg);
}

.image-20 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-21 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-58 {
  width: 100%;
  max-width: 1200px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-59 {
  float: left;
  border: 10px #fff;
  width: 300px;
  min-height: auto;
}

.image-22 {
  display: block;
}

.div-block-60 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-66 {
  color: #ff00b2;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.2em;
  display: none;
}

.text-block-67 {
  color: #dd0101;
  font-size: 1.6em;
}

.text-block-68 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3em;
}

.link-block-3 {
  color: #fff;
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/54365464756.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  display: none;
}

.link-block-3:hover {
  color: #ffdea9;
  background-image: linear-gradient(#8d00b82e, #8d00b82e), url('../images/54365464756.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-73 {
  text-align: center;
  font-size: 2.1em;
  text-decoration: none;
}

.link-block-4 {
  color: #ff4d00;
  background-color: #fff;
  background-image: url('../images/53565756.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  text-decoration: none;
  display: none;
}

.text-block-74 {
  margin-top: 2px;
  font-size: 1.9em;
  text-decoration: none;
}

.div-block-66 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 40px 30px;
  display: none;
}

.text-block-75 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

.text-block-76 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  display: none;
}

.link-block-5 {
  cursor: pointer;
  width: 50px;
  min-height: 50px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: none;
}

.link-block-5:hover {
  transform: scale(1.1);
}

.text-block-77 {
  color: #c5c5c5;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 8px;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.image-26 {
  width: 50px;
  min-width: 50px;
  display: none;
}

.div-block-67 {
  cursor: pointer;
  background-image: linear-gradient(red, red);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  text-decoration: none;
  transition: all .9s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: relative;
}

.div-block-67:hover {
  background-image: linear-gradient(#ff2e2e, #ff2e2e);
}

.image-27 {
  width: 400px;
  margin-top: -51px;
  margin-left: -47px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-28 {
  width: 400px;
  margin-top: -31px;
  margin-left: 63px;
  margin-right: -45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  text-decoration: none;
}

.text-block-79 {
  margin-top: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-68 {
  max-width: 320px;
  margin-left: 35px;
  font-weight: 600;
}

.prov {
  border-radius: 4px;
  width: 50px;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-69 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 11px;
  display: flex;
}

.text-block-80 {
  margin-top: 1px;
  font-size: 16px;
}

.modal-view {
  background-color: #e7e7e7;
  border-radius: 4px;
  max-width: 600px;
  min-height: 500px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
  padding-bottom: 40px;
}

.modal-view-wrapper {
  padding-top: 72px;
}

.modal-form-holder {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

._1111 {
  margin-top: 9px;
}

.text-block-81 {
  margin-bottom: 20px;
}

.btn {
  border-radius: 4px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-7 {
  text-align: center;
  width: 100%;
  margin-top: 14px;
  display: block;
}

.text-block-82 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.admin-view {
  background-color: #dbdbdb;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-70 {
  width: 600px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-83 {
  margin-bottom: 15px;
}

.booking-wrapper {
  background-color: #fff;
  width: 600px;
  min-height: 300px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.booking-today-holder {
  background-color: #fda5a5;
}

.booking-today-holder.open {
  background-color: #fff;
}

.booking-next-holder {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-container-2 {
  float: none;
  margin-bottom: 15px;
  display: block;
  position: static;
}

.bth-panel {
  color: #fff;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 4px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 400px;
  margin-bottom: 10px;
  padding: 15px 30px 17px 29px;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq-heading-2 {
  float: left;
  color: #000;
  cursor: pointer;
  flex: 1;
  align-self: center;
  margin-top: 3px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 19px;
  font-weight: 700;
}

.faq-image-holder-2 {
  float: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 4px;
  display: flex;
}

.text-block-351 {
  color: #000;
  text-align: center;
  background-color: #8a8a8a;
  border-radius: 50px;
  width: 40px;
  min-height: 40px;
  margin-right: 13px;
  padding-top: 4px;
  padding-left: 3px;
  padding-right: 1px;
  font-size: 25px;
  box-shadow: 2px 2px 7px -3px #9c9c9c;
}

.text-block-351.open {
  background-color: #00ca5b;
}

.faq-text-holder-2 {
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.div-block-71 {
  text-align: right;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  text-align: right;
  background-color: #0070b1;
  border-radius: 4px;
  padding: 10px 20px;
}

.bth-item-car-type {
  border: 1px solid #000;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 21px 10px 10px;
  display: flex;
}

.div-block-72 {
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.div-block-73 {
  background-color: #eee;
  border-radius: 4px;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.text-block-352 {
  color: #4b4b4b;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-353 {
  float: left;
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 12px 6px 15px;
  font-size: 16px;
  font-weight: 700;
}

.modal-background-4-2 {
  z-index: 3;
  background-color: #16161661;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-window-12 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 40%;
  max-width: 400px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.close-modal-4 {
  float: right;
  width: 25px;
}

.image-29 {
  float: right;
  object-fit: fill;
  width: 30px;
}

.background-video-5 {
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}

.div-block-75 {
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}

.div-block-76 {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: 15px;
  padding: 5px 20px;
  display: block;
}

.link-8 {
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  display: block;
}

.body-5 {
  font-size: 16px;
}

.div-block-77 {
  align-items: flex-start;
  width: 100%;
  min-height: 2000px;
  margin-top: 173px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-block-357 {
  text-align: center;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 5px;
}

.text-block-357:hover {
  color: #fff;
  background-color: #000;
}

.text-block-357.booked {
  color: #fff;
  background-color: #00aa36;
}

.times_block {
  width: 200px;
  margin-right: 10px;
}

.div-block-80 {
  z-index: 999;
  background-color: #ececec;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.link-9 {
  color: #fff;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 4px;
  align-items: flex-start;
  width: 200px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.div-block-82 {
  align-items: center;
  display: flex;
}

.div-block-83 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-85 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.div-block-86 {
  display: flex;
}

.text-block-359 {
  color: #919191;
  margin-right: 14px;
}

.dropdown-4 {
  background-color: #dbdbdb;
  flex: 0 auto;
  width: 171px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-87 {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7px;
  display: block;
}

.image-30 {
  width: 180px;
}

.container-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 150px;
  padding-right: 90px;
  display: flex;
}

.body-6 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.nav-link-3 {
  color: #474747;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  padding: 6px 12px 4px;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link-3:hover {
  color: #9c9c9c;
}

.nav-link-3.last {
  border-right-style: none;
}

.navbar-5 {
  background-color: #0000;
  margin-top: 26px;
  position: relative;
  inset: 0% 0% auto;
}

.brand {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 0;
}

.nav-menu-3 {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border: 5px #2ed2ff;
  border-radius: 6px;
  margin-top: -31px;
  margin-bottom: 50px;
  padding: 18px 20px;
  font-size: 13px;
}

.div-block-89 {
  background-image: url('../images/fotolia_50481545_subscription_xl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 1200px;
  min-height: 100vh;
  padding-top: 15px;
  position: relative;
}

.section-9 {
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-90 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-2 {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-top: 45px;
  margin-bottom: 12px;
  font-size: 31px;
}

.div-block-91 {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.text-block-360 {
  float: left;
  flex: 1;
  max-width: 450px;
}

.div-block-92 {
  border: 3px solid #2ed2ff;
  border-radius: 20px;
  width: 60px;
}

.div-block-93 {
  flex: none;
  margin-bottom: 4px;
  margin-right: 30px;
  display: block;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 675px;
  margin-top: 20px;
  display: flex;
}

.lightbox-link-2 {
  border-radius: 20px;
  width: 22%;
}

.lightbox-link-2.osnovnaya {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
}

.image-34 {
  border-radius: 20px;
  width: 100%;
}

.tabs-menu-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  display: flex;
}

.div-block-218 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-top: 35px;
  margin-bottom: 0;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
  padding: 15px 40px 13px;
  font-size: 15px;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.tab-link-tab-1-2:hover {
  background-color: #dadada;
}

.tab-link-tab-1-2:active {
  transform: scale(.95);
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #2ed2ff;
  border-style: none;
  border-color: #838383;
  border-radius: 4px;
  margin-right: 10px;
  padding: 15px 40px 13px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.tab-link-tab-1-2.w--current:active {
  transform: scale(.95);
}

.div-block-220 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-157 {
  flex: 1;
  width: 100%;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.tab-pane-tab-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2 {
  border: 1px #838383;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 15px 35px 13px;
  font-size: 20px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.tab-link-tab-2:hover {
  background-color: #dadada;
}

.tab-link-tab-2:active {
  transform: scale(.95);
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #2ed2ff;
  border: 1px #838383;
}

.div-block-221 {
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-221.last {
  border-bottom-style: none;
}

.tab-pane-tab-1-2 {
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-35 {
  margin-right: 10px;
  display: none;
}

.text-block-159 {
  background-color: #fff;
  margin-left: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tabs-3 {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-block-363 {
  font-size: 18px;
  font-weight: 500;
  position: static;
}

.div-block-227 {
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.div-block-229 {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-364 {
  font-size: 12px;
  font-weight: 700;
}

.div-block-230 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 1px;
  padding-top: 26px;
  padding-bottom: 21px;
  display: flex;
}

._133 {
  color: #464646;
}

.text-block-365 {
  margin-top: 40px;
}

.text-block-366 {
  margin-top: 10px;
}

.html-embed-3 {
  margin-top: 40px;
}

.div-block-232 {
  background-color: #e7e7e7;
  min-height: auto;
  padding: 80px 40px 100px;
}

.div-block-232.contacts {
  background-color: #fff;
  width: 100%;
  padding: 0;
  position: static;
}

.div-block-233 {
  width: 4%;
}

.table {
  padding-left: 0;
}

.div-block-241 {
  float: left;
  background-color: #0000;
  border-top-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.div-block-242 {
  background-color: #9c9898;
  border-radius: 6px;
  width: 100%;
  min-height: 200px;
}

.div-block-243 {
  float: left;
  background-color: #f5f5f5;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.div-block-243.proba {
  background-color: #d8d8d8;
  width: 100%;
}

.div-block-243.proba.first {
  border-top: 1px solid #b6b6b6;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 51px;
}

.div-block-244 {
  border: 1px #000;
  flex-direction: column;
  width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-245 {
  float: left;
  background-color: #ff0004;
  border-right: 1px solid #afafaf;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  display: flex;
}

.div-block-245.last {
  background-color: #0000004d;
  border-right-style: none;
  border-top-right-radius: 6px;
}

.div-block-246 {
  border-bottom-left-radius: 6px;
  align-items: flex-start;
  display: flex;
}

.div-block-247 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  display: flex;
}

.div-block-248 {
  background-color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 500px;
  margin-top: 50px;
}

.text-block-369 {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.text-block-369.bold {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-369.bold.black {
  color: #000;
}

.div-block-249 {
  border-bottom: 1px solid #b6b6b6;
  border-right: 1px #b6b6b6;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-249.last {
  border-bottom-style: none;
}

.div-block-250 {
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.div-block-250.w {
  background-color: #fff;
}

.body-7 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.div-block-253 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-374 {
  color: #110f0f;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.image-37 {
  margin-right: 18px;
  padding-top: 6px;
}

.text-block-375 {
  color: #000;
  text-decoration: none;
}

.div-block-259 {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 35px;
  font-weight: 400;
  display: flex;
}

.div-block-260 {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin-bottom: 35px;
  position: relative;
}

.div-block-261 {
  width: 100%;
  max-width: 800px;
  padding-bottom: 20px;
}

.text-block-376 {
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.text-block-377 {
  z-index: 10;
  color: var(--white);
  background-color: #303030;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 12px 27px 13px 29px;
  font-size: 19px;
  font-weight: 600;
}

.slide-2 {
  background-image: url('../images/1111111.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider-2, .mask {
  min-height: 500px;
}

.slide-4 {
  background-image: url('../images/5478908.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2 {
  margin-bottom: 20px;
}

.div-block-263 {
  padding: 30px 20px 35px 40px;
}

.text-block-378 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 1.4;
}

.link-10 {
  margin-bottom: 22px;
  display: block;
}

.div-block-264 {
  z-index: 10;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.text-block-379 {
  float: left;
  color: #fff;
  background-color: #00ca00ed;
  border-radius: 6px;
  padding: 9px 22px;
  font-size: 15px;
  font-weight: 600;
}

.slider-3, .mask-2 {
  min-height: 500px;
}

.slide-nav-3 {
  margin-bottom: 20px;
}

.slide-5 {
  background-image: url('../images/22222111.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/22222.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/22223222.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-380 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.html-embed-4 {
  margin-top: 14px;
}

.slide-8 {
  background-image: url('../images/1111111_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-384 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-265 {
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-385 {
  color: #fff;
  font-size: 14px;
}

.link-11 {
  color: #fff;
}

.link-block-6 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.slide-9 {
  background-image: url('../images/547567.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/SA_02.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-11 {
  background-image: url('../images/photo_2024-01-04_17-34-41.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/N_01.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider-4, .slider-5, .slider-6, .slider-7, .slider-8, .slider-9, .slider-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/N_02.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-14 {
  background-image: url('../images/N_03.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/5476867.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-16 {
  background-image: url('../images/N_04.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-17 {
  background-image: url('../images/N_05.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider-11, .mask-3 {
  min-height: 500px;
}

.slide-nav-4 {
  margin-bottom: 20px;
}

.slide-18 {
  background-image: url('../images/GL_01.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-19, .slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-21 {
  background-image: url('../images/112.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.slide-23 {
  background-image: url('../images/113.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-24 {
  background-image: url('../images/114.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-12 {
  display: block;
}

.div-block-266 {
  margin-bottom: 16px;
  display: block;
}

.div-block-267 {
  display: flex;
}

.text-block-386 {
  margin-left: 7px;
}

.link-13 {
  margin-bottom: 1px;
  display: block;
}

.div-block-268 {
  justify-content: space-between;
  display: flex;
}

.div-block-32 {
  margin-top: 61px;
  margin-left: 37px;
}

.table-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-390 {
  text-align: center;
  margin-top: 8px;
  font-size: .9em;
}

.text-block-390.cyfra {
  margin-top: 17px;
  font-size: .9em;
  font-weight: 600;
}

.text-block-390.cyfra._1 {
  font-size: .9em;
  font-weight: 700;
}

.text-block-390.bold {
  color: #1f1f1f;
  margin-top: 0;
  font-size: .8em;
  font-weight: 700;
}

.div-block-269 {
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  border-bottom-style: none;
  width: 100%;
  min-height: 50px;
}

.div-block-269.last {
  border-right-style: none;
}

.div-block-269.proba {
  background-color: #d8d8d8;
  width: 100%;
}

.div-block-269.proba.first {
  border-left-style: none;
  border-bottom-left-radius: 6px;
}

.div-block-270 {
  color: #2e2e2e;
  background-color: #fff;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 0;
  font-weight: 700;
  display: block;
}

.div-block-270._1 {
  background-color: #fff0;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-271 {
  float: left;
  background-color: #494949;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  min-height: 50px;
}

.div-block-272 {
  align-items: flex-start;
  display: flex;
}

.banner-2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-273 {
  float: left;
  background-color: #313131;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.div-block-274 {
  background-color: #9c9898;
  width: 100%;
  min-height: 200px;
}

.div-block-275 {
  float: left;
  background-color: #dbdbdb;
  border-right: 1px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  display: flex;
}

.div-block-275.last {
  border-right-style: none;
}

.div-block-276 {
  background-color: #e7e7e7;
  min-width: 300px;
  min-height: 200px;
}

.div-block-33 {
  float: left;
  width: 75px;
  min-height: 5px;
}

.div-block-30 {
  width: 750px;
  margin: 20px auto 40px;
  display: block;
}

.text-block-40 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.div-block-277 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-278 {
  border: 1px #000;
  flex-direction: column;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-31 {
  background-color: #f3f3f3;
  border-radius: 500px;
  margin: 10px;
  position: absolute;
  inset: 0;
}

.text-block-391 {
  text-align: center;
  margin-top: 40px;
}

.text-block-391.bold {
  color: #fff;
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}

.text-block-392 {
  color: #353333;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block-44 {
  text-align: left;
  font-size: 1.9em;
}

.text-block-393 {
  color: #fff;
  text-align: center;
  margin-top: 17px;
  font-weight: 400;
}

.div-block-279 {
  float: left;
  width: 33.3%;
  min-height: 200px;
}

.div-block-279.s {
  background-color: #b9b9b9;
  background-image: linear-gradient(to right, #ffe844 25%, #bd892c 61%);
  border: 1px #fff;
  border-radius: 500px;
  width: 200px;
  margin-right: 0;
  transition: all .5s;
  position: relative;
  box-shadow: 23px 18px 37px -16px #f1cb00;
}

.div-block-279.s:hover {
  box-shadow: 23px 18px 37px -16px #4469ff;
}

.div-block-279.s._1 {
  background-image: linear-gradient(to right, #ffd056 25%, #bd892c 61%);
  transition: all .5s;
  box-shadow: 23px 18px 37px -16px #ffd056;
}

.div-block-279.s._1:hover {
  box-shadow: 23px 18px 37px -16px #4469ff;
}

.div-block-279.s._2 {
  background-image: linear-gradient(to right, #ffe788 25%, #bd892c 61%);
  box-shadow: 23px 18px 37px -16px #ffe788;
}

.div-block-279.s._2:hover {
  box-shadow: 23px 18px 37px -16px #4469ff;
}

.section-11 {
  display: block;
}

.link-14 {
  color: #333;
  margin-right: 16px;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.body-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #161616;
  background-color: #fff4d385;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.section-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-281 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.image-38 {
  width: 100%;
  margin-bottom: 9px;
}

.logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  display: flex;
}

.container-5 {
  background-color: #0000;
}

.navbar-6 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
}

.nav-link-l {
  cursor: pointer;
  border-right: 1px solid #ebe4e4;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 500;
  transition: all .4s;
}

.nav-link-l:hover {
  background-color: #e7e7e7;
}

.nav-link-l.last {
  border-right-style: none;
}

.messengers-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  display: flex;
}

.image-40 {
  width: 65px;
  margin-right: 6px;
}

.image-41 {
  width: 58px;
}

.icon-4 {
  color: #f07305;
  font-size: 50px;
}

.bold-text-16 {
  color: #000;
  text-transform: none;
  font-size: 21px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.link-15 {
  color: #003ef6;
  cursor: pointer;
  font-size: 23px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-394 {
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
}

.div-block-282 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.link-16 {
  color: #252525;
  text-align: center;
  background-color: #d0ff01;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  display: none;
}

.section-price {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-283 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-bottom: 14px;
  font-size: 43px;
}

.div-block-284 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  margin-top: 39px;
  padding: 23px 25px 20px;
}

.text-block-395 {
  text-align: center;
  font-size: 24px;
}

.div-block-285 {
  width: 400px;
}

.div-block-286 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.text-block-396 {
  flex: 1;
  font-size: 20px;
}

.text-block-397 {
  font-size: 20px;
}

.text-block-398 {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 400;
}

.section-adresa {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-287 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-block-288 {
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-image-holder-3 {
  float: left;
  cursor: pointer;
  margin-top: 2px;
  padding: 10px;
}

.text-block-399 {
  margin-bottom: 7px;
  font-weight: 700;
}

.code-embed {
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-42 {
  border-radius: 10px;
  width: 30px;
  margin-right: 5px;
}

.div-block-289 {
  background-color: #c7e8f6;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 11px;
  display: flex;
}

.text-block-400 {
  margin-top: 2px;
  font-weight: 700;
}

.image-43 {
  width: 40px;
}

.link-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffce1d;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 12px 26px 10px 16px;
  text-decoration: none;
  display: inline-flex;
}

.text-block-401 {
  color: #050505;
  margin-left: 0;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-402 {
  text-align: center;
  width: 100%;
  margin-bottom: 7px;
  font-size: 45px;
  font-weight: 700;
}

.section-about, .section-promo {
  flex-flow: column;
  display: flex;
}

.text-block-403 {
  color: #fff;
  text-align: center;
}

.div-block-291 {
  width: 100%;
  max-width: 600px;
  min-height: 400px;
}

.div-block-292 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-404 {
  text-align: left;
  width: 100%;
  max-width: 380px;
  margin-bottom: 20px;
  font-size: 19px;
}

.text-block-405 {
  width: 100%;
  max-width: 600px;
  font-size: 19px;
}

.form-block-7 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px 20px 60px;
  transition: all .6s;
  display: flex;
}

.form-block-7:hover {
  background-color: #fff;
}

.submit-button-5 {
  cursor: pointer;
  background-color: #7206ff;
  border-radius: 4px;
  padding: 14px 40px 12px;
  font-size: 24px;
  font-weight: 400;
  transition: all .4s;
}

.submit-button-5:active {
  transform: scale(.98);
}

.text-field-4 {
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  min-height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 19px;
  transition: all .4s;
}

.text-field-4:hover {
  background-color: #fff;
}

.form-6 {
  width: 100%;
  max-width: 380px;
}

.text-block-406 {
  width: 100%;
  max-width: 380px;
  margin-bottom: 19px;
  font-size: 19px;
  font-weight: 700;
}

.div-block-293 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-8 {
  transition: all .2s;
}

.link-block-8:active {
  transform: scale(.98);
}

.link-block-9 {
  transition: all .2s;
}

.link-block-9:active {
  transform: scale(.98);
}

.text-block-407 {
  text-align: center;
}

html.w-mod-js [data-ix="arrow-animation"] {
  display: block;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .section-1 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .button {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .container {
    display: block;
  }

  .video-section-container {
    min-height: 530px;
  }

  .background-video {
    height: 69vw;
  }

  .sandwich-icon {
    color: #f30f0f;
    font-size: 2em;
    line-height: 1em;
  }

  .menu-button {
    z-index: 5;
    margin-top: 17px;
    font-size: 1.8em;
    line-height: 1em;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image {
    width: 250px;
    margin-top: 8px;
  }

  .navmenu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    max-height: 100vh;
    margin-top: 110px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 100px 8px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .phone-write {
    text-align: left;
    width: 100%;
    display: none;
  }

  .dropdown-toggle {
    float: none;
    border-right-style: none;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .test-menu {
    background-color: #0000;
    margin-top: 50px;
    padding-bottom: 20px;
  }

  .dropdown-item.last {
    border-right-style: none;
  }

  .menu-container {
    background-color: #0000;
  }

  .back-video-text-holder {
    min-height: 100%;
  }

  .back-video-text {
    margin-top: 168px;
    margin-bottom: 10px;
    font-size: 2.8em;
    line-height: 1.5em;
  }

  .under-back-video-text {
    font-size: 1.6em;
  }

  .heading-holder {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-holder.rimo {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-holder.kontakty {
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .simple-heading, .simple-heading.pricing {
    font-size: 2.4em;
  }

  .section-5.kontakty {
    padding-top: 40px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .info-block-holder {
    width: 100%;
    padding: 0 25px 30px;
    display: block;
    position: relative;
  }

  .info-block-holder.semja {
    width: 100%;
    padding-left: 65px;
  }

  .info-block-holder.pricing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 150px;
    padding-right: 150px;
  }

  .info-block-holder.sert {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-block-holder.sert-pay {
    width: 100%;
  }

  .left-info-block {
    width: 100%;
    min-height: auto;
    padding: 20px 0 0;
  }

  .left-info-block.home.special {
    width: 500px;
    margin-top: 0;
    padding-right: 50px;
  }

  .right-info-block {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .right-info-block.rimo-info {
    float: left;
  }

  .info-block-text {
    margin-top: 0;
  }

  .rimo-cart-img {
    width: 100%;
    position: relative;
    transform: none;
  }

  .rimo-cart-img.rimo {
    width: 100%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .standart-button.join {
    width: 100%;
    font-size: 1.2em;
    transform: skew(-16deg)translate(0, -88%);
  }

  .preimushestva-semja-item {
    width: 46%;
    min-height: 300px;
    margin-bottom: 0;
  }

  .preimushestva-sep {
    width: 25px;
    display: none;
  }

  .gallery-semja-item {
    width: 31%;
    min-height: auto;
    margin-right: 10px;
  }

  .price-item {
    width: 100%;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .price-item-description {
    width: 100%;
  }

  .kontakty-item {
    width: 100%;
    margin-bottom: 39px;
  }

  .kontakty-item.sert-pay, .voprosy-container {
    width: 100%;
  }

  .bezopasnost-special-block {
    margin-bottom: 60px;
  }

  .logo-cont.mobile {
    width: 50%;
    margin-top: 0;
    display: block;
  }

  .logo-cont.desktop {
    width: 40%;
    margin-top: 11px;
    display: none;
  }

  .modal-background-10 {
    display: none;
  }

  .modal-window-10 {
    width: 55%;
  }

  .modal-window-10.pay {
    width: 55%;
    min-width: 420px;
    margin-top: 45px;
    padding-bottom: 25px;
  }

  .modal-fastbuy-h1 {
    font-size: 1.5em;
  }

  .fastbuy-container.sert-pay {
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-background-5 {
    display: none;
  }

  .modal-window-5 {
    width: 52%;
  }

  .link {
    margin-top: 12px;
  }

  .sert-link {
    color: #282828;
    width: 100%;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.6em;
    display: none;
  }

  .lightbox-gallery {
    border: 10px solid #fff;
    width: 233px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-6 {
    margin-bottom: 10px;
  }

  .heading {
    font-weight: 300;
  }

  .text-block-11 {
    line-height: 1.5em;
  }

  .left-block {
    float: none;
    width: 100%;
    min-height: 100vh;
  }

  .right-block {
    float: none;
    width: 100%;
    max-width: none;
    min-height: auto;
    display: none;
    position: relative;
  }

  .zayavka-cont {
    float: none;
    min-height: 0;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
    top: 0%;
    transform: translate(0);
  }

  .text-block-12 {
    font-size: 1.6em;
  }

  .text-block-13.mobile {
    margin-top: 8px;
    font-size: .8em;
  }

  .text-block-14 {
    float: none;
    min-height: 90px;
    padding-top: 30px;
    position: relative;
  }

  .text-block-14.desktop {
    display: block;
  }

  .div-block-8 {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-9 {
    background-color: #ebebeb;
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
  }

  .div-block-9.mobile {
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cont-holder {
    width: 100%;
    max-width: none;
    min-height: auto;
    position: relative;
  }

  .text-block-16 {
    margin-top: 90px;
    font-size: 2.3em;
  }

  .navbar-holder {
    padding-top: 28px;
  }

  .div-block-19 {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .body-4 {
    background-position: 50%;
    background-size: auto;
  }

  .image-7 {
    width: 100%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .div-block-20 {
    width: 100%;
    min-height: 261px;
    padding: 0 50px 33px;
  }

  .div-block-21 {
    margin-top: 30px;
    position: relative;
  }

  .text-block-26, .text-block-27 {
    width: 100%;
  }

  .div-block-22 {
    margin-bottom: 120px;
  }

  .div-block-25, .div-block-25._2 {
    width: 30.4%;
  }

  .div-block-26 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .tabs-2 {
    width: 90%;
  }

  .tab-menu1 {
    width: 25%;
  }

  .tabs-content1 {
    width: 75%;
  }

  .div-block-27._1._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    float: right;
    width: 97%;
  }

  .div-block-34 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .div-block-36, .div-block-37 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-40 {
    display: none;
  }

  .text-block-49 {
    margin-top: 50px;
  }

  .div-block-42 {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: none;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .button-3 {
    margin-right: 0;
  }

  .div-block-43 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .site-container {
    display: block;
  }

  .navbar-4 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-49 {
    min-height: auto;
  }

  .modal-background-6 {
    display: none;
  }

  .modal-window-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-link-5 {
    background-color: #0051f3;
    display: flex;
  }

  .modal-background-4 {
    display: none;
  }

  .modal-window-4.pay {
    width: 65%;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 62%;
    min-height: 495px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-56 {
    margin-bottom: 12px;
    font-size: 1.5em;
  }

  .image-17 {
    width: 100%;
  }

  .div-block-53 {
    margin-top: 0;
    display: block;
  }

  .div-block-54 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-55 {
    margin-top: 14px;
  }

  .text-block-59 {
    font-size: 1.4em;
  }

  .div-block-56 {
    margin-top: 10px;
  }

  .spec-head {
    font-size: 1.1em;
  }

  .div-block-57 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-20, .image-21 {
    display: none;
  }

  .div-block-58 {
    margin-top: 35px;
  }

  .div-block-59 {
    width: 156px;
  }

  .div-block-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4 {
    background-position: 86% 0;
    background-size: cover;
  }

  .image-27 {
    width: 183px;
    margin-top: -9px;
    margin-left: -44px;
  }

  .image-28 {
    width: 183px;
    margin-top: -9px;
  }

  .text-block-78 {
    font-size: 1.3em;
  }

  .booking-next-holder {
    width: 100%;
  }

  .background-video-5 {
    min-height: auto;
  }

  .image-30 {
    width: 160px;
  }

  .container-4 {
    grid-row-gap: 100px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    text-align: center;
    border-right-style: none;
    width: 100%;
    font-weight: 700;
  }

  .navbar-5 {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .brand {
    flex: 1;
  }

  .icon-3 {
    color: #1b1b1b;
    font-size: 41px;
  }

  .nav-menu-3 {
    box-shadow: none;
    background-color: #fff;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 28px;
    padding-bottom: 30px;
    display: block;
  }

  .menu-button-3 {
    color: #e2e2e2;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 2px;
    padding: 16px 14px 12px;
    display: flex;
  }

  .menu-button-3:hover {
    color: #fff;
    background-color: #e2e2e2;
  }

  .menu-button-3.w--open, .menu-button-3.w--open:hover {
    background-color: #e2e2e2;
  }

  .div-block-89 {
    min-height: 70vh;
    padding-top: 2px;
  }

  .div-block-90 {
    width: 100%;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .div-block-91 {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 30px;
  }

  .text-block-360 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .div-block-93 {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-34 {
    width: 100%;
  }

  .div-block-218 {
    margin-bottom: 0;
  }

  .text-block-159 {
    margin-left: 0;
  }

  .div-block-229 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-365, .text-block-366 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-232 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .table {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-241 {
    align-items: center;
  }

  .div-block-244 {
    width: 100%;
  }

  .div-block-248 {
    flex: 0 auto;
    min-width: 0;
  }

  .div-block-250.w {
    padding-left: 5px;
    padding-right: 5px;
  }

  .body-7 {
    font-size: 18px;
    line-height: 1.1;
  }

  .div-block-253 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-37 {
    margin-right: 35px;
  }

  .text-block-375 {
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block-259 {
    padding-top: 20px;
  }

  .div-block-261 {
    padding-left: 20px;
  }

  .text-block-376 {
    font-size: 18px;
  }

  .text-block-379 {
    font-size: 16px;
  }

  .text-block-381, .text-block-382 {
    line-height: 1.4;
  }

  .table-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-270 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-2 {
    width: 100%;
  }

  .div-block-273 {
    align-items: center;
  }

  .div-block-276 {
    flex: 0 auto;
    min-width: 0;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-40 {
    font-size: 1.3em;
  }

  .div-block-278 {
    width: 100%;
  }

  .link-14 {
    width: 100%;
    margin-bottom: 22px;
    font-weight: 700;
    display: block;
  }

  .div-block-281 {
    padding-top: 35px;
  }

  .image-40 {
    width: 55px;
  }

  .image-41 {
    width: 51px;
  }

  .icon-4 {
    color: #202020;
  }

  .bold-text-16 {
    margin-left: 0;
    font-size: 22px;
  }

  .div-block-282 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
  }

  .section-adresa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    margin-top: 40px;
  }

  .div-block-288 {
    width: 100%;
  }

  .section-promo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 0;
  }

  .button {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
  }

  .container {
    padding-right: 20px;
  }

  .video-section-container {
    min-height: 392px;
  }

  .sandwich-icon {
    color: red;
    margin-top: 0;
    font-size: 2em;
    line-height: 1em;
  }

  .menu-button {
    margin-top: 11px;
    font-size: 1.8em;
    line-height: 1em;
  }

  .menu-button.w--open {
    background-color: #0000;
    font-size: 1.8em;
    line-height: 1em;
  }

  .image {
    width: 200px;
    margin-top: 12px;
    margin-left: 20px;
  }

  .navmenu {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-top: 98px;
    padding: 20px 50px 30px;
  }

  .phone-write {
    display: none;
  }

  .dropdown-toggle {
    float: none;
    border-right-style: none;
    width: 100%;
  }

  .back-video-text-holder {
    min-height: 100%;
  }

  .back-video-text {
    margin-top: 141px;
    margin-bottom: 10px;
    font-size: 2.6em;
    line-height: 1.5em;
  }

  .under-back-video-text {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .heading-holder.pricing {
    background-image: linear-gradient(#00000069, #00000069);
  }

  .heading-holder.kontakty {
    width: 100%;
  }

  .simple-heading {
    line-height: 1.5em;
  }

  .under-simple-heading {
    line-height: 1.3em;
  }

  .section-5.pricing {
    background-image: url('../images/4543m.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  .section-5.kontakty {
    padding-left: 75px;
    padding-right: 75px;
  }

  .info-block-holder.semja {
    padding-left: 41px;
    padding-right: 16px;
  }

  .info-block-holder.pricing {
    background-image: linear-gradient(#00000069, #00000069);
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .standart-button.join {
    padding: 15px 5px;
    font-size: .9em;
  }

  .semja-gallery-container {
    min-height: auto;
  }

  .gallery-semja-item {
    width: 31%;
  }

  .bezopasnost-special-block {
    margin-bottom: 60px;
  }

  .modal-background-10 {
    z-index: 9999;
    display: none;
  }

  .modal-window-10 {
    z-index: 5;
    width: 80%;
    margin-top: 40px;
    position: relative;
  }

  .modal-window-10.pay {
    min-width: 420px;
  }

  .modal-background-5 {
    z-index: 99999;
    display: none;
  }

  .modal-window-5 {
    z-index: 9999;
    width: 70%;
    margin-top: 12px;
    position: relative;
  }

  .modal-perezvonite-h1 {
    text-align: center;
    padding-left: 22px;
  }

  .link {
    margin-top: 6px;
  }

  .sert-link {
    color: #282828;
    width: 100%;
    display: block;
  }

  .lightbox-gallery {
    width: 100%;
  }

  .text-block-25 {
    margin-top: 15px;
    font-size: 2em;
  }

  .div-block-20 {
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .text-block-26, .text-block-27 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    display: none;
  }

  .div-block-25 {
    float: none;
    width: 30.4%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-2 {
    width: 100%;
  }

  .tab-menu1 {
    width: 25%;
  }

  .div-block-27._1._2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-42 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-29 {
    width: 95%;
  }

  .faq-image {
    min-width: 32px;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .link-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-38 {
    float: none;
    width: 520px;
  }

  .text-block-49 {
    margin-top: 33px;
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .modal-background-6 {
    display: none;
  }

  .modal-window-6 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-51 {
    max-height: 350px;
    position: relative;
    overflow: auto;
  }

  .modal-background-4 {
    display: none;
  }

  .modal-window-4.pay {
    width: 84%;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 70%;
    min-height: 463px;
    display: block;
  }

  .dropdown-toggle-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .8em;
  }

  .div-block-57 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-62 {
    font-size: 1.6em;
  }

  .div-block-59 {
    width: 208px;
  }

  .text-block-73 {
    font-size: 1.8em;
  }

  .faq-heading-2 {
    align-self: center;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .modal-background-4-2 {
    z-index: 9999;
    display: none;
  }

  .modal-window-12 {
    z-index: 5;
    width: 55%;
    margin-top: 40px;
    position: relative;
  }

  .background-video-5 {
    max-height: 380px;
  }

  .text-block-360 {
    font-size: 16px;
  }

  .div-block-94 {
    margin-top: 0;
  }

  .lightbox-link-2 {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 0;
  }

  .text-block-157 {
    font-size: 16px;
  }

  .tab-link-tab-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-link-tab-2.w--current {
    text-align: center;
    width: 100%;
  }

  .image-35 {
    width: 30px;
    margin-right: 10px;
  }

  .text-block-363 {
    font-size: 16px;
  }

  .div-block-229 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-365, .text-block-366 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-232.contacts {
    display: block;
  }

  .div-block-243 {
    flex: 0 auto;
    min-width: 130px;
  }

  .div-block-243.proba.first {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-245 {
    flex: 0 auto;
    min-width: 130px;
  }

  .div-block-246 {
    padding-left: 20px;
  }

  .div-block-248 {
    flex: 0 auto;
    min-width: 170px;
  }

  .text-block-369 {
    font-size: 13px;
  }

  .div-block-250 {
    min-height: 49px;
  }

  .div-block-253 {
    padding-top: 7px;
    padding-bottom: 20px;
  }

  .text-block-374 {
    text-align: left;
    margin-bottom: 6px;
    font-size: 22px;
  }

  .image-37 {
    width: 70px;
    margin-bottom: 9px;
  }

  .text-block-375 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-259 {
    padding-top: 22px;
  }

  .text-block-376 {
    font-size: 18px;
  }

  .text-block-377 {
    font-size: 21px;
    line-height: 1.3;
  }

  .div-block-263 {
    padding-left: 20px;
  }

  .text-block-386 {
    font-size: 13px;
  }

  .table-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-269 {
    flex: 0 auto;
    min-width: 130px;
  }

  .div-block-270._1 {
    background-color: #f1f1f1;
  }

  .banner-2 {
    background-color: #5c8578;
  }

  .div-block-275 {
    flex: 0 auto;
    min-width: 130px;
  }

  .div-block-276 {
    flex: 0 auto;
    min-width: 170px;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .div-block-279.s {
    margin-bottom: 20px;
  }

  .navbar-6 {
    margin-top: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-link-l {
    color: #111;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
  }

  .nav-link-l.last {
    text-align: center;
  }

  .messengers-container {
    margin-top: 25px;
  }

  .menu-button-4 {
    padding: 10px;
  }

  .nav-menu-4 {
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-price, .section-about {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 2px;
    display: block;
  }

  .button {
    width: 93%;
    margin-top: 15px;
  }

  .button.modal-link-1 {
    margin-bottom: 15px;
  }

  .container {
    text-align: center;
    min-height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 0;
    display: block;
  }

  .body {
    background-image: url('../images/4543m.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .video-section-container {
    background-color: #0000;
    background-image: url('../images/X2uj2UM_qSo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
  }

  .background-video {
    width: 100%;
    height: 100%;
    display: none;
  }

  .sandwich-icon {
    color: #ff0808;
    text-transform: none;
    font-size: 2em;
    line-height: 20px;
  }

  .menu-button {
    margin-top: 5px;
    padding-left: 2px;
    padding-right: 9px;
    font-size: 1.8em;
    line-height: 1em;
  }

  .menu-button.w--open {
    color: #f80a0a;
    background-color: #0000;
    font-size: 1.8em;
    line-height: 1em;
  }

  .image {
    float: none;
    text-align: center;
    width: 200px;
    margin-top: 2px;
    margin-left: 0;
  }

  .phone-call {
    float: left;
    width: 18%;
    min-height: 50px;
    margin-top: 9px;
    margin-left: 8px;
    margin-right: 0;
    display: block;
  }

  .image-2 {
    border-right: 1px solid #d3d3d3;
  }

  .navmenu {
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 78px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .phone-write {
    display: none;
  }

  .dropdown-toggle {
    float: none;
    border-right-style: none;
    width: 100%;
  }

  .test-menu {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item {
    border-right-style: none;
    width: 100%;
    font-size: 1.2em;
  }

  .back-video-text-holder {
    background-color: #00000080;
    background-image: linear-gradient(#0000000d, #0000000d);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .back-video-text {
    float: none;
    clear: both;
    direction: ltr;
    margin-top: 115px;
    margin-bottom: 4px;
    font-size: 2.2em;
    font-style: italic;
    line-height: 1.5em;
    display: block;
    position: relative;
    overflow: visible;
  }

  .arrow-img-holder {
    margin-bottom: 21px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-4 {
    width: 8%;
  }

  .under-back-video-text {
    margin-top: 11px;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .heading-holder {
    padding: 80px 15px 40px;
  }

  .heading-holder.semja {
    background-color: #0000;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-holder.rimo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-holder.pricing {
    background-color: #0000;
    background-image: linear-gradient(#00000069, #00000069);
    padding: 60px 20px 40px;
  }

  .heading-holder.kontakty {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .simple-heading {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 2em;
    line-height: 1.4em;
  }

  .simple-heading.pricing {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .under-simple-heading {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .under-simple-heading.pricing {
    font-size: 1.3em;
  }

  .section-5.pricing {
    background-image: url('../images/4543m.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-5.kontakty {
    margin-bottom: 0;
    padding: 18px 0 0;
  }

  .info-block-holder {
    width: 100%;
    padding: 0 15px 20px;
  }

  .info-block-holder.semja {
    padding: 30px 15px 0;
  }

  .info-block-holder.pricing {
    background-color: #0000;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-block-holder.about {
    padding-top: 0;
  }

  .info-block-holder.sert {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-info-block {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-info-block.home {
    padding-bottom: 0;
  }

  .left-info-block.home.special {
    width: 100%;
    margin-bottom: 0;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-info-block.rimo-info {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .info-block-text {
    font-size: 1.2em;
  }

  .info-block-text.special {
    margin-bottom: 18px;
    font-size: 1.1em;
  }

  .rimo-cart-img {
    width: 100%;
    display: block;
    position: relative;
    transform: none;
  }

  .text-block-4 {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .text-block-4.about._1 {
    margin-top: 5px;
  }

  .text-block-4.about._2 {
    color: #535353;
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .text-block-4._1 {
    font-size: 1.3em;
  }

  .text-block-4._2 {
    font-size: 1.8em;
  }

  .text-block-4.special {
    font-size: 1.5em;
  }

  .standart-button {
    width: 85%;
    font-size: 1.4em;
  }

  .standart-button.rimo {
    box-shadow: 0 0 0 4px #f10000;
  }

  .standart-button.join {
    width: 90%;
    margin-left: 0;
    padding-left: 5px;
    font-size: 1.5em;
    display: block;
    position: absolute;
    transform: skew(-16deg)translate(0, -88%);
  }

  .standart-button.pricing {
    width: 75%;
    font-size: 1.3em;
  }

  .standart-button.pricing.sert {
    margin-top: 15px;
  }

  .standart-button.pricing.sert.modal-link-4 {
    line-height: 1.3em;
  }

  .preimushestva-semja-item {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    min-height: 250px;
    margin-bottom: 0;
  }

  .semja-heading {
    color: #0e0e0e;
    font-size: 1.6em;
  }

  .preimushestva-semja-img {
    color: #fafafa;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .preimushestva-under-text {
    color: #000;
    font-size: 1.1em;
  }

  .preimushestva-sep {
    min-height: 10px;
    display: none;
  }

  .gallery-semja-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pilot-img._1, .pilot-img._5 {
    display: none;
  }

  .price-item-heading {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 2.3em;
    font-weight: 700;
  }

  .price-item-heading.sert {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.3em;
    font-weight: 700;
  }

  .price-item-img.sert {
    width: 90%;
    margin-bottom: 14px;
  }

  .price-item-description {
    width: 100%;
    font-size: 1.1em;
  }

  .price-item-description.sert {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.3em;
  }

  .price-item-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-item-container.sert {
    padding-left: 0;
    padding-right: 0;
  }

  .kontakty-item {
    border-radius: 4px;
    min-height: auto;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .kontakty-item-heading {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    display: block;
  }

  .kontakty-iem-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    display: block;
  }

  .kontakty-img {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .section-last {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 45px;
  }

  .priglashenie-section-container {
    min-height: 0;
    margin-top: 0;
    padding: 0 15px;
  }

  .footer-img {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-footer {
    float: none;
    min-height: 70px;
    padding: 0 20px;
    position: relative;
  }

  .footer-container {
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    font-style: normal;
    line-height: 1.5em;
  }

  .price-item-description-under-bottom {
    font-size: .7em;
  }

  .kontakty-button.tel {
    font-style: normal;
  }

  .kontakty-button.whatsapp, .kontakty-button.viber, .kontakty-button.instagram, .kontakty-button.obrat-znovok {
    font-style: normal;
    display: none;
  }

  .voprosy-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .logo-cont {
    float: right;
    width: 63%;
  }

  .logo-cont.mobile {
    float: left;
    width: 61%;
    margin-top: -10px;
    margin-left: 0;
    display: block;
  }

  .logo-cont.desktop {
    float: left;
    width: 68%;
    display: none;
  }

  .modal-text {
    text-align: center;
    width: 100%;
    margin-bottom: 19px;
    font-size: 1em;
  }

  .modal-button {
    font-size: 1.5em;
    font-weight: 700;
    box-shadow: 4px 4px 0 -2px #924c00;
  }

  .modal-button.zamer {
    width: auto;
  }

  .modal-window-1 {
    border-radius: 0;
    width: auto;
    margin-top: 0;
    padding: 15px;
  }

  .modal-field {
    width: 80%;
  }

  .modal-field.speacial {
    margin-bottom: 15px;
  }

  .modal-heading {
    font-size: 1.5em;
  }

  .modal-background-2 {
    display: none;
  }

  .modal-window-2 {
    width: 98%;
    margin-top: 103px;
    padding: 15px;
  }

  .modal-background-3 {
    display: none;
  }

  .modal-window-3 {
    width: 98%;
    margin-top: 103px;
    padding: 15px;
  }

  .modal-background-10 {
    display: none;
  }

  .modal-window-10 {
    width: 98%;
    padding: 4% 4% 4% 1%;
    display: block;
  }

  .modal-window-10.pay {
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 20px;
    position: absolute;
    inset: 0%;
  }

  .close-modal-10 {
    display: block;
  }

  .modal-fastbuy-h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 1px;
    font-size: 1.3em;
  }

  .fastbuy-container.sert-pay {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .fastbuy-text {
    font-size: .9em;
  }

  .fastbuy-form-field.pay {
    min-height: 40px;
    font-size: 1em;
    font-weight: 400;
  }

  .modal-background-5 {
    z-index: 999;
    display: none;
  }

  .modal-window-5 {
    border-radius: 0;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .modal-perezvonite-h1 {
    padding-left: 0;
  }

  .perezvonite-form-text {
    font-size: .9em;
  }

  .perezvonite-form-field {
    color: #000;
  }

  .form-block.pay {
    width: 100%;
    margin-top: 0;
  }

  .link {
    background-size: 200px;
    min-width: 0;
    min-height: 61px;
    margin-left: 0;
  }

  .link.w--current {
    float: none;
    margin-top: 4px;
  }

  .sert-link {
    color: #282828;
    width: 100%;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.6em;
    text-decoration: underline;
    display: block;
  }

  .modal-text-2 {
    text-align: center;
    width: 100%;
    font-size: .9em;
  }

  .lightbox-gallery {
    float: left;
    border: 10px solid #fff;
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .pay-text-under {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .heading {
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1em;
  }

  .text-block-11 {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
  }

  .right-block {
    display: none;
  }

  .zayavka-cont {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .zayavka-cont.mobile {
    min-height: 450px;
    margin-top: 30px;
    display: block;
    position: relative;
    inset: 0% 0;
    transform: none;
  }

  .text-block-12 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 1.4em;
  }

  .text-block-13 {
    text-align: left;
    margin-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-13.mobile {
    width: 280px;
    max-width: 280px;
    margin-top: 10px;
  }

  .text-block-14.desktop {
    background-color: #0000;
    display: none;
  }

  .text-block-15.mobile {
    margin-bottom: 3px;
  }

  .link-2 {
    margin-top: 15px;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    cursor: pointer;
  }

  .form-block-2 {
    align-items: stretch;
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-2.mobile {
    margin-top: 5px;
  }

  .field-label.mobile {
    margin-top: 0;
  }

  .div-block-9.mobile {
    background-color: #fff;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field {
    min-height: 50px;
    font-size: 1em;
  }

  .text-field.mobile {
    min-height: 35px;
    font-size: .9em;
    line-height: 1.4em;
  }

  .banner {
    z-index: 2;
    min-height: 400px;
  }

  .banner.gold {
    background-image: url('../images/5365433.jpg'), linear-gradient(#38383870, #38383870), url('../images/yuvelirnyie-izdeliya-1.jpg');
    background-position: 50% 100%, 0 0, 0 100%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: cover, auto, auto;
  }

  .text-block-16 {
    z-index: 2;
    margin-top: 0;
    font-size: 1.3em;
    line-height: 1.4em;
    display: none;
    position: relative;
    top: 0%;
  }

  .navbar-holder {
    display: block;
  }

  .navbar-holder.mobile {
    z-index: 4;
    max-height: auto;
    background-color: #0000;
    min-height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .text-block-19 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .div-block-13 {
    padding: 30px 20px;
  }

  .div-block-13._1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-19 {
    min-height: 300px;
    padding: 35px 15px 15px;
  }

  .text-block-25 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.7em;
  }

  .image-7 {
    width: 100%;
    position: relative;
    top: 0%;
  }

  .div-block-20 {
    min-height: 180px;
    max-height: 200px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-26 {
    float: none;
    text-align: left;
    padding: 10px 20px;
    font-size: .9em;
    line-height: .9em;
  }

  .text-block-27 {
    float: none;
    text-align: left;
    padding: 10px 20px;
    font-size: .9em;
  }

  .div-block-22 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px;
  }

  .div-block-24 {
    z-index: 5;
    box-shadow: none;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .link-3 {
    float: none;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .link-3.modal-link-5 {
    background-color: #0c46bb;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
  }

  .div-block-25 {
    float: none;
    box-shadow: none;
    background-color: #fff;
    width: 77%;
    max-width: 180px;
    min-height: 130px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-25._1 {
    background-color: #fff;
    width: 77%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-25._2 {
    box-shadow: none;
    width: 77%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-30 {
    color: #000;
    font-weight: 500;
    line-height: 1.4em;
  }

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 20%;
  }

  .image-8._1 {
    width: 75px;
    margin-top: 0;
  }

  .image-8._2 {
    width: 45px;
  }

  .image-8._3 {
    width: 49px;
    margin-top: 9px;
  }

  .image-8._4, .image-8._5 {
    width: 47px;
  }

  .tab-menu1 {
    width: 35%;
  }

  .tabs-content1 {
    width: 64%;
    margin-right: 0;
  }

  .tab-links {
    background-color: #fff;
    border-right-style: none;
    margin-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-links.w--current {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27._1._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-42 {
    color: #fff;
    background-color: #0c60bb;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .7em;
    font-weight: 600;
    line-height: 1.4em;
  }

  .text-block-42:hover {
    color: #fff;
    background-color: #0c60bb;
  }

  .image-9 {
    display: block;
  }

  .text-block-43 {
    text-align: center;
    margin-top: 20px;
    font-size: .9em;
    line-height: 1.4em;
  }

  .tab-pane-tab-4 {
    width: 100%;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    float: left;
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
    margin-right: 3px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-holder {
    border-style: solid;
    min-width: 0;
  }

  .faq-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }

  .faq-text-holder {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text {
    font-size: .9em;
    line-height: 1.4em;
  }

  .div-block-35 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-46, .text-block-47 {
    font-size: .9em;
  }

  .nav-link-2.mobile {
    color: #0e0e0e;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2.mobile {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-3 {
    background-color: #fff;
  }

  .navbar-3.mobile {
    z-index: 4;
    background-color: #0000;
    min-height: auto;
    padding-bottom: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .link-4 {
    float: none;
    text-align: center;
    border-bottom-width: 1px;
    width: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    font-weight: 500;
    display: block;
    position: static;
  }

  .link-4._1 {
    max-width: 152px;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 5px;
    display: block;
  }

  .div-block-39 {
    padding-top: 0;
    padding-bottom: 173px;
  }

  .text-block-48 {
    float: left;
    color: #313131;
    background-color: #0000;
    margin-top: 5px;
    margin-left: 0;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .icon {
    color: #0f0f0f;
    font-size: 2em;
    font-weight: 500;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    color: #000;
  }

  .image-11 {
    width: 225px;
  }

  .text-block-49 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 1.1em;
  }

  .div-block-42 {
    min-width: 100px;
    max-width: 100px;
  }

  .button-3 {
    float: none;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-43 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tel-obvodka {
    float: none;
    background-color: #0000;
    border-style: none;
    border-width: 1px;
    width: auto;
    margin-left: 3px;
    display: block;
    overflow: visible;
  }

  .bold-text-12 {
    display: none;
  }

  .div-block-49 {
    min-height: auto;
  }

  .modal-background-6 {
    display: none;
  }

  .modal-window-6 {
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 3% 2% 10%;
  }

  .modal-heading-3 {
    font-size: 1.1em;
  }

  .link-block {
    flex-direction: row;
    flex: none;
    align-items: center;
    width: 160px;
    display: flex;
  }

  .image-13 {
    width: 60px;
  }

  .text-block-50 {
    margin-top: 0;
    font-size: .9em;
  }

  .link-6.modal-link-10 {
    text-align: left;
    width: 197px;
  }

  .personal-agreement-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .modal-heading-4 {
    font-size: 1.1em;
  }

  .text-block-51 {
    max-height: 345px;
    overflow: auto;
  }

  .image-14 {
    flex: 0 auto;
    width: 35px;
    margin-right: 10px;
  }

  .modal-link-5 {
    z-index: 998;
    background-color: #0051f3;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 20px 10px;
    text-decoration: none;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-52 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
  }

  .text-block-53 {
    min-height: auto;
    max-height: 300px;
    overflow: auto;
  }

  .modal-background-4 {
    display: none;
  }

  .modal-window-4.pay {
    width: 98%;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 98%;
    min-height: 454px;
    display: block;
  }

  .div-block-52 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-54 {
    font-size: 1.1em;
  }

  .dropdown-list-2.w--open {
    border-radius: 4px;
  }

  .form-3 {
    max-width: 250px;
  }

  .text-block-56 {
    margin-top: 27px;
    font-size: 1.4em;
  }

  .div-block-53 {
    max-height: 70vh;
    overflow: auto;
  }

  .text-block-59 {
    font-size: 1.1em;
    font-weight: 500;
  }

  .red-spec {
    min-width: 34px;
    min-height: 34px;
    font-size: 1.1em;
  }

  .text-block-60 {
    font-size: 1.1em;
  }

  .spec-head, .text-block-61 {
    font-size: 1em;
  }

  .div-block-57 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-62 {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .text-block-63 {
    color: #fff;
  }

  .div-block-59 {
    float: left;
    width: 50%;
  }

  .div-block-60 {
    padding-left: 24px;
    padding-right: 19px;
  }

  .text-block-68 {
    margin-bottom: 12px;
    font-size: 1.6em;
  }

  .link-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-73 {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .link-block-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-74 {
    text-align: center;
    max-width: 200px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .div-block-66 {
    padding-top: 5px;
    padding-bottom: 35px;
  }

  .text-block-75 {
    font-size: 1.1em;
    font-weight: 500;
  }

  .text-block-76 {
    font-size: 1.2em;
  }

  .text-block-77 {
    font-size: 1.5em;
  }

  .div-block-67 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    margin-top: 47px;
    margin-left: -71px;
    display: block;
  }

  .image-28 {
    margin-top: 48px;
    margin-left: -26px;
    margin-right: -70px;
    display: none;
  }

  .text-block-78 {
    text-align: center;
    margin-top: -6px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .text-block-80 {
    font-size: 15px;
  }

  .modal-view {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-view-wrapper {
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1111 {
    border-radius: 4px;
  }

  .text-block-82 {
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: 700;
  }

  .booking-next-holder {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-container-2 {
    margin-bottom: 0;
  }

  .bth-panel {
    border-top-style: solid;
    min-width: 0;
    padding: 3px 20px 4px;
  }

  .faq-heading-2 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .faq-image-holder-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-holder-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-background-4-2 {
    display: none;
  }

  .modal-window-12 {
    width: 93%;
    display: block;
  }

  .background-video-5 {
    max-height: 240px;
  }

  .image-30 {
    width: 130px;
  }

  .nav-link-3 {
    font-size: 18px;
    font-weight: 700;
  }

  .navbar-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-3 {
    margin-top: 3px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 22px 35px 18px;
  }

  .menu-button-3:hover {
    background-color: #fff;
  }

  .div-block-89 {
    background-position: 44%;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 0;
    min-height: 70vh;
  }

  .section-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-90 {
    padding-top: 0;
  }

  .heading-2 {
    margin-top: 35px;
    font-size: 24px;
  }

  .text-block-360 {
    font-size: 14px;
  }

  .div-block-93 {
    margin-bottom: 0;
  }

  .div-block-94 {
    width: 100%;
    max-width: none;
    margin-top: 9px;
  }

  .lightbox-link-2 {
    max-width: 100%;
  }

  .image-34 {
    max-width: none;
  }

  .div-block-218 {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .tab-link-tab-1-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-157 {
    font-size: 18px;
  }

  .tab-pane-tab-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-tab-2.w--current {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-pane-tab-1-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-35 {
    width: 30px;
    margin-right: 8px;
    display: none;
  }

  .text-block-159 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-227 {
    flex-direction: column;
  }

  .div-block-229 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-364 {
    text-align: center;
  }

  .div-block-230 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-365, .text-block-366 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  .div-block-232 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .div-block-244 {
    flex-direction: column;
    display: flex;
  }

  .div-block-246 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-253 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-374 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }

  .image-37 {
    width: 60px;
    margin-right: 0;
  }

  .text-block-375 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-259 {
    padding-top: 0;
  }

  .div-block-261 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .text-block-376 {
    font-size: 14px;
  }

  .text-block-377 {
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
  }

  .slide-2 {
    background-position: 52%;
  }

  .slide-4 {
    background-position: 57%;
  }

  .text-block-378 {
    font-size: 14px;
  }

  .link-10 {
    font-size: 15px;
  }

  .div-block-264 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-block-379 {
    border-radius: 0;
    width: 100%;
  }

  .slide-5 {
    background-position: 39%;
    background-size: cover;
  }

  .slide-7 {
    background-position: 50%;
  }

  .text-block-380 {
    font-size: 18px;
  }

  .text-block-381, .text-block-382, .text-block-383 {
    font-size: 14px;
    line-height: 1.4;
  }

  .text-block-384 {
    text-align: center;
  }

  .div-block-265 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-385 {
    text-align: center;
    line-height: 1.3;
  }

  .link-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .slide-9 {
    background-position: 31%;
  }

  .slide-10 {
    background-position: 36%;
  }

  .slide-11 {
    background-position: 53%;
  }

  .slide-12 {
    background-position: 50%;
  }

  .slide-13 {
    background-position: 0%;
  }

  .slide-15 {
    background-position: 70%;
  }

  .slide-17 {
    background-position: 30%;
  }

  .slide-24 {
    background-position: 50%;
  }

  .link-12 {
    margin-bottom: 3px;
    font-size: 14px;
    display: block;
  }

  .div-block-267 {
    margin-top: 9px;
    margin-bottom: 6px;
    display: block;
  }

  .text-block-386 {
    font-style: italic;
  }

  .text-block-387 {
    margin-bottom: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
  }

  .text-block-388 {
    margin-bottom: 4px;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
  }

  .link-13 {
    font-size: 14px;
  }

  .table-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .div-block-269.last {
    min-width: 145px;
  }

  .div-block-270 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-270._1 {
    background-color: #fff;
    margin-bottom: 0;
  }

  .div-block-271 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 575px;
    display: flex;
  }

  .div-block-275.last {
    min-width: 145px;
  }

  .text-block-40 {
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.4em;
  }

  .div-block-278 {
    flex-direction: column;
    display: flex;
  }

  .div-block-31 {
    transform: skew(0deg, -3deg);
  }

  .text-block-393 {
    margin-top: 0;
  }

  .section-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-281 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-38 {
    width: 337px;
    margin-bottom: 0;
  }

  .logo-container {
    margin-top: 30px;
  }

  .nav-link-l {
    font-size: 22px;
  }

  .messengers-container {
    margin-top: 15px;
  }

  .image-40 {
    width: 61px;
  }

  .image-41 {
    width: 54px;
  }

  .icon-4 {
    color: #6e6e6e;
    font-size: 40px;
  }

  .menu-button-4 {
    border-radius: 4px;
    padding: 10px 10px 10px 11px;
  }

  .menu-button-4.w--open {
    z-index: 300;
    background-color: #ececec;
    border-radius: 4px;
  }

  .nav-menu-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-16 {
    font-size: 19px;
  }

  .text-block-394 {
    font-size: 24px;
  }

  .div-block-282 {
    font-size: 10px;
  }

  .link-16 {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15.5px;
  }

  .section-price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 34px;
  }

  .div-block-284 {
    margin-top: 20px;
    padding: 17px 12px 17px 18px;
  }

  .text-block-395 {
    width: 100%;
    font-size: 16px;
  }

  .text-block-396, .text-block-397 {
    font-size: 18px;
  }

  .text-block-398 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .heading-4 {
    margin-bottom: 23px;
    font-size: 31px;
  }

  .div-block-288 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-399 {
    font-size: 15px;
  }

  .code-embed {
    margin-top: 15px;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-289 {
    padding-right: 10px;
  }

  .text-block-400 {
    font-size: 15px;
    font-weight: 700;
  }

  .text-block-401 {
    font-size: 15px;
  }

  .text-block-402 {
    margin-top: 9px;
    font-size: 37px;
  }

  .text-block-403 {
    font-size: 15px;
  }

  .text-block-404 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .form-block-7 {
    margin-bottom: 0;
    padding: 30px 30px 47px;
  }

  .submit-button-5 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-406 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}


