.textblock_module .textblock_module__intro {
  padding: 100px 50px 0;
}
@media screen and (max-width: 800px) {
  .textblock_module .textblock-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.textblock_module .textblock_module__mainlist {
  margin: 0 !important;
}
.textblock_module .textblock_module__main {
  padding: 70px 0;
  margin: 0 !important;
  color: white;
  min-height: unset;
}
@media screen and (max-width: 800px) {
  .textblock_module .textblock_module__main {
    padding: 50px 1.5rem;
  }
}
.textblock_module .textblock_module__main .textblock-content h3, .textblock_module .textblock_module__main .textblock-content p {
  opacity: 0;
  color: white;
  transition: opacity 0.6s ease-in-out;
}
.textblock_module .textblock_module__main .textblock-content p {
  transition-delay: 0.3s;
}
.textblock_module .textblock_module__main:after {
  display: none;
}
.textblock_module .textblock_module__main:nth-child(1) {
  background-color: black;
}
.textblock_module .textblock_module__main:nth-child(2) {
  background-color: #20aeb3;
}
.textblock_module .textblock_module__main:nth-child(3) {
  background-color: #13686b;
}
.textblock_module .textblock_module__main:nth-child(4) {
  background-color: #546c8c;
}
.textblock_module .textblock_module__main .inner-padder {
  padding-left: unset;
  padding-right: 0;
  max-width: 1100px;
  width: calc(100% - 140px);
  margin: 0 auto;
}
.textblock_module .textblock_module__outro {
  padding: 100px 50px 100px;
}

.contactblock_module .contactblock_module-main {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .contactblock_module .contactblock_module-main {
    flex-direction: column;
  }
}
.contactblock_module .contactblock_module-main picture {
  display: block;
  width: 30%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .contactblock_module .contactblock_module-main picture {
    width: 100%;
  }
}
.contactblock_module .contactblock_module-main picture img {
  display: block;
  width: 100%;
  height: auto;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 50px;
  background-color: #ececec;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-header {
  margin-bottom: 30px;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-header h3 {
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-links {
  display: flex;
  flex-direction: column;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-links a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-links a:hover {
  opacity: 0.6;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-links a:nth-child(1) span {
  color: #20aeb3;
  text-decoration: underline;
}
.contactblock_module .contactblock_module-main .contactblock_module-main__contactwrp .contactblock_module-main__contactwrp-links a:nth-child(2) span {
  color: #cd0d49;
  text-decoration: underline;
}

.swiper_coverflow_module .swiper {
  width: calc(100% - 60px);
  max-width: 1600px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0 !important;
}
.swiper_coverflow_module .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.33%;
  height: 100%;
  padding: 30px 45px;
  border-radius: 5px;
  color: white;
  background-color: #20aeb3;
  /*&:nth-child(1n) {
    background-color: #20aeb3;
  }

  &:nth-child(2n) {
    background-color: #13686b;
  }

  &:nth-child(3n) {
    background-color: #1a8b8f;
  }

  &:nth-child(4n) {
    background-color: #546c8c;
  }

  &:nth-child(5n) {
    background-color: #cd0d49;
  }

  &:nth-child(6n) {
    background-color: #000000;
  }
  */
}
.swiper_coverflow_module .swiper-slide h3 {
  color: white;
}
.swiper_coverflow_module .swiper-slide p {
  font-size: 20px;
  color: white;
}
.swiper_coverflow_module .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper_coverflow_module .swiper-coverflow-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin-top: 45px;
}
.swiper_coverflow_module .swiper-coverflow-pagination span {
  background: rgb(205, 13, 73);
  width: 16px;
  height: 16px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.swiper_coverflow_module .swiper-coverflow-pagination span:hover {
  width: 29px;
  opacity: 1;
}
.swiper_coverflow_module .swiper-coverflow-pagination .swiper-pagination-bullet-active {
  width: 29px;
  background: rgba(205, 13, 73, 0.6);
}
.swiper_coverflow_module .swiper-coverflow-pagination .swiper-pagination-bullet-active:hover {
  background: rgb(205, 13, 73) !important;
}

.dropdown_module .dropdown_boxes_wrp {
  transition: all 0.3s ease-in-out;
}
.dropdown_module .dropdown_boxes_wrp.active {
  background-color: #EFEFEF;
}
.dropdown_module .dropdown_boxes_wrp.active .dropdown-element .dropdown-element__label {
  cursor: pointer;
}
.dropdown_module .dropdown_boxes_wrp.active .dropdown-element .dropdown-element__label button {
  transform: translate(0, -25px);
}
.dropdown_module .dropdown_boxes_wrp:nth-child(1) {
  background-color: #efefef;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(1) span {
  color: #636363 !important;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(1) .dropdown-element__content p {
  color: #636363 !important;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(2) {
  background-color: black;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(3) {
  background-color: #20aeb3;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(4) {
  background-color: #13686b;
}
.dropdown_module .dropdown_boxes_wrp:nth-child(5) {
  background-color: #546c8c !important;
}
.dropdown_module .dropdown-element {
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 480px) {
  .dropdown_module .dropdown-element {
    padding: 0 30px;
  }
}
.dropdown_module .dropdown-element:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: grey;
  opacity: 0.47;
}
.dropdown_module .dropdown-element .dropdown-element__label {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 35px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 25px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.dropdown_module .dropdown-element .dropdown-element__label span {
  display: block;
  flex-grow: 1;
  clear: both;
  font-family: effra, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  color: white;
  transition: opacity 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .dropdown_module .dropdown-element .dropdown-element__label span {
    font-size: 24px;
  }
}
.dropdown_module .dropdown-element .dropdown-element__label button {
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(205, 13, 73, 0.7);
  height: 72px;
  width: 72px;
  min-width: 72px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .dropdown_module .dropdown-element .dropdown-element__label button {
    height: 42px;
    width: 42px;
    min-width: 42px;
  }
}
.dropdown_module .dropdown-element .dropdown-element__label button:hover {
  background-color: rgb(205, 13, 73);
}
.dropdown_module .dropdown-element .dropdown-element__label button svg {
  transition: all 200ms linear;
}
.dropdown_module .dropdown-element .dropdown-element__label button.rotate {
  background-color: rgba(205, 13, 73, 0.8);
}
.dropdown_module .dropdown-element .dropdown-element__label button.rotate svg {
  transform: rotate(45deg);
}
.dropdown_module .dropdown-element .dropdown-element__content {
  display: none;
  opacity: 0;
  transition: opacity 500ms;
  max-width: 1100px;
  margin: 0 auto;
}
.dropdown_module .dropdown-element .dropdown-element__content.opened {
  display: block;
  opacity: 1;
  transition: opacity 500ms linear;
}
.dropdown_module .dropdown-element .dropdown-element__content .dropdown-element__inner {
  padding: 10px 0;
}
.dropdown_module .dropdown-element .dropdown-element__content .dropdown-element__inner p {
  color: white;
}

.swiper_postslider_module {
  background-color: rgba(19, 104, 107, 0.8);
  padding: 100px 0;
}
.swiper_postslider_module .swiper_postslider__intro {
  padding: 0 0 50px !important;
}
.swiper_postslider_module .swiper_postslider__intro h2 {
  font-size: 42px !important;
  line-height: 1.2em !important;
  color: white;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .swiper_postslider_module .swiper_postslider__intro h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper_postslider_module .swiper_postslider {
    width: 90%;
  }
}
.swiper_postslider_module .swiper_postslider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 5px;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-header .swiper-slide-icon {
  width: 80px;
  height: auto;
  margin: 0 auto 30px;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-header .swiper-slide-icon picture {
  display: block;
  width: 100%;
  height: auto;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-header .swiper-slide-icon picture img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-header h3 {
  color: white;
  text-align: center;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-textwrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-textwrp h4 {
  font-size: 24px;
  color: white;
}
.swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-textwrp p {
  font-size: 20px;
  line-height: 1.6em;
  color: white;
}
@media screen and (max-width: 480px) {
  .swiper_postslider_module .swiper_postslider .swiper-slide .swiper-slide-textwrp p {
    font-size: 15px;
  }
}
.swiper_postslider_module .swiper_postslider .swiper-slide-active .swiper-slide-textwrp {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.swiper_postslider_module .swiper_postslider .swiper_postslider-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin-top: 45px;
  margin-left: -26px;
}
@media screen and (max-width: 1050px) {
  .swiper_postslider_module .swiper_postslider .swiper_postslider-pagination {
    margin-left: 0;
  }
}
.swiper_postslider_module .swiper_postslider .swiper_postslider-pagination span {
  background: rgb(205, 13, 73);
  width: 16px;
  height: 16px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.swiper_postslider_module .swiper_postslider .swiper_postslider-pagination span:hover {
  width: 29px;
  opacity: 1;
}
.swiper_postslider_module .swiper_postslider .swiper_postslider-pagination .swiper-pagination-bullet-active {
  width: 29px;
  background: rgba(205, 13, 73, 0.6);
}
.swiper_postslider_module .swiper_postslider .swiper_postslider-pagination .swiper-pagination-bullet-active:hover {
  background: rgb(205, 13, 73) !important;
}

@media screen and (max-width: 480px) {
  .text_content_column .text_content_column-header h2, .text_content_column .text_content_column-header p {
    text-align: center;
  }
}
.text_content_column .competences_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .text_content_column .competences_list {
    flex-wrap: wrap;
  }
}
.text_content_column .competences_list .competences_list-item {
  width: 25%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .text_content_column .competences_list .competences_list-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .text_content_column .competences_list .competences_list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.text_content_column .competences_list .competences_list-item .point-ic {
  max-height: 130px;
  width: max-content;
}
.text_content_column .competences_list .competences_list-item .point-ic img {
  display: block;
  width: 100%;
  height: 130px;
}
.text_content_column .competences_list .competences_list-item p {
  font-size: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .text_content_column .competences_list .competences_list-item p {
    text-align: center;
  }
}
.text_content_column .competences_list-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.text_content_column .action-btn {
  text-align: center;
  margin: 85px 0 20px 0;
}

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