::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.headline-lion-block {
  position: relative;
  overflow: hidden;
}
.headline-lion-block .row {
  width: 86vw;
}
.headline-lion-block .sub-title {
  color: #1d3c5e;
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .headline-lion-block .sub-title {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .headline-lion-block .sub-title {
    margin-bottom: 20px;
  }
}
.headline-lion-block .sub-title:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 2px;
  left: 0;
  bottom: 0;
  max-width: 100%;
  background: #1d3c5e;
}
.headline-lion-block .title-text {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .headline-lion-block .title-text {
    margin-bottom: 100px;
  }
}
@media (max-width: 528px) {
  .headline-lion-block .title-text {
    margin-bottom: 30px;
  }
}
.headline-lion-block .title-text h2 {
   font-weight: 300;
   font-size: 50px;
   line-height: 1;
   letter-spacing: 1px;
   padding-bottom: 0;
}
@media (max-width: 1024px) {
  .headline-lion-block .title-text h2 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .headline-lion-block .title-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 528px) {
  .headline-lion-block .title-text h2 {
    font-size: 36px;
  }
}
.headline-lion-block .title-text.one {
  margin-bottom: 30px;
  margin-top: 50px;
  max-width: 900px;
}
.headline-lion-block .text {
  max-width: 900px;
}
.headline-lion-block .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #383838;
}
@media (max-width: 1024px) {
  .headline-lion-block .text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .headline-lion-block .text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 528px) {
  .headline-lion-block .text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.headline-lion-block .btn {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .headline-lion-block .btn {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .headline-lion-block .btn {
    margin-top: 15px;
  }
}
@media (max-width: 528px) {
  .headline-lion-block .btn {
    margin-top: 10px;
    margin-bottom: 30px;
	font-size: 12px;
  }
}
.headline-lion-block .headline-lion-image {
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 0;
  height: 100%;
  top: 0;
  opacity: 0.4;
}
.headline-lion-block .headline-lion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-block {
  position: relative;
  overflow: hidden;
}
.locations-block .row {
  width: 90vw;
}
.locations-block .sub-title {
  color: #000;
  position: relative;
  font-weight: 400;
  margin-bottom: 80px;
  letter-spacing: 0.027px;
  font-size: 40px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .locations-block .sub-title {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .locations-block .sub-title {
    margin-bottom: 30px;
  }
}
.locations-block .sub-title:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 2px;
  left: 0;
  bottom: 0;
  max-width: 100%;
  background: #000;
}
.locations-block .title-text {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .locations-block .title-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .locations-block .title-text {
    margin-bottom: 20px;
  }
}
.locations-block .title-text h2 {
  font-weight: 800;
  font-size: 90px;
  line-height: 1.15;
  letter-spacing: 1px;
  padding-bottom: 0;
  color: #1d3c5e;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .locations-block .title-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .locations-block .title-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .locations-block .title-text h2 {
    font-size: 35px;
  }
}
.locations-block .title-text h2:hover {
  color: #808284;
}
.locations-block .title-text .swiper-pagination {
  position: static;
}
.locations-block .title-text .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  background: transparent !important;
  opacity: 1 !important;
  text-align: left;
}
.locations-block .title-text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #808284;
}
.locations-block .slider-location-block .swiper-slide {
  overflow: hidden;
}
.locations-block .slider-location-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-block .slider-location-buttons {
  max-width: 250px;
  margin: 0 auto 65px;
  height: 94px;
  position: relative;
}
@media (max-width: 1024px) {
  .locations-block .slider-location-buttons {
    margin: 0 auto 35px;
    height: 46.77px;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .locations-block .slider-location-buttons {
    margin: 0 auto 25px;
    height: 23px;
    max-width: 100px;
  }
}
.locations-block .slider-location-buttons .swiper-button-prev, .locations-block .slider-location-buttons .swiper-button-next {
  width: 100px;
  height: 93.54px;
  position: static;
  line-height: 0;
  margin: 0;
  user-select: none;
}
@media (max-width: 1024px) {
  .locations-block .slider-location-buttons .swiper-button-prev, .locations-block .slider-location-buttons .swiper-button-next {
    width: 63.385px;
    height: 46.77px;
  }
}
@media (max-width: 768px) {
  .locations-block .slider-location-buttons .swiper-button-prev, .locations-block .slider-location-buttons .swiper-button-next {
    width: 31px;
    height: 23px;
  }
}
.locations-block .slider-location-buttons .swiper-button-prev:after, .locations-block .slider-location-buttons .swiper-button-next:after {
  display: none;
}
.locations-block .slider-location-buttons .swiper-button-prev svg path, .locations-block .slider-location-buttons .swiper-button-next svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.locations-block .slider-location-buttons .swiper-button-prev:hover svg path, .locations-block .slider-location-buttons .swiper-button-next:hover svg path {
  fill: #000;
}
.locations-block .locations-block-bottom {
  padding: 55px 0;
}
@media (max-width: 1024px) {
  .locations-block .locations-block-bottom {
    padding: 35px 0;
  }
}
.locations-block .locations-block-bottom .locations-block-bottom-left {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .locations-block .locations-block-bottom .locations-block-bottom-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.locations-block .locations-block-bottom .locations-bottom-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.24px;
  color: #808284;
}
@media (max-width: 1024px) {
  .locations-block .locations-block-bottom .locations-bottom-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .locations-block .locations-block-bottom .locations-bottom-title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .locations-block .locations-block-bottom .locations-bottom-title {
    font-size: 22px;
  }
}
.locations-block .locations-block-bottom .text {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .locations-block .locations-block-bottom .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.locations-block .locations-block-bottom .text p {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #000;
}
@media (max-width: 1024px) {
  .locations-block .locations-block-bottom .text p {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .locations-block .locations-block-bottom .text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .locations-block .locations-block-bottom .text p {
    font-size: 16px;
  }
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.86);
}
.team-box-info {
  background-color: transparent;
  position: relative;
}
.team-box-info .carousel__button.is-close {
  z-index: 100;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: none;
}
.team-box-info .team-box-row {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 0;
}
@media (max-width: 1480px) {
  .team-box-info .team-box-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .team-box-info .team-box-row {
    grid-template-columns: 1fr;
  }
}
.team-box-info .team-box-row .name {
  padding-right: 100px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1480px) {
  .team-box-info .team-box-row .name {
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .team-box-info .team-box-row .name {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.team-box-info .team-box-row .name span {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .team-box-info .team-box-row .name span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .team-box-info .team-box-row .name span {
    font-size: 26px;
  }
}
.team-box-info .team-box-row .info {
  padding-left: 100px;
}
@media (max-width: 1480px) {
  .team-box-info .team-box-row .info {
    padding-left: 50px;
  }
}
@media (max-width: 1280px) {
  .team-box-info .team-box-row .info {
    padding-left: 0;
  }
}
.team-box-info .team-box-row .info > * {
  color: #fff;
}
.team-box-info .team-box-row .info p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .team-box-info .team-box-row .info p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .team-box-info .team-box-row .info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-box-info .team-box-row .info p {
    font-size: 14px;
  }
}
.team-boxes-block {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
}
.team-boxes-block .team-boxes-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .team-boxes-block .team-boxes-cards {
    grid-template-columns: 1fr;
  }
}
.team-boxes-block .team-boxes-cards .card {
  padding: 105px 155px 105px 155px;
  background-color: #d3d3d3;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1480px) {
  .team-boxes-block .team-boxes-cards .card {
    padding: 90px;
  }
}
@media (max-width: 1024px) {
  .team-boxes-block .team-boxes-cards .card {
    padding: 70px;
  }
}
.team-boxes-block .team-boxes-cards .card:hover {
  background-color: #18273a;
}
.team-boxes-block .team-boxes-cards .card .top {
  display: grid;
  grid-template-columns: 1fr 85px;
  align-items: center;
  gap: 5px;
  margin-bottom: 70px;
}
@media (max-width: 1480px) {
  .team-boxes-block .team-boxes-cards .card .top {
    grid-template-columns: 1fr 60px;
  }
}
@media (max-width: 1024px) {
  .team-boxes-block .team-boxes-cards .card .top {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .team-boxes-block .team-boxes-cards .card .top {
    grid-template-columns: 1fr 30px;
  }
}
.team-boxes-block .team-boxes-cards .card .top .name {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.9;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1480px) {
  .team-boxes-block .team-boxes-cards .card .top .name {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .team-boxes-block .team-boxes-cards .card .top .name {
    font-size: 22px;
  }
}
.team-boxes-block .team-boxes-cards .card .top figure {
  aspect-ratio: 1;
}
.team-boxes-block .team-boxes-cards .card .top figure img {
  width: 80%;
  height: 80%;
}
.team-boxes-block .team-boxes-cards .card .photo {
  aspect-ratio: 1;
  position: relative;
}
.team-boxes-block .team-boxes-cards .card .photo img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
