@charset "UTF-8";
@import url(../libs/styles/libs.min.css);
@import url(../libs/styles/bootstrap/bootstrap.css);
@import url(../libs/styles/slick/slick.css);
@import url(fonts.css);
@import url(lightgallery.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  font-family: "SF Pro Display";
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  width: 1500px;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 5;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

header:hover {
  background: #fff;
}

header:hover .wrapper a {
  color: #000;
}

header:hover .wrapper .logo img {
  -webkit-filter: none;
          filter: none;
}

header:hover .wrapper .hamburger .hamburger-inner, header:hover .wrapper .hamburger .hamburger-inner::before, header:hover .wrapper .hamburger .hamburger-inner::after {
  background: #000;
}

header .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .wrapper a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

header .wrapper a:hover {
  color: #767676;
}

header .wrapper .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header .wrapper .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

header .wrapper .menu__item a {
  display: block;
  padding: 50px 30px;
}

header .wrapper .menu .has-children {
  position: relative;
}

header .wrapper .menu .has-children:hover .sub-menu {
  visibility: visible;
}

header .wrapper .menu .has-children:hover .sub-menu .has-children .sub-menu {
  visibility: hidden;
}

header .wrapper .menu .has-children .sub-menu {
  visibility: hidden;
  position: absolute;
  width: 380px;
  border-top: 1px solid #fff;
  list-style: none;
}

header .wrapper .menu .has-children .sub-menu__item a {
  padding: 25px 30px;
  background: #173166;
  font-size: 1.25rem;
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

header .wrapper .menu .has-children .sub-menu__item a:hover {
  background: #fff;
  color: #173166;
}

header .wrapper .menu .has-children .sub-menu .has-children:hover .sub-menu {
  visibility: visible;
}

header .wrapper .menu .has-children .sub-menu .has-children .sub-menu {
  top: 0;
  right: -380px;
  border: none;
}

header .wrapper .lang {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .wrapper .lang__item a {
  display: block;
  padding: 50px 0;
}

header .wrapper .lang__item a::after {
  content: '\f078';
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

header .wrapper .lang:hover:hover .choose {
  visibility: visible;
}

header .wrapper .lang .choose {
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #fff;
  list-style: none;
}

header .wrapper .lang .choose__item a {
  padding: 25px 30px;
  background: #173166;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .wrapper .lang .choose__item a::after {
  display: none;
}

header .wrapper .lang .choose__item a:hover {
  background: #fff;
  color: #173166;
}

header .wrapper .socialMedia a {
  padding: 0 10px;
}

header .wrapper .hamburger {
  display: none;
}

header .searchBlock {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .searchBlock .closeBlock {
  width: 80%;
  margin: 0;
  cursor: pointer;
  text-align: right;
  font-size: 1.25rem;
  color: #173166;
}

header .searchBlock form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .searchBlock form input, header .searchBlock form button {
  display: block;
  background: none;
  border: none;
  outline: none;
  color: #173166;
  font-size: 1.25rem;
}

header .searchBlock form input {
  width: 500px;
  padding: 5px;
  margin-right: 20px;
  border-bottom: 2px solid #173166;
}

header .searchBlock form input::-webkit-input-placeholder {
  color: #333;
}

header .searchBlock form input::-moz-placeholder {
  color: #333;
}

header .searchBlock form input:-ms-input-placeholder {
  color: #333;
}

header .searchBlock form input::-ms-input-placeholder {
  color: #333;
}

header .searchBlock form input::placeholder {
  color: #333;
}

header .searchBlock form button {
  cursor: pointer;
}

header .searchBlock form button:hover {
  color: #173166;
}

header .searchBlock-shown {
  visibility: visible;
  opacity: 1;
}

main section {
  padding-bottom: 100px;
}

main section .sectionTitle {
  margin: 80px 0;
  text-transform: uppercase;
  text-align: center;
}

main section .more {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #c4c4c4;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

main section .more::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  padding-left: 5px;
  vertical-align: center;
}

main section .more:hover {
  color: #173166;
}

main .welcome {
  position: relative;
  min-height: 100vh;
}

main .welcome .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 250px;
  z-index: 2;
}

main .welcome .cardSlider {
  position: relative;
  width: 100%;
}

main .welcome .cardSlider .slick-track {
  height: 100vh;
}

main .welcome .cardSlider__item {
  height: 100%;
  background: #f9f9f9;
}

main .welcome .cardSlider__item .card a {
  display: block;
  width: 400px;
  padding: 60px 60px 100px 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

main .welcome .cardSlider__item .card a:hover .button {
  color: #fff;
}

main .welcome .cardSlider__item .card a:hover .button::after {
  width: 100%;
  background: #173166;
}

main .welcome .cardSlider__item .card a .imgBox {
  width: 280px;
  margin-bottom: 20px;
}

main .welcome .cardSlider__item .card a .imgBox img {
  width: 100%;
}

main .welcome .cardSlider__item .card a .button {
  display: block;
  width: 60%;
  position: relative;
  margin-top: 60px;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .welcome .cardSlider__item .card a .button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #c1c1c1;
  z-index: -1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .welcome .cardSlider__item .background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

main .welcome .cardSlider__item .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .welcome .cardSlider .sliderControls {
  position: absolute;
  bottom: 105px;
  right: 20px;
  height: auto;
  width: 80px;
  z-index: 5;
}

main .welcome .cardSlider .sliderControls .slick-track {
  height: 100%;
}

main .welcome .cardSlider .sliderControls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #173166;
}

main .welcome .cardSlider .sliderControls button:not(:last-child) {
  margin-right: 15px;
}

main .welcome .cardSlider .sliderControls button:hover {
  color: #c8c8c8;
}

main .news .newsList {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(4, 170px);
  grid-gap: 25px;
}

main .news .newsList__item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

main .news .newsList__item a .imgBox {
  width: 225px;
  height: 170px;
}

main .news .newsList__item a .postInfo {
  width: 100%;
  padding: 20px;
}

main .news .newsList__item a .postInfo .text {
  display: none;
}

main .news .newsList__item a .postInfo .more {
  display: none;
}

main .news .newsList__item:first-child {
  grid-column: 1;
  grid-row: 1 / 5;
}

main .news .newsList__item:first-child a {
  display: block;
  position: relative;
  height: 100%;
}

main .news .newsList__item:first-child a .imgBox {
  width: 100%;
  height: 100%;
}

main .news .newsList__item:first-child a .postInfo {
  width: 90%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 40px 20px;
}

main .news .newsList__item:first-child a .postInfo .category {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #173166;
}

main .news .newsList__item:first-child a .postInfo .category, main .news .newsList__item:first-child a .postInfo .date {
  font-size: 1rem;
}

main .news .newsList__item:first-child a .postInfo .date {
  color: #898989;
}

main .news .newsList__item:first-child a .postInfo .title {
  margin-top: 25px;
  font-size: 2.5rem;
  line-height: 120%;
}

main .news .newsList__item:first-child a .postInfo .text {
  display: block;
  font-size: 1.25rem;
}

main .news .newsList__item:first-child a .postInfo .more {
  display: block;
}

main .team {
  position: relative;
  background: #f3f7f8;
  padding: 90px 0;
}

main .team::after {
  content: '';
  display: block;
  width: 800px;
  height: 825px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

main .team .wrapper {
  z-index: 2;
}

main .team .sectionTitle {
  margin: 0 0 30px 0;
  text-align: left;
}

main .team p {
  color: #898989;
}

main .team .teamSlider, main .team .teamList {
  margin-top: 60px;
}

main .team .teamSlider__item, main .team .teamList__item {
  padding: 0 25px;
}

main .team .teamSlider__item a, main .team .teamList__item a {
  text-decoration: none;
}

main .team .teamSlider__item a:hover .imgBox img, main .team .teamList__item a:hover .imgBox img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

main .team .teamSlider__item a:hover .name, main .team .teamList__item a:hover .name {
  color: #173166;
}

main .team .teamSlider__item .imgBox, main .team .teamList__item .imgBox {
  height: 425px;
  overflow: hidden;
}

main .team .teamSlider__item .imgBox img, main .team .teamList__item .imgBox img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

main .team .teamSlider__item .name, main .team .teamList__item .name {
  margin: 20px 0 0 0;
  font-size: 1.25rem;
  color: #000;
}

main .team .teamSlider__item .prof, main .team .teamList__item .prof {
  margin: 0;
}

main .team .teamSlider .slick-dots, main .team .teamList .slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 60px;
}

main .team .teamSlider .slick-dots li, main .team .teamList .slick-dots li {
  margin: 0 5px;
}

main .team .teamSlider .slick-dots li button, main .team .teamList .slick-dots li button {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.25rem;
  color: #173166;
  border: 2px solid #173166;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .team .teamSlider .slick-dots li button:hover, main .team .teamList .slick-dots li button:hover {
  background: #173166;
  color: #fff;
}

main .team .teamSlider .slick-dots .slick-active button, main .team .teamList .slick-dots .slick-active button {
  background: #173166;
  color: #fff;
}

main .partners {
  padding: 80px 0;
}

main .partners .partnersSlider__item a {
  display: block;
  height: 120px;
  text-align: center;
}

main .partners .partnersSlider__item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

main .partners .partnersSlider .slick-arrow {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #cdcdcd;
  z-index: 2;
}

main .partners .partnersSlider .slick-arrow:hover {
  color: #173166;
}

main .partners .partnersSlider .fa-angle-right {
  right: 0;
}

.newsList__item a, .postList__item a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

.newsList__item a:hover .imgBox img, .postList__item a:hover .imgBox img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.newsList__item a:hover .postInfo .title, .postList__item a:hover .postInfo .title {
  color: #173166;
}

.newsList__item a .imgBox, .postList__item a .imgBox {
  overflow: hidden;
}

.newsList__item a .imgBox img, .postList__item a .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.newsList__item a .postInfo .category, .postList__item a .postInfo .category {
  margin: 0;
  text-transform: uppercase;
  color: #173166;
}

.newsList__item a .postInfo .category, .newsList__item a .postInfo .date, .postList__item a .postInfo .category, .postList__item a .postInfo .date {
  font-size: 0.8rem;
}

.newsList__item a .postInfo .date, .postList__item a .postInfo .date {
  color: #898989;
}

.newsList__item a .postInfo .title, .postList__item a .postInfo .title {
  margin-top: 5px;
  font-size: 1.2rem;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.newsList__item a .postInfo .more, .postList__item a .postInfo .more {
  width: auto;
  text-align: left;
  margin: 0;
}

.newsList__item a:hover .postInfo {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsList__item a .postInfo {
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.postList__item a {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.postList__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.research .postList__item .imgBox, .innerMain .postList__item .imgBox {
  width: 100%;
  height: 250px;
}

.research .postList__item .postInfo, .innerMain .postList__item .postInfo {
  padding: 40px 20px;
}

.innerHeader {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #000;
}

.innerHeader .wrapper a {
  color: #000;
}

.innerHeader .wrapper .logo img {
  -webkit-filter: none;
          filter: none;
}

.innerHeader .wrapper .hamburger .hamburger-inner, .innerHeader .wrapper .hamburger .hamburger-inner::before, .innerHeader .wrapper .hamburger .hamburger-inner::after {
  background: #000;
}

.innerMain {
  min-height: 800px;
  position: relative;
  padding-top: 150px;
}

.innerMain::before, .innerMain::after {
  content: '';
  background: url("../img/innerBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 70vh;
}

.innerMain::before {
  top: 0;
  z-index: 2;
}

.innerMain::after {
  bottom: 0;
}

.innerMain section {
  position: relative;
  z-index: 2;
}

.innerMain section .sectionTitle {
  margin: 0 0 80px 0;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
}

.innerMain section .sectionText {
  width: 40%;
  margin: 0 auto;
}

.innerMain section .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.innerMain section .pagination li {
  margin: 0 3px;
}

.innerMain section .pagination li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  background: #c4c4c4;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.innerMain section .pagination li a:hover {
  background: #173166;
}

.innerMain section .pagination .active a {
  background: #173166;
}

.innerMain section .postList {
  padding-top: 100px;
}

.innerMain section .postList__item {
  margin-bottom: 60px;
}

.innerMain .team {
  background: none;
  padding: 0 0 90px 0;
}

.innerMain .team::after {
  display: none;
}

.innerMain .team .teamTitle {
  margin-top: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

.innerMain .team .teamList__item {
  margin-bottom: 70px;
}

.innerMain .post .sectionTitle {
  text-align: left;
}

.innerMain .post .breadcrumbs span {
  position: relative;
  margin-right: 30px;
}

.innerMain .post .breadcrumbs span:not(:last-child)::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.innerMain .post .breadcrumbs span a {
  font-size: 1.15rem;
  text-decoration: none;
  color: #000;
}

.innerMain .post .imgBox {
  width: 90%;
  height: 350px;
  overflow: hidden;
}

.innerMain .post .imgBox img {
  height: 100%;
  width: 100%;
  margin: 20px 0 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerMain .post .name {
  font-weight: 900;
  font-size: 4rem;
}

.innerMain .post .prof {
  margin-top: 20px;
  color: #7d7d7d;
  font-size: 1.5rem;
}

.innerMain .post .content {
  margin-top: 150px;
  padding-bottom: 150px;
  font-size: 1.15rem;
}

.innerMain .post .content .postCount {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.innerMain .post .content .postCount p {
  font-size: 1rem;
  margin: 0;
  color: #a7a7a7;
}

.innerMain .post .content .postCount .viewCount {
  margin-right: 20px;
}

.innerMain .post .content h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 900;
}

.innerMain .post .content p {
  margin: 20px 0;
}

.innerMain .post .content img {
  max-width: 100%;
  max-height: 630px;
  margin: 30px auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerMain .post .content .download {
  display: block;
  width: 120px;
  margin-top: 30px;
  margin-left: auto;
  padding: 5px 0;
  background: #173166;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.innerMain .post .content .download:hover {
  background: #000;
}

.innerMain .post .content .sideBlock {
  width: 90%;
  padding: 20px 50px;
  background: #173166;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
}

.innerMain .post .content .sideBlock a {
  text-decoration: none;
  color: #fff;
}

.innerMain .post .content .sideBlock a:hover {
  color: #c7c7c7;
}

.innerMain .post .content .sideBlock ul {
  list-style: none;
}

.innerMain .post .content .sideBlock ul li {
  margin-bottom: 10px;
}

.innerMain .post .content .sideBlock ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

.innerMain .post .content .sideBlock ul li a i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.innerMain .post .content .sideBlock ul li a span {
  display: block;
  margin-left: 15px;
}

.innerMain .related .relatedTitle {
  text-align: center;
}

.innerMain .related .postList__item {
  height: 500px;
  padding: 0 25px;
}

.innerMain .related .postList .slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.innerMain .related .postList .slick-dots li {
  margin: 0 3px;
}

.innerMain .related .postList .slick-dots li button {
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  background: #c4c4c4;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.innerMain .related .postList .slick-dots li button:hover {
  background: #173166;
}

.innerMain .related .postList .slick-dots .slick-active button {
  background: #173166;
}

.innerMain .related .postList .slick-arrow {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #173166;
  z-index: 2;
}

.innerMain .related .postList .slick-arrow:hover {
  color: #cdcdcd;
}

.innerMain .related .postList .fa-angle-right {
  right: 0;
}

.innerMain .invest .sectionTitle {
  margin-bottom: 40px;
  font-weight: 600;
  text-align: left;
}

.innerMain .invest .sectionText {
  width: 70%;
  margin: 0;
  font-size: 18px;
}

.innerMain .invest .tradingview-widget-container {
  height: 300px !important;
}

.teamPostMain::before {
  height: 70vh;
}

.teamPostMain::after {
  display: none;
}

.teamPostMain .post .imgBox {
  height: 425px;
  overflow: hidden;
}

.teamPostMain .post .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.teamPostMain .post .content {
  margin-top: 150px;
  padding-bottom: 50px;
}

.teamPostMain .related {
  background: url("../img/innerBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 50px;
}

.postMain::after, .teamPostMain::after {
  display: none;
}

.postMain .related, .teamPostMain .related {
  background: url("../img/innerBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 50px;
}

.aboutMain::before {
  height: 60vh;
}

.aboutMain::after {
  background: url("../img/aboutFooter.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 65vh;
}

.aboutMain .content {
  margin-top: 200px;
  max-width: 800px;
  margin: 0 auto;
}

.aboutMain .content h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

.aboutMain .content p {
  margin-bottom: 25px;
  font-size: 1.15rem;
}

.contactMain {
  padding-top: 0 !important;
}

.contactMain::before {
  display: none;
}

.contactMain::after {
  top: 0;
  left: unset;
  right: 0;
  height: 100%;
  width: 55%;
  background-position: 70%;
}

.contactMain .contacts {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contactMain .contacts .sectionTitle {
  width: 70%;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}

.contactMain .contacts .contactInfo {
  width: 80%;
  padding: 5px 50px;
  border-left: 3px solid #173166;
}

.contactMain .contacts .contactInfo p {
  font-weight: 600;
  font-size: 1.15rem;
}

.contactMain .contacts .contactInfo p a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.contactMain .contacts .contactInfo p a:hover {
  color: #787878;
}

.contactMain .contacts .contactInfo .socialMedia p {
  display: inline-block;
  margin-right: 30px;
}

.contactMain .contacts .contactInfo .socialMedia a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border: 1px solid #173166;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.contactMain .contacts .contactInfo .socialMedia a:hover {
  border: 1px solid #787878;
  color: #787878;
}

.contactMain .contacts .contactForm form input, .contactMain .contacts .contactForm form textarea, .contactMain .contacts .contactForm form button {
  background: none;
  outline: none;
  border: none;
}

.contactMain .contacts .contactForm form .input-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
  font-size: 1.15rem;
}

.contactMain .contacts .contactForm form .input-group label {
  color: #173166;
}

.contactMain .contacts .contactForm form .input-group input, .contactMain .contacts .contactForm form .input-group textarea {
  padding-bottom: 10px;
  border-bottom: 2px solid #8996b1;
  color: #a1a1a1;
}

.contactMain .contacts .contactForm form .input-group input:focus, .contactMain .contacts .contactForm form .input-group textarea:focus {
  border-bottom: 2px solid #173166;
}

.contactMain .contacts .contactForm form button {
  display: block;
  padding: 15px 50px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #173166;
  border: 1px solid #173166;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.contactMain .contacts .contactForm form button:hover {
  background: #173166;
  color: #fff;
}

.feedbackMain::before, .servicesMain::before, .videoMain::before, .galleryMain::before, .vacancyMain::before, .experienceMain::before {
  height: 60vh;
}

.feedbackMain::after, .servicesMain::after, .videoMain::after, .galleryMain::after, .vacancyMain::after, .experienceMain::after {
  display: none;
}

.servicesMain .content {
  padding-top: 150px;
}

.servicesMain .content .servicesTab {
  list-style: none;
}

.servicesMain .content .servicesTab__item a {
  display: block;
  padding: 25px 25px 25px 0;
  position: relative;
  border-bottom: 1px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.servicesMain .content .servicesTab__item a::after {
  content: '\f30b';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.servicesMain .content .servicesTab__item a:hover {
  font-weight: 600;
}

.servicesMain .content .servicesTab__item a:hover::after {
  content: '\f061';
}

.servicesMain .content .servicesTab .active a {
  font-weight: 600;
}

.servicesMain .content .servicesTab .active a::after {
  content: '\f061';
}

.servicesMain .content .tabContent {
  font-size: 1.2rem;
}

.servicesMain .content .tabContent h3, .servicesMain .content .tabContent h4, .servicesMain .content .tabContent p, .servicesMain .content .tabContent a {
  margin-bottom: 30px;
}

.servicesMain .content .tabContent h3 {
  font-weight: bold;
  font-size: 2rem;
}

.servicesMain .content .tabContent h4, .servicesMain .content .tabContent a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
}

.servicesMain .content .tabContent .p-subtitle {
  width: 90%;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.servicesMain .content .tabContent .p-subtitle::after {
  content: '\f063';
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.servicesMain .content .tabContent .p-subtitle:hover {
  color: #888;
}

.servicesMain .content .tabContent .p-subtitle_active::after {
  content: '\f062';
}

.servicesMain .content .tabContent .p-list {
  display: none;
  margin-bottom: 50px;
  list-style: none;
}

.servicesMain .content .tabContent .p-list li::before {
  content: '—';
  color: #828282;
  padding-right: 5px;
}

.feedbackMain .feedbackList__item {
  margin-bottom: 60px;
}

.feedbackMain .feedbackList__item a {
  display: block;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  border: 4px solid rgba(190, 190, 190, 0.24);
  overflow: hidden;
  -webkit-transform: border .3s ease;
      -ms-transform: border .3s ease;
          transform: border .3s ease;
}

.feedbackMain .feedbackList__item a:hover {
  border: 4px solid #173166;
}

.feedbackMain .feedbackList__item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.feedbackMain .feedbackList__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.videoMain .video .videoList__item {
  margin-bottom: 60px;
}

.videoMain .video .videoList__item:hover .imgBox .play {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.videoMain .video .videoList__item .imgBox {
  position: relative;
  height: 250px;
  cursor: pointer;
}

.videoMain .video .videoList__item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.videoMain .video .videoList__item .imgBox .play {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.videoMain .video .videoList__item .imgBox .play i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.6rem;
  border: 1px solid #c7ddff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.videoMain .video .videoList__item .videoTitle {
  margin-top: 15px;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
}

.videoMain .video .videoList__item .pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 700px;
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  z-index: 5;
}

.videoMain .video .videoList__item .pop-up .closeWindow {
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  margin: 0;
  cursor: pointer;
}

.videoMain .video .videoList__item iframe {
  width: 100%;
  max-height: 315px;
}

.videoMain .video .videoList__item .shown {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.galleryMain .gallery .photoList__item {
  margin-bottom: 25px;
}

.galleryMain .gallery .photoList__item:hover .imgBox img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.galleryMain .gallery .photoList__item .imgBox {
  height: 350px;
  overflow: hidden;
}

.galleryMain .gallery .photoList__item .imgBox img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(35%);
          filter: brightness(35%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.galleryMain .gallery .photoList__item .galleryTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}

.galleryMain .gallery .galleryList__item {
  margin-bottom: 25px;
  overflow: hidden;
}

.galleryMain .gallery .galleryList__item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.galleryMain .gallery .galleryList__item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.vacancyMain {
  padding-top: 100px;
}

.vacancyMain .pageTitle {
  padding-bottom: 0px;
}

.vacancyMain .pageTitle .sectionTitle {
  margin-bottom: 100px;
}

.vacancyMain .needs .wrapper .row, .vacancyMain .aboutUs .wrapper .row {
  min-height: 100vh;
}

.vacancyMain .needs {
  background: url("../img/vacancyBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.vacancyMain .needs .needsText {
  font-size: 1.5rem;
}

.vacancyMain .aboutUs {
  background: url("../img/vacancyBg2.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.vacancyMain .aboutUs .aboutText {
  width: 60%;
  padding: 50px 0;
  margin-top: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
}

.vacancyMain .aboutUs .aboutText h2 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 500;
}

.vacancyMain .conditions {
  padding: 120px 0;
}

.vacancyMain .conditions p {
  font-size: 1.5rem;
}

.vacancyMain .conditions .conditionsList {
  margin-top: 90px;
}

.vacancyMain .conditions .conditionsList__item h3 {
  margin-bottom: 25px;
  font-size: 2rem;
}

.vacancyMain .conditions .conditionsList__item p {
  width: 70%;
  font-size: 1.25rem;
}

.vacancyMain .resume {
  padding: 120px 0;
  background: url("../img/innerBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.vacancyMain .resume .row {
  min-height: 100vh;
}

.vacancyMain .resume p {
  width: 65%;
  margin-top: 110px;
  font-size: 1.8rem;
}

.vacancyMain .resume .privacy {
  margin-top: 100px;
  font-size: 1rem;
}

.vacancyMain .resume form {
  background: rgba(226, 223, 223, 0.5);
  padding: 40px;
  color: #333;
}

.vacancyMain .resume form .input-group {
  margin-bottom: 20px;
}

.vacancyMain .resume form .input-group input, .vacancyMain .resume form .input-group select, .vacancyMain .resume form .input-group textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 25px;
}

.vacancyMain .resume form .input-group input::-webkit-input-placeholder, .vacancyMain .resume form .input-group select::-webkit-input-placeholder, .vacancyMain .resume form .input-group textarea::-webkit-input-placeholder {
  color: #797979;
}

.vacancyMain .resume form .input-group input::-moz-placeholder, .vacancyMain .resume form .input-group select::-moz-placeholder, .vacancyMain .resume form .input-group textarea::-moz-placeholder {
  color: #797979;
}

.vacancyMain .resume form .input-group input:-ms-input-placeholder, .vacancyMain .resume form .input-group select:-ms-input-placeholder, .vacancyMain .resume form .input-group textarea:-ms-input-placeholder {
  color: #797979;
}

.vacancyMain .resume form .input-group input::-ms-input-placeholder, .vacancyMain .resume form .input-group select::-ms-input-placeholder, .vacancyMain .resume form .input-group textarea::-ms-input-placeholder {
  color: #797979;
}

.vacancyMain .resume form .input-group input::placeholder, .vacancyMain .resume form .input-group select::placeholder, .vacancyMain .resume form .input-group textarea::placeholder {
  color: #797979;
}

.vacancyMain .resume form .input-group textarea {
  min-height: 120px;
}

.vacancyMain .resume form h4 {
  margin-top: 35px;
  font-weight: 600;
  font-size: 1.25rem;
}

.vacancyMain .resume form p {
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

.vacancyMain .resume form a {
  display: block;
  margin-bottom: 25px;
  color: #333;
}

.vacancyMain .resume form .upload-file {
  display: block;
  margin-bottom: 20px;
}

.vacancyMain .resume form .upload-file::-webkit-file-upload-button {
  cursor: pointer;
  padding: 5px 15px;
  background: #333;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  outline: none;
  color: #fff;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.vacancyMain .resume form .upload-file::-webkit-file-upload-button:hover {
  background: #173166;
}

.vacancyMain .resume form .upload-file::before {
  background: red;
}

.vacancyMain .resume form button {
  display: block;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  background: #173166;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  outline: none;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.vacancyMain .resume form button:hover {
  background: rgba(23, 49, 102, 0.8);
}

.experienceMain .experience .filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 200px;
}

.experienceMain .experience .filter select {
  display: none;
}

.experienceMain .experience .filter .selectric {
  width: 330px;
  padding: 15px 25px;
  margin-right: 25px;
  border: none;
}

.experienceMain .experience .filter .selectric .label {
  font-size: 1.25rem;
  color: #000;
}

.experienceMain .experience .filter b.button {
  display: block;
  padding-right: 30px;
  height: 100%;
}

.experienceMain .experience .filter b.button::after {
  content: '\f078';
  top: 50%;
  right: unset;
  left: unset;
  bottom: unset;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #000;
}

.experienceMain .experience .filter .selectric-items ul li, .experienceMain .experience .filter .selected {
  padding: 25px 30px;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.experienceMain .experience .filter .selectric-items {
  top: 120%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.experienceMain .experience .filter .selectric-items .selectric-scroll {
  background: #F8F8F8;
  z-index: 5;
}

.experienceMain .experience .filter .selectric-items .selectric-scroll .selected {
  background: #f8f8f8;
}

.experienceMain .experience .filter .selectric-items .selectric-scroll li:hover {
  background: #173166;
  color: #fff;
}

.experienceMain .experience .filter .sort {
  margin-left: auto;
}

.experienceMain .experience .filter .sort a {
  text-decoration: none;
  color: #000;
}

.experienceMain .experience .filter .sort a::after {
  content: '\f078';
  margin: 0 0 0 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
}

.experienceMain .experience .filter .sort a:hover {
  color: #aaa;
}

.experienceMain .experience .filter .sort-up a::after {
  content: '\f077';
}

.experienceMain .experience .experienceList {
  margin-top: 85px;
}

.experienceMain .experience .experienceList__item:first-child a {
  border-top: 1px solid #000;
}

.experienceMain .experience .experienceList__item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  font-size: 1.25rem;
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.experienceMain .experience .experienceList__item a:hover {
  background: #173166;
  color: #fff;
}

.experienceMain .experience .experienceList__item a p {
  margin: 0;
}

.article {
  padding-top: 0;
}

.article::before {
  display: none;
}

.article section .postTitle {
  padding: 100px 0 30px 0;
  background: url("../img/innerBg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.article section .sectionTitle {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.article .post .content {
  margin-top: 40px;
  padding-bottom: 0;
}

.article .content .article_text {
  max-width: 800px;
  margin: 0 auto;
}

footer {
  padding-top: 40px;
  background: rgba(240, 240, 240, 0.3);
  border-top: 1px solid #000;
}

footer .footerItem .footerTitle {
  text-transform: uppercase;
}

footer .footerItem .footerMenu {
  list-style: none;
}

footer .footerItem .footerMenu li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

footer .footerItem .footerMenu li a:hover {
  color: #cdcdcd;
}

footer .copyright {
  margin-top: 40px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cecece;
}

footer .copyright .link {
  text-align: right;
}

footer .copyright .link a {
  text-decoration: none;
  color: #777;
  font-size: 14px;
}

footer .copyright .link a:hover {
  color: #cdcdcd;
}

@media only screen and (max-width: 1920px) {
  main section {
    padding-bottom: 60px;
  }
  .postMain::after {
    height: 820px;
  }
}

@media only screen and (max-width: 1500px) {
  body {
    font-size: 14px;
  }
  .wrapper {
    width: 1200px;
  }
  header .wrapper .menu__item a {
    display: block;
    padding: 50px 25px;
  }
  header .wrapper .menu .has-children .sub-menu {
    width: 300px;
  }
  main section {
    padding-bottom: 40px;
  }
  main section .sectionTitle {
    margin: 40px 0;
  }
  main .welcome {
    position: relative;
  }
  main .welcome .cardSlider .slick-track {
    height: 800px;
  }
  main .welcome .cardSlider__item .card a {
    padding: 40px 40px 60px 45px;
  }
  main .welcome .cardSlider .sliderControls {
    position: absolute;
    bottom: 65px;
  }
  main .research .postList__item a .imgBox {
    height: 200px;
  }
  main .research .postList__item a .postInfo .title {
    font-size: 1.1rem;
  }
  main .team::after {
    width: 50%;
    height: 80%;
  }
  main .team .teamSlider__item .imgBox, main .team .teamList__item .imgBox {
    height: 380px;
  }
  .innerMain {
    padding-top: 120px;
  }
  .innerMain section .postList {
    padding-top: 60px;
  }
  .innerMain .post .content .sideBlock {
    width: 100%;
    padding: 20px;
  }
  .innerMain .related .postList__item {
    padding: 0 10px;
  }
  .innerMain .invest .sectionTitle {
    font-size: 2.5rem;
  }
  .article {
    padding-top: 0px;
  }
  .aboutMain::after {
    background-position: 50%;
  }
  .postMain::after {
    height: 750px;
  }
  .vacancyMain .needs {
    background-position: 50% 100%;
  }
  .vacancyMain .aboutUs {
    background-position: 50% 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 1100px;
  }
  main .news .newsList {
    grid-template-rows: repeat(4, 150px);
  }
  main .news .newsList__item a {
    height: 100%;
  }
  main .news .newsList__item a .imgBox img {
    height: 150px;
  }
  main .news .newsList__item:first-child a .imgBox img {
    height: 100%;
  }
  .aboutMain::after {
    background-position: 60%;
  }
  .contactMain .contacts .contactInfo {
    padding: 5px 30px;
  }
  .vacancyMain .aboutUs .aboutText {
    width: 100%;
  }
  .vacancyMain .conditions .conditionsList__item p {
    width: 100%;
  }
  .vacancyMain .resume p {
    width: 80%;
  }
}

@media only screen and (max-width: 1100px) {
  body {
    font-size: 12px;
  }
  .wrapper {
    width: 1000px;
  }
  main .welcome {
    height: 1100px;
  }
  main .welcome .wrapper {
    padding-top: 400px;
  }
  main .welcome .cardSlider .slick-track {
    height: 1100px;
  }
  main .news .newsList {
    grid-template-rows: repeat(4, 140px);
  }
  main .news .newsList__item:first-child a .postInfo .title {
    font-size: 2rem;
  }
  main .news .newsList__item a .imgBox img {
    height: 140px;
  }
  main .team .teamSlider__item .imgBox, main .team .teamList__item .imgBox {
    height: 330px;
  }
  .contactMain .contacts .contactInfo {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 750px;
  }
  header .wrapper .menu {
    display: none;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173166;
    z-index: 15;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  header .wrapper .menu__item a {
    display: block;
    padding: 25px;
    text-align: center;
    color: #fff;
  }
  header .wrapper .menu .has-children {
    position: relative;
  }
  header .wrapper .menu .has-children .sub-menu {
    display: none;
    visibility: visible;
    position: static;
    width: 100%;
    border-top: 1px solid #fff;
  }
  header .wrapper .menu .has-children .sub-menu__item a {
    background: #0D4372;
    font-size: 1rem;
  }
  header .wrapper .menu .has-children .sub-menu__item a:hover {
    background: #fff;
    color: #173166;
  }
  header .wrapper .menu-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  header .wrapper .hamburger {
    display: block;
  }
  header .wrapper .is-active {
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 16;
  }
  header .wrapper .is-active .hamburger-inner, header .wrapper .is-active .hamburger-inner::before, header .wrapper .is-active .hamburger-inner::after {
    background: #fff !important;
  }
  main .welcome {
    height: 1100px;
  }
  main .news .newsList {
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, 130px);
  }
  main .news .newsList__item a .imgBox {
    height: 160px;
  }
  main .news .newsList__item a .imgBox img {
    height: 100%;
  }
  main .research .postList__item {
    margin-bottom: 30px;
  }
  main .research .postList__item a .imgBox {
    height: 250px;
  }
  .innerMain .post .imgBox {
    width: 60%;
    height: 500px;
  }
  .innerMain .post .name {
    margin-top: 50px;
  }
  .innerMain .post .content .shareButton {
    display: inline-block;
    margin: 0 5px 60px 5px;
  }
  .innerMain .post .content .sideBlock {
    width: 100%;
    padding: 20px 50px;
    margin: 0px auto 40px auto;
  }
  .innerMain .post .breadcrumbs span a {
    font-size: 0.8rem;
  }
  .innerMain .invest .sectionTitle, .innerMain .invest .sectionText {
    text-align: center;
  }
  .innerMain .invest .sectionText {
    width: 100%;
    margin-bottom: 30px;
  }
  .article section .sectionTitle {
    font-size: 1.5rem;
  }
  .contactMain::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 55%;
  }
  .contactMain .contacts .sectionTitle {
    width: 100%;
    text-align: center;
  }
  .contactMain .contacts .contactInfo {
    padding: 5px 20px;
    margin-bottom: 80px;
  }
  .vacancyMain section .needsText h2 {
    text-align: center;
  }
  .vacancyMain .needs {
    background-position: 10%;
  }
  .vacancyMain .needs .needsText {
    text-align: center;
  }
  .vacancyMain .aboutUs {
    -webkit-background-size: contain;
            background-size: contain;
    padding-top: 250px;
  }
  .vacancyMain .aboutUs .wrapper .row {
    min-height: 800px;
  }
  .vacancyMain .aboutUs .aboutText {
    text-align: center;
  }
  .vacancyMain .conditions p {
    text-align: center;
  }
  .vacancyMain .conditions .conditionsList__item {
    margin-bottom: 40px;
  }
  .vacancyMain .conditions .conditionsList__item h3 {
    text-align: center;
  }
  .vacancyMain .conditions .conditionsList__item p {
    width: 60%;
    margin: 0 auto;
  }
  .vacancyMain .resume p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .vacancyMain .resume form {
    margin-top: 80px;
  }
  .vacancyMain .resume form p {
    text-align: left;
  }
  .experienceMain .experience .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experienceMain .experience .filter .customSelect, .experienceMain .experience .filter .selectric {
    width: 100%;
  }
  .experienceMain .experience .filter .selectric {
    margin: 0 0 25px 0;
  }
  .experienceMain .experience .filter .sort {
    margin: 0;
    text-align: center;
  }
  .experienceMain .experience .filter .sort a {
    font-size: 1.25rem;
  }
  .contactMain .contacts {
    padding-top: 0;
  }
  .contactMain .contacts .contactForm {
    padding-top: 80px;
  }
  main .partners{
	padding: 40px 0;
  }
  footer {
    padding-top: 30px;
    text-align: center;
  }
  footer .footerItem {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  footer .copyright {
    margin-top: 20px;
    font-size: 1.25rem;
  }
  footer .copyright .link {
    margin-top: 0x;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: 500px;
  }
  main .welcome .cardSlider__item .card a {
    width: 100%;
  }
  main .news .newsList__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .news .newsList__item a .imgBox {
    width: 100%;
    height: 300px;
  }
  main .team .teamSlider__item .imgBox, main .team .teamList__item .imgBox {
    height: 450px;
  }
  main .team .teamSlider .slick-arrow, main .team .teamList .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3rem;
    color: #173166;
  }
  main .team .teamSlider .fa-angle-left, main .team .teamList .fa-angle-left {
    left: -15px;
  }
  main .team .teamSlider .fa-angle-right, main .team .teamList .fa-angle-right {
    right: -15px;
  }
  .postMain::after {
    height: 750px;
  }
  .innerMain section .sectionTitle {
    font-size: 2.5rem;
  }
  .innerMain section .sectionText {
    width: 100%;
  }
  .innerMain .post .imgBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .innerMain .post .content img {
    height: 400px;
  }
  .innerMain .post .content .download {
    margin-left: auto;
    margin-right: auto;
  }
  .innerMain .team .teamTitle {
    font-size: 1.5rem;
  }
  .innerMain .related .postList__item {
    padding: 0 80px;
  }
  .article section .sectionTitle {
    font-size: 1.5rem;
  }
  .contactMain::after {
    height: 52%;
  }
  .vacancyMain section .needsText h2 {
    font-size: 2.5rem;
  }
  .vacancyMain .resume p {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 500px) {
  .wrapper {
    width: 350px;
  }
  header .wrapper .logo a img {
    width: 70%;
  }
  header .wrapper .socialMedia, header .wrapper .phone {
    display: none;
  }
  header .searchBlock form input {
    width: 250px;
  }
  main section {
    padding-bottom: 20px;
  }
  main .news .newsList__item:first-child a .postInfo .title {
    font-size: 1.25rem;
  }
  main .news .newsList__item:first-child a .postInfo .text {
    font-size: 1rem;
  }
  main .team .teamSlider__item .imgBox, main .team .teamList__item .imgBox {
    height: 320px;
  }
  .innerMain section .postList {
    padding-top: 40px;
  }
  .innerMain .post .imgBox {
    width: 100%;
    height: 400px;
  }
  .innerMain .post .name {
    font-size: 3rem;
  }
  .innerMain .post .content img {
    height: 250px;
  }
  .innerMain .related .postList__item {
    padding: 0 30px;
  }
  .innerMain .related .postList .fa-angle-left {
    left: 10px;
  }
  .innerMain .related .postList .fa-angle-right {
    right: 10px;
  }
  .innerMain .invest .sectionTitle {
    font-size: 1.5rem;
  }
  .postMain::after {
    height: 700px;
  }
  .contactMain::after {
    height: 50%;
  }
  .vacancyMain .needs .needsText {
    font-size: 1.25rem;
  }
  .vacancyMain .aboutUs .wrapper .row {
    min-height: 600px;
  }
  .vacancyMain .aboutUs .aboutText {
    padding: 25px 0;
    font-size: 1.25rem;
  }
  .vacancyMain .conditions .conditionsList__item p {
    width: 90%;
  }
  .vacancyMain .resume p {
    width: 90%;
  }
  footer .footerItem {
    font-size: 1rem;
  }
  footer .copyright {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 350px) {
  .wrapper {
    width: 300px;
  }
  main .welcome .cardSlider__item .card a .imgBox {
    width: 100%;
  }
  .innerMain .post .imgBox {
    height: 350px;
  }
  .innerMain .post .name {
    font-size: 2.5rem;
  }
  .innerMain .post .content h2 {
    font-size: 2.5rem;
  }
}
