@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21px;
  padding-top: 80px;
}

input {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a, button {
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button.primary {
  font-size: 16px;
  font-weight: 600;
  background-color: #0b132b;
  border: 2px solid #0b132b;
  border-radius: 6px;
  color: #f4f4f4;
  padding: 11px 24px;
  display: block;
}
button.primary:hover {
  background-color: transparent;
  color: #333;
}
button.primary.center {
  margin: 25px auto 0 auto;
}

button.primary.green-button {
  background-color: #93BD2A;
  border-color: #93BD2A;
}
button.primary.green-button:hover {
  background-color: #fff;
}

a.primary {
  font-size: 16px;
  font-weight: 600;
  background-color: #0b132b;
  border: 2px solid #0b132b;
  border-radius: 6px;
  color: #f4f4f4;
  padding: 11px 24px;
  display: inline-block;
}
a.primary:hover {
  background-color: transparent;
  color: #333;
}
a.primary.center {
  margin: 25px auto 0 auto;
}

.section {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section .container {
  background-color: #fff;
}
.section.grey {
  background-color: #fafafa;
}
.section.grey .container {
  background-color: #fafafa;
}
.z-index-5 {
    z-index: 5;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.container__space {
  padding: 0 20px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .primary.primary-medium {
    font-size: 14px;
  }
}
@media screen and (max-width: 1075px) {
  .navigation-list a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0px 20px;
  }
}
.header-container {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  padding: 10px 0;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-block {
  display: flex;
  align-items: center;
}
.logo-block img {
  height: 50px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}
.logo-block img:hover {
  filter: grayscale(0);
}
.logo-block a:nth-child(2) {
  margin: 0 10px;
}

.logo-block-mobile {
  padding-top: 0;
}
.logo-block-mobile img {
  width: 100%;
}
.logo-block-mobile a {
  width: 50%;
  display: block;
}

.networks-block {
  position: relative;
  z-index: 1;
  background-color: #93BD2A;
  border-radius: 6px;
}
.networks-block__caption {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  color: #fff;
}

.networks {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  background-color: #93BD2A;
  box-sizing: content-box;
  border-radius: 6px;
  overflow: hidden;
}
.networks li {
  width: 40px;
  height: 40px;
}
.networks li.active a, .networks li:hover a {
  background-color: rgb(130.7727272727, 168.1363636364, 37.3636363636);
}
.networks li.active svg, .networks li:hover svg {
  color: #333;
  fill: #333;
}
.networks li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.networks svg {
  transition: all 0.5s ease-in-out;
  height: 18px;
  color: #fff;
  fill: #fff;
}
.networks.is-active {
  height: 120px;
}

.divide {
  width: 48px;
  display: none;
  padding: 10px;
  border-radius: 6px;
  background-color: #f4f4f4;
}
.divide svg {
  height: 25px;
}

.navigation {
  margin-top: 10px;
}

.navigation-list {
  display: flex;
  align-items: center;
  padding: 10px 0 15px 0;
}
.navigation-list li {
  margin-right: 15px;
  position: relative;
  z-index: 5;
}
.navigation-list li a {
  color: #333;
}
.navigation-list li:last-child {
  margin-right: 0;
}
.navigation-list li:hover .sub-block {
  opacity: 1;
  visibility: visible;
}
.navigation-list a {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-image: linear-gradient();
}
.navigation-list a img, .navigation-list a svg {
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 3;
  margin: auto;
}

.sub-block {
  width: 350px;
  height: auto;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fafafa;
  position: absolute;
  left: -175px;
  right: -175px;
  z-index: 5;
  top: 25px;
  margin: auto;
  box-shadow: 0px 4px 42px -12px rgba(0, 0, 0, 0.26);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.sub-navigation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-navigation li {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  margin-bottom: 15px;
}
.sub-navigation li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
.sub-navigation li a {
  color: #333;
  line-height: 26px;
}

/*mobile menu*/
.mobile-menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  transition: opacity 1s ease-in-out;
}
.mobile-menu.is-active {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.mobile-menu.is-active .mobile-menu-navigation {
  right: 0;
}

.background-mobile-menu {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.mobile-menu-navigation {
  width: 450px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s ease-in;
  box-sizing: border-box;
}
.mobile-menu-navigation__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.close-menu {
  width: 30px;
  height: 30px;
  padding: 20px;
  box-sizing: content-box;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.languages {
  display: flex;
  margin-bottom: 25px;
}
.languages li {
  margin-left: 15px;
}
.languages li:first-child {
  margin-left: 0;
}
.languages a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(1, 100, 171, 0.1);
  box-sizing: border-box;
  text-transform: uppercase;
}
.languages svg {
  height: 18px;
  color: #000;
}

.mobile-navigation svg {
  height: 15px;
  color: #333;
}
.mobile-navigation a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 5px 0;
}
.mobile-navigation a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.sub-menu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.sub-menu.is-active {
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
}

.mobile-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*mobile menu end*/
@media screen and (max-width: 992px) {
  .navigation {
    display: none;
  }
  .divide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu-navigation {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .logo-block img {
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .logo-block {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .header {
    align-items: center;
  }
  .logo-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-block a:nth-child(2) {
    margin: 0;
  }
  .logo-block-mobile a {
    width: 75%;
  }
}
.main-section {
  display: flex;
}

.main-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-size: 38px;
  line-height: 48px;
  color: #000;
}
.main-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #93BD2A;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: -1;
  pointer-events: none;
}
.main-title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #93BD2A;
  position: absolute;
  left: -5px;
  bottom: -10px;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.analytics-wrapper {
  padding: 20px;
}

.analytics-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.analytics-item {
  width: calc(50% - 20px);
  margin-bottom: 35px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.analytics-item.analytics-item-small {
  width: calc(25% - 20px);
}
.analytics-item__count {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 10px;
}
.analytics-item__desc {
  text-align: center;
  font-weight: 500;
}
.analytics-item::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(1, 100, 171, 0.1);
  position: absolute;
  top: -45px;
  left: -80px;
  z-index: 1;
  pointer-events: none;
}

.col-element {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
}
.col-element__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-size: 38px;
  line-height: 48px;
  color: #000;
}
.col-element__title a {
  font-size: 38px;
  line-height: 48px;
  color: #000;
  display: block;
}
.col-element__title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #93BD2A;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: -1;
  pointer-events: none;
}
.col-element__title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #93BD2A;
  position: absolute;
  left: -5px;
  bottom: -10px;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.col-element__title:hover::after {
  width: 100%;
}
.col-element.half-pc-mod {
  width: 50%;
}
.col-element.full-pc-mod {
  width: 100%;
}

.single-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
}
.single-item:last-child {
  border-bottom: none;
}
.single-item__image img {
  width: 160px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 6px;
}
.single-item__content {
  padding-left: 15px;
}
.single-item.second-view {
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.item-title a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  height: 64px;
  overflow: hidden;
  margin-bottom: 5px;
}

.item-created {
  display: flex;
  align-items: center;
}
.item-created span {
  font-size: 14px;
  line-height: 14px;
  color: #979292;
}
.item-created svg {
  height: 20px;
  margin-right: 7px;
  color: #979292;
}

.doctor-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.doctor-item__image img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
  border: 2px solid #0164ab;
}
.doctor-item__desc {
  padding-left: 15px;
}

.doctor-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
}

.doctor-desc {
  font-size: 14px;
  color: #979292;
  font-style: italic;
}

.book-section__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 420px;
}
.book-section__ref {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 435px;
  animation: spin_r 10s linear infinite;
}
.book-section__title {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
.book-section__link {
  display: flex;
  justify-content: center;
}

.comments-list {
  /*padding-top: 20px;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  background-color: #fafafa;
}

.comment-item {
  width: calc(33% - 20px);
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.comment-item__name {
  height: 42px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
}
.comment-item__desc {
  height: 97px;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
}
.comment-item__image {
  width: 90%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin: 10px auto;
  display: block;
  border-radius: 8px;
}
.comment-item svg {
  height: 21px;
}

.hide-comment {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  transition: opacity 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
.hide-comment__container {
  max-width: 650px;
  width: 100%;
  max-height: 540px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  font-size: 15px;
  line-height: 23px;
  position: relative;
  z-index: 2;
    overflow-y: scroll;
}
.hide-comment.is-active {
  display: flex;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.comments-link {
  display: flex;
  margin-top: 20px;
}

.partners-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.partner-element {
  height: 275px;
  padding: 20px;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.partner-element img, .partner-element svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projects-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.projects-arrow .slick-arrow {
  background-color: #0b132b;
  border-radius: 4px;
  padding: 10px;
}
.projects-arrow .slick-arrow svg {
  color: #fff;
}
.projects-arrow .slick-arrow:last-child {
  margin-left: 15px;
}

.hot-key {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9;
}
.hot-key button.up {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93BD2A;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.hot-key button.up.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hot-key svg {
  height: 20px;
  color: #fff;
}
.hot-key button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93BD2A;
  border-radius: 50%;
  margin-bottom: 25px;
}
.hot-key button:hover {
  background-color: rgb(114.5454545455, 147.2727272727, 32.7272727273);
}

.ref-align-center {
  align-items: center;
}

.fer-desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.mini-title {
  font-size: 22px;
  line-height: 24px;
  margin: 20px 0;
}

.ref-list li {
  padding-left: 25px;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}
.ref-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0164ab;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

@media screen and (max-width: 1075px) {
  .single-item__image img {
    width: 120px;
  }
  .doctor-item__image img {
    width: 124px;
    height: 124px;
  }
}
@media screen and (max-width: 1020px) {
  .main-section {
    flex-wrap: wrap;
  }
  .half-mobile-mod {
    width: 50%;
    box-sizing: border-box;
  }
  .full-mobile-mod {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  .comments-list {
    flex-direction: column;
  }
  .analytics-item {
    width: 100%;
    height: auto;
  }
  .analytics-item.analytics-item-small {
    width: calc(50% - 20px);
  }
  .comment-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .comment-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-about-us {
    flex-direction: column;
  }
  .analytics-item {
    height: 150px;
  }
  .analytics-item::before {
    width: 150px;
    height: 150px;
    top: -35px;
    left: -60px;
  }
  .analytics-item.analytics-item-small {
    width: 100%;
  }
  .col-element.half-pc-mod {
    width: 100%;
  }
  .main-title {
    font-size: 25px;
    line-height: 29px;
  }
}
@media screen and (max-width: 665px) {
  .half-mobile-mod {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .analytics-item {
    width: 100%;
  }
  .analytics-item:last-child {
    margin-bottom: 0;
  }
    .ref-list li::before {
        bottom: unset;
        top: 10px;
    }
}
@media screen and (max-width: 375px) {
  .col-element {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .col-element__title {
    font-size: 25px;
    line-height: 29px;
  }
  .col-element__title a {
    font-size: 25px;
    line-height: 29px;
  }
  .main-title {
    font-size: 20px;
    line-height: 24px;
  }
  .doctor-item {
    flex-direction: column;
  }
  .doctor-item__desc {
    padding-left: 0;
    padding-top: 15px;
  }
  .doctor-name {
    padding-bottom: 5px;
  }
}
@keyframes spin_r {
  to {
    transform: rotate(360deg);
  }
}
.section-about-us {
  display: flex;
}
.section-about-us-txt {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
}

.img-radius-26 {
  border-radius: 26px;
}

.img-default {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-about-us {
  border-radius: 20px;
  cursor: pointer;
}

.video-pop-up {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-pop-up__container {
  max-width: 1250px;
  width: 100%;
  max-height: 850px;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
.video-pop-up.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}

.demo-video {
  width: 100%;
  height: 100%;
}

.close-main-pop-up-video {
  cursor: pointer;
  width: 20px;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  box-sizing: content-box;
}

.main-video-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
}

button.primary.about-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.primary.about-button svg {
  height: 22px;
  color: #fff;
  fill: #fff;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}
button.primary.about-button:hover svg {
  color: #333;
  fill: #333;
}

.services {
  margin-top: 25px;
}
.services-item {
  width: calc(25% - 20px);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 250px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.services-item::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(1, 100, 171, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.services-item__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0b132b;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.services-item__icon img {
  margin: 0 auto;
}
.services-item:hover {
  transform: scale(1.1);
  box-shadow: unset;
  background-color: #fafafa;
}
.services-item:hover::before {
  width: 200px;
  height: 200px;
}
.services-item:hover .services-item__icon {
  background-color: #0b132b;
}
.services-item:hover .services-item__icon .count-title {
  color: #fff;
}
.services-item__image {
  width: 75%;
  height: 75%;
  display: block;
}
.services-item__title a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #333;
  margin-top: 10px;
  margin-top: 15px;
}

.count-title {
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.services .slick-slide > div {
  padding: 20px;
}

.services-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  padding-right: 20px;
}
.services-arrow .slick-arrow {
  background-color: #0b132b;
  border-radius: 4px;
  padding: 10px;
}
.services-arrow .slick-arrow svg {
  color: #fff;
}
.services-arrow .slick-arrow:last-child {
  margin-left: 15px;
}

.news-block {
  display: flex;
  margin-top: 35px;
}

.news-item {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.news-item__left {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-item__left a {
  display: block;
}
.news-item__left img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 250px;
}
.news-item__right {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: none;
}
.news-item__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #979292;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
}
.news-item__date svg {
  height: 20px;
  margin-right: 5px;
}
.news-item__date span {
  line-height: 20px;
}

.date-group {
  display: flex;
  align-items: center;
}

.news-item-title {
  background-color: rgba(147, 189, 42, 0.8);
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 25px;
}

.news-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  padding-right: 20px;
}
.news-arrow .slick-arrow {
  background-color: #0b132b;
  border-radius: 4px;
  padding: 10px;
}
.news-arrow .slick-arrow svg {
  color: #fff;
}
.news-arrow .slick-arrow:last-child {
  margin-left: 15px;
}

.comment-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.comment-arrow .slick-arrow {
  background-color: #0b132b;
  border-radius: 4px;
  padding: 10px;
}
.comment-arrow .slick-arrow svg {
  color: #fff;
}
.comment-arrow .slick-arrow:last-child {
  margin-left: 15px;
}

.gallery-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  padding-right: 20px;
}
.gallery-arrow .slick-arrow {
  background-color: #0b132b;
  border-radius: 4px;
  padding: 10px;
}
.gallery-arrow .slick-arrow svg {
  color: #fff;
}
.gallery-arrow .slick-arrow:last-child {
  margin-left: 15px;
}

.background-float-1 {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 15%;
  background-image: url("../img/bg-1.svg");
  background-repeat: repeat-x;
  z-index: 0;
  transform: rotate(180deg);
  pointer-events: none;
}

.background-float-2 {
  width: 600px;
  position: absolute;
  bottom: 10%;
  right: 25%;
  height: 25%;
  background-image: url("../img/bg-1.svg");
  background-repeat: repeat;
  z-index: 0;
  transform: rotate(180deg);
  pointer-events: none;
}

.background-float-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: rgba(1, 100, 171, 0.2);
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  filter: blur(300px);
}

.background-float-4 {
  width: 600px;
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 25%;
  background-image: url("../img/bg-3.svg");
  background-repeat: repeat;
  z-index: 0;
  transform: rotate(-90deg);
  pointer-events: none;
}

.background-float-5 {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 10%;
  height: 50%;
  background-image: url("../bg-3.svg");
  background-repeat: repeat;
  z-index: 0;
  pointer-events: none;
}

.background-float-7 {
  width: 30%;
  position: absolute;
  left: 2%;
  bottom: 2%;
  bottom: 0;
  right: 0;
  height: 30%;
  background-image: url("../img/bg-3.svg");
  background-repeat: repeat;
  z-index: 0;
  pointer-events: none;
}

.background-float-6 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 0;
  right: 0;
  height: 21%;
  background-image: url("../img/bg-3.svg");
  background-repeat: repeat;
  z-index: 0;
  pointer-events: none;
}

.background-float-8 {
  width: 800px;
  height: 600px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/blob.svg");
  background-repeat: no-repeat;
}

.background-float-9 {
  width: 800px;
  height: 600px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/blob2.svg");
  background-repeat: no-repeat;
}

.background-float-10 {
  width: 800px;
  height: 600px;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/blob2.svg");
  background-repeat: no-repeat;
}

.comments-list.white {
  background-color: #fff;
}
.comments-list .slick-slide > div {
  padding: 20px;
}

.main-contacts {
  display: flex;
  align-items: center;
}
.main-contacts__left, .main-contacts__right {
  width: 50%;
}
.main-contacts__left {
  padding-right: 25px;
}
.main-contacts__left iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  height: 100%;
}
.main-contacts__right {
  padding-left: 25px;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-box__title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.contact-box:nth-child(2n) .contact-box__info {
  order: 1;
}
.contact-box:nth-child(2n) .contact-box__logo {
  order: 2;
}
.contact-box__logo {
  display: flex;
  align-items: center;
  height: 143px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.contact-box__logo img {
  display: block;
  max-width: 220px;
}
.contact-box__info {
  padding: 25px;
}
.contact-box__info a {
  display: flex;
  align-items: center;
  line-height: 21px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-box__info a:last-child {
  margin-bottom: 0;
}
.contact-box__info a svg {
  height: 21px;
  margin-right: 10px;
}
.contact-box:last-child {
  margin-bottom: 0;
}

.contact-success {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
    background-color: rgba(0,0,0,.6);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.contact-success.is-active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.contact-success__message {
    width: 350px;
    height: 300px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.contact-success__message svg {
    fill: #93BD2A;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 15px auto;
}
.contact-form-pop-up {
  width: 100%;
  height: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.contact-form-pop-up.is-active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.contact-form-pop-up__container {
  max-width: 650px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.contact-form-pop-up__container::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(1, 100, 171, 0.1);
  position: absolute;
  top: -45px;
  left: -80px;
  z-index: 1;
  pointer-events: none;
}
.contact-form-pop-up__container::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(1, 100, 171, 0.1);
  position: absolute;
  right: -45px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.input-box {
  margin-bottom: 25px;
}
.input-box label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.input-box input {
  width: 100%;
  height: 40px;
  display: block;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid rgba(1, 100, 171, 0.1);
  outline: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.input-box input:focus, .input-box input:active {
  outline: none;
}
.input-box input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ddd;
}
.input-box input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ddd;
}
.help-block {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

.course-form-pop-up {
    width: 100%;
    height: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}
.course-form-pop-up.is-active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.course-form-pop-up__container {
    max-width: 650px;
    width: 100%;
    max-height: 550px;
    /*height: 100%;*/
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.course-form-pop-up__container::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(1, 100, 171, 0.1);
    position: absolute;
    top: -45px;
    left: -80px;
    z-index: 1;
    pointer-events: none;
}
.course-form-pop-up__container::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(1, 100, 171, 0.1);
    position: absolute;
    right: -45px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}






