

/* Start:/local/templates/empty/styles.css?174856605430730*/
body {
  margin: 0;
  padding: 0;
  font-family: "Uni Neue";
}
html {
  font-size: 16px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.header {
  background: no-repeat;
  background-image: url("/assets/bunner.jpg");
  min-height: 100vh;
  background-size: cover;
  position: relative;
  top: -135px;
  z-index: 1;
}
.static {
  transition: 2s;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 13px;
}
.static-container {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding-bottom: 20px;

  transition: 1.5s cubic-bezier(0, 0, 0, 0);
}

html[data-direction="up"] .static-container {
  background-color: #007fc4;
  transform: translate3d(0, 0px, 0) !important;
}
html[data-direction="up"] .drop-menu {
  background-color: #007fc4;
 /* padding: 15px 15px;*/
}
html[data-direction="down"] .static-container {
  /* opacity: 0; */
  background-color: #007fc4;
  transform: translate3d(0, -157px, 0) !important;
}
.nonebgheader .drop-menu {
  background-color: transparent !important;
}
.nonebgheader {
  background-color: transparent !important;
}
.menu {
  display: flex;
  gap: 40px;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;

  list-style: none;
}
.menu li a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 10px;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
.menu li a:hover {
  border-color: #2cb4ff;
}
.about {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: 0.5s;
}
.about a:hover {
  color: #2cb4ff;
}
.about a img {
  padding-right: 15px;
}
.drop-menu {
  position: absolute;
  opacity: 0;
  left: 0;
  //bottom: -176px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;

  transition: 0.5s;
}
.drop-active {
  opacity: 1;
}
.drop-menu li a {
  position: relative;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 6px;
  transition: 0.5s;
}
.drop-menu li a {
  border-bottom: none;
}
.drop-menu li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 3px;
  background-color: #ffffff;
  transition: 0.5s;
}
.drop-menu li a:hover::after {
  width: 100%;
  background-color: #2cb4ff;
}
.drop-item {
  position: relative;
}
.dropLink {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ar {
  transition: 0.5s;
}
.rotate {
  transform: rotate(180deg);
}
.mainBunner {
  color: #ffffff;
  width: 100%;
  max-width: 700px;
  margin-top: 304px;
}
.mainBunner h1 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  /* font-size: 64px; */
  font-size: 4rem;
  padding-bottom: 22px;
}
.mainBunner p {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin: 0px;
  padding-bottom: 49px;
}
.mainBunner a {
  padding: 24px 94px;
  background: #2cb4ff;
  border-radius: 8px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.mainBunner a:hover {
  background: #007fc4;
}
#fill {
  position: absolute;
  bottom: -50%;
}
.sticy {
  position: sticky;
  top: 0;
  padding: 11px;
  z-index: 200;
  transition: 1s;
  background-color: #e9f7fe;
}

.sticy::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/assets/headersvg.svg");
}
.sticy::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("/assets/headersvg2.svg");
}
.stycyul {
  display: flex;
  gap: 18px;
}
.stycyul li a {
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #0f2731;
  padding-bottom: 11px;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}
