::-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%);
 }
 */
.logo {
  width: 240px;
  display: inline-block;
}
header {
  position: relative;
  z-index: 9;
}
header .top-header {
  padding: 15px 0;
}
@media (max-width: 767px) {
  header .top-header {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header .btn-wrap {
    width: 100%;
  }
}
header .btn-wrap div {
  margin-right: 20px;
}
header .btn-wrap div a {
  color: #222;
  font-weight: 600;
  display: block;
}
@media (max-width: 1024px) {
  header .btn-wrap div a {
    font-size: 12px;
  }
}
header .btn-wrap div a strong {
  color: #2289ff;
  font-weight: 600;
}
header .btn-wrap div a:hover {
  color: #2289ff;
}
@media (max-width: 1024px) {
  header .btn-wrap div .btn {
    padding: 10px 15px 10px 15px;
  }
}
header .bottom-header {
  padding: 16px 0;
  background: #1b1a1a;
}
header .bottom-header nav .line {
  width: 1px;
  height: 30px;
  background: #d9d9d9;
  opacity: 0.3;
}
header .bottom-header nav > ul > li {
  position: relative;
}
header .bottom-header nav > ul > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  header .bottom-header nav > ul > li > a {
    font-size: 13px;
  }
}
header .bottom-header nav > ul > li > a:hover {
  color: #2289ff;
}
header .bottom-header nav > ul > li.current-menu-item a {
  color: #2289ff;
}
header .bottom-header nav > ul > li.line-wrap:last-of-type {
  display: none;
}
header .bottom-header nav > ul > li > ul.sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  width: 200px;
  background: rgba(27, 26, 26, 0.5);
  padding: 20px 20px 10px 20px;
  visibility: hidden;
  opacity: 0;
  -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;
}
header .bottom-header nav > ul > li > ul.sub-menu > li {
  margin-bottom: 5px;
}
header .bottom-header nav > ul > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #fff;
}
header .bottom-header nav > ul > li > ul.sub-menu > li > a:hover {
  color: #2289ff;
}
header .bottom-header nav > ul > li:hover ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
header .bottom-header nav > ul li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
header .bottom-header nav > ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
footer {
  background: #222;
  padding: 70px 0 60px;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 15px;
  }
}
footer .logo-footer {
  flex-basis: 28%;
}
@media (max-width: 1024px) {
  footer .logo-footer {
    flex-basis: 100%;
    text-align: center;
  }
}
footer .logo-footer .logo {
  margin-bottom: 17px;
}
footer .logo-footer p {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  footer .logo-footer .copyright {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
footer .nav-wrap {
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  footer .nav-wrap {
    flex-basis: 100%;
    text-align: center;
  }
}
footer .nav-wrap nav {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  footer .nav-wrap nav {
    width: 100%;
    flex-basis: 100%;
  }
}
footer .nav-wrap nav ul li {
  margin-bottom: 23px;
}
footer .nav-wrap nav ul li a {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
footer .nav-wrap nav ul li a:hover {
  color: #2289ff;
}
footer .text_footer {
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  footer .text_footer {
    flex-basis: 100%;
    text-align: center;
  }
}
footer .text_footer p {
  font-size: 13px;
  line-height: 29px;
}
footer .text_footer a {
  color: #fff;
}
footer .text_footer a:hover {
  color: #2289ff;
}
.top-block {
  min-height: 550px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: 450px;
    padding: 20px 20px;
  }
}
.top-block * {
  color: #fff;
}
.top-block .row {
  text-align: center;
}
.top-block blockquote {
  margin: 0 0 20px;
  display: inline-block;
  font-family: "Inter";
  font-weight: 300;
  font-size: 43px;
  line-height: 52px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .top-block blockquote {
    font-size: 30px;
    line-height: 1.3;
  }
}
.top-block blockquote p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 43px;
  line-height: 52px;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-block blockquote p {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 0;
  }
}
.top-block blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -105px;
  width: 95px;
  height: 2px;
  background: #fff;
}
.top-block blockquote:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -105px;
  width: 95px;
  height: 2px;
  background: #fff;
}
.icons_block_home {
  margin: -70px 0 100px;
}
@media (max-width: 1024px) {
  .icons_block_home {
    margin: 50px 0 50px;
  }
}
.icons_block_home .icons_blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25%;
  width: 100.5%;
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
}
.icons_block_home .icons_blocks > * {
  width: 19.5%;
  margin: 0 0.25% 0.3em;
}
@media (max-width: 1023px) {
  .icons_block_home .icons_blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
  }
  .icons_block_home .icons_blocks > * {
    width: 99.5%;
    margin: 0 0.25% 0.5em;
  }
}
.icons_block_home .icons_blocks .icon_block {
  position: relative;
  top: 0;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 45px;
}
@media (max-width: 1024px) {
  .icons_block_home .icons_blocks .icon_block {
    padding: 45px 20px;
  }
}
.icons_block_home .icons_blocks .icon_block span {
  display: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  opacity: 0.3;
  position: absolute;
  top: 17px;
  left: 20px;
}
.icons_block_home .icons_blocks .icon_block .thumb-icon {
  margin-bottom: 20px;
}
.icons_block_home .icons_blocks .icon_block .thumb-icon img {
  display: block;
  margin: 0 auto;
}
.icons_block_home .icons_blocks .icon_block h3 {
  font-size: 23px;
  color: #333;
}
.icons_block_home .icons_blocks .icon_block .bn {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #999;
}
.text_left_right {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .text_left_right {
    margin: 50px 0;
  }
}
.text_left_right .blocks-wrap {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .text_left_right .blocks-wrap {
    margin-bottom: 50px;
  }
}
.text_left_right .blocks-wrap:last-child {
  margin-bottom: 0;
}
.text_left_right .blocks-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.text_left_right .blocks-wrap .left-block {
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .text_left_right .blocks-wrap .left-block {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
.text_left_right .blocks-wrap .left-block img {
  display: block;
}
.text_left_right .blocks-wrap .right-block {
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .text_left_right .blocks-wrap .right-block {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
.text_left_right .blocks-wrap .full-text {
  flex-basis: 100%;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px 50px 30px;
}
.text_left_right .blocks-wrap .full-text h2, .text_left_right .blocks-wrap .full-text h3 {
  color: #000;
}
.text_left_right.start_text_left .blocks-wrap:nth-child(even) {
  flex-direction: row;
}
.text_left_right.start_text_left .blocks-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.info_team_block_home {
  margin-bottom: 200px;
  padding: 100px 0 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .info_team_block_home {
    padding: 50px 0 30px;
  }
}
.info_team_block_home:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background-image: url("../img/bg4.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .info_team_block_home:before {
    right: 0;
  }
}
.info_team_block_home * {
  color: #fff;
}
.info_team_block_home h2 {
  padding: 0;
}
.info_team_block_home h2:before {
  display: none;
}
.info_team_block_home .text {
  margin-bottom: 30px;
}
.info_team_block_home .image {
  overflow: hidden;
  border: 15px solid #fff;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  margin-bottom: -210px;
}
.info_team_block_home .image img {
  display: block;
}
.info_team_block_home.not_image {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .info_team_block_home.not_image {
    margin-bottom: 50px;
  }
}
.info_block_two_column {
  margin-bottom: 200px;
  padding: 100px 0 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .info_block_two_column {
    margin-bottom: 100px;
    padding: 50px 0 30px;
    overflow: hidden;
  }
}
.info_block_two_column:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background-image: url("../img/bg4.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .info_block_two_column:before {
    right: 0;
  }
}
.info_block_two_column * {
  color: #fff;
}
.info_block_two_column h2 {
  padding: 0;
}
.info_block_two_column h2:before {
  display: none;
}
.info_block_two_column .text {
  margin-bottom: 30px;
}
.info_block_two_column.not_column {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .info_block_two_column.not_column {
    margin-bottom: 50px;
  }
}
.info_block_two_column .columns {
  margin-bottom: -210px;
}
@media (max-width: 1024px) {
  .info_block_two_column .columns {
    margin-bottom: 0;
  }
}
.info_block_two_column .columns .column {
  flex-basis: 49.5%;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 55px 45px 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .info_block_two_column .columns .column {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.info_block_two_column .columns .column:last-child {
  background: #2289ff;
}
.info_block_two_column .columns .column:last-child ul li {
  color: #fff;
}
.info_block_two_column .columns .column:last-child ul li:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTcuNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPHBhdGggZD0iTTE4LjUgMjBDMTcuOTQ3NyAyMCAxNy41IDE5LjU1MjIgMTcuNSAxOVYxMkMxNy41IDExLjQ0NzcgMTcuOTQ3NyAxMSAxOC41IDExQzE5LjA1MjMgMTEgMTkuNSAxMS40NDc3IDE5LjUgMTJWMTlDMTkuNSAxOS41NTIzIDE5LjA1MjMgMjAgMTguNSAyMFoiIGZpbGw9IiMzMzMzMzMiLz4KPHBhdGggZD0iTTE4LjUgMjQuMDAwMkMxOS4zMjg0IDI0LjAwMDIgMjAgMjMuMzI4NiAyMCAyMi41MDAyQzIwIDIxLjY3MTggMTkuMzI4NCAyMS4wMDAyIDE4LjUgMjEuMDAwMkMxNy42NzE2IDIxLjAwMDIgMTcgMjEuNjcxOCAxNyAyMi41MDAyQzE3IDIzLjMyODYgMTcuNjcxNiAyNC4wMDAyIDE4LjUgMjQuMDAwMloiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==);
}
.info_block_two_column .columns .column_text {
  flex-basis: 100%;
}
.info_block_two_column .columns .column_text * {
  color: #777;
}
@media (max-width: 1024px) {
  .info_block_two_column .columns .column_text * {
    color: #fff;
  }
}
.info_block_two_column .columns ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #777;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.info_block_two_column .columns ul li:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTcuNSIgZmlsbD0iIzIyODlGRiIgc3Ryb2tlPSIjMjI4OUZGIi8+CjxwYXRoIGQ9Ik0xOC41IDIwQzE3Ljk0NzcgMjAgMTcuNSAxOS41NTIyIDE3LjUgMTlWMTJDMTcuNSAxMS40NDc3IDE3Ljk0NzcgMTEgMTguNSAxMUMxOS4wNTIzIDExIDE5LjUgMTEuNDQ3NyAxOS41IDEyVjE5QzE5LjUgMTkuNTUyMyAxOS4wNTIzIDIwIDE4LjUgMjBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguNSAyNC4wMDAyQzE5LjMyODQgMjQuMDAwMiAyMCAyMy4zMjg2IDIwIDIyLjUwMDJDMjAgMjEuNjcxOCAxOS4zMjg0IDIxLjAwMDIgMTguNSAyMS4wMDAyQzE3LjY3MTYgMjEuMDAwMiAxNyAyMS42NzE4IDE3IDIyLjUwMDJDMTcgMjMuMzI4NiAxNy42NzE2IDI0LjAwMDIgMTguNSAyNC4wMDAyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.info_block_two_column .columns h2, .info_block_two_column .columns h3 {
  color: #000;
}
.info_block_two_column .columns * {
  color: #777;
}
.info_block_four_column {
  margin-bottom: 200px;
  padding: 100px 0 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .info_block_four_column {
    margin-bottom: 50px;
    padding: 50px 0 30px;
    overflow: hidden;
  }
}
.info_block_four_column:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background-image: url("../img/bg4.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .info_block_four_column:before {
    right: 0;
  }
}
.info_block_four_column * {
  color: #fff;
}
.info_block_four_column h2 {
  padding: 0;
}
.info_block_four_column h2:before {
  display: none;
}
.info_block_four_column .text {
  margin-bottom: 30px;
}
.info_block_four_column.not_column {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .info_block_four_column.not_column {
    margin-bottom: 50px;
  }
}
.info_block_four_column .columns {
  margin-bottom: -210px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  justify-content: center;
}
.info_block_four_column .columns > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 1024px) {
  .info_block_four_column .columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 0 !important;
  }
  .info_block_four_column .columns > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.info_block_four_column .columns .column {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 110px 40px 20px;
  margin-bottom: 20px;
}
.info_block_four_column .columns .column p {
  color: #777;
}
.info_block_four_column .columns .column:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS41IDQzQzMzLjM3NDEgNDMgNDMgMzMuMzc0MSA0MyAyMS41QzQzIDkuNjI1ODggMzMuMzc0MSAwIDIxLjUgMEM5LjYyNTg4IDAgMCA5LjYyNTg4IDAgMjEuNUMwIDMzLjM3NDEgOS42MjU4OCA0MyAyMS41IDQzWk0zMS41MDAxIDE2Ljg2NzRDMzIuMTU2MiAxNi4yMTE2IDMyLjE1NjIgMTUuMTQ4IDMxLjUwMDEgMTQuNDkxOEMzMC44NDQzIDEzLjgzNjEgMjkuNzgwNyAxMy44MzYxIDI5LjEyNDYgMTQuNDkxOEwxOS4wNDM5IDI0LjU3MjlMMTQuODY3MyAyMC4zOTYzQzE0LjIxMTUgMTkuNzQwMiAxMy4xNDc5IDE5Ljc0MDIgMTIuNDkyMSAyMC4zOTYzQzExLjgzNiAyMS4wNTIxIDExLjgzNiAyMi4xMTU3IDEyLjQ5MjEgMjIuNzcxNUwxNy44NTYzIDI4LjEzNkMxOC41MTI0IDI4Ljc5MTggMTkuNTc1NyAyOC43OTE4IDIwLjIzMTggMjguMTM2TDMxLjUwMDEgMTYuODY3NFoiIGZpbGw9IiMyMjg5RkYiLz4KPC9zdmc+Cg==);
  width: 43px;
  height: 43px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.logotypes {
  margin: 100px 0 100px;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .logotypes {
    margin: 50px 0 50px;
    padding: 50px 0;
  }
}
.logotypes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background-image: url("../img/blue2.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .logotypes:before {
    right: 0;
  }
}
.logotypes * {
  color: #fff;
}
.logotypes h2 {
  padding: 0;
  width: 790px;
  max-width: 100%;
  margin: 0 auto 45px;
}
.logotypes h2:before {
  display: none;
}
.logotypes .logotypes-item {
  background: #fff;
  border-radius: 5px;
  padding: 10px 50px;
  height: 121px;
}
@media (max-width: 1024px) {
  .logotypes .logotypes-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.logotypes .logotypes-item.swiper-slide {
  display: flex !important;
}
.logotypes .swiper-button-next, .logotypes .swiper-button-prev {
  width: 20px;
}
.logotypes .swiper-button-next:after, .logotypes .swiper-button-prev:after {
  color: #6da1d3;
  font-size: 18px;
}
.full_text_wrap {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .full_text_wrap {
    margin: 50px 0;
  }
}
.full_text_wrap .full_text {
  margin-bottom: 20px;
}
.full_text_wrap .full_text h2 {
  padding: 0;
}
.full_text_wrap .full_text h2:before {
  display: none;
}
.full_text_wrap .full_image {
  text-align: center;
}
.full_text_wrap .full_image > div {
  display: inline-block;
  overflow: hidden;
  border: 15px solid #fff;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.full_text_wrap .full_image img {
  display: block;
  margin: 0 auto;
}
::-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%);
 }
 */
