@font-face {
  font-family: "LandIcons";
  src: url("./fonts/LandIconFont/LandIcons.eot");
  src: url("./fonts/LandIconFont/LandIcons.eot?#iefix") format("eot"),
    url("./fonts/LandIconFont/LandIcons.woff2") format("woff2"),
    url("./fonts/LandIconFont/LandIcons.woff") format("woff"),
    url("./fonts/LandIconFont/LandIcons.ttf") format("truetype"),
    url("./fonts/LandIconFont/LandIcons.svg#LandIcons") format("svg");
}

.icon:before {
  font-family: "LandIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-close:before {
  content: "\E001";
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text_crop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "CirceBlack";
  src: url("./fonts/circe/Circe-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CirceBold";
  src: url("./fonts/circe/Circe-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CirceRegular";
  src: url("./fonts/circe/CRC55.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CirceLight";
  src: url("./fonts/circe/CRC35.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CirceExtraLight";
  src: url("./fonts/circe/CRC25.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LoraItalic";
  src: url("./fonts/lora/Lora-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LoraBoldItalic";
  src: url("./fonts/lora/Lora-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  padding: 20px 0 0 0;
  background: url("./images/header_bg.jpg") no-repeat center;
  width: 100%;
  height: 988px;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0;
    height: 465px;
    background: url("./images/mobile-bg.jpg") no-repeat center bottom;
    background-size: 100% 365px;
  }
}

.header-archive {
  position: relative;
  padding: 20px 0 0 0;
  background: #3267b0;
  width: 100%;
  height: 548px;
}
@media screen and (max-width: 480px) {
  .header-archive {
    padding: 0;
    height: 465px;
  }
}

.header-filter {
  display: flex;
  height: auto;
  flex-direction: column;
}

.header-404 .container,
.header-archive .container {
  height: 100%;
}
.single-courses .header-archive.header-inner:before,
/*.single-news .header-archive.header-inner:before,*/
.single-partners .header-archive.header-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 38, 39, 0.7);
  opacity: 0.7;
}

.header-404 {
  position: relative;
  padding: 20px 0 0 0;
  background: #3267b0;
  width: 100%;
  height: 100vh;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
}
.container-support,
.container-mobile {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  background: #fff;
  border-radius: 3px;
  height: auto;
  top: 80px;
  padding: 100px 40px 40px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/*@media screen and (max-width: 1040px) {
      .container-mobile {
        padding-top: 100px; } }*/
@media screen and (max-width: 767px) {
  .container-mobile {
    padding-top: 140px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .container-mobile {
    top: 100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: 600px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.container-support .btn-default--blue {
  top: 0;
  right: 0;
}
.support-block,
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(50, 103, 176, 0.9);
  padding: 0 20px 20px;
  z-index: 9999;
}
.support-block.active,
.mobile-nav.active {
  display: block;
  overflow-y: auto;
}
.mobile-nav__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 330px;
}
@media screen and (max-width: 480px) {
  .mobile-nav__wrapp {
    overflow-y: scroll;
    max-height: 320px;
  }
}
.mobile-menu {
  column-count: 3;
  column-gap: 90px;
}
.mobile-nav__item {
  width: 100%;
  font: 18px "CirceRegular", sans-serif;
  color: #000;
}
/*.mobile-nav__item ul {*/
/*margin-bottom: 10px; }*/
/*.mobile-nav__item ul li:first-child {*/
/*font: 18px "CirceBold", sans-serif;*/
/*color: #000;*/
/*margin-bottom: 5px; }*/
.mobile-nav__item a {
  font: 18px "CirceBold", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.mobile-nav__item .sub-menu a {
  font: 18px "CirceRegular", sans-serif;
  margin-bottom: 0;
}
.mobile-nav__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    column-count: 2;
  }
  .mobile-nav__item {
    padding-right: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .mobile-menu {
    column-count: 1;
  }
  .mobile-nav__item {
    padding-right: 0;
    margin: 0;
  }
}
.mobile-nav .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: -60px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 1em;
  border: none;
  background: 0 0;
  color: transparent;
  outline: 0;
  cursor: pointer;
}
.mobile-nav .close-button:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav .close-button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav .search-holder-mobile {
  /*display: none;*/
  position: absolute;
  width: 100%;
  height: 68px;
  top: 0;
  left: 0;
  padding: 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav .search-holder-mobile input {
  width: 100%;
  height: 68px;
  border: none 0;
  outline: none;
  font: 18px "CirceBold", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  background: transparent;
}
.mobile-nav .search-holder-mobile .search-icon {
  display: inline-block;
  position: absolute;
  background: url("./images/search-ico.jpg") no-repeat center;
  width: 19px;
  height: 19px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  cursor: pointer;
  text-indent: -9999px;
}
.mobile-nav .search-holder-mobile .search-icon:hover {
  background: url("./images/search-ico-hov.png") no-repeat center;
}
/*@media screen and (max-width: 1040px) {
      .mobile-nav .search-holder-mobile {
        display: block; } }*/
@media screen and (max-width: 767px) {
  .mobile-nav .search-holder-mobile {
    padding: 0 30px;
  }
}
.mobile-nav .top-links {
  display: none;
  position: absolute;
  top: 67px;
  left: 0;
  padding: 0 30px;
  height: 73px;
  border-right: none 0;
}
.mobile-nav .top-links .facebook {
  font: 18px "CirceBold", sans-serif;
  line-height: 21px;
  background-position: left center;
  width: auto;
  color: #3a7bd5;
  padding-left: 25px;
  vertical-align: top;
  margin-right: 85px;
}
@media screen and (max-width: 480px) {
  .mobile-nav .top-links .facebook {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav .top-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .mobile-nav .top-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.support-block {
  padding: 0 50px;
}
.support-block .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 1em;
  border: none;
  background: 0 0;
  color: transparent;
  outline: 0;
  cursor: pointer;
}
.support-block .close-button:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #4273b6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support-block .close-button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #4273b6;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.container-support {
  top: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.container-support h2 {
  font: 88px "CirceRegular", sans-serif;
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
}
.support-text-container {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 630px;
  text-align: center;
  overflow-y: auto;
}
.support-text-container > div {
  width: 100%;
  padding-left: 40px;
  padding-right: 10px;
  box-sizing: border-box;
}

.support-text-container li {
  position: relative;
  counter-increment: custom;
  padding-bottom: 30px;
}

.support-text-container li:last-child {
  padding-bottom: 0;
}

.support-text-container li:before {
  content: "0" counter(custom) " ";
  position: absolute;
  color: #3a7bd5;
  font: 15px "LoraBoldItalic", sans-serif;
  line-height: 1;
  left: -26px;
  top: 3px;
}

.support-text-container .btn {
  position: inherit;
  background-color: #fff;
  margin: 0 auto;
}

#donateform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#donateform input[type="text"],
#donateform input[type="email"],
#donateform input[type="number"] {
  font-family: "CirceRegular", sans-serif;
  font-size: 19px;
  line-height: 140%;
  color: rgba(0, 0, 0, 1);
  width: 100%;
  height: 46px;
  padding: 0 18px 0 0;
  border: 0;
  border-bottom: 1px solid #3267b0;
  outline: 0;
}

#donateform input[type="email"] {
  margin-bottom: 28px;
  margin-top: 20px;
}

#donateform input[type="number"] {
  width: 40%;
  padding: 0 18px 0 0;
}

#donateform input[type="text"] {
  width: 50%;
}

#donateform input[type="text"]:hover,
#donateform input[type="email"]:hover,
#donateform input[type="number"]:hover {
  border-bottom: 2px solid #3267b0;
}

@media screen and (max-width: 1200px) {
  .support-text-container {
    width: 100%;
  }
}

@media screen and (max-width: 1040px) {
  .support-block {
    padding: 0 20px 20px;
  }
  #donateform input[type="number"] {
    width: 100%;
  }
  #donateform input[type="text"] {
    width: 100%;
  }
}

#donateform input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.31);
}
#donateform input[type="email"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.31);
}
#donateform input[type="number"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.31);
}

.support-text-container h3 {
  font: 28px "CirceRegular", sans-serif;
  line-height: 1;
  padding-bottom: 18px;
}

.support-text-container p {
  font: 19px "CirceRegular", sans-serif;
  line-height: 140%;
  padding-bottom: 20px;
}