.stycyul li a:hover {
  border-color: #2cb4ff;
}
.ast {
  flex-direction: row;
  gap: 10px;
}
.ast a {
  color: #0f2731;
}
.sticy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-title {
  max-width: 665px;
}
.more-title h2 {
  margin-top: 89px;
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;

  color: #007fc4;
}
.more-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 131.5%;
  color: #0f2731;
}
.more {
  /* padding-top: 114px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  padding-bottom: 310px;
  /* margin-top: -40%; */
  background-color: #ffffff;
}
/* .c-fixed_target {
  left: 0;
  position: absolute;
  right: 0;
  top: -150vh;
} */
.more-container {
  position: relative;
  background-color: #ffffff;
  /* height: 140vh; */
}
.moreimg {
  position: relative;
  width: 100%;
}
.a1 {
  position: absolute;
  right: 16%;
}
.a2 {
  position: absolute;
  top: 33%;
  left: -10%;
}
.a3 {
  position: absolute;
  left: 15%;
  bottom: -48%;
}
.filosofy {
  position: relative;
  background-size: cover;
  background-image: url("/assets/filosofybg.jpg");
}
#usl2 {
  position: absolute;
  bottom: 450px;
}
#fill2 {
  position: absolute;
  bottom: 359px;
}
#comp2 {
  position: absolute;
  bottom: 400px;
}
.usl {
  position: relative;
}
#prem2 {
  position: absolute;
  bottom: 423px;
}
#map2 {
  position: absolute;
  bottom: 441px;
}
#part2 {
  position: absolute;
  bottom: 388px;
}
#s2 {
  position: absolute;
  bottom: 434px;
}
#contacts2 {
  position: absolute;
  bottom: 415px;
}
.lines {
  position: relative;
}
.prem {
  position: relative;
}
.filosofy-head {
  display: flex;
  flex-wrap: wrap;
  padding-top: 115px;
}
.filosofy-head h3 {
  margin: 0;
  padding: 0;

  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #2cb4ff;
}
.fnpp {
  font-weight: 700;
  margin-left: 130px;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
  margin-bottom: 0;
}
.fhp {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #2cb4ff;
  padding-right: 14%;
  margin: 0;
  text-align: right;
}
.f-items {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 320px 330px 274px 195px;

  /* grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); */

  gap: 59px;
  padding-bottom: 100px;
}

.f-item:nth-child(1) {
  width: 320px;
}
.f-item:nth-child(2) {
  width: 330px;
}
.f-item:nth-child(3) {
  width: 274px;
}
.f-item:nth-child(4) {
  width: 195px;
}
.f-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 20px */

  text-transform: uppercase;

  color: #2cb4ff;
}
.f-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 159.5%;
  margin-top: 14px;

  color: #ffffff;
}
.usl {
  background-color: #ffffff;
}
.usl h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #007fc4;
  margin: 0;
  padding-top: 175px;
  padding-bottom: 71px;
}
.uslItem {
  display: flex;
  gap: 24px;
}
.usBlue {
  background: #007fc4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin-bottom: 20px; */
}
.usBlue2 {
  background: #007fc4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin-top: 20px; */
}
.usBlue span {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 18px;
}
.usBlue p {
  max-width: 440px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 131.5%;
  color: #ffffff;
}
.usBlue2 span {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 18px;
}
.usBlue2 p {
  max-width: 440px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 131.5%;
  color: #ffffff;
}
.mnBlue {
}
.bimg1 {
  transition: 2s;
}
.bf1:hover .bimg1 {
  transform: scale(1.2);
}
.bf2:hover .bimg2 {
  transform: scale(1.2);
}

.bimg2 {
  transition: 2s;
  position: relative;
}
.uslItem {
  margin-bottom: 84px;
}
.bf1 {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  top: 20px;
}
.bf1::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  top: 20px;
  left: 0;
  background-image: url("/assets/svusl.svg");
}
.bf1::before {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  bottom: 0px;
  left: 0;
  z-index: 1;
  transform: rotate(270deg);
  background-image: url("/assets/svusl.svg");
}
.bf2 {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  bottom: 20px;
}
.bf2::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  top: 0px;
  right: 0;
  transform: rotate(89deg);
  background-image: url("/assets/svusl.svg");
}
.bf2::before {
  position: absolute;
  content: "";
  width: 57px;
  z-index: 1;
  height: 57px;
  bottom: 15px;
  right: 0;
  transform: rotate(180deg);
  background-image: url("/assets/svusl.svg");

  opacity: 0;
}
.uslugi-anim .bf2::before {
  animation: opas 4s linear forwards;
}
.uslugi-anim .bf2::after {
  animation: opas 4s linear forwards;
}
.uslugi-anim .bf1::after {
  animation: opas 4s linear forwards;
}
.uslugi-anim .bf1::before {
  animation: opas 4s linear forwards;
}
@keyframes opas {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.usl-per p {
  position: relative;
}
.usl-per p::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background-color: #007fc4;
  left: -92px;
  top: 13px;
}
.usl-per p::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background-color: #007fc4;
  right: -92px;
  top: 13px;
}
.usl-per p {
  max-width: 660px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 131.5%;
  text-align: center;
  margin: 0 auto;
  color: #007fc4;
}
.usl-per {
  margin-top: 16px;
}
.prem {
  background-color: white;
  /* padding: 61px 0px; */
  padding-top: 158px;
  padding-bottom: 204px;
}
.prem h3 {
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  padding-bottom: 70px;
  margin-bottom: 0;
  margin-top: 0;
  color: #007fc4;
}
.part {
  background-color: white;
  /* padding: 61px 0px; */
  padding-top: 158px;
  padding-bottom: 15px;
}
.part h3 {
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  padding-bottom: 70px;
  margin-bottom: 0;
  margin-top: 0;
  color: #007fc4;
}
.premimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 96px;
  height: 108px;
  background: no-repeat;
  background-image: url("/assets/bgprem.svg");
}
.ymaps-2-1-79-map {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
.prem-desk span {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #007fc4;
  display: block;
  padding-bottom: 16px;
}
.prem-desk p {
  width: 306px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;

  color: #0f2731;
}

.prem-item {
  display: flex;
  gap: 14px;
  overflow: hidden;
}

.prem-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 49px;
  column-gap: 22px;
}