.space {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .space {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.space-m {
  margin: 100px auto;
}
@media (max-width: 1024px) {
  .space-m {
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  .space-m {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .space-m {
    margin: 30px auto;
  }
}
.index-page .nav-links {
  text-align: center;
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.8%;
  width: 101.6%;
}
.posts-wrapper > * {
  width: 31.7333333333%;
  margin: 0 0.8% 1.0666666667em;
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .post:last-child {
    margin-bottom: 0;
  }
}
.posts-wrapper .post .thumb {
  display: block;
  border-radius: 10px;
  height: 304px;
  overflow: hidden;
  -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: 576px) {
  .posts-wrapper .post .thumb {
    height: auto;
  }
}
.posts-wrapper .post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-wrapper .post .thumb:hover {
  opacity: 0.7;
}
.posts-wrapper .post .info {
  padding: 35px 30px 40px;
}
@media (max-width: 1024px) {
  .posts-wrapper .post .info {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .post .info {
    padding: 25px 15px 15px;
  }
}
@media (max-width: 576px) {
  .posts-wrapper .post .info {
    padding: 20px 15px 10px;
  }
}
.posts-wrapper .post .post-title {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .posts-wrapper .post .post-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .posts-wrapper .post .post-title {
    margin-bottom: 15px;
  }
}
.posts-wrapper .post .post-title:before {
  content: "";
  background: #2289ff;
  left: -30px;
  width: 4px;
  position: absolute;
  height: 100%;
}
@media (max-width: 1024px) {
  .posts-wrapper .post .post-title:before {
    left: -20px;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .post .post-title:before {
    left: -15px;
  }
}
.posts-wrapper .post .post-title a {
  color: #333;
  font-weight: 700;
  font-family: "Lora";
  font-size: 24px;
  -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;
  line-height: 1.3;
}
.posts-wrapper .post .post-title a:hover {
  color: #2289ff;
}
.posts-wrapper .post p {
  color: #777;
}
.posts-wrapper .post .more-class {
  -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;
  color: #2289ff;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .posts-wrapper .post .more-class {
    font-size: 18px;
  }
}
.posts-wrapper .post .more-class:hover {
  color: #333;
}
.single-post .single-post-box {
  width: 1064px;
  margin-top: -60px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 100px 0 30px;
}
@media (max-width: 1024px) {
  .single-post .single-post-box {
    padding: 50px 0 30px;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .single-post .single-post-box {
    padding: 40px 0 30px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .single-post .single-post-box {
    padding: 30px 0;
  }
}
.single-post .single-post-title {
  font-size: 50px;
  max-width: 915px;
  margin: 0 auto;
  padding: 0 15px 25px;
  color: #333;
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 1024px) {
  .single-post .single-post-title {
    font-size: 47px;
    line-height: 1.2;
    padding: 0 15px 20px;
  }
}
@media (max-width: 768px) {
  .single-post .single-post-title {
    font-size: 42px;
    padding: 0 12px 15px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .single-post .single-post-title {
    font-size: 39px;
    line-height: 1.2;
  }
}
.single-post .time-block {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .single-post .time-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-post .time-block {
    margin-bottom: 15px;
  }
}
.single-post .time-block:before {
  content: "";
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
  height: 1px;
}
.single-post .time-block time {
  display: inline-block;
  padding: 5px 25px;
  background: #fff;
  color: #777;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .single-post .time-block time {
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  .single-post .time-block time {
    padding: 5px 15px;
  }
}
.single-post .wysiwyg {
  max-width: 915px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-post .wysiwyg p {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .single-post .wysiwyg p {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-post .wysiwyg p {
    padding-bottom: 15px;
  }
}
.recent-posts {
  background: #edf6ff;
  padding: 100px 0 50px;
}
@media (max-width: 1024px) {
  .recent-posts {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .recent-posts {
    padding: 30px 0 20px;
  }
}
.recent-posts .recent-title {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .recent-posts .recent-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .recent-posts .recent-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .recent-posts .recent-title {
    margin-bottom: 30px;
  }
}
.links-info-block {
  position: relative;
  margin: 100px auto;
}
@media (max-width: 1024px) {
  .links-info-block {
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  .links-info-block {
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  .links-info-block {
    margin: 25px auto;
  }
}
.links-info-block .links-items {
  height: 564px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .links-info-block .links-items {
    height: auto;
    margin-bottom: 25px;
  }
}
.links-info-block .links-items .links-items-box {
  max-width: 400px;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .links-info-block .links-items .links-items-box {
    max-width: none;
  }
}
.links-info-block .links-items .links-item {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .links-info-block .links-items .links-item {
    margin-bottom: 20px;
  }
}
.links-info-block .links-items .links-item:last-child {
  margin-bottom: 0;
}
.links-info-block .links-items .links-item .links-title {
  font-weight: 700;
  font-size: 13px;
  color: #2289ff;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}
.links-info-block .links-items .links-item .link {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #8a8a8a;
  -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) {
  .links-info-block .links-items .links-item .link {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .links-info-block .links-items .links-item .link {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .links-info-block .links-items .links-item .link {
    font-size: 16px;
  }
}
.links-info-block .links-items .links-item .link:hover {
  color: #2289ff;
}
.links-info-block .map-block {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: -1;
}
@media (max-width: 1024px) {
  .links-info-block .map-block {
    position: static;
    text-align: center;
  }
}
.links-info-block .map-block p {
  padding: 0;
}
.links-info-block .map-block iframe {
  height: 564px;
  width: 950px;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .links-info-block .map-block iframe {
    max-width: 80%;
  }
}
@media (max-width: 1240px) {
  .links-info-block .map-block iframe {
    max-width: 65%;
  }
}
@media (max-width: 1100px) {
  .links-info-block .map-block iframe {
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .links-info-block .map-block iframe {
    max-width: 96%;
    width: 1024px;
    height: 350px;
  }
}
.form-block {
  background: #edf6ff;
}
.form-block h2 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .form-block h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .form-block h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .form-block h2 {
    margin-bottom: 30px;
  }
}
.form-block .flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.form-block .form-item {
  position: relative;
}
.form-block .form-item .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .form-block .form-item .wpcf7-form-control-wrap:last-child {
    margin-bottom: 20px;
  }
}
.form-block .form-item.left-form {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}
@media (max-width: 1024px) {
  .form-block .form-item.left-form {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .form-block .form-item.left-form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.form-block .form-item.right-form {
  -webkit-flex-basis: 57.5%;
  -moz-flex-basis: 57.5%;
  -ms-flex-preferred-size: 57.5%;
  flex-basis: 57.5%;
}
@media (max-width: 1024px) {
  .form-block .form-item.right-form {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .form-block .form-item.right-form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.form-block .form-item textarea {
  height: 324px;
}
@media (max-width: 768px) {
  .form-block .form-item textarea {
    height: auto;
  }
}
.form-block .form-item .btn {
  min-width: 123px;
  margin: 27px 0 27px auto;
}
@media (max-width: 768px) {
  .form-block .form-item .btn {
    margin: 5px 0 5px auto;
  }
}
.form-block .required-title {
  color: #222;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .form-block .required-title {
    padding-left: 0;
  }
}
.form-block h2 {
  text-transform: capitalize;
}
.form-block .form-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-team .team-title {
  text-align: center;
}
.team-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.8%;
  width: 101.6%;
  justify-content: center;
}
.team-items > * {
  width: 23.4%;
  margin: 0 0.8% 1em;
}
@media (max-width: 1024px) {
  .team-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .team-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .team-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.team-items .team-item {
  background: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  display: block;
  -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;
}
.team-items .team-item:hover .team-thumb:before {
  background: rgba(34, 137, 255, 0.65);
}
.team-items .team-item:hover .team-thumb:after {
  opacity: 1;
}
.team-items .team-item .info {
  padding: 20px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 132px;
}
@media (max-width: 1240px) {
  .team-items .team-item .info {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .team-items .team-item .info {
    padding: 20px 15px;
  }
}
@media (max-width: 600px) {
  .team-items .team-item .info {
    padding: 20px 12px;
    min-height: auto;
  }
}
.team-items .team-item .team-title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Lora";
}
@media (max-width: 1024px) {
  .team-items .team-item .team-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .team-items .team-item .team-title {
    font-size: 18px;
  }
}
.team-items .team-item .team-position {
  color: #2289ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .team-items .team-item .team-position {
    font-size: 15px;
  }
}
.team-items .team-thumb {
  display: block;
  border-radius: 3px 3px 0px 0px;
  height: 315px;
  overflow: hidden;
  position: relative;
  -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) {
  .team-items .team-thumb {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .team-items .team-thumb {
    height: 350px;
  }
}
.team-items .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team-items .team-thumb:before {
  content: "";
  position: absolute;
  -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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(34, 137, 255, 0);
}
.team-items .team-thumb:after {
  content: "";
  -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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 64px;
  height: 64px;
  opacity: 0;
  background: url("../img/zoom.svg") no-repeat center;
  background-size: contain;
}
.team-block-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .team-block-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .team-block-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .team-block-title {
    margin-bottom: 30px;
  }
}
.team-block-title:before {
  display: none;
}
.content-pop {
  display: none;
  position: relative;
  width: 1280px;
  background: #fff;
  box-shadow: 0px 15px 40px rgba(45, 48, 57, 0.15);
  border-radius: 10px;
  max-width: 96%;
  margin: 0 auto;
  padding: 54px 48px 20px;
  height: 80%;
}
@media (max-width: 1240px) {
  .content-pop {
    padding: 45px 30px 20px;
  }
}
@media (max-width: 1024px) {
  .content-pop {
    padding: 45px 30px 20px;
  }
}
@media (max-width: 768px) {
  .content-pop {
    padding: 45px 20px 20px;
  }
}
@media (max-width: 480px) {
  .content-pop {
    padding: 45px 15px 20px;
  }
}
.fancybox-content-box .content-pop-image {
  -webkit-flex-basis: 448px;
  -moz-flex-basis: 448px;
  -ms-flex-preferred-size: 448px;
  flex-basis: 448px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .fancybox-content-box .content-pop-image {
    -webkit-flex-basis: 42%;
    -moz-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
}
@media (max-width: 768px) {
  .fancybox-content-box .content-pop-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.fancybox-content-box .content-pop-image img {
  width: 100%;
  height: 549px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 768px) {
  .fancybox-content-box .content-pop-image img {
    height: 450px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .fancybox-content-box .content-pop-image img {
    height: 400px;
  }
}
.fancybox-content-box .content-pop-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 65px;
}
@media (max-width: 1240px) {
  .fancybox-content-box .content-pop-info {
    margin-left: 35px;
  }
}
@media (max-width: 1024px) {
  .fancybox-content-box .content-pop-info {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .fancybox-content-box .content-pop-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
.fancybox-content-box .content-pop-title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Lora";
}
@media (max-width: 1024px) {
  .fancybox-content-box .content-pop-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .fancybox-content-box .content-pop-title {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .fancybox-content-box .content-pop-title {
    font-size: 22px;
  }
}
.fancybox-content-box .content-pop-position {
  color: #2289ff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .fancybox-content-box .content-pop-position {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .fancybox-content-box .content-pop-position {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
