@import url("bootstrap-icons.css");

* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Circle;
  src: url('../fonts/Circe-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Circle;
  src: url('../fonts/Circe-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Circle;
  src: url('../fonts/Circe-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

body {
  background: #fff;
  font-family: Circle;
}
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 7px #676767;
}
a {
  color: #1d2236;
  text-decoration: underline;
  text-decoration-color: #f0db8b;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
a:hover {
  color: #000;
  text-decoration-color: #1d2236;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
button, .wp-block-button__link {
  padding: 12px 25px;
  background: #1d2236;
  color: #e8d27d;
  text-decoration: none;
}
button:hover, .wp-block-button__link:hover {
  background: #242C43;
  color: #e8d27d;
  text-decoration: none;
}
blockquote {
  padding: 20px;
  border-left: solid 2px #1d2236;
}
table {
  border-collapse: collapse;
  border-spacing: 5px;
  background-color: transparent;
}
table td {
  padding: 5px;
  border: solid 1px #aaa;
}
input {
  padding: 10px;
  background: rgba(29, 34, 54, .08);
  border: solid 1px transparent;
  color: #1d2236;
}
input:focus {
  border: solid 1px #1d2236;
}

.w100 {
  width: 100%;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.m310 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.submit {
  width: 100%;
  padding: 10px;
  border: none;
  background: #e8d27d;
  color: #1d2236;
}
.submit:hover {
  background: #f0db8b;
}
.submit:focus {
  border: solid 1px transparent;
}

.wp-block-pullquote blockquote {
  padding: 20px;
  border-left: none;
  border-top: solid 2px #1d2236;
  border-bottom: solid 2px #1d2236;
}
.modal-header {
  background: #1d2236;
  color: #e8d27d;
}
.w7-check {
  display: block;
}
.w7-check span {
  width: 98%;
}

.logo-a {
  text-decoration: none;
}
.logo-a:hover {
  text-decoration: none;
}
.logo-img {
  width: auto;
  height: 52px;
  margin-left: 50px;
}
.logo-text {
  padding: 10px 20px;
  margin: 0;
  font-weight: bold;
  color: #1d2236;
}
.fl-right {
  justify-content: flex-end !important;
}
.navbar-toggler{
  border: solid 1px #1d2236;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,39,56, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
  background: transparent;
  border: solid 1px #1d2236;
}
.navbar-brand {
  text-decoration: none;
}
.nav-link {
  position: relative;
  padding: 20px;
  color: #1d2236;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: bold;
  transition: .5s;
}
.nav-link:hover {
  color: #1d2236;
}
.nav-link::before {
  content: "";
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: #f0db8b;
  transition: .5s;
}
.nav-link:hover::before {
  visibility: visible;
  width: 100%;
  left: 0;
}
.dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-item {
  text-decoration: none;
  color: #1d2236;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus  {
  color: #000;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: #f0db8b;
  text-decoration-thickness: 2px;
}
.main-pic {
  position: relative;
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .3);
}
.main-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
  z-index: -9999;
}
.main-pic-abs {
  position: absolute;
  max-width: 675px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.main-pic-b {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.main-pic-b a {
  display: block;
  padding: 15px 20px;
  border-radius: 0;
  background: #1d2236;
  box-shadow: 0 0 40px #232323;
  color: #f0db8b;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
}
.main-pic-b a:hover {
  box-shadow: 0 0 40px #aaa;
}
.main-pic-text {
  position: relative;
  padding: 30px !important;
  border: solid 2px #fff;
}
.main-pic-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(10px);
  z-index: -999;
}
.main-pic-text-p1, .main-pic-text-p2{
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.main-pic-text-p2 {
  font-size: 1rem;
}
.main-pic-text-p1{
  font-size: 1.3rem;
  text-transform: uppercase;
}

.title-section {
  display: block;
  position: relative;
  padding-top: 50px;
  line-height: 80px;
  color: #1d2236;
}
.title-section a {
  text-decoration: none;
}
.title-section a:hover {
  color: #000;
  text-decoration: none;
}
.title-section::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 3px;
  top: 100%;
  left: -25%;
  background: #f0db8b;
}
.mt-50 {
  margin-top: 50px;
}
.list-group-item-action {
  font-weight: bold;
  color: #1d2236;
  text-decoration: none;
}
.list-group-item.active {
  color: #f0db8b;
  background-color: #1d2236;
  border-color: #1d2236;
}
.tab-pane ul {
  margin-left: 30px;
}
.tab-pane {
  color: #1d2236;
  font-size: 1.1rem;
}
.card-news {
  padding-top: 35px;
}
.card-footer p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}
.card-text {
  font-weight: 600;
}
.posts-list, .post-text-page {
  padding-bottom: 50px;
}
.posts-list-title {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 3px #1d2236;
}
.post-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.post-title h1 {
  text-align: center;
  color: #1d2236;
}
.post-text {
  padding-bottom: 20px;
}
.post-text p, .post-text ul, .post-text-page p, .post-text-page ul {
  font-size: 1.2em;
}
.post-text-page ul, .post-text ul {
    margin-left: 2.5rem;
}
.post-categories {
  list-style: none;
}
.breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 50px;
}
.breadcrumb-item {
  font-size: 0.85rem;
}
.pagination {
  margin-top: 30px;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 15px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  font-size: 1rem;
}
.page-numbers:hover {
  text-decoration: none;
}
.page-numbers.current {
  border-bottom: none;
}
.page-numbers.dots {
  border-bottom: none;
}
.page-numbers:first-child, .page-numbers:last-child {
  border-bottom: none;
}
.page-link {
  padding-left: 20px;
  padding-right: 20px;
  color: #1d2236;
}
.post-text-page-404 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1d2236;
  text-align: center;
}
.post-text-page-404 span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.post-text-page-404 h1 {
  color: #f0db8b;
  text-shadow: 2px 2px 0 #fff;
  font-weight: bold;
  font-size: 10rem;
}
.post-text-page-404 h3 {
  color: #fff;
}
.post-text-page-404 a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 2px #f0db8b;
  transition: all .5s;
}
.post-text-page-404 a:hover {
  color: #f0db8b;
  text-decoration: none;
  border-bottom: solid 2px #fff;
}
.partners-carousel-block {
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}
.partners-slick-arrow-left, .partners-slick-arrow-right {
  padding: 0 10px;
  border: none;
  background: transparent;
  outline: none !important;
}
.partners-slick-arrow-left i, .partners-slick-arrow-right i {
  font-size: 1.5rem;
}
.partners-carousel-item {
  display: flex !important;
  justify-content: center;
  width: 205px;
  height: 80px;
  padding: 15px;
}
.partners-carousel-item img {
  width: auto;
  height: 100%;
}
.partners-carousel-block .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
}
.partners-carousel-block .slick-dots button {
  outline: none;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0 10px;
  background-color: #f0db8b;
  width: 50px;
  height: 1px;
}
.partners-carousel-block .slick-active button {
  background-color: #1d2236;
  height: 2px;
}