.support-text-container > .support-info {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.support-info p {
  font: 21px "LoraItalic", sans-serif;
  line-height: 138%;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .container-support h2 {
    font: 54px "CirceRegular", sans-serif;
  }

  .support-text-container {
    -ms-flex-direction: row;
    flex-direction: column;
  }
  .support-text-container > div {
    width: 100%;
    padding-left: 0;
  }
  .support-info {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container-support h2 {
    font: 28px "CirceRegular", sans-serif;
  }
  .support-info p {
    font: 16px "LoraItalic", sans-serif;
  }
  .support-text-container h3 {
    font: 23px "CirceRegular", sans-serif;
  }
  .support-text-container p {
    font: 16px "CirceRegular", sans-serif;
  }
}

.top-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .top-header {
    height: 100px;
  }
}

.identity {
  margin: 0 35px;
  font-size: 0;
  min-width: 248px;
}
@media screen and (max-width: 1364px) {
  .identity {
    margin: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .identity {
    margin: 0 10px;
  }
}

.logo {
  margin-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .logo {
    margin-right: 15px;
  }
  .logo img {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .logo_name img {
    height: 70px;
  }
}
.logo_name {
  display: inline-block;
}

.navigation {
  height: 100%;
  width: 100%;
  max-width: 1308px;
}
@media screen and (max-width: 1040px) {
  .navigation {
    display: none;
  }
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(30, 34, 42, 0.05);
  border-right: 1px solid rgba(30, 34, 42, 0.05);
  border-bottom: 1px solid rgba(30, 34, 42, 0.05);
  padding: 0 10px;
  height: 44px;
}
.top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-nav a {
  font: 16px "CirceRegular", sans-serif;
  color: #000;
  line-height: 1.5;
  margin: 0 16px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.top-nav a:hover {
  color: #3a7bd5;
}
@media screen and (max-width: 1364px) {
  .top-nav {
    display: none;
  }
}

.search-holder {
  padding: 0 15px;
}
.search-holder .search-icon {
  display: inline-block;
  background: url("./images/search-ico.jpg") no-repeat center;
  width: 19px;
  height: 19px;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.search-holder .search-icon:hover {
  background: url("./images/search-ico-hov.png") no-repeat center;
}
.search-holder input {
  display: inline-block;
  max-width: 0;
  border: none 0;
  outline: none;
  font: 14px "CirceRegular", sans-serif;
  color: #000;
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  -webkit-transition: max-width 0.225s;
  transition: max-width 0.225s;
  text-align: center;
}
.search-holder.active input {
  max-width: 160px;
}
@media screen and (max-width: 1200px) {
  .search-holder.active input {
    max-width: 90px;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(30, 34, 42, 0.05);
  border-right: 1px solid rgba(30, 34, 42, 0.05);
  padding: 0 10px;
  height: 66px;
}
.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
}
@media screen and (max-width: 1364px) {
  .main-nav ul {
    height: 110px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.main-nav a {
  font: 20px "CirceBold", sans-serif;
  color: #000;
  line-height: 1.5;
  margin: 0 18px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.main-nav a:hover {
  color: #3a7bd5;
}
@media screen and (max-width: 1570px) {
  .main-nav a {
    margin: 0 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .main-nav a {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1364px) {
  .main-nav a {
    margin: 0 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1364px) {
  .main-nav {
    height: 110px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.main-nav .search-holder {
  display: none;
  padding: 0 20px;
}
@media screen and (max-width: 1364px) {
  .main-nav .search-holder {
    display: block;
    height: 30px;
    line-height: 30px;
  }
}

.menu-button {
  display: none;
  position: relative;
  z-index: 1000;
  min-width: 72px;
  height: 22px;
  border: none;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  background: 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}
.menu-button:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 20px;
  height: 22px;
  width: 32px;
  background: -webkit-linear-gradient(
    #3a7bd5 2px,
    transparent 2px,
    transparent 10px,
    #3a7bd5 10px,
    #3a7bd5 12px,
    transparent 12px,
    transparent 20px,
    #3a7bd5 20px,
    #3a7bd5 22px,
    transparent 22px,
    transparent 22px
  );
  background: linear-gradient(
    #3a7bd5 2px,
    transparent 2px,
    transparent 10px,
    #3a7bd5 10px,
    #3a7bd5 12px,
    transparent 12px,
    transparent 20px,
    #3a7bd5 20px,
    #3a7bd5 22px,
    transparent 22px,
    transparent 22px
  );
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .menu-button:before {
    width: 28px;
  }
}
@media screen and (max-width: 1364px) {
  .menu-button {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .menu-button {
    position: absolute;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .menu-button {
    width: 100px;
    height: 110px;
    border-left: 1px solid rgba(30, 34, 42, 0.05);
  }
}
@media screen and (max-width: 480px) {
  .menu-button {
    width: 80px;
  }
}

.switch-links {
  height: 100%;
  min-width: 189px;
}
@media screen and (max-width: 1364px) {
  .switch-links {
    border-right: 1px solid rgba(30, 34, 42, 0.05);
    min-width: 164px;
  }
}
@media screen and (max-width: 1040px) {
  .switch-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(30, 34, 42, 0.05);
    border-right: 1px solid rgba(30, 34, 42, 0.05);
    min-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .switch-links {
    display: none;
  }
}

.top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding: 0 35px;
  border-bottom: 1px solid rgba(30, 34, 42, 0.05);
}
@media screen and (max-width: 1364px) {
  .top-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1040px) {
  .top-links {
    border-bottom: none;
    height: 110px;
    padding: 0 25px;
    border-right: 1px solid rgba(30, 34, 42, 0.05);
    min-width: 170px;
  }
}
.top-links .facebook {
  display: inline-block;
  background: url("./images/facebook-ico.jpg") no-repeat center;
  width: 9px;
  height: 18px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.top-links .facebook:hover {
  background: url("./images/facebook-ico-hov.jpg") no-repeat center;
  background-position: left center;
}
.top-links ul {
  display: inline-block;
  margin-left: 20px;
}
.top-links ul li {
  display: inline-block;
  margin: 0 2px;
}
.top-links ul li span,
.top-links ul li a {
  font: 11px "CirceRegular", sans-serif;
  color: #bfbfbf;
  -webkit-transition: color 0.225s;
  transition: color 0.225s;
}
.top-links ul li a:hover {
  color: #3a7bd5;
}
.top-links ul li span {
  color: #000;
}

.bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
}
.bottom-links a {
  position: relative;
  font: 14px "CirceBlack", sans-serif;
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #3a7bd5;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.bottom-links a:hover {
  color: #3a7bd5;
}
@media screen and (max-width: 1040px) {
  .bottom-links {
    height: 110px;
    padding: 0 30px;
    min-width: 170px;
  }
}
#support-button-mobile {
  font: 12px "CirceBlack", sans-serif;
  color: #000;
  text-transform: uppercase;
  transition: all 0.225s linear;
  margin-left: auto;
}

.header-title {
  padding-top: 300px;
}
@media screen and (max-width: 480px) {
  .header-title {
    padding-top: 45px;
  }
}
.header-title h1 {
  font: 68px "CirceBold", sans-serif;
  line-height: 70px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .header-title h1 {
    font-size: 48px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .header-title h1 {
    font-size: 38px;
    text-align: center;
  }
}
.header-title p {
  font: 30px "LoraItalic", sans-serif;
  line-height: 41px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .header-title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-title p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header-title p {
    text-align: center;
  }
}
.header-archive-title {
  position: absolute;
  text-align: center;
  padding-top: 110px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
  .header-archive-title {
    padding-top: 100px;
  }
}
.header-filter .header-archive-title {
  position: relative;
  transform: none;
  flex: 1;
  left: auto;
  top: auto;
  padding: 110px 0;
}
@media screen and (max-width: 480px) {
  .header-filter .header-archive-title {
    padding: 80px 0;
  }
}
.header-inner {
  display: flex;
  display: -webkit-flex;
  height: auto;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-inner .header-inner-title {
  position: relative;
  background-size: contain;
  transform: none;
  flex: 1;
  left: auto;
  top: auto;
  padding: 250px 0 280px 0;
}
.header-inner .header-program-title {
  position: relative;
  background-size: contain;
  color: #fff;
  text-align: center;
  width: 790px;
  padding: 110px 0 116px;
  margin: 0 auto;
  transform: none;
  flex: 1;
  left: auto;
  top: auto;
}

@media screen and (max-width: 1040px) {
  .header-inner .header-program-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-program-title h1 {
  padding-bottom: 15px;
  font: 68px "CirceBold", sans-serif;
  color: #fff;
  line-height: 1;
}
.header-program-title p {
  font: 21px "CirceRegular", sans-serif;
}
@media screen and (max-width: 1040px) {
  .header-inner .header-inner-title {
    padding: 200px 0;
  }
}
@media screen and (max-width: 480px) {
  .header-inner .header-inner-title {
    padding: 80px 0;
  }
}

.header-inner-title h1,
.header-archive-title h1 {
  font: 108px "CirceBold", sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header-program-title h1,
  .header-inner-title h1,
  .header-archive-title h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 480px) {
  .header-program-title h1,
  .header-inner-title h1,
  .header-archive-title h1 {
    font-size: 40px;
  }
}

.header-404-title {
  position: absolute;
  text-align: center;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.header-404-title h1 {
  font: 1088px "CirceBold", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .header-404-title h1 {
    font-size: 828px;
  }
}
@media screen and (max-width: 1200px) {
  .header-404-title {
    top: 74px;
  }
  .header-404-title h1 {
    font-size: 428px;
  }
}
@media screen and (max-width: 767px) {
  .header-404-title {
    top: 91px;
  }
  .header-404-title h1 {
    font-size: 228px;
  }
}
@media screen and (max-width: 480px) {
  .header-404-title {
    top: 85px;
  }
  .header-404-title h1 {
    font-size: 168px;
  }
}
.header-404-desc {
  position: absolute;
  width: 180px;
  text-align: center;
  font: 18px "LoraItalic", sans-serif;
  color: #fff;
  line-height: 140%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .header-404-desc {
    padding-bottom: 20px;
    top: 100%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
  }
}
.filters-block {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 50px;*/
  /*right: 50px;*/
}
/*@media screen and (max-width: 1680px) {*/
/*.filters-block {*/
/*left: 20px;*/
/*right: 20px; } }*/
.filters-block ul {
  display: flex;
  width: 100%;
  bottom: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}
.filters-block li {
  position: relative;
}
.filter-col-2 li {
  width: 50%;
}
.filter-col-3 li {
  width: 33.3333333%;
}
.filter-col-5 li {
  width: 20%;
}
@media screen and (max-width: 1680px) {
  .filter-col-5 li,
  .filter-col-3 li {
    width: 50%;
  }
}
.filters-block.courses-filter li {
  width: 33.3333333%;
}
@media screen and (max-width: 767px) {
  .filters-block li,
  .filters-block.courses-filter li {
    width: 100%;
  }
}
.filters-block li a {
  display: block;
  height: 68px;
  font: 21px "CircleRegular", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 68px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .filters-block li a {
    font-size: 18px;
  }
}
.filters-block li a:hover {
  background: rgba(255, 255, 255, 0.11);
}
.has-active li a {
  color: rgba(255, 255, 255, 0.2);
}
.has-active .active-filter a {
  text-align: left;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  pointer-events: none;
}
.has-active .close-button-filter {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 26px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 1em;
  border: none;
  background: 0 0;
  color: transparent;
  outline: 0;
  cursor: pointer;
}
.has-active .close-button-filter:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-active .close-button-filter:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Articles Start */
.articles {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  .articles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.articles-item {
  display: block;
  width: 33.33%;
  padding: 60px 50px;
  height: 640px;
  box-sizing: border-box;
}
@media screen and (max-width: 1680px) {
  .articles-item {
    height: 450px;
  }
}
@media screen and (max-width: 1364px) {
  .articles-item {
    height: 345px;
    padding: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .articles-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .articles-item {
    text-align: center;
    height: 450px;
    padding: 60px 20px;
  }
}
.articles .slider-wrapper {
  position: relative;
  width: 66.66%;
}
@media screen and (max-width: 1040px) {
  .articles .slider-wrapper {
    width: 100%;
  }
}
.articles .slider-item {
  position: relative;
  width: 50%;
  padding: 60px 50px;
  height: 640px;
  box-sizing: border-box;
}
@media screen and (max-width: 1680px) {
  .articles .slider-item {
    height: 450px;
  }
}
@media screen and (max-width: 1364px) {
  .articles .slider-item {
    height: 345px;
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .articles .slider-item {
    height: 450px;
    padding: 60px 100px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .articles .slider-item {
    padding: 60px 20px;
    text-align: center;
  }
}
.articles .slick-arrow {
  display: block;
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  z-index: 1000;
  border: none 0;
  outline: none;
  font-size: 0;
  text-indent: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .articles .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1364px) {
  .articles .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .articles .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.articles .slick-next {
  background: url("./images/arr-next.png") no-repeat right 39px top 34px #1f3e89;
  bottom: 40px;
  left: -61px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.articles .slick-next:hover {
  background-color: #5b85c0;
}
@media screen and (max-width: 1680px) {
  .articles .slick-next {
    background: url("./images/arr-next-b.png") no-repeat right 28px top 24px
      #1f3e89;
    bottom: 20px;
    left: -40px;
  }
}
@media screen and (max-width: 1364px) {
  .articles .slick-next {
    background: url("./images/arr-next--small.png") no-repeat right 17px top
      14px #1f3e89;
    bottom: 20px;
    left: -28px;
  }
}
@media screen and (max-width: 1040px) {
  .articles .slick-next {
    background: url("./images/arr-next--small.png") no-repeat right 22px top
      21px rgba(43, 95, 147, 0.6);
    bottom: auto;
    left: auto;
    top: -80px;
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .articles .slick-next {
    left: 53%;
  }
}
.articles .slick-prev {
  background: url("./images/arr-prev.png") no-repeat left 39px top 34px
    rgba(43, 95, 147, 0.6);
  left: -178px;
  bottom: 40px;
}
.articles .slick-prev:hover {
  background-color: #5b85c0;
}
@media screen and (max-width: 1680px) {
  .articles .slick-prev {
    background: url("./images/arr-prev-b.png") no-repeat left 28px top 24px
      rgba(43, 95, 147, 0.6);
    bottom: 20px;
    left: -120px;
  }
}
@media screen and (max-width: 1364px) {
  .articles .slick-prev {
    background: url("./images/arr-prev--small.png") no-repeat left 17px top 14px
      rgba(43, 95, 147, 0.6);
    bottom: 20px;
    left: -80px;
  }
}
@media screen and (max-width: 1040px) {
  .articles .slick-prev {
    background: url("./images/arr-prev--small.png") no-repeat left 22px top 21px
      rgba(43, 95, 147, 0.6);
    bottom: auto;
    left: auto;
    top: -80px;
    right: 145px;
  }
}
@media screen and (max-width: 480px) {
  .articles .slick-prev {
    right: 53%;
  }
}

.btn {
  display: inline-block;
  padding: 0 25px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.btn-holder {
  margin-top: 64px;
  text-align: center;
}
.btn-holder .btn-default {
  position: static;
}
.btn-default {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font: 17px "CirceLight", sans-serif;
  line-height: 38px;
  color: #fff;
  bottom: 65px;
}
.btn-default:hover {
  background: #fff;
  color: #1f3e89;
}
@media screen and (max-width: 1364px) {
  .btn-default {
    bottom: 35px;
  }
}
@media screen and (max-width: 1040px) {
  .btn-default {
    position: static;
    margin-top: 35px;
  }
}
.btn-default:hover {
  text-decoration: none;
}
.btn-default--blue {
  border: 1px solid rgba(58, 133, 213, 0.2);
  color: #3a7bd5;
  top: 69px;
  right: 50px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.btn-default--blue:hover {
  background: #3267b0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-default--blue {
    right: 20px;
  }
}
.btn-link--times {
  position: relative;
  border: transparent;
  font: 17px "Times New Roman";
  line-height: 40px;
  color: #fff;
  margin-top: 45px;
  background: rgba(50, 103, 176, 0.6);
}
.btn-link--times:hover {
  background: #3267b0;
}
@media screen and (max-width: 1680px) {
  .btn-link--times {
    margin-top: 22px;
  }
}
.btn-link--blue {
  position: relative;
  border: transparent;
  font: 17px "CirceBold", sans-serif;
  line-height: 40px;
  color: #fff;
  margin-top: 45px;
  background: rgba(50, 103, 176, 0.6);
}
.btn-link--blue:hover {
  background: #3267b0;
}
@media screen and (max-width: 1680px) {
  .btn-link--blue {
    margin-top: 22px;
  }
}

.courses {
  background: #1f3e89;
}
.courses h1 {
  font: 88px "CirceRegular", sans-serif;
  line-height: 1;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .courses h1 {
    font-size: 68px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1364px) {
  .courses h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 480px) {
  .courses h1 {
    text-align: center;
  }
}
.courses p {
  font: 21px "LoraItalic", sans-serif;
  line-height: 29px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .courses p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .courses p {
    text-align: center;
  }
  .courses p br {
    display: none;
  }
}

.one h3 {
  position: relative;
  font: 46px "CirceBold", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .one h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1364px) {
  .one h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .one h3 {
    text-align: center;
  }
}

.one p {
  position: relative;
  font: 21px "CirceRegular", sans-serif;
  line-height: 29px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .one p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .one p {
    text-align: center;
  }
}

.cor-bg {
  background: url("./images/slide-item2.jpg") no-repeat center;
  background-size: cover;
}

.art-bg {
  background: url("./images/slide-item3.jpg") no-repeat center;
  background-size: cover;
}

/* NEWS START */
.full-width {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .full-width {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news {
  position: relative;
  width: 66.66%;
  padding: 50px 0 0 50px;
}
@media screen and (max-width: 1364px) {
  .news {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .news {
    width: 100%;
    padding: 50px 30px 0;
  }
  .news .btn-default {
    position: absolute;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .news {
    text-align: center;
  }
  .news .btn-default {
    position: static;
    margin-bottom: 35px;
  }
}
.posts-list,
.experts-list,
.events-list,
.books-list,
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-space-around {
  justify-content: space-around;
}
@media screen and (max-width: 1364px) {
  .posts-list,
  .experts-list,
  .events-list,
  .books-list,
  .news-list {
    margin-bottom: 50px;
  }
}

.news-list-anchor {
  display: inline-block;
}
.news-headline {
  font: 88px "CirceRegular", sans-serif;
  line-height: 0.95;
  margin-bottom: 65px;
  color: #000;
  padding-left: 5px;
}
@media screen and (max-width: 1680px) {
  .news-headline {
    font-size: 68px;
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 1364px) {
  .news-headline {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .news-headline {
    margin-bottom: 20px;
    text-align: center;
  }
}
.news-item {
  width: 33.33%;
  padding: 0 40px 30px 55px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
@media screen and (max-width: 1680px) {
  .news-item {
    padding: 0 35px 20px 45px;
  }
}
@media screen and (max-width: 1364px) {
  .news-item {
    width: 50%;
    padding: 0 20px 20px 25px;
  }
}
@media screen and (max-width: 480px) {
  .news-item {
    width: 100%;
    padding: 0 20px 20px 25px;
    border: 0 none;
  }
}
.news-item:nth-child(3n + 1) {
  padding-left: 5px;
  padding-right: 75px;
}
@media screen and (max-width: 1364px) {
  .news-item:nth-child(3n + 1) {
    width: 50%;
    padding: 0 20px 20px 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .news-item:nth-child(3n + 1) {
    width: 100%;
    padding: 0 20px 20px 25px;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .news-item:nth-child(even) {
    border-right: none 0;
  }
}
@media screen and (max-width: 1364px) {
  .news-item:nth-child(2n + 1) {
    padding: 0 20px 20px 5px;
  }
}
.news-item:nth-child(3n) {
  border-right: 0 none;
}
@media screen and (max-width: 1040px) {
  .news-item:nth-child(3n) {
    border-right: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 480px) {
  .news-item:nth-child(3n) {
    width: 100%;
    padding: 0 20px 20px 25px;
    text-align: center;
    border: 0 none;
  }
}
.news-item:nth-child(n + 4) {
  padding-top: 40px;
}
@media screen and (max-width: 1680px) {
  .news-item:nth-child(n + 4) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .news-item:nth-child(n + 4) {
    border-right: none 0;
  }
}
@media screen and (max-width: 1364px) {
  .news-item:nth-child(n + 3) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .news-item:nth-child(n + 3) {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}
@media screen and (max-width: 1040px) {
  .news-item:last-child,
  .news-item:nth-last-child(2) {
    display: none;
  }
}
.news-item img {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  max-width: 250px;
}
@media screen and (max-width: 1680px) {
  .news-item img {
    width: 145px;
  }
}
@media screen and (max-width: 480px) {
  .news-item img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.experts-item h5,
.news-item h5 {
  font: 21px "CirceBold", sans-serif;
  color: #000;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
.book-item:hover h5,
.experts-item:hover h5,
.news-item:hover h5 {
  color: #3a7bd5;
}
.experts-item h5 {
  font-size: 28px;
}
@media screen and (max-width: 1680px) {
  .experts-item h5,
  .news-item h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .experts-item h5,
  .news-item h5 {
    text-align: center;
  }
}
.news-item a h5 span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.225s;
  -moz-transition: all 0.225s;
  -ms-transition: all 0.225s;
  -o-transition: all 0.225s;
  transition: all 0.225s;
}
.news-item a:hover h5 span {
  color: #3267b0;
  border-bottom: 1px solid rgba(50, 103, 176, 0.12);
}
.news-item .time {
  font: 18px "LoraItalic", sans-serif;
  color: #000;
}
@media screen and (max-width: 1680px) {
  .news-item .time {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .news-item .time {
    text-align: center;
  }
}
.archive-projects,
.archive-partners,
.archive-experts,
.archive-events,
.archive-library,
.archive-news {
  position: relative;
  width: 100%;
  padding: 70px 0 40px;
  border-bottom: 1px solid #f3f3f3;
}

.archive-no-padding-top {
  padding-top: 0;
}

.archive-programs {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 40px;
}

.archive-experts .experts-item,
.archive-events .events-item,
.archive-library .book-item,
.archive-news .news-item {
  width: 20%;
  border: none;
  padding: 0 21px 70px;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 1360px) {
  .archive-experts .experts-item,
  .archive-events .events-item,
  .archive-library .book-item,
  .archive-news .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .archive-experts .experts-item,
  .archive-events .events-item,
  .archive-library .book-item,
  .archive-news .news-item {
    width: 100%;
  }
}

.archive-partners .partners-item a,
.experts-item a,
.archive-events .events-item a,
.archive-library .book-item a,
.archive-news .news-item a {
  display: block;
  padding: 27px 0 34px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  flex: 1;
}

.experts-item a {
  max-width: 100%;
}

.archive-library .book-item a {
  min-height: 100%;
}

.archive-news .news-item:last-child,
.archive-news .news-item:nth-last-child(2),
.archive-news .news-item:nth-child(3n + 1) {
  display: block;
  text-align: left;
}

.archive-projects {
  padding: 96px 25px 0;
}
@media screen and (max-width: 1460px) {
  .archive-projects {
    padding: 96px 0 0;
  }
}
@media screen and (max-width: 1365px) {
  .archive-projects {
    padding: 66px 0 0;
  }
}

.archive-projects .projects-item {
  width: 33.33333%;
  padding: 0 25px 90px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1460px) {
  .archive-projects .projects-item {
    padding: 0 20px 90px 20px;
  }
}
@media screen and (max-width: 1365px) {
  .archive-projects .projects-item {
    width: 33.33333%;
    padding: 0 20px 65px;
  }
}
@media screen and (max-width: 1040px) {
  .archive-projects .projects-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .archive-projects .projects-item {
    width: 100%;
  }
}

.empty-archive h2 {
  font: 28px "CirceRegular", sans-serif;
  line-height: 128%;
  color: #000;
}

.projects-item a {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

.projects-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 47px;
}

.projects-item h5 {
  font: 28px "CirceRegular", sans-serif;
  line-height: 128%;
  padding-bottom: 20px;
  color: #000;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}

.projects-item:hover h5 {
  color: #3a7bd5;
}
@media screen and (max-width: 1365px) {
  .projects-item h5 {
    font-size: 21px;
  }
}

.projects-description {
  font: 19px "CirceRegular", sans-serif;
  line-height: 160%;
  color: #000;
  padding-bottom: 38px;
}
@media screen and (max-width: 1365px) {
  .projects-description {
    font-size: 16px;
  }
}

.program-item {
  position: relative;
  width: 33.333333%;
  padding: 60px 50px;
  height: 640px;
  background-size: cover;
  box-sizing: border-box;
}
.slider-item:hover::before,
.program-item:hover::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(31, 62, 137, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1680px) {
  .program-item {
    height: 450px;
  }
}
@media screen and (max-width: 1364px) {
  .program-item {
    height: 345px;
    padding: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .program-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .program-item {
    width: 100%;
    height: 450px;
    padding: 60px 100px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .program-item {
    padding: 60px 20px;
    text-align: center;
  }
}

.slider-item:hover .btn-link--times,
.program-item:hover .btn-link--times {
  background-color: rgba(255, 255, 255, 0.43);
}
.slider-item h3 a,
.program-item h3 a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.slider-item h3 a:hover,
.program-item h3 a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
/* experts */
.experts-item {
  text-align: center;
}
.experts-item img {
  margin-bottom: 25px;
  display: initial;
  border-radius: 50%;
  height: 215px;
  width: 215px;
}
.experts-item .experts-position {
  color: #000;
}
.experts-item .experts-course {
  font: 21px "CirceRegular", sans-serif;
  line-height: 160%;
  padding-top: 29px;
  border-top: 1px solid #f3f3f3;
  margin-top: 32px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .experts-item .experts-course {
    font-size: 18px;
  }
}

/* partners */
.how-become-partner {
  background: #fdfdfd;
  text-align: center;
  padding: 118px 0 138px;
}

@media screen and (max-width: 480px) {
  .how-become-partner {
    padding: 78px 0 98px;
  }
}
.how-become-partner h2 {
  font: 28px "CirceBold", sans-serif;
  margin-bottom: 34px;
}
.how-become-partner p {
  font: 19px "LoraItalic", sans-serif;
  line-height: 158%;
  width: 737px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-become-partner p {
    width: 100%;
    padding: 0 20px;
  }
}

.archive-partners .partners-item {
  width: 33.333333%;
  border: none;
  padding: 0 21px 70px;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .archive-partners .partners-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .archive-partners .partners-item {
    width: 100%;
  }
}

.archive-partners .partners-item a {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
@media screen and (max-width: 767px) {
  .archive-partners .partners-item h5 {
    font-size: 19px;
  }
  .archive-partners .partners-item p {
    font-size: 16px;
  }
}
.archive-partners .partners-item div {
  width: 50%;
  box-sizing: border-box;
  color: #000;
}

.archive-partners .partners-item img {
  max-width: 100%;
  height: auto;
}

.archive-partners .partners-item div:last-child {
  border-left: 1px solid #f3f3f3;
  padding-left: 30px;
}

@media screen and (max-width: 1040px) {
  .archive-partners .partners-item div {
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .archive-partners .partners-item div:first-child {
    padding-bottom: 20px;
  }
  .archive-partners .partners-item div:last-child {
    border: none;
    padding-left: 0;
  }
}

.partners-item h5 {
  font: 28px "CirceRegular", sans-serif;
  margin-bottom: 27px;
}
.partners-item p {
  font: 19px "CirceRegular", sans-serif;
  line-height: 158%;
}

/* Testimonials */
.testimonials {
  position: relative;
  width: 33.33%;
}
@media screen and (max-width: 1364px) {
  .testimonials {
    border-bottom: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 1040px) {
  .testimonials {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.reviews {
  background: #f6f6f6;
  height: 540px;
  padding: 25px 50px 30px 40px;
}
@media screen and (max-width: 1680px) {
  .reviews {
    height: 425px;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1040px) {
  .reviews {
    width: 50%;
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    width: 100%;
  }
}
.reviews-title {
  position: relative;
  font: 40px "CirceBold", sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.reviews-title a {
  color: #000;
  -webkit-transition: all 0.225s;
  -moz-transition: all 0.225s;
  -ms-transition: all 0.225s;
  -o-transition: all 0.225s;
  transition: all 0.225s;
}
.reviews-title a:hover {
  color: #3a7bd5;
}
@media screen and (max-width: 1680px) {
  .reviews-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .reviews-title {
    text-align: center;
  }
}
.reviews-title:before {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: rgba(50, 103, 176, 0.15);
  bottom: 0;
}
.reviews-description {
  font: 21px "LoraItalic", sans-serif;
  color: #000;
  padding-left: 285px;
  background-repeat: no-repeat;
  background-position: left top;
  height: 352px;
  background-size: 255px;
}
.reviews-description h5 {
  font: 21px "LoraItalic", sans-serif;
  color: #000;
  font-weight: 400;
}
.reviews-description h5 a {
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.225s;
  -moz-transition: all 0.225s;
  -ms-transition: all 0.225s;
  -o-transition: all 0.225s;
  transition: all 0.225s;
}
.reviews-description h5 a:hover {
  color: #3267b0;
  border-bottom: 1px solid rgba(50, 103, 176, 0.12);
}
@media screen and (max-width: 1680px) {
  .reviews-description {
    padding-left: 180px;
    background-size: 150px;
    font-size: 18px;
    height: 300px;
  }

  .reviews-description h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1364px) {
  .reviews-description {
    padding-left: 135px;
    background-size: 110px;
  }

  .reviews-description p {
    font-size: 16px;
  }

  .reviews-description h5 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .reviews-description h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-description br {
    display: none;
  }
}
.reviews-description .btn-default {
  position: static;
  margin-top: 20px;
}

.experts {
  height: 540px;
  background: #3267b0;
  padding: 25px 50px 30px 40px;
}
@media screen and (max-width: 1680px) {
  .experts {
    height: 360px;
    padding: 24px 40px;
  }
}
@media screen and (max-width: 1364px) {
  .experts {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 1040px) {
  .experts {
    width: 50%;
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .experts {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .experts {
    height: 535px;
  }
  .experts .btn-default.btn-default--white {
    margin-top: 150px;
  }
}
.experts-title {
  position: relative;
  font: 40px "CirceBold", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  .experts-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .experts-title {
    text-align: center;
  }
}
.experts-title:before {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
}
.experts-content {
  padding-left: 245px;
  /*background: url("./images/expert-photo.png") no-repeat left top;*/
  min-height: 215px;
  border-radius: 20%;
}
@media screen and (max-width: 1680px) {
  .experts-content {
    padding-left: 184px;
    background-size: 164px;
  }
}
@media screen and (max-width: 1364px) {
  .experts-content {
    padding-left: 140px;
    background-size: 120px;
  }
}
@media screen and (max-width: 480px) {
  .experts-content {
    width: 100%;
    padding: 130px 20px 20px 25px;
    text-align: center;
    background-position: center top;
  }
}
.experts-content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  max-width: 215px;
  height: auto;
  /*height: 130px;*/
}
@media screen and (max-width: 1680px) {
  .experts-content img {
    max-width: 164px;
    height: auto;
  }
}
@media screen and (max-width: 1364px) {
  .experts-content img {
    max-width: 121px;
  }
}
@media screen and (max-width: 480px) {
  .experts-content img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.experts-name {
  font: 31px "CirceBold", sans-serif;
  color: #fff;
}
.experts-name a {
  color: #fff;
}
.experts-name a:hover {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .experts-name {
    font-size: 21px;
  }
}
.experts-position {
  font: 18px "LoraItalic", sans-serif;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1680px) {
  .experts-position {
    font-size: 16px;
  }
}

.experts .btn-default {
  top: 130px;
  left: 245px;
  z-index: 999;
  opacity: 1;
  position: absolute;
  /*width: 148px;*/
  /*margin-top: 120px;*/
}
@media screen and (max-width: 1680px) {
  .experts .btn-default {
    left: 184px;
  }
}
@media screen and (max-width: 1364px) {
  .experts .btn-default {
    padding: 0 13px;
    left: 140px;
  }
}
@media screen and (max-width: 1040px) {
  .experts .btn-default {
    top: 146px;
  }
}
@media screen and (max-width: 480px) {
  .experts .btn-default {
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 320px) {
  .experts .btn-default {
    font-size: 14px;
  }
}
.experts .slick-arrow,
.reviews .slick-arrow {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  outline: none;
  border-radius: 100%;
  text-indent: 99999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9999;
}

@media screen and (max-width: 1680px) {
  .experts .slick-next {
    left: 195px;
  }
}
@media screen and (max-width: 1364px) {
  .experts .slick-next {
    /*left: 200px;*/
    /*top: 120px; */
  }
}
@media screen and (max-width: 480px) {
  .experts .slick-next {
    right: 25%;
    top: auto;
    left: auto;
    bottom: -50px;
  }
}
/* Experts */
.experts .slick-next {
  background: url("./images/arr-next--small.png") no-repeat right 17px top 14px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  left: unset;
  top: -105px;
  right: 0;
}
.experts .slick-next:hover,
.experts .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.experts .slick-prev {
  background: url("./images/arr-prev--small.png") no-repeat left 17px top 14px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  top: -105px;
  left: unset;
  right: 65px;
}

/* Reviewes */
.reviews .slick-prev {
  background: url("./images/arr-prev--small.png") no-repeat left 17px top 14px;
  top: -105px;
  left: unset;
  right: 65px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  background-color: rgba(58, 133, 213, 0.33);
}
.reviews .slick-next {
  background: url("./images/arr-next--small.png") no-repeat right 17px top 14px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  background-color: rgba(58, 133, 213, 0.33);
  top: -105px;
  left: unset;
  right: 0;
}
.reviews .slick-next:hover,
.reviews .slick-prev:hover {
  background-color: rgb(50, 103, 176);
}

.reviews .btn {
  padding: 0 31px;
  height: 40px;
}

@media screen and (max-width: 1364px) {
  .experts .slick-prev {
    left: 140px;
    top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .experts .slick-prev {
    top: auto;
    left: 25%;
    bottom: -50px;
  }
}

/* Events title */
.events {
  position: relative;
  padding: 170px 0 200px;
}
@media screen and (max-width: 1680px) {
  .events {
    padding: 85px 0 150px;
  }
}
.events .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1460px) {
  .events .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1364px) {
  .events .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1040px) {
  .events .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.events-title {
  font: 88px "CirceRegular", sans-serif;
  color: #000;
  line-height: 80%;
}
@media screen and (max-width: 1680px) {
  .events-title {
    font-size: 68px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1364px) {
  .events-title {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .events-title {
    padding-right: 30%;
  }
}
@media screen and (max-width: 480px) {
  .events-title {
    padding-right: 0;
  }
}
.events .btn-default {
  width: 120px;
  margin-top: 25px;
  top: auto;
  right: auto;
}
@media screen and (max-width: 1680px) {
  .events .btn-default {
    top: 130px;
  }
}
.events-intro {
  position: relative;
  width: 32.5%;
  padding-right: 75px;
}
@media screen and (max-width: 1680px) {
  .events-intro {
    width: 25%;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1040px) {
  .events-intro {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .events-intro .btn-default {
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .events-intro {
    width: 50%;
  }
  .events-intro .btn-default {
    position: static;
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .events-intro {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.events-item {
  width: 22.5%;
  padding: 0 65px 0 35px;
  border-right: 1px solid #f3f3f3;
}
@media screen and (max-width: 1680px) {
  .events-item {
    width: 25%;
    padding: 0 35px 0 28px;
  }
}
@media screen and (max-width: 1040px) {
  .events-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .events-item {
    width: 50%;
    padding: 0 20px 0 0;
    border: none 0;
  }
}
@media screen and (max-width: 480px) {
  .events-item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
  }
}
.events-item:nth-last-child(3) {
  border-left: none 0;
}
@media screen and (max-width: 480px) {
  .events-item:last-child {
    border-bottom: none 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.events-item .time {
  font: 58px "LoraItalic", sans-serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
@media screen and (max-width: 1680px) {
  .events-item .time {
    font-size: 44px;
  }
}
@media screen and (max-width: 1364px) {
  .events-item .time {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .events-item .time {
    margin-bottom: 15px;
  }
}
.events-item .time span {
  font: 58px "CirceBold", sans-serif;
  color: #3267b0;
}
@media screen and (max-width: 1680px) {
  .events-item .time span {
    font-size: 44px;
  }
}
@media screen and (max-width: 1364px) {
  .events-item .time span {
    font-size: 34px;
  }
}
.events-item p {
  font: 26px "Calibri Light";
  color: #000;
  -webkit-transition: all 0.225s;
  -moz-transition: all 0.225s;
  -ms-transition: all 0.225s;
  -o-transition: all 0.225s;
  transition: all 0.225s;
}
@media screen and (max-width: 1680px) {
  .events-item p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1364px) {
  .events-item p {
    font-size: 18px;
  }
}

.events-item:hover p {
  color: #3267b0;
}
.events .banner {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  height: 159px;
  bottom: -76px;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1364px) {
  .events .banner {
    padding: 0 30px;
    height: 84px;
    bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .events .banner {
    height: 120px;
    bottom: -60px;
    padding: 0 18px;
  }
}
.events .banner-bg {
  height: 159px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1364px) {
  .events .banner-bg {
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .events .banner-bg {
    background-position: top center;
    background-size: 100% 60px;
  }
}
.events .banner-content {
  width: 50%;
  margin-left: 50%;
  background: rgba(68, 91, 96, 0.9);
  height: 159px;
  padding: 30px 0 0 45px;
}
@media screen and (max-width: 1364px) {
  .events .banner-content {
    height: 84px;
    padding: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .events .banner-content {
    width: 100%;
    position: relative;
    margin-left: 0;
    top: 60px;
  }
}
.events .banner h3 {
  font: 40px "CirceBold", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1364px) {
  .events .banner h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .events .banner h3 {
    font-size: 16px;
  }
}
.events .banner p {
  font: 25px "CirceRegular", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1364px) {
  .events .banner p {
    font-size: 14px;
  }
}

/* Library start */
.library {
  position: relative;
  padding: 150px 50px 80px;
  background: #3267b0;
}
@media screen and (max-width: 1364px) {
  .library {
    padding: 100px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .library {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .library {
    padding-bottom: 60px;
  }
  .library .btn-default {
    margin-top: 50px;
  }
  .library .btn-holder {
    margin-top: 70px;
  }
}
.library .container {
  padding: 0 72px;
}
@media screen and (max-width: 1040px) {
  .library .container {
    padding: 0;
  }
}
.library h1 {
  font: 88px "CirceRegular", sans-serif;
  color: #fff;
  margin: 20px 0 60px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .library h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1040px) {
  .library h1 {
    text-align: left;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .library h1 {
    font-size: 58px;
    padding-left: 0;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 480px) {
  .library h1 {
    font-size: 48px;
    text-align: center;
  }
}
.library .slider-books {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 1364px) {
  .library .slider-books {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1040px) {
  .library .slider-books {
    padding: 0;
  }
}
.library .slider-books .slick-arrow {
  position: absolute;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  z-index: 1000;
  outline: none;
  font-size: 0;
  text-indent: 9999px;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 1364px) {
  .library .slider-books .slick-arrow {
    width: 65px;
    height: 65px;
  }
}
.library .slider-books .slick-next {
  right: -85px;
  top: 112px;
  background: url("./images/arr-next-b.png") #3267b0 no-repeat right 31px top
    26px;
}
@media screen and (max-width: 1680px) {
  .library .slider-books .slick-next {
    top: 70px;
  }
}
@media screen and (max-width: 1364px) {
  .library .slider-books .slick-next {
    top: 74px;
    right: -65px;
    background-position: right 21px top 16px;
  }
}
@media screen and (max-width: 1040px) {
  .library .slider-books .slick-next {
    top: -140px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .library .slider-books .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .library .slider-books .slick-next {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 20%;
  }
}
.library .slider-books .slick-prev {
  left: -85px;
  top: 112px;
  background: url("./images/arr-prev-b.png") #3267b0 no-repeat left 31px top
    26px;
}
@media screen and (max-width: 1680px) {
  .library .slider-books .slick-prev {
    top: 70px;
  }
}
@media screen and (max-width: 1364px) {
  .library .slider-books .slick-prev {
    top: 74px;
    left: -65px;
    background-position: left 21px top 16px;
  }
}
@media screen and (max-width: 1040px) {
  .library .slider-books .slick-prev {
    top: -140px;
    right: 160px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .library .slider-books .slick-prev {
    right: 75px;
  }
}
@media screen and (max-width: 767px) {
  .library .slider-books .slick-prev {
    top: auto;
    left: 20%;
    right: auto;
    bottom: -90px;
  }
}
.library .slide-one {
  width: 25%;
  padding: 0 40px;
}
@media screen and (max-width: 1680px) {
  .library .slide-one {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1040px) {
  .library .slide-one {
    padding: 0;
  }
}
.book-item img,
.library .slide-one img {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  height: auto;
  max-width: 231px;
}
@media screen and (max-width: 1680px) {
  .book-item img,
  .library .slide-one img {
    max-width: 156px;
  }
}
.book-item h5,
.library .slide-one h5 {
  font: 21px "CirceBold", sans-serif;
  color: #fff;
  text-align: center;
}
.book-item a h5 span,
.library .slide-one a h5 span {
  border-bottom: 1px solid transparent;
}
.book-item a:hover h5 span,
.library .slide-one a:hover h5 span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.book-item h5 {
  font-size: 28px;
  color: #000;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
@media screen and (max-width: 1680px) {
  .archive-library .book-item h5,
  .library .slide-one h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1040px) {
  .archive-library .book-item h5,
  .library .slide-one h5 {
    padding: 0 25px;
  }
}

/* Inner*/
.inner-main {
  border-bottom: 1px solid #f2f2f2;
}

.inner-container {
  width: 735px;
  font: 22px "CirceRegular", sans-serif;
  line-height: 160%;
  padding: 67px 0 80px;
  margin: 0 auto;
}
.inner-container .blue-block {
  color: #fff;
  background: #3a7bd5;
  padding: 67px 100vw 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 735px;
  box-sizing: content-box;
  margin-bottom: 95px;
}
@media screen and (max-width: 1040px) {
  .inner-container .blue-block,
  .inner-container {
    width: 725px;
  }
}
@media screen and (max-width: 767px) {
  .inner-container .blue-block,
  .inner-container {
    width: 440px;
  }
}
@media screen and (max-width: 480px) {
  .inner-container .blue-block,
  .inner-container {
    width: 280px;
  }
}
.inner-container img {
  position: relative;
  /*max-width: 100vw;*/
  max-width: 150%;
  left: 50%;
  transform: translateX(-50%);
  padding: 36px 0;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .inner-container img {
    max-width: 100%;
  }
}

.inner-container p {
  padding-bottom: 24px;
}
.inner-container h1 {
  font: 58px "CirceBold", sans-serif;
  padding-bottom: 47px;
}
.inner-container h2 {
  font: 40px "CirceRegular", sans-serif;
  padding-bottom: 26px;
}
.inner-container h3 {
  font: 28px "CirceRegular", sans-serif;
  padding-bottom: 18px;
}
.inner-container h4 {
  font: 23px "CirceRegular", sans-serif;
  padding-bottom: 18px;
}
.inner-container .h-center {
  text-align: center;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .inner-container h1 {
    font-size: 44px;
  }
  .inner-container h2 {
    font-size: 35px;
  }
  .inner-container h3 {
    font-size: 25px;
  }
  .inner-container h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .inner-container h1 {
    font-size: 38px;
  }
  .inner-container h2 {
    font-size: 32px;
  }
}
.inner-container blockquote {
  position: relative;
  font: 27px "LoraItalic", sans-serif;
  line-height: 140%;
  padding-left: 30px;
  border-left: 2px solid #3a7bd5;
  margin: 10px 0 30px;
}
@media screen and (max-width: 480px) {
  .inner-container blockquote {
    font-size: 23px;
  }
}

.inner-container ul {
  list-style-type: disc;
  padding-bottom: 20px;
  margin-left: 40px;
}

.inner-container ol {
  list-style-type: decimal;
  padding-bottom: 20px;
  margin-left: 40px;
}

/* programs */

.program .inner-container * {
  color: #fff;
}
.programs-info {
  position: relative;
  width: auto;
  background-color: #4582d7;
  transform: translateY(50%);
}
.programs-info {
  position: relative;
  width: auto;
  background-color: #4582d7;
  transform: translateY(50%);
}
.programs-info ul {
  display: flex;
  width: 100%;
  bottom: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  /*.programs-info ul{*/
  /*-ms-flex-direction: row;*/
  /*flex-direction: column;*/
  /*-ms-flex-wrap: wrap;*/
  /*align-items: center;*/
  /*}*/
}
.programs-info li {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  font: 21px "CirceRegular", sans-serif;
  line-height: 100px;
  color: #fff;
  padding: 0 30px 0 40px;
}

.programs-info li span {
  font: 37px "LoraItalic", sans-serif;
  line-height: 92px;
  padding-left: 15px;
}

.programs-info li.many-span span {
  padding: 0 15px;
}

.programs-info li.many-span span:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1360px) {
  .programs-info li {
    line-height: 75px;
  }
  .programs-info li span {
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .programs-info li {
    font-size: 20px;
    padding: 0 10px;
  }
  .programs-info li span {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .programs-info li {
    /*flex-direction: column;*/
    /*width: 100%;*/
    /*line-height: 40px;*/
    /*text-align: center;*/
    line-height: 50px;
  }

  .programs-info li span {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .programs-info li {
    /*line-height: 56px;*/
    font-size: 18px;
    /*padding: 0;*/
    justify-content: center;
  }
  /*.programs-info li span {*/
  /*line-height: 54px;*/
  /*font-size: 28px;*/
  /*}*/
}
.program-main {
  padding-top: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.program-main h1 {
  text-align: center;
  color: #000;
}
.program-main .inner-container {
  padding: 0;
}

.about-course {
  padding: 98px 0;
}

@media screen and (max-width: 768px) {
  .about-course {
    padding: 148px 0;
  }
}

.teachers {
  background: #fdfdfd;
  padding: 78px 50px 112px;
}
.teachers h1 {
  margin: 0;
}
.teachers .experts-item h5 {
  color: #000;
}
@media screen and (max-width: 1040px) {
  .teachers h1 {
    text-align: left;
  }
  .teachers .slider-books .slick-prev,
  .teachers .slider-books .slick-next {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .teachers h1 {
    text-align: center;
  }
  .teachers .slider-books .slick-prev,
  .teachers .slider-books .slick-next {
    top: auto;
  }
}

@media screen and (max-width: 480px) {
  .teachers .inner-container {
    width: 100%;
  }
}

.program {
  background-color: #3a7bd5;
  padding: 96px 0 125px;
}
.program h1 {
  color: #fff;
}

.requirements {
  padding: 80px 0 70px;
}

.requirements-container {
  width: 703px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .requirements-container {
    width: 100%;
    padding: 0 20px;
  }
}

.requirements-container p {
  text-align: center;
  font: 19px "LoraItalic", sans-serif;
  padding: 42px 0 64px;
}

.requirements-container ul {
  column-count: 2;
}

@media screen and (max-width: 767px) {
  .requirements-container ul {
    column-count: 1;
  }
}

.requirements-container li {
  position: relative;
  font: 19px "CirceRegular", sans-serif;
  line-height: 160%;
  padding: 0 0 67px 67px;
  counter-increment: custom;
}

.requirements-container li:before {
  content: "0" counter(custom) " ";
  position: absolute;
  color: #3a7bd5;
  font: 49px "LoraItalic", sans-serif;
  line-height: 1;
  left: 0;
  top: 0;
}
.zayava {
  text-align: center;
}
.zayava-link {
  display: inline-block;
  margin: 0 auto;
  font: 30px "CirceRegular", sans-serif;
  color: #fff;
  background-color: #3a7bd5;
  padding: 20px 50px;
  border-radius: 5px;
  transition: all 0.3s linear;
  margin-bottom: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .zayava-link {
    font: 22px "CirceRegular", sans-serif;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 60px;
  }
}
.zayava-link:hover {
  box-shadow: 0px 0px 20px 0px rgba(58, 123, 213, 1);
}

/* about */

.experts-line-list .experts-item {
  width: 50%;
}

/* Footer Start */
.footer {
  position: relative;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .footer .container {
    padding: 0 20px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1348px;
}
@media screen and (max-width: 1460px) {
  .footer-nav {
    min-width: 100%;
  }
}
@media screen and (max-width: 1364px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1680px) {
  .footer-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-menu {
  color: #000;
  column-count: 5;
  column-gap: 45px;
}

/*.footer__item {*/
/*width: 20%;*/
/*font: 18px "CirceRegular", sans-serif;*/
/*color: #000;*/
/*padding-right: 45px; }*/
@media screen and (max-width: 1364px) {
  .footer-menu {
    column-count: 4;
  }
}
/*.footer__item {*/
/*width: 25%; } }*/
@media screen and (max-width: 1040px) {
  .footer-menu {
    column-count: 3;
  }
}
/*.footer__item {*/
/*width: 33.33%; }*/
/*.footer__item.order-5 {*/
/*-webkit-box-ordinal-group: 4;*/
/*-ms-flex-order: 3;*/
/*order: 3; }*/
/*.footer__item.order-3 {*/
/*-webkit-box-ordinal-group: 3;*/
/*-ms-flex-order: 2;*/
/*order: 2; }*/
/*.footer__item.order-2 {*/
/*-webkit-box-ordinal-group: 5;*/
/*-ms-flex-order: 4;*/
/*order: 4; }*/
/*.footer__item.order-4 {*/
/*-webkit-box-ordinal-group: 6;*/
/*-ms-flex-order: 5;*/
/*order: 5; } }*/
@media screen and (max-width: 767px) {
  .footer-menu {
    column-count: 2;
  }
}
/*.footer__item {*/
/*width: 50%; }*/
/*.footer__item.order-1 {*/
/*-webkit-box-ordinal-group: 2;*/
/*-ms-flex-order: 1;*/
/*order: 1; }*/
/*.footer__item.order-5 {*/
/*-webkit-box-ordinal-group: 5;*/
/*-ms-flex-order: 4;*/
/*order: 4; }*/
/*.footer__item.order-3 {*/
/*-webkit-box-ordinal-group: 3;*/
/*-ms-flex-order: 2;*/
/*order: 2; }*/
/*.footer__item.order-2 {*/
/*-webkit-box-ordinal-group: 4;*/
/*-ms-flex-order: 3;*/
/*order: 3; }*/
/*.footer__item.order-4 {*/
/*-webkit-box-ordinal-group: 6;*/
/*-ms-flex-order: 5;*/
/*order: 5; } }*/
@media screen and (max-width: 480px) {
  .footer-menu {
    column-count: 1;
  }
}
/*.footer__item {*/
/*width: 100%;*/
/*padding-right: 0; } }*/
.footer-menu > li {
  font: 18px "CirceBold", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.footer-menu .sub-menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-menu .sub-menu > li {
  font: 18px "CirceRegular", sans-serif;
}
.footer-menu a {
  color: #000;
}
.footer-menu a:hover {
  color: #3267b0;
}
.footer-inner {
  margin-top: 100px;
  background: #fdfdfd;
  padding: 40px 0;
}
.footer-inner--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .footer-inner--left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .footer-inner .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    margin-top: 0;
  }
}
.footer .copyright {
  display: inline-block;
  font: 13px "CirceRegular", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 50px;
}
.footer .copyright span {
  display: inline-block;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .copyright br {
    display: none;
  }
}
.footer .intro {
  padding-top: 5px;
  font: 16px "CirceRegular", sans-serif;
  color: #000;
  width: 155px;
}
.footer .intro:hover {
  color: #3267b0;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .footer .intro {
    width: auto;
    margin-top: 30px;
    padding-top: 0;
  }
}
.footer .intro a {
  color: #3267b0;
}
@media screen and (max-width: 1680px) {
  .footer .intro {
    margin-right: 110px;
  }
}
@media screen and (max-width: 1360px) {
  .footer .intro {
    margin-right: 0;
  }
}
.footer .partners {
  display: inline-block;
  background: url("./images/partners.jpg") no-repeat center;
  width: 410px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .footer .partners {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer .partners {
    background: url("./images/partners-mob.jpg") no-repeat center;
    width: 227px;
    height: 318px;
  }
}

.assistive-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* search-page */
.search-form {
  width: 738px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 60px;
}
.search-form input[type="search"] {
  width: 685px;
  height: 68px;
  border: none 0;
  outline: none;
  font: 43px "CirceLight", sans-serif;
  color: #fff;
  background: transparent;
  border-bottom: 2px solid #fff;
}
.search-form input[type="submit"] {
  position: relative;
  width: 40px;
  height: 40px;
  background: url("./images/search-ico.png") no-repeat 0 0;
  color: #fff;
  text-indent: -99999px;
  border: none 0;
  outline: none;
  top: 18px;
}

@media screen and (max-width: 767px) {
  .search-form {
    width: auto;
  }
  .search-form input[type="search"] {
    width: 385px;
  }
}

@media screen and (max-width: 480px) {
  .search-form input[type="search"] {
    width: 255px;
  }
}

.search-result-header {
  height: 74px;
  width: 100%;
  margin-bottom: 34px;
}

.partners-search-result {
  margin-top: -26px;
}

.courses-search-result {
  margin-top: 70px;
}

.search-result-header h2 {
  font: 58px "CirceBold", sans-serif;
  line-height: 74px;
}

.search-result-header .btn-default--blue {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1040px) {
  .search-result-header .btn-default {
    position: absolute;
    margin-top: inherit;
  }
}

@media screen and (max-width: 768px) {
  .search-result-header h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 600px) {
  .search-result-header {
    margin-bottom: 50px;
  }
  .search-result-header .btn-default {
    right: auto;
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .search-result-header h2 {
    font-size: 45px;
    text-align: center;
  }
  .search-result-header .btn-default {
    right: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

/* pagination */
.pagination-wrapper {
  text-align: center;
  padding: 84px 0 60px;
}

ul.page-numbers {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

ul.page-numbers > li {
  display: inline;
}

ul.page-numbers > li > a,
ul.page-numbers > li > span {
  position: relative;
  float: left;
  font-family: "Lora", sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 22px;
  margin: 0 3.5px;
  line-height: 40px;
  width: 42px;
  height: 42px;
}

ul.page-numbers > li > span {
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
}

ul.page-numbers > li > a:hover {
  color: #000;
}

.tour-banner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 270px;
  background-image: url(images/tour-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.tour-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 153, 38, 0.8);
}

.tour-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tour-banner__logo {
  width: 139px;
}

.tour-banner__title {
  margin-left: 18px;
  color: #fff;
  font: 30px/1.2 "CirceBold", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .tour-banner {
    width: 50%;
    height: 100%;
  }
}

@media (max-width: 1400px) {
  .reviews {
    height: 440px;
  }
}

@media (max-width: 1200px) {
  .reviews {
    height: 480px;
  }
  .experts {
    height: 430px;
  }
  .experts .btn-default {
    bottom: -43px;
    top: unset;
    left: 133px;
  }
  .reviews-title a {
    padding-right: 170px;
  }
  .reviews .slick-prev,
  .reviews .slick-next {
    top: -125px;
  }
}

@media (max-width: 1040px) {
  .reviews-title a {
    padding-right: 0px;
  }
  .reviews .slick-prev,
  .reviews .slick-next {
    top: -105px;
  }
  .reviews {
    height: 430px;
  }
  .experts .btn-default {
    top: 141px;
    left: 141px;
  }
}

@media (max-width: 767px) {
}

/* Alex Demch.co 08.12.2020 disclaimer */
.disclaimer {
  font: 15px "CirceRegular", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 50px;
  max-width: 350px;
}
.footer .disclaimer a {
  color: #3267b0;
}
.footer .disclaimer a,
.footer .disclaimer a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .disclaimer {
    max-width: 325px;
  }
}

@media screen and (max-width: 1365px) {
  .disclaimer {
    max-width: 250px;
  }
}

@media screen and (max-width: 1140px) {
  .disclaimer {
    max-width: 18%;
  }
}
@media screen and (max-width: 1090px) {
  .disclaimer {
    max-width: 15%;
  }
}
@media screen and (max-width: 1040px) {
  .disclaimer {
    max-width: 480px;
  }
}
@media screen and (max-width: 1040px) {
  .disclaimer {
    max-width: 480px;
  }
}
@media screen and (max-width: 950px) {
  .disclaimer {
    max-width: 395px;
  }
}
@media screen and (max-width: 740px) {
  .disclaimer {
    max-width: 100%;
    width: auto;
    margin-right: 0;
  }
}

/* Alex Demch.co 17/06/2021 new baner  */
.tour-banner--vykryvachi-koruptsii {
  background-image: url("https://acrec.org.ua/wp-content/themes/acrec_2016/images/main/vykryvachi-koruptsii_1.jpg");
}
/* 
.tour-banner--vykryvachi-koruptsii.bg-1 {
  background-image: url("https://acrec.org.ua/wp-content/themes/acrec_2016/images/main/vykryvachi-koruptsii_1.jpg");
}
.tour-banner--vykryvachi-koruptsii.bg-2 {
  background-image: url("https://acrec.org.ua/wp-content/themes/acrec_2016/images/main/vykryvachi-koruptsii_2.jpg");
} */
.tour-banner--vykryvachi-koruptsii:before {
  background-color: transparent;
}

@media screen and (max-width: 1920px) {
  .tour-banner--vykryvachi-koruptsii {
    min-height: 530px;
  }
}
@media screen and (max-width: 1366px) {
  .tour-banner--vykryvachi-koruptsii {
    min-height: 445px;
  }
}
@media screen and (max-width: 1040px) {
  .tour-banner--vykryvachi-koruptsii {
    min-height: 303px;
  }
}
@media screen and (max-width: 768px) {
  .tour-banner--vykryvachi-koruptsii {
    min-height: 303px;
  }
}

/* Alex Demch.co 17/06/2021 fix slider  */
@media screen and (max-width: 1920px) {
  .experts .btn-default {
    top: 240px;
    left: 0;
  }
}
@media screen and (max-width: 1680px) {
  .experts .btn-default {
    top: 170px;
  }
}

@media screen and (max-width: 1364px) {
  .experts .slick-prev {
    left: unset;
    top: -105px;
    right: 68px;
  }
}
