@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.container {
  width: 90%;
  max-width: 1480px;
  margin: auto;
}

.btn {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  border-radius: 99px;
  padding: 17px 38px;
  background: #81BDC3;
  border: 1px solid #81BDC3;
  color: white;
  transition: 0.4s;
  text-decoration: none !important;
}

.btn:hover {
  color: #81BDC3;
  background: white;
}

.btn.reverse {
  color: #81BDC3;
  background: white;
}

.btn.reverse:hover {
  color: white;
  background: #81BDC3;
}

.btn.white {
  color: #81BDC3;
  background: white;
  border-color: white;
}

.btn.white:hover {
  color: white;
  background: #81BDC3;
}

.link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #81BDC3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #81BDC3;
  transition: 0.4s;
}

.link:hover {
  border-color: transparent;
}

section {
  padding: 80px 0;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 40px;
}

.anim {
  opacity: 0;
  transition: all 0.4s, opacity 1s 0.3s;
}

.anim.animated {
  opacity: 1;
}

.anim.animated.fromBottom {
  -webkit-transform: none;
  transform: none;
}

.anim.animated.fromLeft {
  -webkit-transform: none;
  transform: none;
}

.anim.animated.width100 {
  width: 100%;
}

.anim.delay2 {
  transition-delay: 0.2s;
}

.anim.delay3 {
  transition-delay: 0.4s;
}

.anim.delay4 {
  transition-delay: 0.6s;
}

.txt-content > * {
  margin-bottom: 24px;
}

.txt-content > *:last-child {
  margin-bottom: 0;
}

.txt-content img {
  display: block;
  width: 100%;
  height: auto;
}

.txt-content p,
.txt-content li,
.txt-content div,
.txt-content span,
.txt-content font,
.txt-content blockquote,
.txt-content td,
.txt-content th {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.txt-content ul {
  padding-left: 24px;
}

.txt-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.txt-content ol {
  padding-left: 24px;
}

.txt-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
}

.txt-content a {
  text-decoration: underline;
  transition: 0.4s;
}

.txt-content a:hover {
  color: #81BDC3;
}

.cursor-circle {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;
  /* so that it stays on top of all other elements */
}

.cursor-circle.hide {
  opacity: 0;
}

.breadcrumbs {
  padding: 25px 0;
}

.breadcrumbs + section {
  padding-top: 25px;
}

.breadcrumbs .container > span {
  display: flex;
}

.breadcrumbs span,
.breadcrumbs a {
  color: #8A8A8A;
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.breadcrumbs span {
  display: block;
  margin: 0 10px;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.breadcrumbs a {
  transition: 0.4s;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #81BDC3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border-radius: 0;
  color: #474747;
  font-family: "Vinnytsia Sans", sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
  font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 112px;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border-radius: 0;
  color: #474747;
  font-family: "Vinnytsia Sans", sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
  font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 112px;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url("../fonts/VinnytsiaSans-Regular.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url("../fonts/VinnytsiaSans-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Regular.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  transition: 0.4s;
}

.header.fix {
  background: white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.header.open .header__logo img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.header .container {
  display: flex;
  align-items: center;
}

.header__logo {
  height: 47px;
  position: relative;
  z-index: 3;
}

.header__logo img {
  display: block;
  width: auto;
  height: 100%;
  transition: 0.4s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.header__menu {
  margin: 0 auto;
}

.header__menu ul {
  display: flex;
}

.header__menu li {
  margin: 0 20px;
}

.header__menu a {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s;
}

.header__menu a:hover {
  color: #81BDC3;
}

.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  border: 1px solid #81BDC3;
  margin-right: 10px;
  border-radius: 99px;
  cursor: pointer;
}

.header__search svg {
  display: block;
  width: 17px;
  height: auto;
}

.header__search svg * {
  transition: 0.4s;
}

.header__search:hover {
  background: #81BDC3;
}

.header__search:hover svg * {
  stroke: white;
}

.header__lang {
  width: 50px;
  height: 50px;
}

.header__lang ul {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border: 1px solid #81BDC3;
  border-radius: 99px;
  overflow: hidden;
  transition: 0.4s;
  background: white;
}

.header__lang ul:hover {
  height: 100px;
}

.header__lang li.wpml-ls-current-language {
  order: -1;
  pointer-events: none;
}

.header__lang span {
  font-size: 16px;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #81BDC3;
  transition: 0.4s;
}

.header__lang span:hover {
  color: white;
  background: #81BDC3;
}

.header__btn {
  margin-left: 24px;
}

.header__mob__btn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border: 1px solid #81BDC3;
  border-radius: 99px;
  z-index: 3;
}

.header__mob__btn span {
  width: 20px;
  height: 2px;
  background: #81BDC3;
  border-radius: 99px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
}

.header__mob__btn span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
  transform: translate(-50%, calc(-50% - 5px));
}

.header__mob__btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__mob__btn span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 5px));
  transform: translate(-50%, calc(-50% + 5px));
}

.header__mob__btn.open {
  border-color: white;
}

.header__mob__btn.open span {
  background: white;
}

.header__mob__btn.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__mob__btn.open span:nth-child(2) {
  opacity: 0;
}

.header__mob__btn.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mob__container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #81BDC3;
  width: 100%;
  height: 100vh;
  padding: 100px 5vw 50px;
}

.header__mob__container .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__mob__container .menu a {
  color: white;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: "Mariupol", sans-serif;
  text-transform: uppercase;
}

.header__mob__container .lang ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto 0;
  border-radius: 99px;
}

.header__mob__container .lang li.wpml-ls-current-language span {
  background: white;
  color: #81BDC3;
}

.header__mob__container .lang span {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  border-radius: 99px;
}

.header__mob__container .btn {
  margin: 30px auto 0;
}

.footer {
  padding: 70px 0;
  position: relative;
}

