@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/*** Websites languages direction ***/
html {
  /* font-family: "Lora",serif; */
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: 100%;
  word-spacing: 2px;
  word-wrap: break-word;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  background-color: var(--back-body-color);
  color: var(--default-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "OpenSans-Regular"; */
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.2
}

a {
  color: var(--default-text-color);
}

a:hover {
  color: var(--link-color);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.8px;
  word-spacing: 0.4rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  height: auto;
}

ul,
ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

p,
li,
.text-format-base {
  letter-spacing: 0.8px;
  word-spacing: 0.4rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-wrap: pretty;
}

.text-wrap-balance {
  text-wrap: balance;
}

/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
.text-black {
  color: #000 !important;
}

.text-black-111 {
  color: #111111 !important;
}

.text-black-222 {
  color: #222222 !important;
}

.text-black-333 {
  color: #333333 !important;
}

.text-black-444 {
  color: #404040 !important;
}

.text-black-555 {
  color: #555555 !important;
}

.text-black-999 {
  color: #999999 !important;
}

.text-gray-dimgray {
  color: #666666 !important;
}

.text-gray-light {
  color: #777777 !important;
}

.text-gray {
  color: #808080 !important;
}

.text-gray-darkgray {
  color: #a9a9a9 !important;
}

.text-gray-silver {
  color: #c0c0c0 !important;
}

.text-gray-lightgray {
  color: #d3d3d3 !important;
}

.text-gray-gainsboro {
  color: #fff !important;
}

.text-gray-lighter {
  color: #eeeeee !important;
}

/* Text White Color*/
.text-white {
  color: #fff !important;
}

.text-white-f1 {
  color: #f1f1f1 !important;
}

.text-white-f3 {
  color: #f3f3f3 !important;
}

.text-white-f7 {
  color: #f7f7f7 !important;
}

.text-white-f8 {
  color: #f8f8f8 !important;
}

.text-white-fa {
  color: #fafafa !important;
}

.text-white-fc {
  color: #fcfcfc !important;
}

/* Text Dark And White Layout*/
.text-white-light {
  color: #fff !important;
}

.color-red-1 {
  color: #ff8176;
}

.color-blue-lite-1 {
  color: #97c1ff;
}

.icon-size-5rem {
  font-size: 5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.bt {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  cursor: pointer;
}

a.bt {
  color: black;
  text-decoration: none;
}

.bt.bt_lnk {
  color: #007bff;
  background-color: transparent;
  text-decoration: underline;
}

.bt.bt_default {
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: .375rem .75rem;
}

.bt.bt-color_primary {
  color: #fff;
  background-color: var(--bt-back-color-primary);
  border-color: var(--bt-border-primary);
}

.bt.bt-img-open {
  color: #fff;
  background-color: #00a6fb8a;
}

.bt.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 2px 2px 12px -5px #000;
  border-style: none;
}

.back-color-style-1 {
  background-color: var(--back-color-style-1);
}

.back-color-style-2 {
  background-color: var(--back-color-style-2);
}

.back-color-style-3 {
  background-color: var(--back-color-style-3);
}

.back-img-header-1 {
  background-image: url(/img/visual_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.back-filter-white-blue-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(0 166 251 / 30%), rgb(135 135 135));
  will-change: transform;
}

.back-filter-style-2_top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #99d98c2e 30%, #fff 100%);
  will-change: transform;
}

.back-filter-style-2_bottom {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #fff, #f7ede25e);
  will-change: transform;
}

ul.list-decimal {
  list-style-type: decimal;
}

ul.list-minus {
  list-style-type: "—";
}

.naming {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #6c757d;
}

.preview-block {
  position: relative;
  overflow: hidden;
}

.preview-block_toggle {
  display: none;
}

.preview-block_toggle:checked+.preview-block {
  max-height: none !important;
}

.preview-block_toggle:checked+.preview-block+.preview-block_bottom {
  display: none;
}

.preview-block_bottom {
  display: none;
  position: relative;
  height: 60px;
  top: -50px;
}

.preview-block_bottom_background {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
  border-bottom: 1px solid #e5f3fb;
}

.preview-block_bottom_background-style-2 {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafcfa 75%);
  border-bottom: 1px solid #e5f3fb;
}

.preview-block_bottom_button {
  margin-top: 10px;
  padding: 10px 20px 6px 20px;
  background-color: #00a9ff;
  border: 1px solid var(--bt-border-primary);
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  line-height: 1em;
}

