* {
  box-sizing: border-box;
}
body {
  background: url(../pictures/white-abstract-bg.jpg) top/cover repeat-y;
  margin: 0;
}

header,
.mobile-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #242524;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.top-header,
.mobile-nav {
  padding: 0 2em;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Murecho&display=swap");
li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li,
a,
button,
input {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}
a {
  color: #13254b;
}
.logo img {
  height: 100px;
  width: 100px;
  cursor: pointer;
  padding: 10px;
}

.nav__links {
  list-style: none;
}

.nav__links li {
  display: inline-block;
  padding: 0px 20px;
  margin: 10px 0;
}

.nav__links li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}

.nav__links li a:hover {
  color: #0088a9;
}

button,
input,
input.wpcf7-submit {
  padding: 9px 25px;
  background-color: rgb(239 179 97);
  bottom: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border: 1px solid rgb(239 179 97);
  border-right: none;
  border-left: none;
}
input:focus {
  outline: 1px solid rgb(239 179 97);
}
button:hover,
button.wpcf7-submit:hover {
  background-color: rgb(255, 175, 64);
  box-shadow: 0 0 5px rgb(255, 175, 64);
}

.item {
  margin: 10px;
  margin-left: 150px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15%;
  margin-bottom: -10%;
  list-style: none;
  position: relative;
}
.img {
  padding: auto;
  position: relative;
  top: auto;
  left: 95%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 15%;
  max-width: 50%;
  height: 15%;
}
.img2 {
  position: relative;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50%;
  max-width: 25%;
  height: 40%;
}
.main-text {
  text-align: center;
  font-family: "Murecho" sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  color: #13254b;
}
.box-shadow {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.14);
}
.small-text {
  text-align: justify;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 20px;
  hyphens: auto;
}
.con-text {
  text-align: left;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 2%;
}
.video {
  padding: auto;
  align-items: center;
}

.uk-flex-middle {
  align-items: center;
}
.uk-flex-center {
  justify-content: center;
}
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts {
  text-align: left;
  margin-left: 30%;
  margin-right: 30%;
  font-size: 20px;
}

.pictures {
  width: 100%;
  height: auto;
  max-width: 560px;
  border-radius: 0;
  transition: 0.3s ease all;
  border-radius: 20px;
}

.more-text {
  position: relative;
  overflow: hidden;
}
.pictures:hover {
  box-shadow: 0 0 10px #000;
}
.more-text span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background-color: #00000087;
  font-size: 16px;
  text-transform: uppercase;
  bottom: 3px;
  left: 0;
  transition: 0.3s ease all;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.pictures:hover .more-text span {
  color: #0088a9;
}
.common-text {
  text-align: left;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 20px;
}
.zagolovok {
  text-align: center;
  font-size: 24px;
}
.zagolovok2 {
  text-align: center;
  font-size: 30px;
}
.pictures2 {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  max-height: 600px;
}
.slick-slide {
  height: auto !important;
}
.slick-counter {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2425244d;
    position: relative;
    bottom: 45px;
    font-size: 18px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    border: 5px solid #efb361;
    display: inline-block;
}
.slick-counter .current-slide-number {
    color: #0088a9;
    font-size: 32px;
}
.pictures3 {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  max-height: 600px;
}
.pictures4 {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  max-height: 600px;
}
.youtube-video {
  max-width: 560px;
  margin: 0 auto;
}
.scrolltop {
  position: fixed;
  bottom: 100px;
  right: 100px;
  font-size: 50px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 50%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.video-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrows-slick {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  font-size: 50px;
  transition: 0.3s ease all;
  border-radius: 50%;
  z-index: 1;
  scale: -1;
}
.fa-solid{
    color: #efb361;
}
.arrows-slick:hover {
  color: #000;
  box-shadow: 0 0 10px #000;
  border-radius: 50%;
  cursor: pointer;
}
.arrow-left {
  right: 10px;
  background-color: #fff;
}
.arrow-right {
  left: 10px;
  background-color: #fff;
}
html {
  scroll-behavior: smooth;
}
.mobile-nav {
  display: none;
}
.phone-line {
  display: flex;
  align-items: center;
}
.phone-icon {
  margin-right: 10px;
}
.main-text h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  padding: 10px;
  margin: 0 auto 50px;
}
input {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  color: #13254b;
}
@media (max-width: 900px) {
  .nav__links a {
    font-size: 14px;
  }
  .mobile-nav {
    display: flex;
  }
  .small-text,
  .common-text {
    margin: 2em;
    text-align: justify;
    hyphens: auto;
  }
  .nav__links {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .top-header {
    position: fixed;
    left: -100%;
    z-index: 10;
    transition: 0.5s ease all;
  }
  .top-header.active {
    left: 0;
  }
  .curtaine {
    position: relative;
    width: 40px;
    height: 20px;
  }

  .curtaine span {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    top: 50%;
    opacity: 1;
    background: #fff;
    transition: 0.3s ease all;
  }
  .curtaine span:first-child {
    top: 0;
  }
  .curtaine span:last-child {
    top: 100%;
  }
  .curtaine.open-menu-mobile span {
    opacity: 0;
  }
  .curtaine.open-menu-mobile span:first-child {
    rotate: 45deg;
    right: 0;
    opacity: 1;
    top: 50%;
  }
  .curtaine.open-menu-mobile span:last-child {
    rotate: -45deg;
    right: 0;
    opacity: 1;
    top: 50%;
  }

  header {
    background: #242524;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
  }
  .nav__links li {
    padding: 0;
    background-color: #3334338a;
  }
  .nav__links li a {
    padding: 20px;
    display: flex;
    border-left: 2px solid rgb(239 179 97);
  }
  .scrolltop {
    bottom: 10px;
    right: 10px;
  }
  .item {
    margin-left: 0;
  }
  .con-text {
    margin-left: 2em;
    margin-right: 2em;
  }
}

/* ---------- PRIVACY POLICY ---------- */
.privacy-policy-copyright-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-policy__container {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: #13254b;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify !important;
  font-size: 20px;
  font-weight: 700;
}
.privacy-policy__container li {
  text-align: justify !important;
  color: #13254b;
}
.privacy-policy__title {
  padding: 2em;
  text-align: center;
  color: #13254b;
}
@media (max-width: 600px) {
  .privacy-policy__title {
    padding: 10px;
    font-size: 22px;
  }
}
.privacy-policy__main-list {
  margin: 0 auto;
  width: 80%;
}
.privacy-policy__main-list ol {
  margin-left: 0;
  padding: 0;
}
.privacy-policy__container li {
  margin-bottom: 5px;
}

.privacy-policy__container .privacy-policy-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 5em 0;
}
.privacy-policy__container .privacy-policy-logo img {
  width: 100%;
}
.privacy-policy__container ol {
  list-style-type: none;
  padding: 0;
}
/*summer */
.link-dnwclimat {
  color: #13254b;
  text-transform: uppercase;
  font-weight: 700;
}

.privacy-policy__container .privacy-policy__sub-title {
  color: #13254b;
  margin: 2em 0 1em 0;
  background: #ffffffb4;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.privacy-link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.slick-gallery img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.slick-gallery .slick-active img {
  transform: scale(1);
}