.footer__svg {
  position: absolute;
  left: 0;
  top: -35vw;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

.footer .container {
  display: flex;
}

.footer__col {
  margin-right: 60px;
  padding-top: 28px;
}

.footer__col:last-child {
  margin-right: 0;
}

.footer__col:nth-child(1) {
  width: 32.7%;
}

.footer__col:nth-child(2) {
  width: 16%;
}

.footer__col:nth-child(3) {
  width: 25%;
}

.footer__col:nth-child(4) {
  width: 26.3%;
}

.footer__col h3 {
  font-family: "Mariupol", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__info {
  padding-top: 0 !important;
}

.footer__info .logo {
  display: block;
  height: 55px;
  margin-bottom: 30px;
}

.footer__info .logo img {
  display: block;
  height: 100%;
  width: auto;
}

.footer__info p {
  font-family: "Mariupol", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 350px;
}

.footer__info p:last-child {
  margin-bottom: 0;
}

.footer__info form {
  max-width: 350px;
}

.footer__info form p {
  max-width: unset;
  margin: 0;
}

.footer__info form p > span {
  display: block;
  margin-bottom: 15px;
}

.footer__info form .input {
  display: block;
  width: 100%;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  padding: 10px 2px;
  border-bottom: 1px solid #CCE5E8;
  background: transparent;
}

.footer__info form .input::-webkit-input-placeholder {
  color: #838383;
}

.footer__info form .input::-moz-placeholder {
  color: #838383;
}

.footer__info form .input::-ms-input-placeholder {
  color: #838383;
}

.footer__info form .input::placeholder {
  color: #838383;
}

.footer__info form .btn {
  margin-top: 20px;
}

.footer__menu li {
  margin-bottom: 20px;
}

.footer__menu li:last-child {
  margin-bottom: 0;
}

.footer__menu a {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s;
}

.footer__menu a:hover {
  color: #81BDC3;
}

.footer__contacts span {
  color: #838383;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.footer__contacts p {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.footer__contacts p:last-child {
  margin-bottom: 0;
}

.footer__contacts a {
  transition: 0.4s;
  font-size: 16px;
  line-height: 22px;
}

.footer__contacts a:hover {
  color: #81BDC3;
}

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

.footer__soc .soc {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 20px;
  transition: .4s;
}

.footer__soc .soc:hover {
  color: #81BDC3;
}

.footer__soc .btn {
  margin-top: auto;
}

.dev {
  border-top: 1px solid #e6e6e6;
  padding: 25px 0;
}

.dev p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: silver;
  font-size: 15px;
}

.dev svg {
  display: block;
  width: auto;
  height: 22px;
  margin-left: 20px;
  margin-top: -3px;
}

.wpcf7-not-valid-tip {
  color: #AB6262 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding-top: 2px !important;
}

.wpcf7-response-output {
  width: 100% !important;
  margin: 20px auto 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

form {
  position: relative;
}

.wpcf7-spinner {
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  position: absolute !important;
}

.aboutBlock1 .svg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 597px;
  width: 36.4vw;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.aboutBlock1 .container > .txt-content {
  max-width: 790px;
}

.aboutBlock1__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}

.aboutBlock1__row .txt-content {
  width: 540px;
}

.aboutBlock1__row .media {
  width: calc(100% - 540px - 80px + (100vw - 1480px)/2);
  margin-right: calc((100vw - 1480px)/-2);
  position: relative;
}
.aboutBlock1__row .media img, 
.aboutBlock1__row .media video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 0 0 20px;
}

.aboutBlock1__row .media .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background: #81bdc3;
    cursor: pointer;
    transition: 0.4s;
}
.aboutBlock1__row .media .play svg{
    display: block;
    width: 20px;
    height: auto;
    transform: translate(15%, 0);
}

.officesBlock2{
overflow: hidden;}

.aboutBlock1__row .media .play:hover{
    transform: translate(-50%, -50%) scale(1.2);
}


.aboutBlock2 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aboutBlock2__img {
  display: block;
  width: calc(43% - 40px);
  height: auto;
  border-radius: 20px;
}

.aboutBlock2__text {
  width: calc(57% - 40px);
}

.aboutBlock2__text .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin: 0 -25px;
}

.aboutBlock2__text .box {
  margin: 70px 25px 0;
  width: calc(33.333% - 50px);
}

.aboutBlock2__text .box img {
  display: block;
  height: 70px;
  width: auto;
  margin-bottom: 16px;
}

.aboutBlock2__text .box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.aboutBlock3 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aboutBlock3 .left {
  width: calc(43% - 40px);
}

.aboutBlock3 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-top: 20px;
}

.aboutBlock3 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.aboutBlock3 .txt-content {
  width: calc(57% - 40px);
}

.contactsBlock1 h1 {
  margin-bottom: 40px;
}

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

.contactsBlock1__left {
  width: 350px;
}

.contactsBlock1__contacts span {
  color: #838383;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.contactsBlock1__contacts p {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.contactsBlock1__contacts p:last-child {
  margin-bottom: 0;
}

.contactsBlock1__contacts a {
  transition: 0.4s;
  font-size: 16px;
  line-height: 22px;
}

.contactsBlock1__contacts a:hover {
  color: #81BDC3;
}

.contactsBlock1__form {
  margin-top: 90px;
}

.contactsBlock1__form h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.contactsBlock1__form form {
  max-width: 350px;
}

.contactsBlock1__form form p {
  max-width: unset;
  margin: 0;
}

.contactsBlock1__form form p > span {
  display: block;
  margin-bottom: 15px;
}

.contactsBlock1__form form .input {
  display: block;
  width: 100%;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  padding: 10px 2px;
  border-bottom: 1px solid #CCE5E8;
  background: transparent;
}

.contactsBlock1__form form .input::-webkit-input-placeholder {
  color: #838383;
}

.contactsBlock1__form form .input::-moz-placeholder {
  color: #838383;
}

.contactsBlock1__form form .input::-ms-input-placeholder {
  color: #838383;
}

.contactsBlock1__form form .input::placeholder {
  color: #838383;
}

.contactsBlock1__form form .btn {
  margin-top: 20px;
}

.contactsBlock1__right {
  width: calc(100% - 350px - 50px);
  max-width: 975px;
}

.contactsBlock1__right iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.homeBlock1 {
  padding-top: 0;
  padding-bottom: 80px;
}

.homeBlock1 .homeBlock1__slider {
  position: relative;
}

.homeBlock1__slide .container {
  display: flex;
  align-items: center;
  position: relative;
}

.homeBlock1__slide .text {
  width: 42.625%;
  padding-right: 50px;
}

.homeBlock1__slide .text h1,
.homeBlock1__slide .text h2 {
  max-width: 400px;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.homeBlock1__slide .text h1.ultrabig,
.homeBlock1__slide .text h2.ultrabig {
  font-size: 120px;
  line-height: 1;
  margin-left: -9px;
  margin-bottom: 5px;
}

.homeBlock1__slide .text p {
  max-width: 400px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.homeBlock1__slide .text .btn {
  margin-top: 35px;
}

.homeBlock1__slide .text .slidenum {
  position: absolute;
  bottom: 30px;
  left: 74px;
  color: #81BDC3;
  line-height: 1;
  font-size: 40px;
}

.homeBlock1__slide .text .slidenum span {
  font-size: 60px;
  font-weight: 700;
  color: #81BDC3;
}

.homeBlock1__slide .img {
  display: block;
  height: auto;
  width: calc(57.375% + (100vw - 1480px)/2);
  margin-right: calc((100vw - 1480px)/-2);
  border-radius: 20px 0 0 20px;
}

.homeBlock1 .slick-arrow {
  width: 54px;
  height: 54px;
  background-image: url("../img/arrow_home_block1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: none;
  transform: none;
  z-index: 3;
  top: unset;
  bottom: 117px;
  transition: 0.4s;
}

.homeBlock1 .slick-arrow:before {
  display: none;
}

.homeBlock1 .slick-arrow.slick-prev {
  left: calc((100vw - 1480px)/2);
}

.homeBlock1 .slick-arrow.slick-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.homeBlock1 .slick-arrow.slick-next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: unset;
  right: calc((100vw - 1480px)/2);
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.homeBlock1 .slick-arrow.slick-next:hover {
  -webkit-transform: scale(-1, 1) scale(1.1);
  transform: scale(-1, 1) scale(1.1);
}

.homeBlock2 {
  position: relative;
}

.homeBlock2__svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -13vw;
  width: 100%;
  height: auto;
}

.homeBlock2__top {
  display: flex;
  padding-right: 300px;
}

.homeBlock2__top h2 {
  max-width: 440px;
  margin-right: 65px;
}

.homeBlock2__top .other {
  max-width: 600px;
}

.homeBlock2__top .link {
  margin-top: 40px;
}

.homeBlock2__slider {
  width: calc(100% + 34px);
  margin: 40px -17px 0;
}

.homeBlock2__slider .slick-slide {
  padding: 17px;
}

.homeBlock2__slider .box {
  position: relative;
  transition: 0.4s;
}

.homeBlock2__slider .box img {
  display: block;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.homeBlock2__slider .box p {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.homeBlock2__slider .slick-arrow {
  top: -40px;
  left: unset;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 99px;
  border: 1px solid #81BDC3;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: 0.4s;
}

.homeBlock2__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #81BDC3;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 1;
  transition: 0.4s;
}

.homeBlock2__slider .slick-arrow.slick-prev {
  right: calc(17px + 90px + 30px);
}

.homeBlock2__slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.homeBlock2__slider .slick-arrow.slick-next {
  right: 17px;
}

.homeBlock2__slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-25%, -50%) rotate(180deg);
  transform: translate(-25%, -50%) rotate(180deg);
}

.homeBlock2__slider .slick-arrow:hover {
  background: #81BDC3;
}

.homeBlock2__slider .slick-arrow:hover:before {
  border-right-color: white;
}

.homeBlock3 {
  padding: 0;
  border-top: 1px solid #D9F1F3;
  border-bottom: 1px solid #D9F1F3;
}

.homeBlock3__marquee img {
  display: block;
  width: auto;
  height: 40px;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.homeBlock3__marquee a {
  transition: 0.4s;
}

.homeBlock3__marquee a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.homeBlock3 .marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  grid-column-gap: 80px;
  padding: 60px 0;
}

.homeBlock3 .marquee:hover .marquee__group {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.homeBlock3 .marquee__group {
  display: flex;
  min-width: 100%;
  justify-content: space-around;
  flex: 0 0 auto;
  grid-column-gap: 80px;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 80px));
    transform: translateX(calc(-100% - 80px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 80px));
    transform: translateX(calc(-100% - 80px));
  }
}

@-webkit-keyframes scroll_mob {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
  }
}

@keyframes scroll_mob {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
  }
}

.homeBlock4 img {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock5 {
  position: relative;
  z-index: 2;
}

.homeBlock5__svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -16vw;
  width: 100%;
  height: auto;
}

.homeBlock5 h2 {
  margin-bottom: 60px;
}

.homeBlock5__slider {
  width: calc(100% + 34px);
  margin: 0 -17px 0;
}

.homeBlock5__slider .slick-slide {
  padding: 17px;
}

.homeBlock5__slider .box {
  position: relative;
  transition: 0.4s;
}

.homeBlock5__slider .box .img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px 20px 0 0;
}

.homeBlock5__slider .box .text {
  background: #ECF8FA;
  padding: 25px 30px 40px;
  border-radius: 0 0 20px 20px;
}

.homeBlock5__slider .box span {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.homeBlock5__slider .box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 7px;
}

.homeBlock5__slider .slick-arrow {
  top: -60px;
  left: unset;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 99px;
  border: 1px solid #81BDC3;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: 0.4s;
}

.homeBlock5__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #81BDC3;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 1;
  transition: 0.4s;
}

.homeBlock5__slider .slick-arrow.slick-prev {
  right: calc(17px + 90px + 30px);
}

.homeBlock5__slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.homeBlock5__slider .slick-arrow.slick-next {
  right: 17px;
}

.homeBlock5__slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-25%, -50%) rotate(180deg);
  transform: translate(-25%, -50%) rotate(180deg);
}

.homeBlock5__slider .slick-arrow:hover {
  background: #81BDC3;
}

.homeBlock5__slider .slick-arrow:hover:before {
  border-right-color: white;
}

.homeBlock5 .link {
  margin: 40px 0 0 auto;
}

.homeBlock6 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.homeBlock6 .txt-content {
  width: 600px;
}

.homeBlock6 img {
  display: block;
  width: calc(100% - 600px - 80px + (100vw - 1480px)/2);
  margin-right: calc((100vw - 1480px)/-2);
  height: auto;
  border-radius: 20px 0 0 20px;
}

.homeBlock7 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.homeBlock7__img {
  display: block;
  width: calc(43% - 40px);
  height: auto;
  border-radius: 20px;
}

.homeBlock7__text {
  width: calc(57% - 40px);
}

.homeBlock7__text .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin: 0 -25px;
}

.homeBlock7__text .box {
  margin: 70px 25px 0;
  width: calc(33.333% - 50px);
}

.homeBlock7__text .box img {
  display: block;
  height: 70px;
  width: auto;
  margin-bottom: 16px;
}

.homeBlock7__text .box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.mapBlock1 h1 {
  margin-bottom: 15px;
}

.mapBlock1 .filter {
  margin-bottom: 25px;
}

.mapBlock1 .filter-search {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  max-width: 350px;
}

.mapBlock1 .filter-search input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #CCE5E8;
}

.mapBlock1 .filter-search svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

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

.mapBlock1 .trcMap .map-frame {
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #81bdc3;
  border-radius: 50px;
}

.mapBlock1 .trcMap .map-frame.active {
  display: block;
}

.mapBlock1 .trcMap .map-frame .mapItem {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  pointer-events: none;
}

.mapBlock1 .trcMap .map-frame .mapItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R1] {
  left: 37px;
  top: 143px;
  width: 55px;
  height: 61px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R2] {
  left: 517px;
    top: 282px;
    width: 74px;
    height: 38px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R3] {
  left: 608px;
  top: 280px;
  width: 44px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R4] {
  left: 659px;
  top: 280px;
  width: 39px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R5] {
  left: 706px;
  top: 280px;
  width: 42px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R6] {
  left: 755px;
  top: 280px;
  width: 42px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R7] {
  left: 817px;
  top: 280px;
  width: 30px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R8] {
  left: 854px;
  top: 280px;
  width: 41px;
  height: 50px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R9] {
  left: 903px;
  top: 280px;
  width: 84px;
  height: 50px;
}



.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R10] {
  left: 516px;
  top: 393px;
  width: 77px;
  height: 47px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R11] {
  left: 611px;
  top: 382px;
  width: 40px;
  height: 57px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R12] {
 left: 659px;
    top: 382px;
    width: 37px;
    height: 57px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R13] {
  left: 704px;
  top: 382px;
  width: 44px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R14] {
  left: 755px;
  top: 382px;
  width: 44px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R15] {
  left: 819px;
  top: 382px;
  width: 31px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R16] {
  left: 859px;
  top: 382px;
  width: 34px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R17] {
  left: 902px;
  top: 382px;
  width: 51px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L-1_R18] {
  left: 959px;
  top: 382px;
  width: 30px;
  height: 91px;
      left: 928px;
    top: 411px;
    width: 90px;
    height: 30px;
    transform: rotate(-90deg);
    padding: 2px 16px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R1] {
  left: 93px;
  top: 139px;
  width: 36px;
  height: 143px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R1] img {
  height: 36px;
  width: 143px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R2] {
  left: 140px;
  top: 137px;
  width: 86px;
  height: 146px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R3] {
  left: 234px;
  top: 87px;
  width: 39px;
  height: 47px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R4] {
  left: 238px;
  top: 147px;
  width: 89px;
  height: 132px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R5] {
  left: 339px;
  top: 148px;
  width: 48px;
  height: 131px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R5] img {
  height: 48px;
  width: 131px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R6] {
  left: 354px;
  top: 89px;
  width: 67px;
  height: 44px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R7] {
  left: 430px;
  top: 89px;
  width: 19px;
  height: 44px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R7] img {
  height: 19px;
  width: 44px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R8] {
  left: 398px;
  top: 145px;
  width: 95px;
  height: 83px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R9] {
  left: 507px;
  top: 146px;
  width: 61px;
  height: 79px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R10] {
  left: 624px;
  top: 91px;
  width: 65px;
  height: 55px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R11] {
  left: 771px;
  top: 87px;
  width: 39px;
  height: 63px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R12] {
  left: 818px;
  top: 89px;
  width: 62px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R13] {
  left: 620px;
  top: 214px;
  width: 88px;
  height: 52px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R14] {
  left: 716px;
  top: 159px;
  width: 45px;
  height: 119px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R14] img {
  height: 45px;
  width: 119px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R15] {
  left: 769px;
  top: 159px;
  width: 41px;
  height: 94px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R15] img {
  height: 41px;
  width: 94px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R16] {
  left: 818px;
  top: 157px;
  width: 62px;
  height: 45px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R17] {
  left: 167px;
  top: 426px;
  width: 223px;
  height: 108px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R18] {
  left: 384px;
  top: 362px;
  width: 57px;
  height: 38px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R19] {
  left: 619px;
  top: 546px;
  width: 90px;
  height: 48px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R20] {
  left: 717px;
  top: 371px;
  width: 143px;
  height: 92px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R21] {
  left: 899px;
  top: 239px;
  width: 56px;
  height: 23px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R22] {
  left: 962px;
  top: 203px;
  width: 42px;
  height: 74px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R22] img {
  height: 42px;
  width: 74px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R23] {
  left: 592px;
  top: 92px;
  width: 23px;
  height: 55px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R23] img {
  height: 23px;
  width: 55px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R24] {
  left: 593px;
  top: 156px;
  width: 116px;
  height: 46px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R25] {
  left: 594px;
  top: 386px;
  width: 110px;
  height: 80px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R26] {
  left: 949px;
  top: 285px;
  width: 53px;
  height: 41px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R27] {
  left: 870px;
  top: 293px;
  width: 68px;
  height: 156px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R28] {
  left: 961px;
  top: 409px;
  width: 43px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L1_R29] {
  left: 870px;
  top: 463px;
  width: 81px;
  height: 83px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R1] {
  left: 88px;
  top: 208px;
  width: 48px;
  height: 68px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R2] {
  left: 40px;
  top: 115px;
  width: 71px;
  height: 84px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R3] {
  left: 40px;
  top: 85px;
  width: 89px;
  height: 24px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R4] {
  left: 137px;
  top: 85px;
  width: 66px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R5] {
  left: 209px;
  top: 85px;
  width: 38px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R6] {
  left: 305px;
  top: 86px;
  width: 44px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R7] {
  left: 354px;
  top: 86px;
  width: 54px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R8] {
  left: 416px;
  top: 86px;
  width: 45px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R9] {
  left: 466px;
  top: 86px;
  width: 33px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R10] {
  left: 553px;
  top: 85px;
  width: 144px;
  height: 43px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R11] {
  left: 900px;
  top: 158px;
  width: 108px;
  height: 59px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R12] {
  left: 963px;
  top: 222px;
  width: 45px;
  height: 105px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R12] img {
  height: 45px;
  width: 105px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R13] {
  left: 871px;
  top: 288px;
  width: 75px;
  height: 39px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R14] {
  left: 870px;
  top: 333px;
  width: 75px;
  height: 67px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R15] {
  left: 870px;
  top: 407px;
  width: 45px;
  height: 68px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R16] {
  left: 922px;
  top: 407px;
  width: 21px;
  height: 54px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R16] img {
  height: 21px;
  width: 54px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R17] {
  left: 964px;
  top: 381px;
  width: 44px;
  height: 44px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R18] {
  left: 964px;
  top: 433px;
  width: 44px;
  height: 40px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R19] {
  left: 964px;
  top: 480px;
  width: 44px;
  height: 65px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R20] {
  left: 947px;
  top: 550px;
  width: 61px;
  height: 45px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R21] {
  left: 872px;
  top: 492px;
  width: 69px;
  height: 103px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R22] {
  left: 770px;
  top: 493px;
  width: 96px;
  height: 51px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R23] {
  left: 580px;
  top: 503px;
  width: 178px;
  height: 90px;
}

.mapBlock1 .trcMap .map-frame .mapItem[data-room=L2_R24] {
  left: 164px;
  top: 537px;
  width: 217px;
  height: 57px;
}

.mapBlock1 .trcMap .map-frame .mapItem.hidden,
.mapBlock1 .trcMap .map-frame .mapItem.hidden2 {
  opacity: 0 !important;
}

.mapBlock1 .trcMap .map-frame .mapSvg__item {
  fill: #C4C6C8;
  transition: 0.4s;
  cursor: pointer;
  opacity: 1 !important;
}

.mapBlock1 .trcMap .map-frame .mapSvg__item.active {
  fill: #4DA7AF;
}

.mapBlock1 .trcMap .map-frame .mapSvg__item.active:hover {
  opacity: 0.8 !important;
}

.mapBlock1 .trcMap .map-frame .mapSvg__item.hidden,
.mapBlock1 .trcMap .map-frame .mapSvg__item.hidden2 {
  fill: #C4C6C8;
  pointer-events: none;
}

.mapBlock1 .trcMap .lvlNav {
  border: 1px solid #81BDC3;
  width: 85px;
  margin-left: 50px;
  background: #FFFFFF;
  border-radius: 99px;
  z-index: 3;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mapBlock1 .trcMap .lvlNav > * {
  height: 85px;
}

.mapBlock1 .trcMap .lvlNav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .4s;
}

.mapBlock1 .trcMap .lvlNav__arrow svg * {
  transition: 0.4s;
}

.mapBlock1 .trcMap .lvlNav__arrow:nth-child(1) {
  border-radius: 99px 99px 0 0;
}

.mapBlock1 .trcMap .lvlNav__arrow:nth-child(3) {
  border-radius: 0 0 99px 99px;
}

.mapBlock1 .trcMap .lvlNav__lvl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: "Mariupol", sans-serif;
  font-weight: 700;
}

.mapBlock1 .trcMap .lvlNav__lvl p {
  text-align: center;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  color: #8A8A8A;
}

.mapBlock1 .trcMap .zoomNav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #81BDC3;
  border-radius: 99px;
}

.mapBlock1 .trcMap .zoomNav button {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  border-radius: 99px;
}