.goals-element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(21, 33, 81, 0.04);
  padding: 20px 20px 20px 20px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  border: 1px solid #eef0f4;
}
.goals-element img {
  height: 320px;
}
.goals-element__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.goals-element__description {
  line-height: 27px;
  font-weight: 500;
  padding-left: 50px;
}

.goals-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.goals-item {
  width: calc(24% - 20px);
  background-color: #fff;
  border-radius: 16px;
  margin: 15px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border: 1px solid #eef0f4;
  transition: all 0.5s ease-in-out;
}
.goals-item.big {
  width: calc(31% - 20px);
}
.goals-item:hover {
  transform: scale(1.1);
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
}
.goals-item svg {
  height: 60px;
  fill: #106EB5;
  position: absolute;
  left: 0;
  right: 0;
  top: -72px;
  margin: auto;
}
.goals-item img {
  height: 60px;
  display: block;
  margin: 0 auto;
}
.goals-item__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.goals-item__description {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.bg-mod {
  background-color: #fafafa;
  border-radius: 8px;
}

.grid-elements {
    display: flex;
    flex-wrap: wrap;
}

.old-grid {
    width: calc(33% - 20px);
    margin: 20px 10px;
}

.old-grid.full-size {
    width: 100%;
}

.old-grid img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    border-bottom: 8px solid #93BD2A;
}

