/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  overflow-x: hidden;
}

/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/**
 * Helper mixins
*/
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1454px;
  }
}

@media (min-width: 1540px) {
  .info-details-wrapper .container {
    width: 1530px;
  }
}

@media (min-width: 1540px) {
  footer .container {
    width: 1500px;
  }
}
@media (min-width: 1760px) {
  footer .container {
    width: 1750px;
  }
}

.form-control:-ms-input-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.form-control:-ms-input-placeholder:active {
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.form-control::-webkit-input-placeholder:active {
  opacity: 1;
}

.form-control::-moz-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.form-control::-moz-placeholder:active {
  opacity: 1;
}

.row-block .form-control:-ms-input-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #1B3E58;
  font-size: 16px;
  opacity: 1;
}
.row-block .form-control:-ms-input-placeholder:active {
  opacity: 1;
}

.row-block .form-control::-webkit-input-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #1B3E58;
  font-size: 16px;
  opacity: 1;
}
.row-block .form-control::-webkit-input-placeholder:active {
  opacity: 1;
}

.row-block .form-control::-moz-placeholder {
  font-family: "Roc Grotesk", sans-serif;
  color: #1B3E58;
  font-size: 16px;
  opacity: 1;
}
.row-block .form-control::-moz-placeholder:active {
  opacity: 1;
}

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
}
header .border-bot {
  opacity: 0.1;
  background: #115182;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header .logo {
  display: block;
  height: 100%;
  transition: 200ms ease-in-out all;
}
@media only screen and (max-width: 600px) {
  header .logo {
    height: 60px;
  }
}
header .logo img {
  width: auto;
  height: 100%;
  transition: 200ms ease-in-out all;
}
header .top-header-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 1750px;
  padding: 24px 10px;
  transition: 200ms ease-in-out all;
}
@media only screen and (max-width: 600px) {
  header .top-header-container {
    padding: 10px;
  }
}
header .icon-close, header div.background, header .icon-menu {
  display: none;
}
header .phone-block .send {
  padding: 14px 164px 14px 29px;
  font-size: 16px;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 1310px) {
  header .phone-block .send {
    padding: 13px 134px 17px 19px;
  }
}
@media only screen and (max-width: 1250px) {
  header .phone-block .send {
    display: none;
  }
}
header .phone-block .send:after {
  margin-top: -2px;
}
@media only screen and (max-width: 1310px) {
  header .phone-block .send:after {
    margin-top: 0;
  }
}
header .phone-block .send:hover {
  color: #ffffff;
  background: #1b3e58;
}
header .phone-block .send:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(51deg) brightness(105%) contrast(105%);
}
@media only screen and (max-width: 1250px) {
  header .contact-phone-mobile .send {
    display: inline-block;
    padding: 13px 140px 17px 20px;
    position: relative;
  }
  header .contact-phone-mobile .send:after {
    margin-top: 0;
    width: 80px;
    top: 17px;
    background-position: right;
  }
  header .contact-phone-mobile:hover:after {
    top: 17px;
  }
}
header .wrapper-main-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1310px) {
  header .wrapper-main-header ul {
    gap: 10px;
  }
}
header .wrapper-main-header ul li .link {
  color: #1b3e58;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
}
header .wrapper-main-header ul li .link:hover {
  opacity: 1;
}
header .wrapper-main-header ul li .link:hover:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background: #1b3e58;
  margin: 22px 0 0 0;
}
@media only screen and (max-width: 1250px) {
  header .wrapper-main-header ul li .link:hover:before {
    content: none;
  }
}
header .wrapper-main-header ul li.current-menu-item .link {
  opacity: 1;
}
header .wrapper-main-header ul li.current-menu-item .link:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background: #1b3e58;
  margin: 22px 0 0 0;
}
@media only screen and (max-width: 1250px) {
  header .wrapper-main-header ul li.current-menu-item .link:before {
    content: none;
  }
}
header .contact-phone-mobile {
  display: none;
}
@media only screen and (max-width: 1250px) {
  header .contact-phone-mobile {
    display: flex;
    justify-content: center;
    width: auto;
    padding-top: 30px;
  }
}
header.is-fixed .top-header-container {
  padding: 10px;
}
header.is-fixed .logo {
  height: 60px;
}
header.is-fixed .logo img {
  width: auto;
  height: 100%;
}