.mapBlock1 .trcMap .zoomNav button:nth-child(1) {
  border-radius: 99px 99px 0 0;
}

.mapBlock1 .trcMap .zoomNav button:nth-child(2) {
  border-radius: 0;
}

.mapBlock1 .trcMap .zoomNav button:nth-child(3) {
  border-radius: 0 0 99px 99px;
}

.mapBlock1 .trcMap .zoomNav button:last-child {
  border-right: none;
}

.newsBlock1 h1 {
  margin-bottom: 70px;
}

.newsBlock1__row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 34px);
  margin: 0 -17px;
}

.newsBlock1 .box {
  width: calc(33.333% - 34px);
  margin: 0 17px 34px;
  position: relative;
  transition: 0.4s;
}

.newsBlock1 .box .img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px 20px 0 0;
}

.newsBlock1 .box .text {
  background: #ECF8FA;
  padding: 25px 30px 40px;
  border-radius: 0 0 20px 20px;
}

.newsBlock1 .box span {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.newsBlock1 .box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 7px;
}

.newsBlock2__svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 597px;
  width: 36.4vw;
  height: auto;
}

.newsBlock2 .date {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.newsBlock2__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.newsBlock2__text {
  width: 470px;
  min-width: 470px;
  margin-left: 50px;
}

.newsBlock2__text + .newsBlock2__img {
  width: calc(100% - 470px - 50px);
}

.newsBlock2__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  align-self: flex-start;
}

.newsBlock2__textMain {
  margin-top: 40px;
}

.officesBlock1__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

.officesBlock1__top h3 {
  width: calc(66.5% - 30px);
}

.officesBlock1__top p {
  width: calc(33.5% - 30px);
  font-size: 16px;
  line-height: 1.5;
}

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

.officesBlock1__body .box {
  width: 100%;
  margin-right: 34px;
  border-radius: 20px;
  padding: 40px;
}

.officesBlock1__body .box:last-child {
  margin-right: 0;
}

.officesBlock1__body .box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.officesBlock1__body .box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 14px 0 12px;
  min-height: 48px;
}

.officesBlock1__body .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.officesBlock1__body .box:nth-child(1) {
  background: #ECF8FA;
}

.officesBlock1__body .box:nth-child(1) span {
  color: #81BDC3;
}

.officesBlock1__body .box:nth-child(2) {
  background: #ECEDFA;
}

.officesBlock1__body .box:nth-child(2) span {
  color: #9681C3;
}

.officesBlock1__body .box:nth-child(3) {
  background: #FAEFEC;
}

.officesBlock1__body .box:nth-child(3) span {
  color: #C38581;
}

.officesBlock2 h2 {
  margin-bottom: 50px;
}

.officesBlock2__slider {
  margin: 0 0 0 -17px;
  width: 150%;
}

.officesBlock2__box {
  padding: 0 17px;
}

.officesBlock2__box p {
  color: #81BDC3;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.officesBlock2__box .img {
  border: 1px solid #AAC2C5;
  border-radius: 20px;
  padding: 20px;
}

.officesBlock2__box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.officesBlock2 .slick-arrow {
  top: -40px;
  left: unset;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 99px;
  border: 1px solid #81BDC3;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: 0.4s;
}

.officesBlock2 .slick-arrow:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #81BDC3;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 1;
  transition: 0.4s;
}

.officesBlock2 .slick-arrow.slick-prev {
  right: calc(33.333% + 17px + 90px + 30px);
}

.officesBlock2 .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.officesBlock2 .slick-arrow.slick-next {
  right: calc(33.333% + 17px);
}

.officesBlock2 .slick-arrow.slick-next:before {
  -webkit-transform: translate(-25%, -50%) rotate(180deg);
  transform: translate(-25%, -50%) rotate(180deg);
}

.officesBlock2 .slick-arrow:hover {
  background: #81BDC3;
}

.officesBlock2 .slick-arrow:hover:before {
  border-right-color: white;
}

.rentBlock1 h1 {
  margin-bottom: 50px;
}

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

.rentBlock1__left {
  width: calc(63% - 25px);
  background: #ECF8FA;
  padding: 70px;
  border-radius: 20px;
}

.rentBlock1__left h3 {
  margin-bottom: 50px;
}

.rentBlock1__left form > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.rentBlock1__left form > p > span {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.rentBlock1__left form .full {
  width: 100%;
}

.rentBlock1__left form .half {
  width: calc(50% - 17px);
}

.rentBlock1__left form .radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rentBlock1__left form .radio .radio-input {
  display: flex;
  align-items: center;
}

.rentBlock1__left form .radio .wpcf7-list-item {
  margin-right: 30px;
}

.rentBlock1__left form .radio .wpcf7-list-item:last-child {
  margin-right: 0;
}

.rentBlock1__left form .radio [type="radio"] {
  display: none;
}

.rentBlock1__left form .radio .wpcf7-list-item-label {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Mariupol", sans-serif;
  text-transform: uppercase;
  padding: 17px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 99px;
  transition: 0.4s;
  cursor: pointer;
  color: rgba(71, 71, 71, 0.5);
}

.rentBlock1__left form .radio input:checked + .wpcf7-list-item-label {
  border-color: #81BDC3;
  color: #474747;
}

.rentBlock1__left form .select {
  position: relative;
}

.rentBlock1__left form .select select {
  cursor: pointer;
}

.rentBlock1__left form .select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -75%) rotate(45deg);
  transform: translate(0, -75%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid #81BDC3;
  border-left: none;
  border-top: none;
  pointer-events: none;
}

.rentBlock1__left form .fromto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rentBlock1__left form .fromto .input {
  width: 75px;
}

.rentBlock1__left form .wpcf7-acceptance [type="checkbox"] {
  display: none;
}

.rentBlock1__left form .wpcf7-acceptance [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.rentBlock1__left form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Mariupol", sans-serif;
  font-weight: 400;
  padding-left: 36px;
  display: block;
  position: relative;
  cursor: pointer;
}

.rentBlock1__left form .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #474747;
  display: block;
}

.rentBlock1__left form .wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #474747;
  display: block;
  opacity: 0;
  transition: 0.4s;
}

.rentBlock1__left form label {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Mariupol", sans-serif;
  font-weight: 500;
}

.rentBlock1__left form .input,
.rentBlock1__left form select {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(129, 189, 195, 0.5);
  transition: 0.4s;
}

.rentBlock1__left form .input:focus,
.rentBlock1__left form select:focus {
  border-bottom-color: #81BDC3;
}

.rentBlock1__right {
  width: calc(37% - 25px);
}

.rentBlock1__right .rentCont {
  display: flex;
  margin-bottom: 110px;
}

.rentBlock1__right .rentCont b {
  margin-right: 60px;
}

.rentBlock1__right .rentCont p {
  line-height: 1.8;
}

.rentBlock1__right .rentCont a {
  transition: 0.4s;
}

.rentBlock1__right .rentCont a:hover {
  color: #81BDC3;
}

.shopsBlock1 h1 {
  margin-bottom: 25px;
}

.shopsBlock2 {
  padding-top: 0;
}

.shopsBlock2__row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 34px);
  margin: 0 -17px;
}