img.reset-img-style {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border-bottom: none;
}

.old-grid__title {
    height: 43px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.old-grid__title a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.old-grid__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.old-grid__date svg {
    height: 20px;
}

.old-grid__date span {
    font-size: 14px;
    line-height: 16px;
    color: #565353;
    margin-left: 10px;
}

.projects-sub-points {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.projects-sub-points a {
    margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .goals-element img {
    height: 240px;
  }
  .goals-flex {
    flex-wrap: wrap;
  }
  .goals-item {
    width: calc(48% - 20px);
  }
  .goals-item.big {
    width: calc(48% - 20px);
  }
  .main-contacts {
    flex-direction: column;
  }
  .main-contacts__left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .main-contacts__right {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .old-grid {
      width: calc(50% - 20px);
  }
}

@media screen and (max-width: 765px) {
  .goals-element {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 0;
  }
  .goals-element img {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .goals-element__description {
    padding-left: 0;
    padding-top: 20px;
  }
  .background-float-3 {
    display: none;
  }
  .news-item__right {
    font-size: 15px;
    line-height: 18px;
    height: 190px;
    overflow: hidden;
  }
  .news-item__left img {
    height: 285px;
  }
  .news-item__date a.primary {
    margin: 0 auto;
  }
  .date-group {
    display: none;
  }
  .news-arrow {
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
    .old-grid {
        width: 100%;
    }
    .projects-sub-points {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .projects-sub-points a {
        margin: 10px 0;
    }
}
@media screen and (max-width: 575px) {
  .goals-element {
    flex-direction: column;
    align-items: center;
  }
  .goals-element img {
    order: 2;
    margin-top: 20px;
  }
  .goals-item {
    width: 100%;
  }
  .goals-item.big {
    width: 100%;
  }
  .contact-box {
    flex-direction: column;
  }
  .contact-box__logo {
    margin-bottom: 0;
  }
  .contact-box:nth-child(2n) .contact-box__info {
    order: 2;
  }
  .contact-box:nth-child(2n) .contact-box__logo {
    order: 1;
  }
  .news-item {
    padding: 0;
  }
  .news-item__right {
    height: auto;
  }
}
.section-service-us-txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.services-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-item {
  width: calc(25% - 20px);
  margin: 5px;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.flex-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.space-services-item {
  max-height: 350px;
  height: 100%;
  width: calc(25% - 30px);
  margin: 15px;
}

.skill-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skill-box {
  width: calc(33% - 30px);
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.skill-box__title {
  text-align: center;
  padding: 10px 20px 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(1, 100, 171, 0.7);
  position: relative;
  z-index: 1;
}
.skill-box__items {
  transition: height 0.3s ease-in-out;
  background-color: #fff;
}
.skill-box__items ul {
  height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.skill-box__items li {
  padding-left: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.skill-box__items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #0164ab;
  border-radius: 50%;
}
.skill-box__items.is-active ul {
  height: auto;
  padding: 20px;
}

.skill-button {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border: 2px solid #93BD2A;
  background-color: #93BD2A;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.skill-button:hover {
  background-color: transparent;
  color: #000;
}

.count-caption {
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.region-list li {
  position: relative;
  z-index: 1;
  padding-left: 45px;
  margin-bottom: 25px;
}
.region-list li span {
  width: 35px;
  height: 35px;
  background-color: rgba(1, 100, 171, 0.1);
  border-radius: 50%;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.flex-team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-element {
  width: calc(25% - 40px);
  margin: 20px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
    display: none;
}
.team-element__image img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.team-element__name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 10px 0 10px 0;
}
.team-element__position {
  height: 57px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}
.team-element__desc {
  font-size: 16px;
  line-height: 22px;
}
.team-element.is-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
    display: block;
}

.max-wrap {
  width: 100%;
  max-width: 305px;
}

.team-pop-up {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.team-pop-up.is-active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.team-pop-up__container {
  max-width: 450px;
  width: 100%;
  height: 100%;
  max-height: 450px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
    overflow-y: scroll;
}
.team-pop-up__image {
  margin-bottom: 20px;
}
.team-pop-up__image img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.team-pop-up__description {
  font-size: 15px;
  line-height: 20px;
}
.team-pop-up__close {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.team-pop-up__close svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.custom-caption {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.custom-caption__title {
  font-size: 18px;
  font-weight: 600;
}
.custom-caption::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-color: rgba(1, 100, 171, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  pointer-events: none;
}
.custom-caption svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.chess-user-element {
  display: flex;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.chess-user-element__image {
  order: 1;
}
.chess-user-element__image img {
  width: 320px;
  height: 320px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.chess-user-element__info {
  order: 2;
  padding-left: 40px;
}
.chess-user-element:nth-child(2n) .chess-user-element__image {
  order: 2;
}
.chess-user-element:nth-child(2n) .chess-user-element__info {
  order: 1;
  padding-right: 40px;
  padding-left: 0;
}

.services-gallery-slick .slick-slide {
  padding: 0 20px;
}
.services-gallery-slick .gallery-item {
  margin: 0;
}

.tab-button {
  max-width: 450px;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  border: 1px solid #0b132b;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  color: #333;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.tab-button a {
  color: #333;
}
.tab-button span {
  font-size: 40px;
  line-height: 50px;
  margin-right: 15px;
}
.tab-button img {
  height: 50px;
  margin-right: 15px;
}
.tab-button::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #0b132b;
  position: absolute;
  left: 50px;
  bottom: -31px;
  z-index: 2;
}
.tab-button:last-child::before {
  content: none;
}
.tab-button.is-active {
  background-color: #0b132b;
  color: #fff;
}

.tab-element {
  height: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.tab-element ul li {
  margin-bottom: 15px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.tab-element ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.tab-element .under-list {
  padding-left: 25px;
  margin-bottom: 20px;
}
.tab-element .under-list li {
  margin-bottom: 5px;
}
.tab-element .under-list li::before {
  width: 14px;
  height: 2px;
}
.tab-element.is-active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.collage-wrap {
  position: relative;
  z-index: 1;
  margin: 150px 0 50px 0;
}
.collage-wrap__main {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  border-radius: 16px;
  border: 2px solid #eef0f4;
  box-shadow: 0px 8px 16px 0px rgba(21, 33, 81, 0.4);
}
.collage-wrap__collage {
  border: 2px solid #eef0f4;
  box-shadow: 0px 8px 16px 0px rgba(21, 33, 81, 0.4);
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.collage-wrap__collage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 16px;
}
.collage-wrap__collage-1 {
  width: 325px;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 2;
  margin: auto;
}
.collage-wrap__collage-2 {
  width: 350px;
  height: 200px;
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  margin: auto;
  z-index: 2;
}
.collage-wrap__collage-3 {
  width: 280px;
  height: 160px;
  position: absolute;
  right: 152px;
  top: 40px;
  z-index: 2;
}

.collage-box {
  width: 100%;
  height: 100%;
}
.collage-box__box {
  position: relative;
  z-index: 1;
}

.tooltip-block {
  width: 280px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  border: 1px solid #eef0f4;
  box-shadow: 0px 8px 16px 0px rgba(21, 33, 81, 0.04);
  text-align: center;
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  margin: auto;
}

.tooltip-block.bottom {
  top: unset;
  bottom: -55px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  z-index: 2;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  z-index: 2;
}

.course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.course-element {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  background-color: rgba(1, 100, 171, 0.1);
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.course-element__img {
  width: 200px;
  display: flex;
  align-items: center;
}
.course-element__img img {
  width: 150px;
  height: 150px;
}
.course-element__description {
  width: calc(100% - 200px);
}

.course-element-caption {
  font-weight: 500;
  line-height: 25px;
}

.course-element-more {
  margin-top: 15px;
}

.course-element-desc {
  margin-bottom: 25px;
  font-size: 15px;
}

.course-element-buttons {
  display: flex;
}
.course-element-buttons button:first-child {
  margin-right: 20px;
}

.course-modal {
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
}
.course-modal__container {
  max-width: 750px;
  width: 100%;
  min-height: 400px;
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.course-modal.is-active {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.close-course-modal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  padding: 10px;
  height: 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 1440px) {
  .collage-wrap__collage-3 {
    right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .course-element-buttons {
    flex-direction: column;
  }
  .course-element-buttons button:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1180px) {
  .team-element {
    width: calc(33% - 40px);
  }
  .collage-wrap__collage-1 {
    bottom: 24px;
  }
  .collage-wrap__collage-3 {
    top: 10px;
  }
  .tooltip-block.bottom {
    bottom: unset;
    top: -55px;
  }
  .arrow-down {
    border-bottom: unset;
    border-top: 10px solid #fff;
    top: unset;
    bottom: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .collage-wrap {
    margin: 80px 0 50px 0;
  }
  .collage-wrap__collage-1 {
    width: 280px;
    height: 160px;
    bottom: 25px;
    left: 20px;
  }
  .collage-wrap__collage-2 {
    width: 280px;
    height: 160px;
    top: 20px;
    left: 20px;
    right: unset;
    margin: unset;
  }
  .collage-wrap__collage-3 {
    right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .collage-wrap {
    text-align: center;
    margin-top: 40px;
  }
  .collage-wrap__collage-1 {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    display: block;
  }
  .collage-wrap__collage-2 {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    display: block;
  }
  .collage-wrap__collage-3 {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    display: block;
  }
  .collage-wrap__collage-1, .collage-wrap__collage-2, .collage-wrap__collage-3 {
    max-width: 450px;
    width: 100%;
    margin: 40px auto;
  }
  .tooltip-block {
    height: 52px;
  }
  .tooltip-block.bottom {
    top: -67px;
  }
  .team-element {
    width: calc(50% - 40px);
  }
  .course-element {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .space-services-item {
    width: calc(50% - 30px);
  }
  .services-item__title a {
    font-size: 15px;
  }
  .gallery-item {
    width: calc(50% - 10px);
  }
  .tab-button {
    margin-right: auto;
  }
  .container-bg-done {
      background-image: none!important;
  }
}
@media screen and (max-width: 700px) {
  .chess-user-element {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .chess-user-element__info {
    padding-left: 0;
  }
  .chess-user-element__image img {
    width: 250px;
    height: 250px;
  }
  .chess-user-element:nth-child(2n) .chess-user-element__image {
    order: 1;
  }
  .chess-user-element:nth-child(2n) .chess-user-element__info {
    order: 2;
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .skill-container {
    flex-wrap: wrap;
  }
  .skill-box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .team-element {
    width: 100%;
  }
  .team-element__name {
    height: auto;
  }
  .course-element {
    flex-direction: column;
  }
  .course-element__img, .course-element__description {
    width: 100%;
  }
  .course-element__img img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 475px) {
  .space-services-item {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .gallery-item {
    width: 100%;
  }
}
.news-element__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.news-element__desc {
  display: flex;
  align-items: center;
}

.news-element-img {
  width: 40%;
}
.news-element-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 250px;
  border-radius: 20px;
}

.news-element-txt {
  width: 40%;
  padding: 20px;
}

.news-element-more {
  width: 20%;
}

.news-block-flex {
  flex-wrap: wrap;
}

.news-item-size {
  width: 33%;
}

.news-item-full {
  width: 100%;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
    margin-top: 25px;
}
.pagination li {
  margin-left: 15px;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93BD2A;
  border-radius: 8px;
}
.pagination li a:hover {
  background-color: rgb(98.3181818182, 126.4090909091, 28.0909090909);
}
.pagination li.active a {
  background-color: rgb(98.3181818182, 126.4090909091, 28.0909090909);
}

.news-block-flex .news-item__date {
  justify-content: space-between;
}
.news-block-flex .news-item__date .primary {
  margin: 0;
}

.date-group.always-show {
  width: 50%;
  display: flex;
}

.img-post {
  display: block;
  max-width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 20px;
}

.caption-area {
  display: flex;
  align-items: center;
}
.caption-area__right {
  padding-left: 45px;
}

.content-area {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  margin-top: 25px;
  line-height: 27px;
}
.content-area p {
  margin-bottom: 15px;
}
.content-area img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}
.content-area ul {
  margin: 15px 0;
}
.content-area ul li {
  padding-left: 25px;
  position: relative;
  z-index: 1;
  margin: 3px 0;
}
.content-area ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0164ab;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.created-group {
  display: flex;
  align-items: flex-end;
  color: #979292;
  line-height: 23px;
}
.created-group svg {
  height: 25px;
  margin-right: 10px;
}

.content-section {
  display: flex;
}
.content-section__main {
  width: calc(100% - 350px);
  padding-right: 40px;
}
.content-section__aside {
  width: 350px;
}

@media screen and (max-width: 992px) {
  .news-item-size {
    width: 50%;
  }
  .caption-area {
    flex-direction: column;
  }
  .caption-area img {
    order: 2;
  }
  .caption-area__right {
    order: 1;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .content-section {
    flex-direction: column;
  }
  .content-section__main {
    width: 100%;
    padding-right: 0;
  }
  .content-section__aside {
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 670px) {
  .news-item-size {
    width: 100%;
  }
  .content-area {
    padding: 0;
    border: none;
  }
}
.footer {
  background-color: #fff;
  box-shadow: 0px 3px 23px -8px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 20px 0;
    position: relative;
    z-index: 0;
}

.footer-flex {
  display: flex;
}

.footer-networks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-networks li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.footer-networks li:last-child {
  margin-right: 0;
}
.footer-networks li.active a, .footer-networks li:hover a {
  background-color: black;
}
.footer-networks li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #0b132b;
}
.footer-networks svg {
  transition: all 0.5s ease-in-out;
  height: 18px;
  color: #fff;
  fill: #fff;
}

.footer-col {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
.footer-col img {
  display: block;
  max-width: 220px;
}
.footer-col__title {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px;
}
.footer-col__list li {
  margin-bottom: 10px;
}
.footer-col__list a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.footer-col__line {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-col__line svg {
  color: #fff;
  fill: #fff;
  height: 20px;
  margin-right: 15px;
}
.footer-col__line a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.footer-col__line span {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.footer-svg-box {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.footer-hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}

@media screen and (max-width: 992px) {
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer-col img {
    max-width: 100%;
  }
  .footer-networks {
    display: flex;
  }
}
@media screen and (max-width: 520px) {
  .footer-col {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */