@media (max-width: 1199px) {
  .navigation {
    background-color: #F2F2F4;
  }
}

.home-head-container {
  max-width: 830px;
  padding: 0 15px;
  margin: 4.2vw auto 0;
}
@media (max-width: 767px) {
  .home-head-container {
    margin: 10vw auto 0;
  }
}
.home-head-container h1 {
  font-size: calc(31px + 1vw);
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .home-head-container h1 {
    font-size: 34px;
  }
  .home-head-container h1:lang(ru), .home-head-container h1:lang(hy) {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.home-head-container p {
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .home-head-container p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .home-head-container p:lang(ru), .home-head-container p:lang(hy) {
    margin-bottom: 30px;
  }
}

.home-head-form {
  height: 49px;
  max-width: 580px;
  margin: 0 auto;
}
.home-head-form .form-control {
  border-radius: 28px 0 0 28px;
  border-color: #989797;
  border-right: none;
  padding: 0.375rem 1rem;
  letter-spacing: 0.5px;
}
.home-head-form .form-control:focus {
  border-color: #0375ba;
}
@media (max-width: 767px) {
  .home-head-form .form-control:lang(ru)::-moz-placeholder, .home-head-form .form-control:lang(hy)::-moz-placeholder {
    font-size: 12px;
  }
  .home-head-form .form-control:lang(ru)::placeholder, .home-head-form .form-control:lang(hy)::placeholder {
    font-size: 12px;
  }
}
.home-head-form .btn {
  white-space: nowrap;
  border-radius: 0 28px 28px 0;
}
@media (max-width: 767px) {
  .home-head-form .btn {
    padding: 5px 15px;
  }
}

.home-head-img {
  margin-top: calc(-25vw + 195px);
  z-index: -1;
}
@media (max-width: 991px) {
  .home-head-img {
    margin-top: calc(-30vw + 195px);
  }
}
@media (max-width: 575px) {
  .home-head-img {
    margin-top: calc(-20vw + 100px);
  }
}

.home-resume-section-container {
  max-width: 1257px;
  margin: 0 auto;
  padding: 42px 0;
}
@media (max-width: 1499px) {
  .home-resume-section-container {
    max-width: 980px;
    padding: 42px 15px;
  }
}
@media (max-width: 991px) {
  .home-resume-section-container {
    padding: 25px 0 65px;
    flex-direction: column;
    max-width: 570px;
  }
  .home-resume-section-container .p-0-15 {
    width: 100%;
  }
  .home-resume-section-container .p-0-15 img {
    width: 100%;
  }
}
.home-resume-section-container h2 {
  font-size: 34px;
  margin-bottom: 1.9vw;
}
@media (max-width: 575px) {
  .home-resume-section-container h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-resume-section-container h2:lang(ru), .home-resume-section-container h2:lang(hy) {
    font-size: 22px;
  }
}
.home-resume-section-container p {
  line-height: 1.9;
  margin-bottom: 2vw;
}
@media (max-width: 575px) {
  .home-resume-section-container p {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.home-resume-left {
  padding: 0 15px;
  max-width: 550px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .home-resume-left {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .home-resume-left {
    margin-top: 0;
  }
}

.home-resume-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-post {
  max-width: 1360px;
  margin: 0 auto;
  padding: 62px 0 40px;
}
@media (max-width: 991px) {
  .home-post {
    flex-direction: column;
    max-width: 570px;
  }
}

.home-post-right {
  padding: 0 15px;
  max-width: 567px;
}
@media (max-width: 991px) {
  .home-post-right {
    max-width: inherit;
    margin-top: 30px;
  }
}
.home-post-right h2 {
  font-size: 34px;
  margin-bottom: 1.9vw;
}
@media (max-width: 575px) {
  .home-post-right h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-post-right h2:lang(ru), .home-post-right h2:lang(hy) {
    font-size: 22px;
  }
}
.home-post-right p {
  line-height: 1.9;
  margin-bottom: 2vw;
}
@media (max-width: 575px) {
  .home-post-right p {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.home-education {
  padding: 104px 15px 121px;
  max-width: 757px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-education {
    padding: 40px 15px 0;
  }
}
.home-education h2 {
  font-size: 34px;
  margin-bottom: 1.9vw;
}
@media (max-width: 575px) {
  .home-education h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-education h2:lang(ru), .home-education h2:lang(hy) {
    font-size: 22px;
  }
}
.home-education p {
  line-height: 1.9;
  margin-bottom: 2vw;
}
@media (max-width: 575px) {
  .home-education p {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.home-education .btn {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .home-education .btn {
    margin: 2px;
  }
}

.home-education-bg {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.home-articles {
  margin-top: 7.7vw;
  margin-bottom: 7.5vw;
}
@media (max-width: 575px) {
  .home-articles {
    margin-top: 50px;
    margin-bottom: 14vw;
  }
}
.home-articles h2 {
  font-size: 34px;
}
@media (max-width: 575px) {
  .home-articles h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-articles h2:lang(ru), .home-articles h2:lang(hy) {
    font-size: 22px;
  }
}

.home-articles-slider {
  max-width: 1575px;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .home-articles-slider {
    margin: 0 auto 0;
  }
}
.home-articles-slider *:focus {
  outline: none;
}
.home-articles-slider .slick-initialized .slick-slide {
  padding: 25px;
}
@media (max-width: 991px) {
  .home-articles-slider .slick-initialized .slick-slide {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .home-articles-slider .slick-initialized .slick-slide {
    padding: 10px;
  }
}
.home-articles-slider .slick-prev, .home-articles-slider .slick-next {
  top: 44%;
}

.home-articles-slider-container {
  padding: 0 58px;
}
@media (max-width: 991px) {
  .home-articles-slider-container {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .home-articles-slider-container {
    padding: 0 30px;
    max-width: 520px;
    margin: 0 auto;
  }
}

.home-articles-slider-item {
  color: #000000;
  display: block;
  border-radius: 10px;
  transition: all 0.1s;
}
.home-articles-slider-item:hover {
  color: #000000;
  text-decoration: none;
  transform: scale(1.08);
  transition: all 0.18s;
}
.home-articles-slider-item:hover .item-hover {
  box-shadow: 0 3px 6px #B9B9B9;
}
.home-articles-slider-item:hover .read-more {
  text-decoration: underline;
}
.home-articles-slider-item img,
.home-articles-slider-item .item-hover {
  border-radius: 10px;
}
.home-articles-slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .home-articles-slider-item img {
    height: calc(74.3vw - 80px);
    max-height: 294px;
  }
}
.home-articles-slider-item .read-more {
  margin-top: 18px;
}

.home-articles-slider-text {
  background-color: rgba(255, 255, 255, 0.73);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 19px 15px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991px) {
  .home-articles-slider-text {
    padding: 12px 15px;
  }
}
@media (max-width: 575px) {
  .home-articles-slider-text {
    padding: 10px;
  }
}
.home-articles-slider-text h3 {
  font-size: 18px;
  overflow: hidden;
  max-height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 991px) {
  .home-articles-slider-text h3 {
    font-size: 16px;
  }
}
.home-articles-slider-text p {
  overflow: hidden;
  max-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 991px) {
  .home-articles-slider-text p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-articles-slider-text p {
    font-size: 13px;
  }
}

.home-people {
  margin-bottom: 77px;
}
.home-people h2 {
  font-size: 34px;
  padding-top: 1.7vw;
}
@media (max-width: 575px) {
  .home-people h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-people h2:lang(ru), .home-people h2:lang(hy) {
    font-size: 22px;
  }
}

.home-people-slider-container {
  margin-top: 7.4vw;
}
.home-people-slider-container *:focus {
  outline: none;
}
.home-people-slider-container .slick-slide {
  height: 280px;
}
.home-people-slider-container .slick-prev {
  left: 5px;
}
.home-people-slider-container .slick-next {
  right: 5px;
}
.home-people-slider-container .slick-prev, .home-people-slider-container .slick-next {
  background-color: #ffffff;
  border: solid 1px #6c757d;
  width: 35px;
  height: 35px;
}
.home-people-slider-container .slick-prev:before, .home-people-slider-container .slick-next:before {
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin-left: 5px;
}

.home-people-slider-item {
  border-radius: 10px;
  padding: 22px;
  color: #000000;
  width: 344px;
  height: 229px;
  background-color: #ffffff;
  border: solid 1px #C1C1C1;
  display: block;
  transition: all 0.1s;
}
.home-people-slider-item:hover {
  text-decoration: none;
  color: #000000;
  transform: scale(1.14);
  box-shadow: 0 3px 6px #B9B9B9;
  transition: all 0.18s;
}
.home-people-slider-item:hover .read-more {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .home-people-slider-item {
    width: 270px;
  }
}
.home-people-slider-item img {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin-right: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #707070;
}
.home-people-slider-item h4, .home-people-slider-item h5 {
  font-size: 14px;
}
.home-people-slider-item h4 {
  color: #006DB7;
  margin-top: 6px;
  max-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.home-people-slider-item h5 {
  color: #6F6F6F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-people-slider-item p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.home-people-info {
  max-width: 100%;
  min-width: 0;
  flex-grow: 1;
}

.people-slider-bg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .people-slider-bg {
    top: 5px;
    height: 30vw;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 575px) {
  .people-slider-bg {
    top: 0;
    height: 45vw;
  }
}

#success_tic .page-body,
.success-modal .page-body {
  max-width: 300px;
  background-color: #FFFFFF;
  margin: 10% auto;
}

#success_tic .page-body .head,
.success-modal .page-body .head {
  text-align: center;
}

#success_tic .close,
.success-modal .close {
  opacity: 1;
  position: absolute;
  right: 0;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}

#success_tic .checkmark-circle,
.success-modal .checkmark-circle {
  width: 130px;
  height: 130px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkmark-circle .background {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #22c0cb;
  position: absolute;
  left: 0;
}

#success_tic .checkmark-circle .checkmark,
.success-modal .checkmark-circle .checkmark {
  border-radius: 5px;
}

#success_tic.show .checkmark-circle .checkmark.draw:after,
.success-modal.show .checkmark-circle .checkmark.draw:after {
  animation-delay: 300ms;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-fill-mode: forwards;
}

#success_tic.show .checkmark-circle .checkmark:after,
.success-modal.show .checkmark-circle .checkmark:after {
  opacity: 0;
  height: 75px;
  width: 37.5px;
  transform-origin: left top;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 28px;
  top: 70px;
  position: absolute;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
.body-ie a.btn {
  line-height: 39px;
}
.body-ie .home-resume-section {
  background-color: #f2f2f4;
}
.body-ie .wrap {
  display: block;
}
.body-ie .home-people-info {
  width: 220px;
}