.about-container {
  border-top: 1px solid #ffebdb;
  background-image: linear-gradient(90deg, rgb(255 223 172 / 44%) 0%, rgba(255, 255, 255, 1) 100%);
}

.about-text {
  border-top: 1px solid #ffc99b;
}

.indications {
  line-height: 1.2em;
}

.indications-item {
  padding: 8px;
}

.header_content {
  height: 120px;
  margin-bottom: 40px;
  background-image: linear-gradient(180deg, #c2dfe3 0%, rgba(255, 255, 255, 1) 100%);
}

.header_logo {
  max-height: 80px;
  width: max-content;
}

.footer, .footer_small {
  color: white;
  background-color: #0d1321;
}

.footer_small {
  min-height: 350px;
}

.footer {
  min-height: 550px;
}

.preview-map {
  min-height: 40vh;
}



.blocker {
  z-index: 100;
}

.img-container {
  position: relative;
}

.modal.img-preview {
  padding: 0;
  height: 100%;
  width: auto;
  max-width: 90%;
  max-height: 70%;
}

.modal .img-container {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.img-container .img-view {
  max-width: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.overlay .btn-open-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-container:hover .overlay, item-container:active .overlay {
  opacity: 1;
}

@keyframes zoom-header {
  0% {
    zoom: 1;
  }
  50% {
    zoom: 0.88;
  }
  100% {
    zoom: 0.73;
  }
}

@media (hover: hover) {
  .overlay {
    opacity: 0;
    transition: .5s ease;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 21%), rgb(237 237 237));
  }

  .item-container:hover .overlay, item-container:active .overlay {
    opacity: 1;
  }
}

@media (hover: none) {
  /* Для прямого ввода */
  .overlay {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 10%), rgb(73 73 73 / 30%));
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.375rem;
  }

  .back-img-header-1 {
    min-height: 750px;
  }
}

@media screen and (max-width:1199px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.9rem
  }

  .preview-block.preview-block-430 {
    max-height: 430px;
  }

  .preview-block.preview-block-270 {
    max-height: 270px;
  }

  .preview-block.preview-block-200 {
    max-height: 200px;
  }

  .preview-block.preview-block-180 {
    max-height: 180px;
  }

  .preview-block.preview-block-140 {
    max-height: 140px;
  }

  .preview-block_bottom {
    display: flex;
  }

  .back-img-header-1 {
    min-height: 700px;
  }
}

@media screen and (max-width:959px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  p,
  li,
  .text-format-base {
    letter-spacing: 0.4px;
    word-spacing: 0.2rem;
  }

  .preview-block.preview-block-430 {
    max-height: 430px;
  }

  .preview-block.preview-block-270 {
    max-height: 270px;
  }

  .preview-block.preview-block-200 {
    max-height: 200px;
  }

  .preview-block.preview-block-180 {
    max-height: 180px;
  }

  .preview-block.preview-block-140 {
    max-height: 140px;
  }

  .preview-block_bottom {
    display: flex;
  }

  .back-img-header-1 {
    min-height: 600px;
  }
}

@media screen and (max-width:639px) {

  h1 {
    font-size: 1.95rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  p,
  li,
  .text-format-base {
    letter-spacing: 0.4px;
    word-spacing: 0.1rem;
  }

  .preview-block.preview-block-430 {
    max-height: 430px;
  }

  .preview-block.preview-block-270 {
    max-height: 270px;
  }

  .preview-block.preview-block-200 {
    max-height: 200px;
  }

  .preview-block.preview-block-180 {
    max-height: 180px;
  }

  .preview-block.preview-block-140 {
    max-height: 140px;
  }

  .preview-block_bottom {
    display: flex;
  }

  .back-img-header-1 {
    min-height: 500px;
  }
}

@media screen and (max-width:479px) {

  h1 {
    font-size: 1.825rem;
  }

  h2 {
    font-size: 1.6rem;
  }


  p,
  li,
  .text-format-base {
    letter-spacing: 0.4px;
    word-spacing: 0.1rem;
  }

  .preview-block.preview-block-270 {
    max-height: 270px;
  }

  .preview-block.preview-block-200 {
    max-height: 200px;
  }

  .preview-block.preview-block-180 {
    max-height: 180px;
  }

  .preview-block.preview-block-140 {
    max-height: 140px;
  }

  .preview-block_bottom {
    display: flex;
  }

  .back-img-header-1 {
    min-height: 400px;
  }
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}