footer {
  padding: 165px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 650px) {
  footer {
    padding: 50px 0 0 0;
  }
}
footer .top-footer {
  align-items: center;
  justify-content: space-between;
}
footer .top-footer .row-footer {
  width: 25%;
}
@media only screen and (max-width: 1400px) {
  footer .top-footer .row-footer {
    width: 33.3%;
    order: 1;
  }
}
@media only screen and (max-width: 750px) {
  footer .top-footer .row-footer {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  footer .top-footer .row-footer {
    width: 100%;
    text-align: center;
  }
  footer .top-footer .row-footer .logo img {
    margin: 0 auto;
  }
}
footer .top-footer .row-footer .addres-link {
  color: #1b3e58;
  font-family: "Roc Grotesk Variable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 162.5% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: block;
  padding: 27px 0 0 50px;
}
footer .top-footer .row-footer .addres-link:before {
  content: "";
  position: absolute;
  width: 13.5px;
  height: 14.5px;
  background: url(../svg/location-pin.svg) center no-repeat;
  margin: 2px 0 0 -24px;
}
footer .top-footer .contact-footer-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  footer .top-footer .contact-footer-mobile {
    margin-top: 20px;
  }
}
footer .top-footer .contact-footer-mobile .social-icon {
  margin: 0 8px;
}
footer .top-footer .contact-footer {
  width: 10%;
}
@media only screen and (max-width: 1400px) {
  footer .top-footer .contact-footer {
    width: 33.3%;
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  footer .top-footer .contact-footer {
    display: none;
  }
}
footer .top-footer .contact-footer .flex-block {
  align-items: center;
  justify-content: flex-end;
}
footer .top-footer .contact-footer .flex-block .social-icon {
  margin: 0 8px;
}
footer .top-footer .contact-footer .flex-block .social-icon:hover {
  opacity: 0.6;
}
footer .top-footer .row-phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 25%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  footer .top-footer .row-phone {
    width: 33.3%;
    order: 2;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  footer .top-footer .row-phone {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  footer .top-footer .row-phone {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
footer .top-footer .row-phone h6 {
  width: 100%;
}
footer .top-footer .row-phone .phone-call {
  color: #1b3e58;
  font-family: "Roc Grotesk Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding-left: 55px;
}
footer .top-footer .row-phone .phone-call:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: #1b3e58 url(../svg/phone-call.svg) center no-repeat;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin: -8px 0 0 -55px;
}
footer .top-footer .row-phone h6 {
  color: #1b3e58;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  letter-spacing: -0.2px;
  padding-bottom: 24px;
}
footer .top-footer .row-footer-list {
  width: 50%;
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 1400px) {
  footer .top-footer .row-footer-list {
    width: 100%;
    order: 4;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1700px) {
  footer .top-footer .row-footer-list {
    padding-left: 0;
  }
}
footer .top-footer .row-footer-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 650px) {
  footer .top-footer .row-footer-list ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  footer .top-footer .row-footer-list ul li {
    margin-bottom: 20px;
    width: 30%;
  }
}
footer .top-footer .row-footer-list ul li a {
  display: block;
  color: #1b3e58;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-right: 35px;
}
footer .top-footer .row-footer-list ul li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  footer .top-footer .row-footer-list ul li a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  footer .top-footer .row-footer-list ul li a {
    margin-right: 0;
    font-size: 12px;
  }
}
footer .top-footer .row-footer-list ul li.current-menu-item a {
  opacity: 1;
}
footer .bottom-footer {
  margin-top: 33px;
}
@media only screen and (max-width: 650px) {
  footer .bottom-footer {
    margin-top: 0;
  }
}
footer .bottom-footer p {
  color: #1b3e58;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  footer .bottom-footer p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer .bottom-footer .left-footer {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .bottom-footer .container {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 550px) {
  footer .bottom-footer .container {
    margin-top: 30px;
  }
}
footer .bottom-footer .container .line-width {
  background: #115182;
  width: 100%;
  height: 1px;
  opacity: 0.1;
}
footer .bottom-footer .container .bottom-footer-flex {
  padding: 62px 0 101px 0;
}
@media only screen and (max-width: 1400px) {
  footer .bottom-footer .container .bottom-footer-flex {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 650px) {
  footer .bottom-footer .container .bottom-footer-flex {
    padding: 30px 0 0 0;
  }
  footer .bottom-footer .container .bottom-footer-flex .left-footer, footer .bottom-footer .container .bottom-footer-flex .right-footer {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
footer .bottom-footer-flex {
  justify-content: space-between;
}

body {
  font-family: "Roc Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1b3e58;
  background: #ffffff;
  margin: 0;
  padding-top: 142px;
}
@media only screen and (max-width: 600px) {
  body {
    padding-top: 80px;
  }
}
body a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif Display", sans-serif;
}

a {
  color: #1b3e58;
  transition: 120ms ease-in-out all;
}
a:hover, a:active {
  color: #3375a6;
}

.flex-block {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

h1 {
  color: #1b3e58;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 135px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -1.35px;
  padding: 27px 0 73px 0;
}
@media only screen and (max-width: 1700px) {
  h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 70px;
    line-height: 75px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 33px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

.send {
  color: #1b3e58;
  text-align: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  background: transparent;
  padding: 20px 247px 19px 27px;
  display: inline-block;
  border-radius: 0px 33.84px 33.84px 0px;
  border: 0.72px solid #1b3e58;
  cursor: pointer;
  transition: 150ms ease-in-out all;
}
.send:after {
  content: "";
  position: absolute;
  width: 150.045px;
  height: 18.323px;
  background: url(../svg/arrow-more-black.svg) no-repeat;
  margin: 3px 0 0 37px;
  transition: 150ms ease-in-out all;
}
@media only screen and (max-width: 650px) {
  .send {
    font-size: 16px;
    padding-right: 200px;
  }
}
.send:hover {
  color: #ffffff;
  background: #1b3e58;
}
.send:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(51deg) brightness(105%) contrast(105%);
  transform: translateX(15px);
}

h2 {
  color: #102e3a;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 50px 0;
  }
}

.insta-wrapper {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
  background: #fffff9;
  padding: 122px 0 0 0;
}
@media only screen and (max-width: 800px) {
  .insta-wrapper {
    padding: 20px 15px 0 15px;
  }
}
.insta-wrapper img {
  width: 20%;
}
.insta-wrapper p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 25px;
  padding-bottom: 38px;
}
.insta-wrapper .send-blue {
  margin: 0 auto 121px;
}
@media only screen and (max-width: 650px) {
  .insta-wrapper .send-blue {
    padding-right: 140px;
  }
  .insta-wrapper .send-blue:after {
    margin-left: 10px;
    background-size: 70% 100%;
  }
}
@media only screen and (max-width: 600px) {
  .insta-wrapper h2 {
    font-size: 22px;
  }
}

.send-blue {
  border: 0.72px solid #1b3e58;
  background: #1b3e58;
  padding: 22px 167px 17px 27px;
  color: #ffffff;
}
.send-blue:after {
  content: "";
  position: absolute;
  height: 25.38px;
  width: 83.586px;
  background: url(../svg/arrow-more.svg) no-repeat;
  margin: 1px 0 0 30px;
}
.send-blue:hover {
  color: #ffffff;
  background: #1b3e58;
}
.send-blue:hover:after {
  transform: translateX(10px);
}

.reviews-wrapper {
  padding-bottom: 200px;
  position: relative;
  padding-top: 150px;
}
@media only screen and (max-width: 1300px) {
  .reviews-wrapper {
    padding: 70px 0;
  }
}
.reviews-wrapper .slide {
  flex-direction: column;
}
.reviews-wrapper h2 {
  padding-bottom: 0;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media only screen and (max-width: 1300px) {
  .reviews-wrapper h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .reviews-wrapper h2 {
    font-size: 30px;
  }
}
.reviews-wrapper p {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  padding-bottom: 30px;
}
.reviews-wrapper .mark-g {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 43px;
  bottom: 38px;
}
.reviews-wrapper .mark-g p {
  padding-bottom: 0;
  color: #115182;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  padding-right: 17px;
}
@media (max-width: 800px) {
  .reviews-wrapper .mark-g {
    position: unset;
    margin-bottom: 10px;
  }
}
.reviews-wrapper .slide {
  position: relative;
}
.reviews-wrapper .slide .quote {
  position: absolute;
  top: 150px;
  right: -37px;
}
@media only screen and (max-width: 550px) {
  .reviews-wrapper .slide .quote {
    display: none;
  }
}
.reviews-wrapper .slide .tittle-user {
  padding-bottom: 20px;
  align-items: center;
}
.reviews-wrapper .slide .tittle-user h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  padding-right: 10px;
}

.menu-all {
  background: #fffff9;
  padding-top: 266px;
}
@media only screen and (max-width: 1024px) {
  .menu-all {
    padding-top: 70px;
  }
}
.menu-all .block-inside {
  display: none;
}
.menu-all .block-inside.active {
  display: block;
  padding-top: 100px;
}
.menu-all .menu-panel {
  padding-bottom: 172px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .menu-all .menu-panel {
    text-align: center;
    padding-bottom: 70px;
  }
}
.menu-all .menu-panel h3 {
  position: relative;
  top: -55px;
  color: #1b3e58;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 204px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.08px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .menu-all .menu-panel h3 {
    position: static;
    padding: 50px 0 0 0;
  }
}
.menu-all .menu-panel h3 strong {
  position: relative;
  left: 60%;
}
@media only screen and (max-width: 1024px) {
  .menu-all .menu-panel h3 strong {
    position: static;
  }
}
@media only screen and (max-width: 1300px) {
  .menu-all .menu-panel h3 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-all .menu-panel h3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .menu-all .menu-panel h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .menu-all .menu-panel h3 {
    font-size: 30px;
  }
}
.menu-all .menu-panel .information-menu {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .menu-all .menu-panel .information-menu {
    width: 100%;
    order: 2;
  }
}
.menu-all .menu-panel .information-menu p {
  padding: 64px 30px 64px 159px;
  color: #1b3e58;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.menu-all .menu-panel .information-menu p strong {
  font-family: "Roc Grotesk Medium", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  .menu-all .menu-panel .information-menu p {
    padding: 30px 30px 50px 0;
  }
}
@media only screen and (max-width: 650px) {
  .menu-all .menu-panel .information-menu p {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-all .menu-panel .information-menu .send {
  margin-left: 159px;
}
@media only screen and (max-width: 1300px) {
  .menu-all .menu-panel .information-menu .send {
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .menu-all .menu-panel .information-menu .send {
    padding-right: 140px;
  }
  .menu-all .menu-panel .information-menu .send:after {
    margin-left: 10px;
    background-size: 70% 100%;
  }
}
.menu-all .menu-panel .information-menu-photo {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .menu-all .menu-panel .information-menu-photo {
    width: 100%;
    justify-content: center;
    order: 1;
  }
}
.menu-all .menu-panel .information-menu-photo img {
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
  max-width: 557px;
  max-height: 809px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .menu-all .menu-panel .information-menu-photo img {
    max-height: 450px;
  }
}
.menu-all .menu-panel .bg-menu {
  position: absolute;
  top: -100px;
  left: 0;
}
.menu-all .panel-first {
  padding-bottom: 228px;
}
@media only screen and (max-width: 1024px) {
  .menu-all .panel-first {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  .menu-all .panel-first .information-menu p {
    padding: 30px 30px 50px 50px;
  }
}
@media only screen and (max-width: 650px) {
  .menu-all .panel-first .information-menu p {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .menu-all .panel-first .information-menu .send {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .menu-all .panel-first .information-menu .send {
    margin-inline: auto;
    padding-right: 140px;
  }
  .menu-all .panel-first .information-menu .send:after {
    margin-left: 10px;
    background-size: 70% 100%;
  }
}
.menu-all .panel-first .bg-menu {
  position: absolute;
  top: -50px;
  right: 0;
  left: auto;
}
.menu-all .panel-first h3 {
  top: -85px;
}
.menu-all .panel-first h3 strong {
  left: -50%;
}
.menu-all .panel-first .information-menu-photo {
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .menu-all .panel-first .information-menu-photo {
    justify-content: center;
  }
}
.menu-all .menu-click {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  padding: 11px 0 12px 0;
  border: 0.5px solid rgba(17, 81, 130, 0.1);
  text-align: center;
  cursor: pointer;
  position: relative;
}
.menu-all .menu-click:after {
  content: url("../svg/arrow.svg");
  margin-left: 10px;
}
.menu-all .menu-click.is-open:after {
  rotate: 180deg;
}

.slider-photo-video {
  background: url(../images/Group4786.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 252px 0 128px 0;
  position: relative;
  padding-left: 254px;
}
@media only screen and (max-width: 1450px) {
  .slider-photo-video {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-photo-video {
    padding: 120px 0px 0px 20px;
  }
}
.slider-photo-video .logo-mini {
  position: absolute;
  top: 230px;
  left: 160px;
  z-index: 2;
}
@media only screen and (max-width: 1450px) {
  .slider-photo-video .logo-mini {
    left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-photo-video .logo-mini {
    display: none;
  }
}
.slider-photo-video .swiper-horizontal {
  padding-bottom: 81px;
}
.slider-photo-video .swiper-slide:nth-child(2n+1) .slide-row {
  position: relative;
  top: 81px;
}
@media only screen and (max-width: 650px) {
  .slider-photo-video .swiper-slide:nth-child(2n+1) .slide-row {
    position: static;
  }
}
.slider-photo-video .swiper-slide .slide-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .slider-photo-video .swiper-slide .slide-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slider-photo-video .swiper-slide .slide-row h6 {
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  padding-top: 47px;
  display: block;
}
.slider-photo-video .swiper-slide .slide-row h6 a {
  color: #ffffff;
}
.slider-photo-video .swiper-slide .slide-row h6 i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 52px;
  width: 67px;
  height: 20px;
}
.slider-photo-video .swiper-slide .slide-row > video,
.slider-photo-video .swiper-slide .slide-row > img,
.slider-photo-video .swiper-slide .slide-row > iframe {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 650px) {
  .slider-photo-video .swiper-slide .slide-row > video,
  .slider-photo-video .swiper-slide .slide-row > img,
  .slider-photo-video .swiper-slide .slide-row > iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) {
  .slider-photo-video .swiper-slide .slide-row img {
    width: 100%;
  }
}

.block-blue {
  background: url(../images/blue.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 134px 0 124px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .block-blue {
    padding: 70px 0;
  }
}
.block-blue p {
  padding-bottom: 80px;
  color: #fffff8;
  text-align: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 650px) {
  .block-blue p {
    font-size: 18px;
    line-height: 25px;
  }
}
.block-blue p strong {
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .block-blue p br {
    display: none;
  }
}
.block-blue .blue-vector {
  background: url(../images/Graphic_elements.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 22.089px;
  width: 100%;
  position: absolute;
  top: -19px;
  left: -5px;
}
.block-blue .blue-vector img {
  width: 100%;
}
.block-blue .send-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.block-blue .send-white:after {
  background: url(../svg/arrow-more-white.svg) no-repeat;
}
.block-blue .send-white:hover:after {
  transform: translateX(10px);
}
@media only screen and (max-width: 650px) {
  .block-blue .send-white {
    padding-right: 140px;
  }
  .block-blue .send-white:after {
    margin-left: 10px;
    background-size: 70% 100%;
  }
}

.info-details-wrapper {
  padding: 176px 0 120px 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .info-details-wrapper {
    padding: 70px 0 120px 0;
  }
}
.info-details-wrapper .info-details {
  width: 50%;
  padding-right: 170px;
}
@media only screen and (max-width: 1200px) {
  .info-details-wrapper .info-details {
    width: 100%;
    padding-right: 0;
  }
}
.info-details-wrapper .info-details h4 {
  font-size: 59.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.1px;
  letter-spacing: -0.598px;
  padding-bottom: 46px;
  padding-top: 15px;
}
@media only screen and (max-width: 650px) {
  .info-details-wrapper .info-details h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.info-details-wrapper .info-details p {
  color: #1b3e58;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.info-details-wrapper .image-apartments {
  position: absolute;
  right: 0;
  top: 176px;
  width: 50%;
  max-width: 980px;
  height: 100%;
  max-height: 640px;
}
@media only screen and (max-width: 1200px) {
  .info-details-wrapper .image-apartments {
    width: 100%;
    height: 400px;
    padding: 30px 0 0 0;
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments {
    max-height: unset;
    aspect-ratio: 1/1;
  }
}
.info-details-wrapper .image-apartments img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-details-wrapper .image-apartments-wid {
  width: 100%;
  padding-top: 185px;
}
@media only screen and (max-width: 1000px) {
  .info-details-wrapper .image-apartments-wid {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments-wid {
    padding-top: 10px;
  }
}
.info-details-wrapper .image-apartments-wid .image-apartments-left {
  width: 50%;
  max-height: 620px;
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-left {
    width: 100%;
    max-height: unset;
    aspect-ratio: 1/1;
  }
}
.info-details-wrapper .image-apartments-wid .image-apartments-left > img {
  width: 100%;
  max-width: 540px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-details-wrapper .image-apartments-wid .image-apartments-right {
  padding-top: 170px;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  max-height: 570px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-right {
    padding-top: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-right {
    padding-left: 0;
    width: 100%;
    max-height: unset;
    aspect-ratio: 1/1;
  }
}
.info-details-wrapper .image-apartments-wid .image-apartments-right > img {
  width: 100%;
  max-width: 560px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px 500px 0 0;
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-right > img {
    margin-top: 10px;
    border-radius: 0;
  }
}
.info-details-wrapper .image-apartments-wid .image-apartments-right .go-down {
  position: absolute;
  left: -55px;
  top: 65%;
}
@media only screen and (max-width: 1300px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-right .go-down {
    top: 110%;
  }
}
@media only screen and (max-width: 600px) {
  .info-details-wrapper .image-apartments-wid .image-apartments-right .go-down {
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-wrapper {
  position: relative;
  padding: 229px 0 280px 0;
}
@media only screen and (max-width: 1300px) {
  .main-wrapper {
    padding: 50px 0;
  }
}
.main-wrapper .image-main-block {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  padding-top: 34px;
}
@media only screen and (max-width: 768px) {
  .main-wrapper .image-main-block {
    height: 400px;
  }
}
.main-wrapper .image-main-block > img {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  max-width: 860px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 400px) {
  .main-wrapper .image-main-block > img {
    margin-top: 40px;
    position: relative;
    z-index: -1;
  }
}
.main-wrapper .image-main-block .block-logo-blue {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  .main-wrapper .image-main-block .block-logo-blue {
    max-width: 150px;
  }
}
@media only screen and (max-width: 400px) {
  .main-wrapper .image-main-block .block-logo-blue {
    display: none;
  }
}
.main-wrapper .image-main-block .block-logo-blue img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 1450px) {
  .main-wrapper .image-main-block {
    width: 50%;
  }
}
@media only screen and (max-width: 1300px) {
  .main-wrapper .image-main-block {
    width: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .main-wrapper .image-main-block {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .main-wrapper .image-main-block {
    width: 55%;
  }
}
.main-wrapper .main-text {
  display: flex;
  align-items: center;
  gap: 33px;
  color: #1b3e58;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.main-wrapper .main-text:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #1b3e58;
}
@media only screen and (max-width: 600px) {
  .main-wrapper .main-tittle {
    margin-bottom: 100px;
    font-size: 60px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 400px) {
  .main-wrapper .main-tittle {
    font-size: 50px;
  }
}

.menu-all-about {
  background: #ffffff;
  padding-bottom: 172px;
}
@media only screen and (max-width: 700px) {
  .menu-all-about {
    padding-bottom: 70px;
  }
}

.gallery-container .flex-block {
  gap: 15px;
}
.gallery-container a {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .gallery-container a {
    max-height: unset;
    height: auto;
  }
}
.gallery-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .gallery-container img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.gallery-container .block-one {
  width: calc(47% - 10px);
  max-height: 655px;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-one {
    max-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-container .block-one {
    width: calc(50% - 8px);
    max-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-one {
    width: 100%;
    max-height: unset;
    height: unset;
  }
}
.gallery-container .block-two {
  width: calc(29% - 10px);
  overflow-y: hidden;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-two {
    max-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-container .block-two {
    width: calc(50% - 8px);
    max-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-two {
    width: 100%;
  }
}
.gallery-container .block-two a:nth-child(1) {
  margin-bottom: 15px;
  max-height: 225px;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-two a:nth-child(1) {
    max-height: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-two a:nth-child(1) {
    max-height: unset;
  }
}
.gallery-container .block-two a:nth-child(2) {
  max-height: 415px;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-two a:nth-child(2) {
    max-height: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-two a:nth-child(2) {
    max-height: unset;
  }
}
.gallery-container .block-three {
  width: calc(24% - 10px);
  overflow-y: hidden;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-three {
    max-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-container .block-three {
    width: calc(50% - 8px);
    max-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-three {
    width: 100%;
    max-height: unset;
  }
}
.gallery-container .block-three:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}
.gallery-container .block-three a:nth-child(1) {
  margin-bottom: 15px;
  max-height: 415px;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-three a:nth-child(1) {
    max-height: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-three a:nth-child(1) {
    max-height: unset;
  }
}
.gallery-container .block-three a:nth-child(2) {
  max-height: 225px;
}
@media only screen and (max-width: 960px) {
  .gallery-container .block-three a:nth-child(2) {
    max-height: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container .block-three a:nth-child(2) {
    max-height: unset;
  }
}

.advantages-wrapper {
  padding: 135px 0 109px 0;
}
@media only screen and (max-width: 1100px) {
  .advantages-wrapper {
    padding: 90px 0 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  .advantages-wrapper {
    padding: 70px 0 35px 0;
  }
}
.advantages-wrapper .flex-block {
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 1500px) {
  .advantages-wrapper .flex-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.advantages-wrapper .flex-block .advantages-row {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .advantages-wrapper .flex-block .advantages-row {
    width: 33.3%;
  }
}
@media only screen and (max-width: 700px) {
  .advantages-wrapper .flex-block .advantages-row {
    width: 50%;
  }
}
.advantages-wrapper .flex-block .advantages-row .triangle-block {
  width: 100px;
  height: 100px;
  margin-inline: auto;
}
.advantages-wrapper .flex-block .advantages-row h6 {
  max-width: 150px;
  margin-inline: auto;
  padding: 34px 0 34px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 600px) {
  .advantages-wrapper .flex-block .advantages-row h6 {
    font-size: 18px;
  }
}

#map {
  height: 635px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #map {
    height: 400px;
  }
}

.map-wrapper {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
}
.map-wrapper h2 {
  font-size: 96px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  padding-bottom: 41px;
}
@media only screen and (max-width: 1100px) {
  .map-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .map-wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .map-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.map-wrapper h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.48px;
  text-align: center;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 800px) {
  .map-wrapper h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.map-wrapper .bg-map {
  position: relative;
  z-index: 1;
  bottom: 5px;
}

.video-wrapper {
  padding-bottom: 150px;
}
.video-wrapper h2 {
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  padding-bottom: 34px;
}
@media only screen and (max-width: 1100px) {
  .video-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .video-wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .video-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.video-wrapper h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.48px;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .video-wrapper h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .video-wrapper h4 br {
    display: none;
  }
}
.video-wrapper .video-block-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-wrapper .video-block-wrap iframe,
.video-wrapper .video-block-wrap object,
.video-wrapper .video-block-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.virtual-wrapper {
  padding-bottom: 195px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .virtual-wrapper {
    padding-bottom: 70px;
  }
}
.virtual-wrapper .flex-block {
  align-items: center;
}
.virtual-wrapper .image-virtual {
  width: 55%;
}
@media only screen and (max-width: 1250px) {
  .virtual-wrapper .image-virtual {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .virtual-wrapper .image-virtual {
    width: 100%;
  }
}
.virtual-wrapper .image-virtual > img {
  width: 100%;
  max-width: 800px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px 500px 0 0;
}
@media only screen and (max-width: 768px) {
  .virtual-wrapper .image-virtual > img {
    height: 400px;
  }
}
.virtual-wrapper .image-virtual .logo-blue {
  position: absolute;
  bottom: 110px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .virtual-wrapper .image-virtual .logo-blue {
    bottom: auto;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .virtual-wrapper .image-virtual .logo-blue {
    max-width: 30%;
  }
}
.virtual-wrapper .virtual-text {
  width: 45%;
  padding-left: 168px;
}
@media only screen and (max-width: 1250px) {
  .virtual-wrapper .virtual-text {
    padding-left: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .virtual-wrapper .virtual-text {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .virtual-wrapper .virtual-text br {
    display: none;
  }
}
.virtual-wrapper .virtual-text h3 {
  font-size: 59.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.1px;
  letter-spacing: -0.598px;
}
@media only screen and (max-width: 700px) {
  .virtual-wrapper .virtual-text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.virtual-wrapper .virtual-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding: 29px 0 43px 0;
}
.virtual-wrapper .virtual-text .send {
  position: relative;
  padding-right: 226px;
}
@media (max-width: 768px) {
  .virtual-wrapper .virtual-text .send {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 320px) {
  .virtual-wrapper .virtual-text .send {
    padding-inline: 20px;
  }
}
.virtual-wrapper .virtual-text .send:after {
  margin-top: 0;
  position: relative;
}
@media (max-width: 768px) {
  .virtual-wrapper .virtual-text .send:after {
    margin-left: 0;
    width: 80px;
    background-position: right;
  }
}

.restaurant-wrapper {
  padding: 170px 0 183px 0;
}
@media only screen and (max-width: 1024px) {
  .restaurant-wrapper {
    padding: 70px 0 30px 0;
  }
}
.restaurant-wrapper .restaurant-text {
  width: 45%;
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .restaurant-wrapper .restaurant-text {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .restaurant-wrapper .restaurant-text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.restaurant-wrapper .restaurant-text h3 {
  padding: 50px 0 39px 0;
  font-size: 59.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.1px;
  letter-spacing: -0.598px;
}
@media only screen and (max-width: 1200px) {
  .restaurant-wrapper .restaurant-text h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .restaurant-wrapper .restaurant-text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.restaurant-wrapper .restaurant-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .restaurant-wrapper .restaurant-text p {
    padding-bottom: 30px;
  }
}
.restaurant-wrapper .restaurant-text .send {
  padding-right: 216px;
}
@media only screen and (max-width: 1300px) {
  .restaurant-wrapper .restaurant-text .send {
    padding-right: 140px;
  }
  .restaurant-wrapper .restaurant-text .send:after {
    margin-left: 10px;
    background-size: 70% 100%;
  }
}
.restaurant-wrapper .image-restaurant {
  width: 55%;
  min-height: 620px;
}
@media only screen and (max-width: 1000px) {
  .restaurant-wrapper .image-restaurant {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .restaurant-wrapper .image-restaurant {
    min-height: unset;
    height: 400px;
  }
}
.restaurant-wrapper .image-restaurant img {
  width: 100%;
  max-width: 800px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-page-wrapper {
  background-image: url("../images/header-color-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 138px 0 120px 0;
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  max-height: 416px;
}
@media only screen and (max-width: 800px) {
  .main-page-wrapper {
    padding: 70px 0;
  }
}
.main-page-wrapper .tittle-page {
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .main-page-wrapper .tittle-page {
    justify-content: space-between;
    gap: 20px;
  }
}
.main-page-wrapper .tittle-page h1 {
  padding: 0 83px 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
  .main-page-wrapper .tittle-page h1 {
    padding: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main-page-wrapper .tittle-page h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.main-page-wrapper .logo-bg {
  position: absolute;
  right: 0;
  top: -85px;
  z-index: 2;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  .main-page-wrapper .logo-bg {
    display: none;
  }
}
.main-page-wrapper .header-image {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.07;
}

.top-menu-restaurant-wrapper p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.4px;
  padding: 40px 15% 129px 15%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .top-menu-restaurant-wrapper p {
    padding: 40px 0 70px 0;
  }
}
@media only screen and (max-width: 800px) {
  .top-menu-restaurant-wrapper p {
    font-size: 18px;
    line-height: 30px;
  }
}
.top-menu-restaurant-wrapper h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.28px;
  padding: 100px 0 40px 0;
}
@media only screen and (max-width: 800px) {
  .top-menu-restaurant-wrapper h2 {
    font-size: 35px;
    padding: 70px 0 30px 0;
  }
}
.top-menu-restaurant-wrapper h2 span {
  border-bottom: 1px solid #1b3e58;
  padding-left: 57px;
  padding-bottom: 10px;
}
.top-menu-restaurant-wrapper h2:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../svg/arrow-menu.svg) no-repeat;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 800px) {
  .top-menu-restaurant-wrapper h2:before {
    margin: 5px 0 0 0;
  }
}

.menu-restaurant-wrapper {
  padding: 126px 0 176px 0;
  position: relative;
  overflow: hidden;
}
.menu-restaurant-wrapper .container {
  position: relative;
  z-index: 1;
}
.menu-restaurant-wrapper .container > h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .menu-restaurant-wrapper .container > h2 {
    font-size: 35px;
  }
}
.menu-restaurant-wrapper .container > p {
  text-align: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.44px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 1400px) {
  .menu-restaurant-wrapper {
    padding: 0;
  }
}
.menu-restaurant-wrapper .vector-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.menu-restaurant-wrapper .row-block-menu {
  width: 50%;
  padding-bottom: 105px;
  padding-right: 50px;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .menu-restaurant-wrapper .row-block-menu {
    padding-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .menu-restaurant-wrapper .row-block-menu {
    justify-content: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.menu-restaurant-wrapper .row-block-menu .image-menu {
  width: 30%;
}
@media only screen and (max-width: 500px) {
  .menu-restaurant-wrapper .row-block-menu .image-menu {
    width: 250px;
    height: 250px;
  }
}
.menu-restaurant-wrapper .row-block-menu .image-menu img {
  border-radius: 500px 500px 0px 0px;
}
@media only screen and (max-width: 500px) {
  .menu-restaurant-wrapper .row-block-menu .image-menu img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.menu-restaurant-wrapper .row-block-menu .text-menu {
  width: 60%;
  padding-left: 57px;
}
@media only screen and (max-width: 1200px) {
  .menu-restaurant-wrapper .row-block-menu .text-menu {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .menu-restaurant-wrapper .row-block-menu .text-menu {
    width: 70%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .menu-restaurant-wrapper .row-block-menu .text-menu {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
  }
}
.menu-restaurant-wrapper .row-block-menu .text-menu h3 {
  padding-bottom: 44px;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.46px;
}
@media only screen and (max-width: 800px) {
  .menu-restaurant-wrapper .row-block-menu .text-menu h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 500px) {
  .menu-restaurant-wrapper .row-block-menu .text-menu h3 {
    margin-block: 20px 30px;
    padding-bottom: 0;
    text-align: center;
  }
}
.menu-restaurant-wrapper .row-block-menu .text-menu .send {
  padding: 20px 178px 19px 35px;
}
.menu-restaurant-wrapper .row-block-menu .text-menu .send:after {
  content: "";
  position: absolute;
  width: 79.045px;
  height: 18.323px;
  background: url(../svg/more-details.svg) no-repeat;
  margin: 5px 0 0 37px;
}
.menu-restaurant-wrapper .row-block-menu .text-menu .send:hover {
  color: #ffffff;
  background: #1b3e58;
}
.menu-restaurant-wrapper .row-block-menu .text-menu .send:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(51deg) brightness(105%) contrast(105%);
}

.menu-all-category {
  background: #ffffff;
}

@media only screen and (max-width: 1400px) {
  .menu-restaurant-wrapper-category {
    padding-top: 70px;
  }
}
.menu-restaurant-wrapper-category h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .menu-restaurant-wrapper-category h2 {
    font-size: 35px;
  }
}
.menu-restaurant-wrapper-category p {
  text-align: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.44px;
  padding-bottom: 145px;
}

.components-wrapper-category {
  background: url(../images/blue.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 164px 0;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .components-wrapper-category .container {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .components-wrapper-category {
    padding: 70px 0;
  }
}
.components-wrapper-category .element-top {
  background: url(../images/Graphic_elements_top.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 22px;
  width: 100%;
  position: absolute;
  top: -20px;
}
.components-wrapper-category .element-bottom {
  background: url(../images/Graphic_elements_bottom.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 14px;
  width: 100%;
  position: absolute;
  bottom: -12px;
}
.components-wrapper-category .block-component {
  margin-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
.components-wrapper-category .block-component h4 {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.92px;
  padding-bottom: 12px;
  color: #ffffff;
}
@media only screen and (max-width: 650px) {
  .components-wrapper-category .block-component h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.components-wrapper-category .block-component p {
  color: #ffffff;
  padding-bottom: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.restaurant-wrapper-contact h5 {
  font-family: "Noto Serif Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
}
.restaurant-wrapper-contact p {
  font-family: "Noto Serif Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.32px;
}
.restaurant-wrapper-contact p a {
  text-decoration-line: underline;
  color: #1b3e58;
}
.restaurant-wrapper-contact .image-restaurant {
  max-height: 620px;
}
@media only screen and (max-width: 600px) {
  .restaurant-wrapper-contact .image-restaurant {
    max-height: 400px;
  }
}
.restaurant-wrapper-contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.application-contact {
  background: url(../images/blue.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 79px 0 83px 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .application-contact {
    padding: 50px 0;
  }
}
.application-contact .element-top {
  background: url(../images/Graphic_elements_top.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 22px;
  width: 100%;
  position: absolute;
  top: -20px;
}
.application-contact .element-bottom {
  background: url(../images/Graphic_elements_bottom.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 14px;
  width: 100%;
  position: absolute;
  bottom: -12px;
}
.application-contact p {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 700px) {
  .application-contact p {
    line-height: 25px;
  }
}
.application-contact h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.72px;
  color: #ffffff;
}
@media only screen and (max-width: 700px) {
  .application-contact h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .application-contact h2 {
    font-size: 25px;
    padding-top: 0;
  }
}
.application-contact .application-form {
  justify-content: center;
}
.application-contact .application-form .form-control {
  margin: 0 25px 50px 25px;
  padding: 19px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .application-contact .application-form .form-control {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .application-contact .application-form .form-control {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.details-number-wrapper {
  background: #fbfeff;
  padding: 86px 0 74px 0;
  text-align: center;
  margin-bottom: 176px;
}
@media only screen and (max-width: 1024px) {
  .details-number-wrapper {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}
.details-number-wrapper p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  font-family: "Noto Serif Display", sans-serif;
  padding-bottom: 15px;
}
.details-number-wrapper .top-text {
  padding: 0 15% 43px 15%;
}
@media only screen and (max-width: 700px) {
  .details-number-wrapper .top-text {
    padding: 0 0 30px 0;
  }
}
.details-number-wrapper .text-number {
  font-family: "Roc Grotesk", sans-serif;
}

.table-pdf-choose h2 {
  padding: 124px 0 76px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 600px) {
  .table-pdf-choose h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 70px 0 30px 0;
  }
}
.table-pdf-choose .application-table {
  justify-content: center;
  align-items: center;
}
.table-pdf-choose .application-table .link-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1b3e58;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  margin-right: 94px;
  border-bottom: 1px solid #1b3e58;
  padding-bottom: 13px;
}
@media only screen and (max-width: 600px) {
  .table-pdf-choose .application-table .link-table {
    font-size: 20px;
  }
}
.table-pdf-choose .application-table .link-table img {
  margin-bottom: 0;
  margin-left: 28px;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .table-pdf-choose .application-table .link-table {
    width: 40%;
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .table-pdf-choose .application-table .link-table {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.reservation-online {
  padding: 215px 0 191px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .reservation-online {
    padding: 70px 0;
  }
}
.reservation-online .bg-vector {
  position: absolute;
  right: 0;
  top: 0;
}
.reservation-online .container {
  position: relative;
  z-index: 1;
}
.reservation-online h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 600px) {
  .reservation-online h2 {
    font-size: 30px;
    padding-top: 0;
  }
}
.reservation-online h4 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.4px;
  padding-bottom: 117px;
}
@media only screen and (max-width: 1024px) {
  .reservation-online h4 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .reservation-online h4 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 50px;
  }
}
.reservation-online .radio-block input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 1px solid #1b3e58;
  border-radius: 0;
  opacity: 0.2;
  display: grid;
  place-content: center;
}
.reservation-online .radio-block input[type=checkbox]:before {
  content: "";
  width: 11px;
  height: 11px;
  transform: scale(0);
  transition: 100ms transform ease-in-out;
  box-shadow: inset 1em 1em #1b3e58;
}
.reservation-online .radio-block input[type=checkbox]:checked {
  opacity: 1;
}
.reservation-online .radio-block input[type=checkbox]:checked:before {
  transform: scale(1);
}
.reservation-online .radio-block input[type=checkbox]:checked + .wpcf7-list-item-label {
  opacity: 1;
}
.reservation-online .radio-block .wpcf7-list-item-label {
  opacity: 0.2;
}
.reservation-online .radio-block label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.reservation-online .wpcf7-spinner {
  display: none;
}
.reservation-online .bottom-button {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}
.reservation-online .bottom-button .border-block-check {
  padding-right: 74px;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .reservation-online .bottom-button .border-block-check {
    padding-bottom: 30px;
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
}
.reservation-online .bottom-button .border-block-check h5 {
  color: #1b3e58;
  text-align: center;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 25px;
  opacity: 0.2;
  padding-left: 17px;
}
.reservation-online .application-form {
  justify-content: space-between;
}
.reservation-online .application-form .row-block {
  width: 32.5%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .reservation-online .application-form .row-block {
    width: 49%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .reservation-online .application-form .row-block {
    width: 100%;
    padding-bottom: 0;
  }
}
.reservation-online .application-form .row-block p {
  font-family: "Noto Serif Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.32px;
  position: relative;
  top: 20px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .reservation-online .application-form .row-block p {
    padding-left: 10px;
  }
}
.reservation-online .application-form .row-block p span {
  padding: 12px 12px 3px 18px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.reservation-online .application-form .row-block .form-control {
  border: 0.5px solid rgba(17, 81, 130, 0.2);
  height: 50px;
  padding-left: 10px;
  width: 100%;
  background: none;
}
.reservation-online .application-form .row-block-text {
  width: 100%;
}
.reservation-online .application-form .row-block-text .form-control {
  resize: none;
  height: 75px;
  padding-top: 10px;
  font-family: "Noto Serif Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.32px;
}

.inc.qty-button {
  background: url(../svg/arrow-top-button.svg) no-repeat;
  position: absolute;
  top: 13px;
  right: 25px;
}

.dec.qty-button {
  background: url(../svg/arrow-top-button.svg) no-repeat;
  background-position: 0 -14px;
  position: absolute;
  bottom: 10px;
  right: 25px;
}

.qty-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  border-bottom: none;
  color: transparent;
  margin-right: 3px;
}
.qty-button:hover, .qty-button:active, .qty-button:focus {
  color: white;
  cursor: pointer;
}

.quantity {
  position: relative;
}
.quantity .form-control {
  color: #1b3e58;
}

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

.page-content {
  margin-block: 140px;
  font-size: 18px;
  line-height: 1.5;
}
.page-content p {
  margin-bottom: 1.5em;
}

.page-content img {
  margin-bottom: 1.5em;
}
.page-content img.aligncenter {
  margin-inline: auto;
}

@media only screen and (max-width: 1250px) {
  header .icon-close, header div.background, header .icon-menu {
    display: block;
  }
  header .icon-close {
    width: 18px;
    height: 18px;
  }
  header .icon-close img {
    width: 100%;
    height: 100%;
  }
  header .menu {
    display: grid;
    place-content: center;
    background: #fffff9;
    left: -100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    cursor: pointer;
    bottom: 0;
    right: 0;
  }
  header .menu ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  header .menu ul li {
    padding-bottom: 20px;
    padding-right: 0;
  }
  header .menu ul li:hover {
    cursor: pointer;
  }
  header .menu .icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .phone-block {
    display: none;
  }
  .drop {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    display: block;
    position: relative;
  }
  .drop .icon-bar {
    display: block;
    width: 25px;
    height: 3.5px;
    border-radius: 0;
    background: #1b3e58;
  }
  .drop .icon-bar + .icon-bar {
    margin-top: 3.5px;
  }
  .header-block-top .wrapper-main-header .menu-header li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .header-block-top .logo-wrap {
    width: 25%;
  }
  .header-block-top .line-vertical {
    margin: 0 15px;
  }
  .header-block-top .logo-rossler {
    width: 25%;
  }
  .header-block-top .phone-block .phone-header {
    display: none;
  }
  .header-block-top .contact-phone-mobile {
    display: block;
  }
  .header-block-top .contact-phone-mobile .phone-header {
    color: #ffffff;
    margin: 20px auto 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
  }
  .header-block-top .left-top-header-mobile {
    display: flex;
    justify-content: center;
  }
  .header-block-top .left-top-header-mobile .social-icon {
    margin: 0 10px;
  }
  .category-block p {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .top-header .left-top-header {
    display: none;
  }
  .top-header .right-top-header {
    width: 100%;
    justify-content: space-between;
  }
  .top-header .right-top-header .line-vertical {
    display: none;
  }
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-horizontal {
  overflow: hidden;
  position: relative;
}

.swiper-pagination-fraction, .swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 0;
  bottom: auto;
}

.swiper-pagination-fraction {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  opacity: 0.5;
  width: auto;
}
.navigation {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -19px;
  align-items: center;
  height: 64px;
  width: 275px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.navigation .swiper-button-prev, .navigation .swiper-button-next {
  top: auto;
  left: auto;
  margin-top: 0;
  bottom: 0;
  width: 83px;
  height: 25.423px;
  background: url(../svg/navigation.svg) no-repeat;
  background-position: -129px 0;
  position: relative;
  transform: rotate(180deg);
}
.navigation .swiper-button-next {
  background-position: -129px 0;
  margin-left: 50px;
  transform: rotate(0);
}
.navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.navigation .swiper-button-prev:after, .navigation .swiper-button-next:after {
  content: none;
}

.slide {
  padding: 73px 178px 114px 178px;
  width: 50%;
  border: 0.5px solid rgba(17, 81, 130, 0.1);
  border-top: none;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1300px) {
  .slide {
    width: auto;
    margin-right: 37px;
    margin-left: 37px;
  }
}
@media only screen and (max-width: 800px) {
  .slide {
    padding: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .slide {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /**
   * Settings
   */
  /**
   * Easings
   */
  /**
   * Core
   */
  [data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease);
  }
  [data-sal][data-sal-duration="200"] {
    transition-duration: 0.2s;
  }
  [data-sal][data-sal-duration="250"] {
    transition-duration: 0.25s;
  }
  [data-sal][data-sal-duration="300"] {
    transition-duration: 0.3s;
  }
  [data-sal][data-sal-duration="350"] {
    transition-duration: 0.35s;
  }
  [data-sal][data-sal-duration="400"] {
    transition-duration: 0.4s;
  }
  [data-sal][data-sal-duration="450"] {
    transition-duration: 0.45s;
  }
  [data-sal][data-sal-duration="500"] {
    transition-duration: 0.5s;
  }
  [data-sal][data-sal-duration="550"] {
    transition-duration: 0.55s;
  }
  [data-sal][data-sal-duration="600"] {
    transition-duration: 0.6s;
  }
  [data-sal][data-sal-duration="650"] {
    transition-duration: 0.65s;
  }
  [data-sal][data-sal-duration="700"] {
    transition-duration: 0.7s;
  }
  [data-sal][data-sal-duration="750"] {
    transition-duration: 0.75s;
  }
  [data-sal][data-sal-duration="800"] {
    transition-duration: 0.8s;
  }
  [data-sal][data-sal-duration="850"] {
    transition-duration: 0.85s;
  }
  [data-sal][data-sal-duration="900"] {
    transition-duration: 0.9s;
  }
  [data-sal][data-sal-duration="950"] {
    transition-duration: 0.95s;
  }
  [data-sal][data-sal-duration="1000"] {
    transition-duration: 1s;
  }
  [data-sal][data-sal-duration="1050"] {
    transition-duration: 1.05s;
  }
  [data-sal][data-sal-duration="1100"] {
    transition-duration: 1.1s;
  }
  [data-sal][data-sal-duration="1150"] {
    transition-duration: 1.15s;
  }
  [data-sal][data-sal-duration="1200"] {
    transition-duration: 1.2s;
  }
  [data-sal][data-sal-duration="1250"] {
    transition-duration: 1.25s;
  }
  [data-sal][data-sal-duration="1300"] {
    transition-duration: 1.3s;
  }
  [data-sal][data-sal-duration="1350"] {
    transition-duration: 1.35s;
  }
  [data-sal][data-sal-duration="1400"] {
    transition-duration: 1.4s;
  }
  [data-sal][data-sal-duration="1450"] {
    transition-duration: 1.45s;
  }
  [data-sal][data-sal-duration="1500"] {
    transition-duration: 1.5s;
  }
  [data-sal][data-sal-duration="1550"] {
    transition-duration: 1.55s;
  }
  [data-sal][data-sal-duration="1600"] {
    transition-duration: 1.6s;
  }
  [data-sal][data-sal-duration="1650"] {
    transition-duration: 1.65s;
  }
  [data-sal][data-sal-duration="1700"] {
    transition-duration: 1.7s;
  }
  [data-sal][data-sal-duration="1750"] {
    transition-duration: 1.75s;
  }
  [data-sal][data-sal-duration="1800"] {
    transition-duration: 1.8s;
  }
  [data-sal][data-sal-duration="1850"] {
    transition-duration: 1.85s;
  }
  [data-sal][data-sal-duration="1900"] {
    transition-duration: 1.9s;
  }
  [data-sal][data-sal-duration="1950"] {
    transition-duration: 1.95s;
  }
  [data-sal][data-sal-duration="2000"] {
    transition-duration: 2s;
  }
  [data-sal][data-sal-delay="50"] {
    transition-delay: 0.05s;
  }
  [data-sal][data-sal-delay="100"] {
    transition-delay: 0.1s;
  }
  [data-sal][data-sal-delay="150"] {
    transition-delay: 0.15s;
  }
  [data-sal][data-sal-delay="200"] {
    transition-delay: 0.2s;
  }
  [data-sal][data-sal-delay="250"] {
    transition-delay: 0.25s;
  }
  [data-sal][data-sal-delay="300"] {
    transition-delay: 0.3s;
  }
  [data-sal][data-sal-delay="350"] {
    transition-delay: 0.35s;
  }
  [data-sal][data-sal-delay="400"] {
    transition-delay: 0.4s;
  }
  [data-sal][data-sal-delay="450"] {
    transition-delay: 0.45s;
  }
  [data-sal][data-sal-delay="500"] {
    transition-delay: 0.5s;
  }
  [data-sal][data-sal-delay="550"] {
    transition-delay: 0.55s;
  }
  [data-sal][data-sal-delay="600"] {
    transition-delay: 0.6s;
  }
  [data-sal][data-sal-delay="650"] {
    transition-delay: 0.65s;
  }
  [data-sal][data-sal-delay="700"] {
    transition-delay: 0.7s;
  }
  [data-sal][data-sal-delay="750"] {
    transition-delay: 0.75s;
  }
  [data-sal][data-sal-delay="800"] {
    transition-delay: 0.8s;
  }
  [data-sal][data-sal-delay="850"] {
    transition-delay: 0.85s;
  }
  [data-sal][data-sal-delay="900"] {
    transition-delay: 0.9s;
  }
  [data-sal][data-sal-delay="950"] {
    transition-delay: 0.95s;
  }
  [data-sal][data-sal-delay="1000"] {
    transition-delay: 1s;
  }
  [data-sal][data-sal-easing=linear] {
    transition-timing-function: linear;
  }
  [data-sal][data-sal-easing=ease] {
    transition-timing-function: ease;
  }
  [data-sal][data-sal-easing=ease-in] {
    transition-timing-function: ease-in;
  }
  [data-sal][data-sal-easing=ease-out] {
    transition-timing-function: ease-out;
  }
  [data-sal][data-sal-easing=ease-in-out] {
    transition-timing-function: ease-in-out;
  }
  [data-sal][data-sal-easing=ease-in-cubic] {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  [data-sal][data-sal-easing=ease-out-cubic] {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-cubic] {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  [data-sal][data-sal-easing=ease-in-circ] {
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  [data-sal][data-sal-easing=ease-out-circ] {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-circ] {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  [data-sal][data-sal-easing=ease-in-expo] {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  [data-sal][data-sal-easing=ease-out-expo] {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-expo] {
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  [data-sal][data-sal-easing=ease-in-quad] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  [data-sal][data-sal-easing=ease-out-quad] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-sal][data-sal-easing=ease-in-out-quad] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  [data-sal][data-sal-easing=ease-in-quart] {
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  [data-sal][data-sal-easing=ease-out-quart] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-quart] {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  [data-sal][data-sal-easing=ease-in-quint] {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  [data-sal][data-sal-easing=ease-out-quint] {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-quint] {
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  [data-sal][data-sal-easing=ease-in-sine] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  [data-sal][data-sal-easing=ease-out-sine] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  [data-sal][data-sal-easing=ease-in-out-sine] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  [data-sal][data-sal-easing=ease-in-back] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  [data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  [data-sal][data-sal-easing=ease-in-out-back] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  /**
   * Animations
   */
  [data-sal|=fade] {
    opacity: 0;
    transition-property: opacity;
  }
  [data-sal|=fade].sal-animate,
  body.sal-disabled [data-sal|=fade] {
    opacity: 1;
  }
  [data-sal|=slide] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-sal=slide-up] {
    transform: translateY(20%);
  }
  [data-sal=slide-down] {
    transform: translateY(-20%);
  }
  [data-sal=slide-left] {
    transform: translateX(20%);
  }
  [data-sal=slide-right] {
    transform: translateX(-20%);
  }
  [data-sal|=slide].sal-animate,
  body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
  }
  [data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-sal=zoom-in] {
    transform: scale(0.5);
  }
  [data-sal=zoom-out] {
    transform: scale(1.1);
  }
  [data-sal|=zoom].sal-animate,
  body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    transform: none;
  }
  [data-sal|=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  [data-sal=flip-left] {
    transform: perspective(2000px) rotateY(-91deg);
  }
  [data-sal=flip-right] {
    transform: perspective(2000px) rotateY(91deg);
  }
  [data-sal=flip-up] {
    transform: perspective(2000px) rotateX(-91deg);
  }
  [data-sal=flip-down] {
    transform: perspective(2000px) rotateX(91deg);
  }
  [data-sal|=flip].sal-animate,
  body.sal-disabled [data-sal|=flip] {
    transform: none;
  }
}