.shopsBlock2__box {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  border-radius: 20px;
  width: calc(25% - 34px);
  height: 270px;
  margin: 0 17px 34px;
}

.shopsBlock2__box .front,
.shopsBlock2__box .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.shopsBlock2__box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.shopsBlock2__box:hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.shopsBlock2__box:hover .back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.shopsBlock2__box .front {
  background: #F1F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.shopsBlock2__box .front img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 70px;
  width: 75%;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.shopsBlock2__box .back {
  padding: 10px;
  background: #ECF8FA;
}

.shopsBlock2__box .back .scroll {
  padding: 18px;
  height: 100%;
  overflow: auto;
}

.shopsBlock2__box .back .scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 99px;
}

.shopsBlock2__box .back .scroll::-webkit-scrollbar-track {
  background: #fff;
}

.shopsBlock2__box .back .scroll::-webkit-scrollbar-thumb {
  background: #81BDC3;
}

.shopsBlock2__box .back .scroll::-webkit-scrollbar-thumb:hover {
  background: #81BDC3;
}

.shopsBlock2__box .back img {
  display: block;
  height: 25px;
  width: auto;
  margin-bottom: 10px;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.shopsBlock2__box .back p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.shopsBlock2__box .back .btn {
  margin-top: 25px;
}

.filter ul {
  display: flex;
  flex-wrap: wrap;
}

.filter li.active {
  pointer-events: none;
}

.filter li.active a {
  border: 1px solid #81BDC3;
}

.filter a {
  transition: 0.4s;
  color: #8A8A8A;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 18px;
  border-radius: 99px;
  display: block;
  border: 1px solid transparent;
}

.filter a:hover {
  color: #81BDC3;
}

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

.shopsBlock3__img {
  width: calc(50% - 25px + (100vw - 1480px)/2);
  margin-left: calc((100vw - 1480px)/-2);
  height: auto;
  border-radius: 0 20px 20px 0;
  display: block;
  align-self: flex-start;
}

.shopsBlock3__text {
  width: calc(50% - 25px);
}

.shopsBlock3__text .category {
  color: #81BDC3;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  border-radius: 99px;
  background: #ECF8FA;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}

.shopsBlock3__text h1 {
  margin-left: -5px;
}

.shopsBlock3__text .stage {
  color: #81BDC3;
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.shopsBlock3__text .info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.shopsBlock3__text .info .box p {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.shopsBlock3__text .info .box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.shopsBlock3__text .info .box a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.4s;
}

.shopsBlock3__text .info .box a:hover {
  color: #81BDC3;
}

.shopsBlock3__text .txt-content {
  margin-top: 60px;
}

.shopsBlock3__text .btn {
  margin-top: 70px;
}

.shopsBlock4 h2 {
  margin-bottom: 40px;
}

.shopsBlock4__marquee img {
  display: block;
  width: auto;
  height: 40px;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.shopsBlock4__marquee a {
  transition: 0.4s;
}

.shopsBlock4__marquee a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shopsBlock4 .marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  grid-column-gap: 80px;
  padding: 30px 0;
}

.shopsBlock4 .marquee:hover .marquee__group {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.shopsBlock4 .marquee__group {
  display: flex;
  min-width: 100%;
  justify-content: space-around;
  flex: 0 0 auto;
  grid-column-gap: 80px;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 80px));
    transform: translateX(calc(-100% - 80px));
  }
}

@keyframes scroll_mob {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
  }
}