#mapid {
  display: block;
  width: 100%;
  height: 300px;
}
.map-link {
  display: block;
  margin-top: 5px;
  padding: 5px 0;
  background: #1d2236;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #f0db8b !important;
}
.map-link:hover {
  text-decoration: none;
  color: #fff !important;
}
.contacts-bottom {
  position: relative;
  padding-top: 35px;
}
.contacts-bottom-block {
  padding: 0 25px !important;
}
.contacts-bottom-block i, .contacts-bottom-info {
  display: block;
  text-align: center;
}
.contacts-bottom-block i {
  margin: 50px auto 25px auto;
  color: #1d2236;
  font-size: 2rem;
}
.contacts-bottom-info {
  color: #000;
  font-size: 1em;
}
.contacts-bottom-info p {
  margin-bottom: 0;
}
.contacts-bottom-info a {
  text-decoration: none;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding: 40px 40px 20px 40px;
  background: #1d2236;
  text-align: center;
}
.form-block h2 {
  position: relative;
  color: #f0db8b;
}
.form-block h2::before {
  position: absolute;
  content: '';
  display: block;
  width: 15%;
  height: 3px;
  background: #f0db8b;
  top: 49%;
  left: 5%;
}
.form-block h2::after {
  position: absolute;
  content: '';
  display: block;
  width: 15%;
  height: 3px;
  background: #f0db8b;
  top: 49%;
  right: 5%;
}
.form-input, .form-textarea, .form-submit {
  outline: none;
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  border-radius: 0;
}
.form-input, .form-textarea {
  background: #1d2236;
  border: solid 2px #f0db8b;
  color: #f0db8b;
}
.form-submit {
  background: #f0db8b;
  border: none;
  color: #1d2236;
  font-weight: bold;
}
.form-submit:hover {
  background: #e8d27d;
}
.form-input {
  padding: 10px;
  text-align: center;
}
.form-input:focus, .form-textarea:focus {
  border: solid 2px #fff;
  transition: .5s;
}
.wpcf7-spinner {
  display: none;
  background-color: #1d2236;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  color: #DC3232;
}
.form p {
  color: #f0db8b;
}
.tab-content-border {
  border-left: solid 2px #e8d27d;
  padding-bottom: 10px;
}

