@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Outfit", serif;
  margin: 0;
  padding: 80px 0 0;
  font-size: 14px;
  color: #070423;
}
@media (min-width: 765px) {
  body {
    font-size: 15px;
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #ec1d25;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

img, svg, picture {
  display: block;
}

input, select, textarea, button {
  font-family: "Outfit", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 765px) {
  input, textarea {
    font-size: 14px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.formBlock__button--btn, .languageHome__textblock__btn__link, .whatWeDo__textblock__btn__link, .homeIntro__textblock__contents__btn a {
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 765px) {
  .formBlock__button--btn, .languageHome__textblock__btn__link, .whatWeDo__textblock__btn__link, .homeIntro__textblock__contents__btn a {
    padding: 12px 22px;
  }
}
@media (min-width: 1200px) {
  .formBlock__button--btn, .languageHome__textblock__btn__link, .whatWeDo__textblock__btn__link, .homeIntro__textblock__contents__btn a {
    padding: 14px 24px;
  }
}

.formBlock__button--btn, .languageHome__textblock__btn__link, .whatWeDo__textblock__btn__link, .homeIntro__textblock__contents__btn a {
  background-color: #ec1d25;
}

@media (min-width: 1200px) {
  .formBlock__button--btn:hover, .languageHome__textblock__btn__link:hover, .whatWeDo__textblock__btn__link:hover, .homeIntro__textblock__contents__btn a:hover {
    background-color: #ffd401;
    color: #1018aa;
  }
}

.gallery-page__list__pic__img, .contentBlock__pic__img, .testimonials-gallery__testimonials .testimonialsCard__user__pic__img, .testimonials-gallery__gallery__pic__img, .languageHome .languageHomeBlocks__pic__img, .whatWeDo__list__pic__img, .aboutHome__left__pic__img, .homeIntro__slideshow__pic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.formBlock__container, .contactInfo__container, .gallery-page__container, .chairmanBlock__container, .contentBlock__container, .testimonials-gallery__container, .languageHome__container, .whatWeDo__container, .aboutHome__container, .homeIntro__textblock__container, .innerIntro__container, .footer__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.formBlock, .contactInfo, .gallery-page, .chairmanBlock, .contentBlock, .languageHome, .whatWeDo, .aboutHome, .homeIntro, .innerIntro {
  margin-bottom: 60px;
}
@media (min-width: 765px) {
  .formBlock, .contactInfo, .gallery-page, .chairmanBlock, .contentBlock, .languageHome, .whatWeDo, .aboutHome, .homeIntro, .innerIntro {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .formBlock, .contactInfo, .gallery-page, .chairmanBlock, .contentBlock, .languageHome, .whatWeDo, .aboutHome, .homeIntro, .innerIntro {
    margin-bottom: 100px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header {
    padding-right: 20px;
  }
}
.header__logo {
  background-color: #ffd401;
  padding: 10px 12px;
  margin: 10px 0 10px 10px;
  border-radius: 6px;
}
@media (min-width: 765px) {
  .header__logo {
    margin: 15px 0 15px 15px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin: 0;
    border-radius: 0;
    padding: 15px;
  }
}
.header__logo__img {
  height: 40px;
}
@media (min-width: 765px) {
  .header__logo__img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .header__logo__img {
    height: 60px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    gap: 25px;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    gap: 30px;
  }
}
.header__nav__link {
  position: relative;
  color: #070423;
  transition: color 0.5s;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.header__nav__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #070423;
  transition: width 0.5s;
}
.header__nav__link:hover:before {
  width: 100%;
}
.header__nav__link.active-nav {
  color: #ec1d25;
}
.header__nav__link.active-nav:before {
  width: 100%;
  background-color: #ec1d25;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__call {
  display: none;
  background-color: #070423;
  height: 40px;
  border-radius: 6px;
  padding: 0 20px;
  margin-right: 20px;
}
@media (min-width: 765px) {
  .header__call {
    display: flex;
    align-items: center;
  }
}
.header__call .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.header__call .text {
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .header__call .text {
    font-size: 14px;
  }
}
.header__call .text a {
  color: #ffffff;
  text-decoration: none;
}
.header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #cdaa00;
  width: 80px;
  height: 80px;
  transition: background-color 0.5s;
}
@media (min-width: 765px) {
  .header__contact {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .header__contact {
    width: auto;
    height: auto;
    flex-direction: row;
    padding: 0 20px;
    height: 40px;
    border-radius: 6px;
    background-color: #ec1d25;
  }
}
.header__contact .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .header__contact .icon {
    width: 16px;
    height: 16px;
  }
}
.header__contact .text {
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .header__contact .text {
    font-size: 14px;
    padding: 0 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .header__contact:hover {
    background-color: #cdaa00;
  }
}
.header__lines {
  position: relative;
  background-color: #ec1d25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
@media (min-width: 765px) {
  .header__lines {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .header__lines {
    display: none;
  }
}
.header__lines.nav-opened .header__lines__line {
  opacity: 0;
}
.header__lines.nav-opened .icon {
  opacity: 1;
}
.header__lines__line {
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.5s;
}
.header__lines__line.line-2 {
  margin: 5px 0;
}
.header__lines .icon {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  opacity: 0;
  fill: #ffffff;
  transition: opacity 0.5s;
}

.mobile-nav {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #070423;
  padding-top: 40px;
  overflow-y: auto;
  display: none;
}
@media (min-width: 765px) {
  .mobile-nav {
    top: 90px;
    height: calc(100% - 90px);
  }
}
.mobile-nav__center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.mobile-nav__list__link {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.mobile-nav__list__link.active-nav {
  color: #f6e58d;
}
.mobile-nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  text-align: center;
  padding: 30px 15px 40px;
}
.mobile-nav__bottom__item a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-nav__bottom__link {
  display: flex;
  align-items: center;
  background-color: #1877f2;
  padding: 8px 12px;
  border-radius: 4px;
  color: #ffffff;
}
.mobile-nav__bottom__link .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  margin-right: 12px;
}

.footer {
  position: relative;
  background-color: #070423;
  color: #ffffff;
}
.footer .go-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1;
  padding: 10px;
  background-color: #ec1d25;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .footer .go-to-top:hover {
    background-color: #ffd401;
  }
}
.footer .go-to-top .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.footer__container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 765px) {
  .footer__container {
    max-width: 700px;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1240px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 100px;
  }
}
.footer__info {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 765px) {
  .footer__info {
    max-width: none;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__info {
    padding-bottom: 0;
    width: auto;
    flex: 1;
  }
}
.footer__info__logo {
  background-color: #ffd401;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.footer__info__logo__img {
  width: 120px;
}
.footer__info__text {
  line-height: 1.6;
  padding-bottom: 15px;
}
.footer__info__text a {
  color: #f6e58d;
  text-decoration: underline;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__info__text a:hover {
    color: #ffd401;
  }
}
.footer__info__fb {
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .footer__info__fb:hover {
    background-color: #f6e58d;
  }
}
@media (min-width: 1200px) {
  .footer__info__fb:hover .icon {
    fill: #1018aa;
  }
}
.footer__info__fb .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
.footer__block {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 765px) {
  .footer__block {
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer__block {
    width: auto;
  }
}
.footer__block__title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.footer__quickLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer__quickLinks__link {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media (min-width: 1200px) {
  .footer__quickLinks__link:hover {
    opacity: 1;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact__item {
  display: flex;
  align-items: center;
}
.footer__contact__item .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  margin-right: 15px;
}
.footer__contact__item .text a {
  color: #ffffff;
  text-decoration: none;
}
.footer__last-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  text-align: center;
  padding: 25px 60px;
}
@media (min-width: 765px) {
  .footer__last-row {
    font-size: 13px;
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer__last-row {
    padding: 40px 0;
  }
}
.footer__last-row a {
  color: #f6e58d;
  transition: color 0.5s;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer__last-row a:hover {
    color: #ffd401;
  }
}

.innerIntro {
  background-color: #070423;
  color: #ffffff;
  padding: 40px 0;
}
@media (min-width: 765px) {
  .innerIntro {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    padding: 60px 0;
  }
}
.innerIntro__title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 765px) {
  .innerIntro__title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .innerIntro__title {
    font-size: 44px;
    padding-bottom: 20px;
  }
}
.innerIntro__links {
  display: flex;
  font-size: 13px;
}
.innerIntro__links__inner {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  border-radius: 5px;
}
.innerIntro__links__inner a {
  color: #f6e58d;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .innerIntro__links__inner a:hover {
    color: #ec1d25;
  }
}

.homeIntro {
  position: relative;
  background-color: #070423;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.homeIntro .icon-temple {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 320px;
  height: 320px;
  fill: #ffffff;
  opacity: 0.1;
}
.homeIntro__textblock {
  order: 1;
  padding: 40px 0;
}
@media (min-width: 400px) {
  .homeIntro__textblock {
    padding: 40px 20px;
  }
}
@media (min-width: 765px) {
  .homeIntro__textblock {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
.homeIntro__textblock__container {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .homeIntro__textblock__container {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
}
.homeIntro__textblock__contents {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 800px;
  padding: 25px;
  overflow: hidden;
}
@media (min-width: 765px) {
  .homeIntro__textblock__contents {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textblock__contents {
    max-width: 525px;
    padding: 40px;
  }
}
.homeIntro__textblock__contents h1 {
  font-weight: 600;
  color: #ec1d25;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .homeIntro__textblock__contents h1 {
    font-size: 28px;
  }
}
.homeIntro__textblock__contents h1 span {
  display: block;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .homeIntro__textblock__contents h1 span {
    font-size: 18;
  }
}
.homeIntro__textblock__contents h2 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .homeIntro__textblock__contents h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
.homeIntro__textblock__contents p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 20px;
}
@media (min-width: 765px) {
  .homeIntro__textblock__contents p {
    line-height: 1.6;
  }
}
.homeIntro__textblock__contents .icon-temp {
  position: absolute;
  right: -20px;
  bottom: -25px;
  width: 160px;
  height: 160px;
  fill: #000000;
  opacity: 0.1;
}
@media (min-width: 1200px) {
  .homeIntro__textblock__contents .icon-temp {
    bottom: -35px;
    width: 200px;
    height: 200px;
  }
}
.homeIntro__textblock__contents__btn {
  display: flex;
}
@media (min-width: 1400px) {
  .homeIntro__textblock__contents__btn {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__slideshow {
    width: 70%;
    margin-left: auto;
  }
}
.homeIntro__slideshow .slick-slide > div {
  display: flex;
}
.homeIntro__slideshow__pic {
  height: 320px;
}
@media (min-width: 400px) {
  .homeIntro__slideshow__pic {
    height: 350px;
  }
}
@media (min-width: 500px) {
  .homeIntro__slideshow__pic {
    height: 420px;
  }
}
@media (min-width: 765px) {
  .homeIntro__slideshow__pic {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__slideshow__pic {
    height: calc(100vh - 90px);
  }
}
@media (min-width: 765px) {
  .aboutHome__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 765px) {
  .aboutHome__left {
    position: sticky;
    top: 110px;
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .aboutHome__left {
    padding-right: 40px;
  }
}
.aboutHome__left__pic {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .aboutHome__left__pic {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .aboutHome__left__pic {
    height: 420px;
  }
}
.aboutHome__left__info {
  position: relative;
  background-color: #1018aa;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  border-radius: 20px 0 20px 20px;
  margin: -25px 0 30px 20px;
}
@media (min-width: 500px) {
  .aboutHome__left__info {
    margin: -35px 0 30px 35px;
    padding: 30px 50px;
  }
}
@media (min-width: 765px) {
  .aboutHome__left__info {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .aboutHome__left__info {
    padding: 30px 50px;
    margin: -40px 0 0 50px;
  }
}
.aboutHome__left__info .icon {
  width: 48px;
  height: 48px;
  fill: #ffffff;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .aboutHome__left__info .icon {
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }
}
.aboutHome__left__info__text {
  font-size: 16px;
  flex: 1;
}
@media (min-width: 500px) {
  .aboutHome__left__info__text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .aboutHome__left__info__text {
    font-size: 22px;
  }
}
.aboutHome__left__info__text span {
  display: block;
}
@media (min-width: 765px) {
  .aboutHome__right {
    width: 50%;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .aboutHome__right {
    padding-left: 40px;
  }
}
.aboutHome__right h2 {
  font-size: 28px;
  color: #1018aa;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .aboutHome__right h2 {
    font-size: 36px;
  }
}
.aboutHome__right__text {
  line-height: 1.5;
  font-size: 15px;
  padding-bottom: 30px;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .aboutHome__right__text {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 35px;
  }
}
.aboutHome__right__text a {
  display: inline-block;
  text-decoration: underline;
  color: #070423;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .aboutHome__right__text a:hover {
    color: #ec1d25;
  }
}
.aboutHome__right__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aboutHome__right__list__item {
  display: flex;
  flex-wrap: wrap;
}
.aboutHome__right__list__item .aboutIcon {
  width: 50px;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .aboutHome__right__list__item .aboutIcon {
    width: 60px;
    margin-right: 30px;
  }
}
.aboutHome__right__list__item .aboutIcon__img {
  width: 100%;
}
.aboutHome__right__list__item .aboutRightContent {
  flex: 1;
}
.aboutHome__right__list__item .aboutRightContent__title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .aboutHome__right__list__item .aboutRightContent__title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.aboutHome__right__list__item .aboutRightContent__text {
  line-height: 1.4;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .aboutHome__right__list__item .aboutRightContent__text {
    line-height: 1.6;
  }
}

.whatWeDo {
  position: relative;
}
.whatWeDo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #0f256e;
}
@media (min-width: 1200px) {
  .whatWeDo:before {
    top: 80px;
    height: calc(100% - 160px);
  }
}
.whatWeDo:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 400px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.1;
  display: none;
}
@media (min-width: 1200px) {
  .whatWeDo:after {
    display: block;
  }
}
.whatWeDo__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .whatWeDo__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.whatWeDo__textblock {
  padding: 60px 0;
  color: #ffffff;
}
@media (min-width: 765px) {
  .whatWeDo__textblock {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .whatWeDo__textblock {
    padding: 0 60px 0 0;
    flex: 1;
  }
}
.whatWeDo__textblock__title {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  .whatWeDo__textblock__title {
    font-size: 36px;
  }
}
.whatWeDo__textblock__text {
  line-height: 1.5;
  padding-bottom: 20px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .whatWeDo__textblock__text {
    font-size: 16px;
  }
}
.whatWeDo__textblock__btn {
  display: flex;
}
.whatWeDo__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 765px) {
  .whatWeDo__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .whatWeDo__list {
    grid-template-rows: repeat(6, 1fr);
    width: 620px;
  }
}
.whatWeDo__list__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .whatWeDo__list__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}
@media (min-width: 1200px) {
  .whatWeDo__list__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 4/6;
  }
}
@media (min-width: 1200px) {
  .whatWeDo__list__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .whatWeDo__list__item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/5;
  }
}
@media (min-width: 1200px) {
  .whatWeDo__list__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 5/7;
  }
}
.whatWeDo__list__item__title {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding: 120px 20px 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 765px) {
  .whatWeDo__list__item__title {
    font-size: 24px;
  }
}
.whatWeDo__list__pic {
  height: 300px;
}
@media (min-width: 400px) {
  .whatWeDo__list__pic {
    height: 320px;
  }
}
.languageHome {
  overflow: hidden;
}
.languageHome__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .languageHome__container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .languageHome__textblock {
    flex: 1;
  }
}
.languageHome__textblock__title {
  font-size: 18px;
  color: #0f256e;
  font-family: "Outfit", serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.languageHome__textblock__title-main {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #ec1d25;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .languageHome__textblock__title-main {
    font-size: 36px;
  }
}
.languageHome__textblock__text {
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .languageHome__textblock__text {
    font-size: 16px;
  }
}
.languageHome__textblock__btn {
  display: flex;
}
.languageHome .languageHomeBlocks {
  position: relative;
  order: 1;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .languageHome .languageHomeBlocks {
    order: initial;
    margin: 0;
  }
}
.languageHome .languageHomeBlocks__pic {
  height: 300px;
}
@media (min-width: 500px) {
  .languageHome .languageHomeBlocks__pic {
    height: 350px;
  }
}
.languageHome .languageHomeBlocks__pic--2 {
  margin-top: -100px;
  width: calc(100% - 120px);
  height: 250px;
}
@media (min-width: 500px) {
  .languageHome .languageHomeBlocks__pic--2 {
    width: calc(100% - 150px);
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .languageHome .languageHomeBlocks__pic--2 {
    margin-left: -50px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .languageHome .languageHomeBlocks__pic--2 .languageHomeBlocks__pic__img {
    object-position: center top;
  }
}
.languageHome .languageHomeBlocks__counter {
  background-color: #ec1d25;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  padding: 0 10px;
}
@media (min-width: 500px) {
  .languageHome .languageHomeBlocks__counter {
    width: 145px;
    height: 175px;
  }
}
.languageHome .languageHomeBlocks__counter__num {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .languageHome .languageHomeBlocks__counter__num {
    font-size: 28px;
  }
}
.languageHome .languageHomeBlocks__counter .icon {
  width: 45px;
  height: 45px;
  fill: #ffffff;
  margin: 2px 0;
}
@media (min-width: 500px) {
  .languageHome .languageHomeBlocks__counter .icon {
    width: 55px;
    height: 55px;
  }
}

.testimonials-gallery {
  background-color: #0f256e;
  padding: 60px 0;
}
@media (min-width: 765px) {
  .testimonials-gallery {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-gallery {
    padding: 100px 0;
  }
}
@media (min-width: 765px) {
  .testimonials-gallery__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 765px) {
  .testimonials-gallery__gallery {
    width: 50%;
  }
}
.testimonials-gallery__gallery__slides {
  position: relative;
}
.testimonials-gallery__gallery__slides .slick-slide > div {
  display: flex;
}
.testimonials-gallery__gallery__slides .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 999px;
}
.testimonials-gallery__gallery__slides .slick-dots li button {
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  border-radius: 50%;
  font-size: 3px;
  background-color: #9196f5;
  border: none;
  text-indent: -9999px;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .testimonials-gallery__gallery__slides .slick-dots li button:hover {
    background-color: #ec1d25;
  }
}
.testimonials-gallery__gallery__slides .slick-dots li.slick-active button {
  background-color: #ec1d25;
}
.testimonials-gallery__gallery__pic {
  height: 280px;
}
@media (min-width: 400px) {
  .testimonials-gallery__gallery__pic {
    height: 320px;
  }
}
@media (min-width: 500px) {
  .testimonials-gallery__gallery__pic {
    height: 380px;
  }
}
@media (min-width: 765px) {
  .testimonials-gallery__gallery__pic {
    height: 420px;
  }
}
.testimonials-gallery__testimonials {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media (min-width: 500px) {
  .testimonials-gallery__testimonials {
    padding: 35px 40px;
  }
}
@media (min-width: 765px) {
  .testimonials-gallery__testimonials {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .testimonials-gallery__testimonials {
    padding: 25px 50px;
  }
}
.testimonials-gallery__testimonials__tag {
  font-size: 13px;
  font-weight: 500;
  background-color: #ec1d25;
  padding: 8px 12px;
  color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .testimonials-gallery__testimonials__tag {
    font-size: 14px;
  }
}
.testimonials-gallery__testimonials__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 0 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .testimonials-gallery__testimonials__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.testimonials-gallery__testimonials .testimonialsCard {
  display: none;
}
.testimonials-gallery__testimonials .testimonialsCard__text {
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media (min-width: 1200px) {
  .testimonials-gallery__testimonials .testimonialsCard__text {
    line-height: 1.5;
  }
}
.testimonials-gallery__testimonials .testimonialsCard__user {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .testimonials-gallery__testimonials .testimonialsCard__user {
    padding-top: 25px;
  }
}
.testimonials-gallery__testimonials .testimonialsCard__user__pic {
  width: 65px;
  height: 75px;
  border-radius: 10px;
  overflow: hidden;
}
.testimonials-gallery__testimonials .testimonialsCard__user__data__name {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.testimonials-gallery__testimonials .testimonialsCard__user__data__info {
  font-size: 13px;
  opacity: 0.6;
}

@media (min-width: 765px) {
  .contentBlock__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.contentBlock__left {
  margin-bottom: 20px;
}
@media (min-width: 765px) {
  .contentBlock__left {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0;
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1200px) {
  .contentBlock__left {
    padding-right: 25px;
  }
}
.contentBlock__left__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec1d25;
  padding: 15px 10px;
  color: #ffffff;
}
.contentBlock__left__counter__spin {
  font-size: 28px;
  font-weight: 500;
  width: 90px;
  text-align: center;
}
@media (min-width: 1200px) {
  .contentBlock__left__counter__spin {
    font-size: 36px;
    width: 120px;
  }
}
.contentBlock__left__counter .icon {
  width: 40px;
  height: 40px;
  fill: #ffffff;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .contentBlock__left__counter .icon {
    width: 48px;
    height: 48px;
  }
}
.contentBlock__left__counter .text {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .contentBlock__left__counter .text {
    font-size: 20px;
  }
}
.contentBlock__pic {
  height: 300px;
  margin-bottom: 2px;
}
@media (min-width: 765px) {
  .contentBlock__content {
    width: 50%;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .contentBlock__content {
    padding-left: 25px;
  }
}
.contentBlock__content h3 {
  font-size: 22px;
  color: #ec1d25;
  font-weight: 500;
  padding: 5px 0 10px;
}
@media (min-width: 1200px) {
  .contentBlock__content h3 {
    font-size: 28px;
  }
}
.contentBlock__content p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .contentBlock__content p {
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
.contentBlock__content p:last-child {
  padding-bottom: 0;
}
.contentBlock__content p .color-red {
  color: #ec1d25;
}
.contentBlock__content ul {
  padding: 10px 0 5px;
}
.contentBlock__content ul li {
  list-style: disc;
  margin: 0 0 15px 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .contentBlock__content ul li {
    line-height: 1.6;
  }
}
.contentBlock__content ul li strong {
  font-weight: 500;
}
.contentBlock__content ul li.sub {
  margin-left: 35px;
}
.contentBlock__content ul li.last {
  margin-bottom: 0;
}
.contentBlock__title {
  font-size: 28px;
  color: #1018aa;
  font-weight: 500;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .contentBlock__title {
    font-size: 36px;
  }
}

.chairmanBlock h2 {
  font-size: 28px;
  color: #1018aa;
  font-weight: 500;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .chairmanBlock h2 {
    font-size: 36px;
  }
}
.chairmanBlock__img {
  float: left;
  width: 125px;
  height: auto;
  margin: 0 15px 15px 0;
}
@media (min-width: 400px) {
  .chairmanBlock__img {
    width: 150px;
  }
}
@media (min-width: 765px) {
  .chairmanBlock__img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .chairmanBlock__img {
    width: 200px;
    margin-right: 20px;
  }
}
.chairmanBlock p {
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .chairmanBlock p {
    padding-bottom: 20px;
    line-height: 1.6;
  }
}
.chairmanBlock p:last-child {
  padding-bottom: 0;
}
.chairmanBlock p strong {
  font-weight: 600;
}
.chairmanBlock p.name {
  color: #ec1d25;
  font-size: 20px;
  font-weight: 600;
}

.gallery-page__list {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 765px) {
  .gallery-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .gallery-page__list {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-page__list__item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .gallery-page__list__item:nth-child(10n+3), .gallery-page__list__item:nth-child(10n+6) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 1200px) {
  .gallery-page__list__item:nth-child(10n+3) .gallery-page__list__pic, .gallery-page__list__item:nth-child(10n+6) .gallery-page__list__pic {
    height: 100%;
  }
}
.gallery-page__list__pic {
  height: 120px;
}
@media (min-width: 400px) {
  .gallery-page__list__pic {
    height: 150px;
  }
}
@media (min-width: 500px) {
  .gallery-page__list__pic {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .gallery-page__list__pic {
    height: 240px;
  }
}
.gallery-page__list__pic__img {
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .gallery-page__list__pic__img:hover {
    transform: scale(1.1);
  }
}

.page-contact {
  background-color: #ecf0f1;
}

.contactInfo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 765px) {
  .contactInfo__container {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.contactInfo__block {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 765px) {
  .contactInfo__block {
    max-width: none;
  }
}
@media (min-width: 765px) {
  .contactInfo__block--info {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .contactInfo__block--info {
    padding: 40px 0;
  }
}
.contactInfo__block--info h2 {
  color: #ec1d25;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
}
.contactInfo__block--info p {
  font-size: 16px;
  line-height: 1.6;
}
.contactInfo__block--info p .inline-block {
  display: inline-block;
}
.contactInfo__block--short {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 765px) {
  .contactInfo__block--short {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__block--short {
    width: 300px;
  }
}
.contactInfo__block--short .icon {
  width: 32px;
  height: 32px;
  fill: #ec1d25;
  margin-bottom: 15px;
}
.contactInfo__block--short .text {
  font-size: 18px;
  font-weight: 500;
}
.contactInfo__block--short .text a {
  color: #000000;
  text-decoration: none;
}

.formBlock__inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px 20px;
}
@media (min-width: 500px) {
  .formBlock__inner {
    padding: 40px;
  }
}
@media (min-width: 765px) {
  .formBlock__inner {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .formBlock__inner {
    padding: 60px 120px;
  }
}
.formBlock__title {
  text-align: center;
  color: #1018aa;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 18px;
}
@media (min-width: 765px) {
  .formBlock__title {
    padding-bottom: 24px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .formBlock__title {
    padding-bottom: 30px;
    font-size: 40px;
  }
}
.formBlock .formMessage .status-msg {
  padding: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 30px;
  }
}
.formBlock .formMessage .status-msg.error {
  background-color: #ec1d25;
}
.formBlock .formMessage .status-msg.success {
  background-color: #009432;
}
@media (min-width: 1200px) {
  .formBlock .formMessage .status-msg.success {
    font-size: 20px;
  }
}
.formBlock__form-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 765px) {
  .formBlock__form-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 765px) {
  .formBlock__list {
    width: calc(50% - 10px);
  }
}
.formBlock__list--label {
  font-size: 14px;
  color: #95a5a6;
  display: block;
  padding-bottom: 5px;
}
.formBlock__list--label .required {
  color: #ec1d25;
}
.formBlock__list--input, .formBlock__list--textarea {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #95a5a6;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.5s;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus {
  border-color: #1018aa;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 12px 18px;
}
.formBlock__list.fullCol {
  width: 100%;
}
.formBlock__button {
  display: flex;
}
.formBlock__button.fullCol {
  width: 100%;
}
.formBlock__button--btn {
  border: none;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .formBlock__button--btn {
    font-size: 18px;
  }
}
.mapblock {
  width: 100%;
  height: 350px;
}
@media (min-width: 400px) {
  .mapblock {
    height: 380px;
  }
}
@media (min-width: 500px) {
  .mapblock {
    height: 420px;
  }
}
@media (min-width: 765px) {
  .mapblock {
    height: 480px;
  }
}
@media (min-width: 1020px) {
  .mapblock {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .mapblock {
    height: 580px;
  }
}
.mapblock iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