@media screen and (min-width: 1025px) {
  .homeBlock2__slider .box:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .homeBlock5__slider .box:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .mapBlock1 .trcMap .lvlNav__arrow:hover {
    background: #81BDC3;
    color: white;
  }

  .mapBlock1 .trcMap .lvlNav__arrow:hover svg * {
    fill: white;
  }

  .mapBlock1 .trcMap .zoomNav button:hover {
    background: #81BDC3;
    color: white;
  }

  .newsBlock1 .box:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media screen and (min-width: 1201px) {
  .header__mob__btn {
    display: none;
  }
}

@media screen and (max-width: 1640px) {
  .aboutBlock1__row .media {
    width: calc(100% - 600px - 80px + 5vw);
    margin-right: -5vw;
  }

  .homeBlock1__slide .img {
    width: calc(57.375% + 5vw);
    margin-right: -5vw;
  }

  .homeBlock1 .slick-arrow.slick-prev {
    left: 5vw;
  }

  .homeBlock1 .slick-arrow.slick-next {
    right: 5vw;
  }

  .homeBlock2__slider .box img {
    height: calc((90vw - 17px * 4)/3/0.92);
  }

  .homeBlock6 img {
    width: calc(100% - 600px - 80px + 5vw);
    margin-right: -5vw;
  }

  .shopsBlock3__img {
    width: calc(50% - 25px + 5vw);
    margin-left: -5vw;
  }
}

@media screen and (max-width: 1550px) {
  .header__logo {
    height: 40px;
  }

  .header__menu li {
    margin: 0 13px;
  }
}

@media screen and (max-width: 1440px) {
  .homeBlock1__slide .text {
    padding-bottom: 50px;
  }

  .homeBlock1__slide .text h1,
  .homeBlock1__slide .text h2 {
    font-size: 32px;
  }

  .homeBlock1__slide .text h1.ultrabig,
  .homeBlock1__slide .text h2.ultrabig {
    font-size: 80px;
  }

  .homeBlock1__slide .text .slidenum {
    font-size: 30px;
  }

  .homeBlock1__slide .text .slidenum span {
    font-size: 45px;
  }
}

@media screen and (max-width: 1380px) {
  body {
    padding-top: 80px;
  }

  body {
    padding-top: 80px;
  }

  .header {
    padding: 20px 0;
  }

  .header__logo {
    height: 36px;
  }

  .header__menu a {
    font-size: 14px;
  }

  .header__search {
    width: 40px;
    height: 40px;
  }

  .header__search svg {
    width: 15px;
  }

  .header__lang {
    width: 40px;
    height: 40px;
  }

  .header__lang ul {
    width: 40px;
    height: 40px;
  }

  .header__lang ul:hover {
    height: 80px;
  }

  .header__lang span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .header__btn {
    margin-left: 20px;
    font-size: 14px;
    padding: 12px 25px;
  }
}

@media screen and (max-width: 1320px) {
  .rentBlock1__left {
    padding: 40px;
  }
}

@media screen and (max-width: 1220px) {
  .header__menu li {
    margin: 0 12px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__menu {
    display: none;
  }

  .footer .container {
    justify-content: space-between;
  }

  .footer__col {
    margin-right: 0;
  }

  .footer__col:nth-child(1) {
    width: 350px;
  }

  .footer__col:nth-child(2) {
    display: none;
  }

  .footer__col:nth-child(3) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .footer__col:nth-child(4) {
    width: 240px;
  }

  .aboutBlock1 .svg {
    z-index: -1;
  }

  .aboutBlock1__row {
    flex-direction: column;
  }

  .aboutBlock1__row .txt-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .aboutBlock1__row .media {
    width: calc(100% + 5vw);
  }

  .homeBlock2__slider .box img {
    height: calc((90vw - 17px * 2)/2/0.92);
  }

  .homeBlock6 .container {
    flex-direction: column;
  }

  .homeBlock6 .txt-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .homeBlock6 img {
    width: calc(100% + 5vw);
  }

  .mapBlock1 .trcMap .map-frame .map-pos {
    zoom: 0.7;
  }

  .newsBlock2__row {
    flex-direction: column-reverse;
  }

  .newsBlock2__text {
    margin: 30px 0 0;
    width: 100%;
    min-width: unset;
  }

  .newsBlock2__text + .newsBlock2__img {
    width: 100%;
  }

  .newsBlock2__textMain {
    margin-top: 30px;
  }

  .officesBlock1__top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .officesBlock1__top h3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .officesBlock1__top p {
    width: 100%;
  }

  .rentBlock1__left form .half {
    width: 100%;
  }

  .rentBlock1__left form .radio .wpcf7-list-item {
    margin-right: 10px;
  }

  .rentBlock1__left form .radio .wpcf7-list-item-label {
    padding: 10px 15px;
  }

  .rentBlock1__left form .fromto .input {
    margin: 0 5px;
  }

  .rentBlock1__left form .fromto .input + .input {
    margin-left: 0;
  }

  .shopsBlock2__box {
    width: calc(33.333% - 34px);
  }
}

@media screen and (max-width: 1024px) {
  section {
    padding: 40px 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .cursor-circle {
    display: none !important;
  }

  .footer .container {
    flex-wrap: wrap;
  }

  .footer__col:nth-child(3) {
    width: calc(100% - 350px - 60px);
  }

  .footer__col:nth-child(4) {
    width: 100%;
  }

  .footer__soc {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 500px;
  }

  .footer__soc h3 {
    width: 100%;
  }

  .footer__soc .soc {
    margin: 0 40px 0 0;
  }

  .footer__soc .btn {
    margin-top: 20px;
  }

  .aboutBlock1__row {
    margin-top: 25px;
  }

  .aboutBlock2 .container {
    flex-direction: column-reverse;
  }

  .aboutBlock2__img {
    width: 100%;
    margin-top: 30px;
  }

  .aboutBlock2__text {
    width: 100%;
  }

  .aboutBlock3 .container {
    flex-direction: column;
  }

  .aboutBlock3 .left {
    width: 100%;
  }

  .aboutBlock3 h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .aboutBlock3 .txt-content {
    width: 100%;
  }

  .contactsBlock1__row {
    flex-direction: column;
  }

  .contactsBlock1__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contactsBlock1__form {
    margin-top: 0;
    width: 100%;
    max-width: 350px;
  }

  .contactsBlock1__right {
    width: 100%;
    max-width: unset;
    margin-top: 40px;
  }

  .contactsBlock1__right iframe {
    height: 400px;
  }

  .homeBlock1 {
    padding-bottom: 40px;
  }

  .homeBlock1__slide .container {
    flex-direction: column;
  }

  .homeBlock1__slide .text {
    width: 100%;
    padding: 40px 0 0;
  }

  .homeBlock1__slide .text h1,
  .homeBlock1__slide .text h2 {
    max-width: unset;
  }

  .homeBlock1__slide .text p {
    max-width: unset;
  }

  .homeBlock1__slide .text .slidenum {
    left: unset;
    right: 5vw;
    bottom: calc(82.5vw + 26px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 18px;
  }

  .homeBlock1__slide .text .slidenum span {
    font-size: 26px;
  }

  .homeBlock1__slide .img {
    width: calc(100% + 5vw);
    margin-top: 5vw;
  }

  .homeBlock1 .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: 0;
  }

  .homeBlock1 .slick-arrow.slick-prev {
    left: 10vw;
  }

  .homeBlock1 .slick-arrow.slick-next {
    right: 10vw;
    -webkit-filter: none;
    filter: none;
  }

  .homeBlock2__top {
    padding-right: 0;
  }

  .homeBlock2__slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: 0px;
  }

  .homeBlock2__slider .slick-arrow:before {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 8px;
  }

  .homeBlock2__slider .slick-arrow.slick-prev {
    right: calc(17px + 50px + 25px);
  }

  .homeBlock5 h2 {
    margin-bottom: 20px;
  }

  .homeBlock5__slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: unset;
    bottom: -50px;
    -webkit-transform: none;
    transform: none;
  }

  .homeBlock5__slider .slick-arrow.slick-prev {
    right: calc(17px + 50px + 25px);
  }

  .homeBlock5__slider .slick-arrow.slick-prev {
    left: 17px;
    right: unset;
  }

  .homeBlock5__slider .slick-arrow.slick-next {
    left: calc(17px + 50px + 25px);
    right: unset;
  }

  .homeBlock5 .link {
    margin-top: 15px;
  }

  .homeBlock7 .container {
    flex-direction: column-reverse;
  }

  .homeBlock7__img {
    width: 100%;
    margin-top: 30px;
  }

  .homeBlock7__text {
    width: 100%;
  }

  .mapBlock1 .trcMap .zoomNav button:active {
    background: #81BDC3;
    color: white;
  }

  .newsBlock1 h1 {
    margin-bottom: 30px;
  }

  .newsBlock1 .box {
    width: calc(50% - 34px);
  }

  .officesBlock1__body {
    flex-direction: column;
  }

  .officesBlock1__body .box {
    width: 100%;
    margin: 0 0 5vw;
  }

  .officesBlock2 h2 {
    margin-bottom: 30px;
  }

  .officesBlock2 .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .officesBlock2 .slick-arrow.slick-prev {
    right: calc(33.333% + 17px + 50px + 25px);
  }

  .rentBlock1__row {
    flex-direction: column-reverse;
  }

  .rentBlock1__left {
    width: 100%;
    margin-top: 30px;
  }

  .rentBlock1__left form .radio {
    flex-direction: column;
    align-items: flex-start;
  }

  .rentBlock1__left form .radio label {
    margin-bottom: 10px;
  }

  .rentBlock1__right {
    width: 100%;
  }

  .rentBlock1__right .rentCont {
    margin-bottom: 30px;
  }

  .shopsBlock3 .container {
    flex-direction: column-reverse;
  }

  .shopsBlock3__img {
    width: calc(100% + 5vw);
    margin-top: 5vw;
  }

  .shopsBlock3__text {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .shopsBlock2__box {
    width: calc(50% - 34px);
  }
}

@media screen and (max-width: 768px) {
  .txt-content p,
  .txt-content li,
  .txt-content div,
  .txt-content span,
  .txt-content font,
  .txt-content blockquote,
  .txt-content td,
  .txt-content th {
    font-size: 14px;
  }

  .breadcrumbs {
    display: none;
  }

  .breadcrumbs + section {
    padding-top: 35px;
  }

  body {
    padding-top: 70px;
  }

  body {
    padding-top: 70px;
  }

  .header {
    padding: 15px 0;
  }

  .header__logo {
    height: 30px;
  }

  .header__search {
    display: none;
  }

  .header__lang {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__svg {
    top: -20vw;
  }

  .footer__col {
    padding-top: 50px;
  }

  .footer__col:nth-child(1) {
    width: 100%;
  }

  .footer__col:nth-child(3) {
    width: 100%;
  }

  .footer__col h3 {
    font-size: 16px;
  }

  .footer__info .logo {
    height: 30px;
    margin-bottom: 15px;
  }

  .footer__info p {
    font-size: 16px;
    line-height: 1.3;
    max-width: 240px;
    margin-bottom: 20px;
  }

  .footer__info form {
    max-width: unset;
  }

  .footer__info form .btn {
    width: 100%;
  }

  .footer__soc .soc {
    margin: 0 0 20px 0;
    width: 50%;
  }

  .footer__soc .btn {
    margin-top: 10px;
  }

  .aboutBlock2__text .box {
    width: calc(50% - 50px);
    margin-top: 40px;
  }

  .aboutBlock2__text .box img {
    height: 50px;
  }

  .contactsBlock1__left {
    flex-direction: column;
  }

  .contactsBlock1__form {
    margin-top: 30px;
  }

  .contactsBlock1__form form {
    max-width: unset;
  }

  .contactsBlock1__form form .btn {
    width: 100%;
  }

  .homeBlock1__slide .text h1,
  .homeBlock1__slide .text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .homeBlock1__slide .text h1.ultrabig,
  .homeBlock1__slide .text h2.ultrabig {
    font-size: 60px;
    margin-left: 0;
  }

  .homeBlock1__slide .text p {
    font-size: 14px;
  }

  .homeBlock1__slide .text .btn {
    margin-top: 15px;
  }

  .homeBlock3__marquee img {
    height: 25px;
  }

  .homeBlock3 .marquee {
    padding: 30px 0;
    grid-column-gap: 40px;
  }

  .homeBlock3 .marquee__group {
    grid-column-gap: 40px;
    -webkit-animation: scroll_mob 15s linear infinite;
    animation: scroll_mob 15s linear infinite;
  }

  .homeBlock7__text .box {
    width: calc(50% - 50px);
    margin-top: 40px;
  }

  .homeBlock7__text .box img {
    height: 50px;
  }

  .mapBlock1 .trcMap {
    padding-top: 60px;
  }

  .mapBlock1 .trcMap .map-frame {
    border-radius: 10px;
  }

  .mapBlock1 .trcMap .lvlNav {
    left: 0;
    top: 0;
    right: unset;
    display: flex;
    margin: 0;
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__arrow-up {
    border-radius: 8px 0 0 8px;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__arrow-up svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__arrow-down {
    border-radius: 0 8px 8px 0;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__arrow-down svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__lvl {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__lvl span {
    font-size: 22px;
  }

  .mapBlock1 .trcMap .lvlNav .lvlNav__lvl p {
    font-size: 8px;
  }

  .mapBlock1 .trcMap .lvlNav__arrow:active {
    background: #81BDC3;
    color: white;
  }

  .mapBlock1 .trcMap .lvlNav__arrow:active svg * {
    fill: white;
  }

  .mapBlock1 .trcMap .zoomNav {
    right: 0;
    top: 0;
    bottom: unset;
    border-radius: 10px;
    flex-direction: row;
  }

  .mapBlock1 .trcMap .zoomNav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .mapBlock1 .trcMap .zoomNav button:nth-child(1) {
    border-radius: 8px 0 0 8px;
  }

  .mapBlock1 .trcMap .zoomNav button:nth-child(3) {
    border-radius: 0 8px 8px 0;
  }

  .officesBlock1__body .box {
    padding: 25px;
  }

  .officesBlock2 {
    margin-bottom: 50px;
  }

  .officesBlock2__slider {
    margin-left: -5px;
    width: 190%;
  }

  .officesBlock2__box {
    padding: 0 5px;
  }

  .officesBlock2__box p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .officesBlock2__box .img {
    padding: 5px;
    border-radius: 10px;
  }

  .officesBlock2 .slick-arrow {
    top: unset;
    bottom: -70px;
    -webkit-transform: none;
    transform: none;
  }

  .officesBlock2 .slick-arrow.slick-prev {
    left: 5px;
    right: unset;
  }

  .officesBlock2 .slick-arrow.slick-next {
    left: calc(5px + 20px + 50px);
    right: unset;
  }

  .shopsBlock1 h1 {
    margin-bottom: 20px;
  }

  .filter a {
    font-size: 14px;
    padding: 10px 12px;
  }

  .shopsBlock3__text .category {
    font-size: 14px;
    padding: 8px 16px;
  }

  .shopsBlock3__text .info {
    flex-direction: column;
  }

  .shopsBlock3__text .info .box {
    margin-bottom: 20px;
  }

  .shopsBlock3__text .info .box:last-child {
    margin-bottom: 0;
  }

  .shopsBlock3__text .txt-content {
    margin-top: 30px;
  }

  .shopsBlock3__text .btn {
    margin-top: 30px;
  }

  .shopsBlock4__marquee img {
    height: 25px;
  }

  .shopsBlock4 .marquee {
    padding: 30px 0;
    grid-column-gap: 40px;
  }

  .shopsBlock4 .marquee__group {
    grid-column-gap: 40px;
    -webkit-animation: scroll_mob 15s linear infinite;
    animation: scroll_mob 15s linear infinite;
  }
}

@media screen and (max-width: 650px) {
  .newsBlock1 h1 {
    margin-bottom: 25px;
  }

  .newsBlock1__row {
    width: 100%;
    margin: 0;
  }

  .newsBlock1 .box {
    width: 100%;
    margin: 0 0 5vw;
  }

  .rentBlock1__left {
    padding: 40px 20px 20px;
  }

  .rentBlock1__left h3 {
    margin-bottom: 20px;
  }

  .rentBlock1__left form > p > span {
    margin-bottom: 20px;
  }

  .rentBlock1__left form .radio span {
    width: 100%;
  }

  .rentBlock1__left form .radio .radio-input {
    flex-direction: column;
  }

  .rentBlock1__left form .radio .wpcf7-list-item {
    width: 100%;
    margin: 0 0 10px;
  }

  .rentBlock1__left form .radio .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }

  .rentBlock1__left form .radio .wpcf7-list-item-label {
    width: 100%;
    text-align: center;
  }

  .rentBlock1__left form .btn {
    width: 100%;
  }

  .shopsBlock2__box {
    width: calc(100% - 34px);
    height: 90vw;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 600px) {
  .homeBlock2__top {
    flex-direction: column;
  }

  .homeBlock2__top h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .homeBlock2__top .link {
    margin-top: 25px;
  }

  .homeBlock2__slider {
    margin-top: 60px;
  }

  .homeBlock2__slider .box img {
    height: calc(90vw/0.92);
  }
}

@media screen and (max-width: 500px) {
  .aboutBlock2__text .box {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .aboutBlock2__text .box img {
    margin: 0 20px 0 0;
  }

  .contactsBlock1 h1 {
    margin-bottom: 25px;
  }

  .contactsBlock1__contacts {
    width: 100%;
  }

  .contactsBlock1__contacts .btn {
    width: 100%;
  }

  .homeBlock7__text .box {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .homeBlock7__text .box img {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .rentBlock1__right .rentCont b {
    margin-right: 40px;
  }
}