footer {
  padding-top: 40px;
  background: #1d2236;
}
.footer-copy {
  background: #1d2236;
}
.footer-copy p {
  text-align: center;
  color: #fff;
  font-size: 0.85em;
}
.footer-copy h5 {
  margin-bottom: 20px;
  text-align: center;
  color: #f0db8b;
  font-size: 0.85em;
}
.footer-copy a {
  color: #fff;
  text-decoration: none;
}
.footer-copy a:hover {
  text-decoration: underline;
  text-decoration-color: #f0db8b;
}

.scroll-to-top {
  position: fixed;
  display: block;
  padding: 10px;
  right: 2%;
  background: rgba(24, 34, 54, 0.8);
  border-radius: 50%;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  cursor: pointer;
  z-index: 99999999;
  transition: bottom ease-out .5s;
}
.scroll-to-top-chevron {
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 0;
  color: #f0db8b;
}


@media (max-width: 1199px) {
  .form-block h2::before {
    width: 10%;
    height: 3px;
    background: #f0db8b;
    top: 49%;
    left: 5%;
  }
  .form-block h2::after {
    width: 10%;
    height: 3px;
    background: #f0db8b;
    top: 49%;
    right: 5%;
  }
}

@media (max-width: 992px) {
  .nav-link, .dropdown-item {
    text-align: center;
  }
  .main-pic-abs {
    top: 10%;
    margin: 0 auto;
    left: auto;
    transform: none;
  }
  .main-pic-b {
    bottom: 7%;
  }
  .tab-content {
    padding: 20px;
  }
  .tab-content-border {
    border: none;
  }
  .dropdown-menu {
    left: 0;
    transform: none;
  }
}

@media (max-width: 767px) {
  .form-block h2::before {
    width: 5%;
    height: 3px;
    background: #f0db8b;
    top: 49%;
    left: 5%;
  }
  .form-block h2::after {
    width: 5%;
    height: 3px;
    background: #f0db8b;
    top: 49%;
    right: 5%;
  }
  .partners-carousel-block .slick-dots button {
    width: 30px;
    height: 1px;
  }
}

@media (max-width: 442px) {
  .logo-img {
    margin-left: 10px;
  }
  .page-numbers {
    padding: 5px 5px;
  }
  .partners-carousel-block .slick-dots button {
    width: 10px;
    height: 1px;
  }
}

@media (max-width: 402px) {
  .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 360px) {
  .main-pic-b {
    display: none;
  }
  .page-numbers {
    padding: 2px 2px;
    margin-right: 7px;
  }
}