.lines {
  background-color: white;
  overflow: hidden;
}
.line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5000px;
}
.line-list {
  width: 100%;

  align-items: center;

  display: flex;
  animation: line 60s linear infinite;
  transform: translateX(0px);
}
.line-list img {
  margin-right: 80px;
}
.line-list2 {
  width: 100%;
  align-items: center;

  display: flex;
  animation: line2 60s linear infinite;
  transform: translateX(0px);
}
.line-list2 img {
  margin-right: 80px;
}
@keyframes line {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2300px);
  }
}

@keyframes line2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2300px);
  }
}
.line-List-line {
  width: 100%;
  margin-left: 80px;
  align-items: center;

  display: flex;
  animation: line-1 60s linear infinite;
  transform: translateX(0px);
}
.line-List-line img {
  margin-right: 80px;
}

.line-List2-line {
  width: 100%;
  align-items: center;

  display: flex;
  animation: line-12 60s linear infinite;
  transform: translateX(0px);
}
.line-List2-line img {
  margin-right: 80px;
}
.svtext {
  transition: 0.5s;
}
.svtextVisible {
}
@keyframes line-1 {
  0% {
    transform: translateX(-2300px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes line-12 {
  0% {
    transform: translateX(-2300px);
  }
  100% {
    transform: translateX(0px);
  }
}

.line-container {
  margin-bottom: 40px;
}

.mfeedback {
  width: 660px;
}
.fid-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 134%;
  /* or 32px */
  margin-top: 15px;
  color: #0f2731;
}
.fid-title br {
  display: none;
}
.mf-name {
  position: relative;
  margin-bottom: 42px;
}
.mf-name span {
  padding-left: 40px;
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.mf-name::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/assets/form1.svg");
  left: 0;
  top: 0;
}
.mf-name input {
  width: -webkit-fill-available;
  color: #0f273182;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding-top: 19px;
  border: none;
  padding-left: 0px;
  height: 50px;
  border-bottom: 2px solid #0f2731;
}
.mf-name input::placeholder {
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.mf-email {
  position: relative;
  margin-bottom: 42px;
}
.mf-email::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("/assets/form2.svg");
  left: 0;
  top: 0;
}
.mf-email span {
  padding-left: 40px;
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.mf-email input {
  width: -webkit-fill-available;
  color: #0f273182;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding-top: 19px;
  border: none;
  padding-left: 0px;
  height: 50px;
  border-bottom: 2px solid #0f2731;
}
.mf-email input::placeholder {
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.mf-message span {
  padding-left: 40px;
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.mf-message {
  position: relative;
  margin-bottom: 42px;
}
.mf-message::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("/assets/form3.svg");
  left: 0;
  top: 0;
}
.mf-message textarea {
  width: -webkit-fill-available;
  height: 59px;
  color: #0f273182;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 0px;
  border: none;
  padding-left: 0px;

  border-bottom: 2px solid #0f2731;
}
.mf-message textarea::placeholder {
  color: #0f2731;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.subbtn {
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  cursor: pointer;
  /* identical to box height, or 20px */
  border: none;
  text-align: center;

  color: #ffffff;
  width: 100%;
  padding: 24px 0px;
  background: #2cb4ff;
  border-radius: 8px;
  transition: 0.5s;
}
.subbtn:hover {
  background: #007fc4;
}
.maintitle span {
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 134%;
  /* or 86px */

  text-transform: uppercase;

  color: #007fc4;
}
.maintitle p {
  margin: 0;
  font-family: "Uni Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 134%;
  /* or 32px */
  padding-top: 20px;
  color: #0f2731;
}
.mainform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 116px;
  padding-top: 223px;
}
.formcontainer {
  position: relative;
  background-color: white;
}
.cardmap {
  background-color: #007fc4;
  padding: 38px 75px 110px 86px;
  width: 286px;
}
.mapY {
  position: relative;
  padding-top: 324px;
  background-color: white;
}
.cardmap {
  position: absolute;
  right: 0;
  top: -52px;
  z-index: 100;
}
.cardimg {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
  margin-top: 15px;
}
.mobMenuLinks {
  display: none;
}
.nonemenu {
  /* position: absolute; */
  opacity: 0;
  height: 0px;
  /* display: none; */
  padding: 0;
  /* padding-top: 115px; */
}
.nonemenu .sticy-container {
  height: 0px;
}
.f-items {
  transition: 1s;
}
.f-item {
  transition: 1s;
}
.itemsOpacity .f-item {
  opacity: 0.5;

  cursor: default;
}
.itememEnter {
  opacity: 1 !important;
}

/* .f-item:hover {
  opacity: 1;
} */
/* .move .f-item:nth-child(1) {
  opacity: 0;
  animation: move 5s linear forwards;
}
.move .f-item:nth-child(2) {
  opacity: 0;
  animation: move 4s linear forwards;
}
.move .f-item:nth-child(3) {
  opacity: 0;
  animation: move 3s linear forwards;
}
.move .f-item:nth-child(4) {
  opacity: 0;
  animation: move 2s linear forwards;
} */
.bimg1 {
  /* opacity: 0; */
}
.bimg2 {
  /* opacity: 0; */
}
.uslugi-anim .bimg1 {
  animation: move 2s linear forwards;
}
.uslugi-anim .bimg2 {
  animation: move2 2s linear forwards;
}
body {
  overflow-x: hidden;
}
@keyframes move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.line-move p::before {
  width: 0px;
  right: 10px;
}
.line-move p::before {
  animation: linewidth2 2s linear forwards;
}
.line-move p::after {
  width: 0px;
  left: 10px;
  animation: linewidth 2s linear forwards;
}
.mobMenu {
  width: 50px;
  height: 50px;
  display: none;
  background-color: transparent;
}
.App {
  margin-top: 0px;
  padding-top: 60px;
  height: 650px;
  background-color: white;
}
.premimg {
  transform: translateY(-132px);
}
.prem-list-anim .premimg {
  animation: imgup 2s linear forwards;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1;
}
@keyframes imgup {
  0% {
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes linewidth2 {
  100% {
    right: -92px;
    width: 110px;
  }
}
@keyframes linewidth {
  100% {
    left: -92px;
    width: 110px;
  }
}
@keyframes linewidth2mob {
  100% {
    width: 100%;
  }
}
@keyframes linewidthmob {
  100% {
    width: 100%;
  }
}
.mob {
  display: none;
}
.map {
  /* padding-top: 150px; */
  background-color: #e9f7fe;
  height: 637px;
  margin-bottom: 126px;
  position: relative;
}
.map svg {
  /* max-width: 1488px;
  height: auto; */
  /* max-width: 1151px; */
  margin: 0 auto;
  display: block;
  /* padding-top: 122px; */
  /* width: 100%;
  height: auto; */
  /* margin-top: -13%; */
}
.nodeText {
  transition: 1s;
}
.svgNone {
  opacity: 0;
}
.mapRotate {
  /* transform: rotate(50deg) scale(1.4) translate(0, -213px); */
  transition: 1.2s;
  scale: 0.7;
}
g {
  transition: 1.2s;
}
.rotateMaps {
  transition: 1.2s;
  -webkit-transform: rotate(50deg) scale(1.4) translateX(0px) translateY(-213px);
  -ms-transform: rotate(50deg) scale(1.4) translateX(0px) translateY(-213px);
  transform: rotate(50deg) scale(1.4) translateX(0px) translateY(-213px);
}
.detalMap {
  /* transition: 1s; */
  /* transform: translate(407px, 247px) scale(0.7); */
  /* -ms-transform: translate(26em, 17em) scale(0.7);
  -webkit-transform: translate(26em, 17em) scale(0.7);
  -moz-transform: translate(26em, 17em) scale(0.7);
  -o-transform: translate(26em, 17em) scale(0.7);
  transform: translate(26em, 17em) scale(0.7); */

  opacity: 0;
}
.mainsvgmap {
  transition: 0.5s;
  scale: 0.8;
  transform-origin: center;
}
.point1,
.point2,
.point3,
.point4,
.point5,
.point6,
.point7,
.point8,
.point9,
.point10,
.point11,
.point12,
.point13,
.point14 {
  cursor: pointer;
}
.trp rect {
  transition: 0.5s;
}
.detalMap rect {
  transition: 0.5s;
}
.svgline {
  opacity: 0;
  transition: 0.5s;
}
.visibleMaps {
  opacity: 1;
}
.movepoint1 {
  transition: all 1s linear 0s, opacity 0s ease 0ms;
}
.movepoint2 {
  transition: all 1s linear 0s, opacity 0s ease 0ms;
}
.scgBlue {
  fill: #2cb4ff;
}
.scgWhite {
  fill: white;
}
.mobft {
  display: none !important;
}
.premmobp {
  display: none;
}
.mobtitlekont {
  display: none;
}
@media (max-width: 1000px) {
  html[data-direction="down"] .sticy {
    top: 0px;
  }
  html[data-direction="up"] .sticy {
    top: 0;
  }
  .mobMenuLinks {
    display: block;
  }
  .static-container {
    padding-bottom: 0px;
  }
  .mobtitlekont {
    display: block;
    font-family: "Uni Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    padding-bottom: 70px;
    margin-bottom: 0;
    margin-top: 0;
    color: #007fc4;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .lines {
    padding-bottom: 50px;
  }
  .static {
    display: none;
  }
  .nomob {
    display: none;
  }
  .mob {
    display: block;
  }
  .sticy {
    opacity: 1;
    height: auto;
    position: sticky;
    top: 0;
    padding: 0;
  }
  .sticy::after {
    display: none;
  }
  .sticy::before {
    display: none;
  }
  .ast {
    justify-content: space-between;
    width: 90%;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobusld .usBlue2 {
    order: 1;
  }
  .mobusld .bf2 {
    order: 0;
    bottom: 0px;
  }
  .map svg {
    margin-top: 0;
    padding-top: 40px;
    /* transform: scale(1.5); */
  }
  .maptl {
    z-index: 1;
  }
  .prem-desk {
  }
  .premmobp {
    display: block;
    opacity: 0;
    height: 0;
    text-align: center;
    transition: 0.5s;
    padding-left: 75px;
    padding-right: 9px;
    margin-top: -31px;
    text-align: left;
  }
  .prem-desk br {
    opacity: 0;
  }
  .prem-desk span {
    display: block;

    padding-bottom: 0;
  }
  .map {
    height: 430px;
  }
  .mobusld {
    margin-top: 15px;
  }
  .bimg2 {
    margin-bottom: 0;
  }
  .stycyul {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 36px;
  }
  .sticy-container {
    padding: 10px 0px;
    height: auto !important;
    flex-direction: column;
  }
  .uslItem {
    flex-direction: column;
  }
  .prem-list {
    grid-template-columns: 1fr;
  }
  .part h3 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .line-container {
    margin-bottom: 0;
  }
  .f-item p {
    font-size: 16px;
  }
  .usBlue p {
    font-size: 16px;
  }
  .usBlue2 p {
    font-size: 16px;
  }
  .usl-per p {
    font-size: 16px;
  }
  .usBlue span {
    font-size: 30px;
  }
  .usBlue2 span {
    font-size: 30px;
  }
  .slideshow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80vh;
  }
  .mainBunner {
    padding-top: 0px;
  }
  .mainform {
    padding-top: 0px;
    grid-template-columns: 1fr;
  }
  .f-title {
    justify-content: center;
  }
  .f-items {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .move {
    transform: translate(0px);
  }
  .f-item {
    margin: 0 auto;
    opacity: 1;
  }
  .filosofy-head {
    justify-content: center;
  }
  .fnpp {
    padding-top: 20px;
    text-align: center;
    margin: 0;
  }
  .bimg1 {
    width: 100%;
    height: auto;
  }
  .bimg2 {
    width: 100%;
    height: auto;
  }
  .usl {
    overflow-x: hidden;
  }
  .maintitle span {
    font-size: 40px;
  }
  .prem h3 {
    text-align: center;
  }
  .prem-desk p {
    width: auto;
    display: none;
    font-size: 15px;
  }
  .premimg {
    width: 140px;
    width: initial;
    height: 90px;
    flex: 0 0 60px;
    background-size: contain;
  }
  .prem-item {
    position: relative;
    align-items: center;
    flex-wrap: wrap;
  }
  .pvis {
    opacity: 1;
    height: auto;
  }
  .prem-item::before {
    display: none;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    right: 50px;
    top: 40px;
    transform: rotate(90deg);
    background: no-repeat;
    background-image: url("/assets/Frame.svg");
    transition: 0.5s;
  }
  .rotatebef::before {
    transform: rotate(270deg);
  }
  .maintitle {
    padding: 0px 15px;
  }
  .mf-message {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .mf-message textarea {
    width: -webkit-fill-available;
    margin: 0 auto;
  }
  .mf-email {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .mf-email input {
    width: -webkit-fill-available;
    margin: 0 auto;
  }
  .mf-name {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .mf-name input {
    width: -webkit-fill-available;

    margin: 0 auto;
  }
  .container {
    /* padding: 0px 15px; */
  }
  .mainform {
    margin-top: 50px;
    gap: 40px;
  }
  .prem {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mnBlue {
    text-align: center;
    padding: 20px 10px;
  }
  .uslItem {
    margin-bottom: 0px;
    gap: 0;
  }
  .more {
    padding-top: 0px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
  .mainBunner h1 {
    font-size: 35px;
    padding: 0px 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .fhp {
    padding: 0px 20px;
    text-align: center;
  }
  .bf1 {
    top: 0;
  }
  .mapY {
    padding-top: 70px;
  }
  .header {
    min-height: 100vh;
    top: 0;
    background-size: cover;
  }
  .usl h3 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;

    margin-top: 41px;
    margin-bottom: 41px;
  }
  .usl-per {
    padding: 0px 15px;
  }
  .subbtn {
    display: block;
    width: 60%;
    padding: 17px 0px;
    margin: 0 auto;
    font-size: 16px;
  }
  .prem-list {
    padding: 0px 30px;
    margin-bottom: 60px;
    gap: 0;
  }
  .detalMap {
    transform: translate(230px, 140px) scale(1.2);
  }
  .rotateMaps {
    transform: rotate(50deg) scale(2.5) translateX(0) translateY(-214px);
  }
  #wrapMap {
    margin-top: 122px;
  }
  .maintitle span {
    text-align: center;
    width: 100%;
    display: block;
  }
  .maintitle p {
    text-align: center;
    font-size: 16px;
  }
  .mfeedback {
    width: auto;
    padding: 0px 15px;
  }
  .map {
    overflow-x: hidden;
    /* margin-top: 100px; */
    /* overflow-x: clip; */
  }
  .part {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about a {
    gap: 10px;
  }
  .about a img {
    padding-right: 0px;
  }
  .prem-item:nth-child(1) br {
    display: none;
  }
  .map {
    padding-top: 0px;
  }
  .fid-title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .moreimg img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .App {
    height: 300px;
  }
  .a1 {
    width: 100%;
    height: auto;
  }
  .a2 {
    width: 45%;
  }
  .a3 {
    width: 45%;
  }
  .cardimg {
    margin-top: 15px;
  }
  .moreimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    order: 1;
  }
  .more-title h2 {
    text-align: center;
  }
  .more-title {
    order: 0;
    text-align: center;
    margin-bottom: 89px;
  }
  .filosofy {
    background-image: none;
    background-color: #004e79;
  }
  .usBlue {
    margin-bottom: 0px;
  }
  .usBlue2 {
    margin-top: 0px;
  }
  .line-move p::before {
    top: 0px;
    right: 0px;
    animation: linewidthmob 2s linear forwards;
  }
  .usl-per {
    overflow: hidden;
  }
  .line-move p {
    padding-bottom: 0px;
    padding: 10px 0px;
  }
  .line-move p::after {
    bottom: 0px;
    top: auto;
    right: 0px;
    left: 0px;
    animation: linewidth2mob 2s linear forwards;
  }
  .more-title p {
    font-size: 16px;
    padding: 0px 20px;
  }
  .mainBunner {
    margin-top: -70px;
  }
  .mainBunner p {
    text-align: center;
    width: 320px;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .cardimg {
    display: none;
  }
  .more {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .mainBunner a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    padding: 14px 0px;
  }
  .about a {
    font-size: 0px;
  }
  .about {
    position: absolute;
    right: 20px;
    width: auto;
    top: -12px;
    gap: 2px;
    /* left: 20px; */
  }
  .mapY .about {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .mapY .about a:nth-child(3) {
  }
  .mobft {
    grid-row: 3;
    grid-column: 1/3;
  }
  .stycyul {
    display: none;
  }
  .mobMenu {
    border: none;
    background: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    background-size: contain;
    background-image: url(/assets/mobbtn.svg);
  }
  .vis {
    display: flex;
  }
  .mainforms {
    /* max-width: 300px; */
    margin: 0 auto;
    margin-top: 50px;
  }
  .mapY .about {
    position: relative;
  }
  .mapY .about a {
    font-size: 14px !important;
  }
  .cardmap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    top: 0px;
    left: 0;
    padding: 15px 20px;
  }
  .more-title h2 {
    font-size: 36px;
  }
  .filosofy-head h3 {
    font-size: 36px;
  }
  .fhp {
    font-size: 18px;
  }
  .usl h3 {
    font-size: 36px;
    margin-bottom: 27px;
  }
  .prem h3 {
    font-size: 36px;
    padding-bottom: 27px;
  }
  .prem-desk span {
    font-size: 26px;
  }
  .part h3 {
    font-size: 36px;
    padding-bottom: 27px;
  }
  .maintitle span {
    font-size: 30px;
    font-weight: 700;
  }
  .mobtitlekont {
    font-size: 36px;
    padding-bottom: 27px;
  }
  .fid-title {
    font-size: 20px;
  }
  .mf-name span {
    font-size: 16px;
  }
  .mf-email span {
    font-size: 16px;
  }
  .mf-message span {
    font-size: 16px;
  }
  .mf-name input {
    height: 24px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .mf-email input {
    height: 24px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
}

/* End */


/* Start:/local/templates/empty/template_styles.css?1748561748330*/
.foot_in{
	margin: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}
.foot_link{
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
    color: #363b48;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    opacity: 0.5;
}
.hc300{
	height:300px;
}
/* End */
/* /local/templates/empty/styles.css?174856605430730 */
/* /local/templates/empty/template_styles.css?1748561748330 */
