*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Mukta", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.page {
  overflow: hidden;
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

/* mukta-300 - latin-ext_latin */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/mukta-v8-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/mukta-v8-latin-ext_latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-regular - latin-ext_latin */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/mukta-v8-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/mukta-v8-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-500 - latin-ext_latin */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/mukta-v8-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/mukta-v8-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-700 - latin-ext_latin */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/mukta-v8-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/mukta-v8-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.footer {
  background: #455a64;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer-content {
    padding: 7rem 0 0 0;
  }
}
.footer-content__texts {
  width: 100%;
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 991px) {
  .footer-content__texts {
    width: calc(45% - 2rem);
    padding: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__texts {
    width: calc(50% - 3.5rem);
  }
}
.footer-content__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .footer-content__head {
    padding: 0 0 5rem 0;
  }
}
.footer-content__logo img {
  max-height: 4.5rem;
}
@media only screen and (min-width: 550px) {
  .footer-content__logo img {
    max-height: 6.8rem;
  }
}
.footer-content__sites {
  display: flex;
  align-items: center;
}
.footer-content__sites a {
  margin: 0 0 0 1rem;
}
.footer-content__sites a img {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.7;
}
.footer-content__sites a:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(3079%) hue-rotate(147deg) brightness(94%) contrast(101%);
}
.footer-content__desc {
  margin: 0 0 4.5rem 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-left: 0.3rem solid #fff;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .footer-content__desc {
    font-size: 1.6rem;
  }
}
.footer-content__desc p {
  margin: 0;
}
.footer-content a.footer-content__address-item {
  text-decoration: none;
}
.footer-content a.footer-content__address-item:hover {
  text-decoration: underline;
}
.footer-content__address-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  word-break: break-all;
}
@media only screen and (min-width: 550px) {
  .footer-content__address-item {
    font-size: 1.6rem;
  }
}
.footer-content__address-item span {
  max-width: calc(100% - 5.2rem);
}
.footer-content__address-item .text-bold {
  color: #009e81;
  font-weight: bold;
}
.footer-content__address-item img {
  margin: 0 1.2rem 0 0;
  max-width: 3.9rem;
}
.footer-content__reference {
  width: 100%;
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 991px) {
  .footer-content__reference {
    width: calc(55% - 2rem);
    padding: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__reference {
    width: calc(50% - 3.5rem);
  }
}
.footer-content__title {
  font-size: 2.6rem;
  line-height: 1.1;
  color: #fff;
  margin: 1.5rem 0 5rem 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .footer-content__title {
    padding: 0 0 0 4.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .footer-content__title {
    text-align: left;
    margin: 1.5rem 0 8rem 0;
  }
}
.footer-content__title strong {
  color: #009e81;
  font-weight: normal;
  font-size: 2.6rem;
}

.copyright {
  border-top: 0.1rem solid #009e81;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-weight: normal;
  width: 100%;
  font-size: 1.4rem;
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright a:hover img {
  filter: none;
}
.copyright img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(3079%) hue-rotate(147deg) brightness(94%) contrast(101%);
  transform: translateY(2px);
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 123rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 143rem;
  }
}

.header {
  position: relative;
  z-index: 105;
  padding: 0;
}
.header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .header .header-main {
    padding: 3rem 0;
  }
}
.header__logo img {
  display: block;
  max-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-height: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    max-height: 5.7rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.2);
    display: none;
  }
}
.header__btn {
  display: none;
  padding: 1.5rem 2.8rem 1.3rem 3.2rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__btn {
    display: flex;
    align-items: center;
  }
}
.header__btn img {
  max-width: 2.7rem;
  margin: 0 1.8rem 0 0;
}
.header__btn:hover {
  background: #455a64;
  color: #fff;
}
.header__btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}

.header-toggle {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1.2rem;
  margin: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0;
  background: #009e81;
}
@media only screen and (min-width: 550px) {
  .header-toggle {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  min-width: 5.3rem;
  display: none;
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.content__intro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.intro__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .intro__image {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__image {
    padding: 8rem 0;
  }
}
.intro__image img {
  max-width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro__image img {
    display: block;
  }
}
.intro__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .intro__content {
    width: 50%;
  }
}
.intro__text {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .intro__text {
    padding: 10rem 0 10rem 3rem;
  }
}
.intro__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 2rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .intro__title {
    margin: 0 0 2rem 0;
    font-size: 3.6rem;
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .intro__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__title {
    font-size: 4.8rem;
  }
}
.intro__title strong {
  font-weight: bold;
}
.intro__description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .intro__description {
    text-align: left;
    margin: 0 0 4rem 0;
    padding: 0 0 0 1.8rem;
    border-left: 0.3rem solid #fff;
  }
}
.intro__actions {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro__actions {
    text-align: left;
  }
}
.intro__btn {
  display: inline-block;
  padding: 1.8rem 3.6rem 1.6rem 3.6rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
}
.intro__btn:hover {
  background: #455a64;
  color: #fff;
}

.reference-slider .slick-dots {
  bottom: 0;
}
.reference-slider .slick-dots li {
  margin: 0;
}
.reference-slider .slick-dots li button:before {
  content: none;
}
.reference-slider .slick-dots li button:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #fff;
  display: block;
}
.reference-slider .slick-dots .slick-active button:after {
  background: #009e81;
}
.reference-slider__item {
  padding: 2.5rem 0 4rem 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .reference-slider__item {
    padding: 4.5rem 0 4rem 4.5rem;
  }
}
.reference-slider__item::before {
  content: "";
  width: 9.5rem;
  height: 8.3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/quote.png) no-repeat center center;
  background-size: contain;
}
.reference-slider__name {
  font-size: 1.6rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .reference-slider__name {
    text-align: left;
  }
}
.reference-slider__name strong {
  color: #009e81;
  font-weight: bold;
}
.reference-slider__text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 2rem 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
  font-style: italic;
}
@media only screen and (min-width: 991px) {
  .reference-slider__text {
    text-align: left;
  }
}
.reference-slider__text p {
  margin: 0;
}

.contact {
  padding: 7rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 9rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact {
    padding: 11rem 0;
  }
}
.contact__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #455a64;
  max-width: 75rem;
  margin: 0 auto 3rem auto;
  padding: 0;
  font-weight: 500;
}
@media only screen and (min-width: 550px) {
  .contact__title {
    letter-spacing: 1px;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__title {
    margin: 0 auto 6rem auto;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .contact__title {
    margin: 0 auto 6rem auto;
    font-size: 4.6rem;
  }
}
.contact__title strong {
  color: #009e81;
  font-weight: bold;
}

.wpcf7-form {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}

.form-submit {
  width: 100%;
  text-align: center;
  padding: 2.5rem 0 0 0;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item-label {
  color: #455a64;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1.9rem;
}

.wpcf7-list-item {
  margin: 0;
  color: #8c8b89;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  min-height: 2rem;
  line-height: 2.2rem;
  outline: none;
  max-width: 100%;
  font-style: italic;
}

.wpcf7-spinner {
  display: block;
  margin: 13px auto;
}

.wpcf7-field-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.contact-form-p {
  margin: 0 0 0 0.7rem !important;
}

.wpcf7-list-item > label {
  margin: 0;
  display: block;
  color: #8c8b89;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  min-height: 2rem;
  line-height: 2.2rem;
  outline: none;
  max-width: 100%;
  font-style: italic;
}
.wpcf7-list-item > label input {
  display: none;
}
.wpcf7-list-item > label input:checked + span:after {
  opacity: 1;
  background-color: #009e81;
  border-color: #009e81;
  display: block;
}
.wpcf7-list-item > label span {
  display: inline-block;
  width: calc(100% - 35px);
}
.wpcf7-list-item > label span:before {
  top: 0;
  border: 0.1rem solid #455a64;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background: #fff;
}
.wpcf7-list-item > label span:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-field-groups .wpcf7-field-group:last-of-type .wpcf7-field-group-add {
  display: block;
}

.wpcf7-field-group > p {
  margin: auto;
  width: 100%;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

.wpcf7-field-group-remove {
  position: absolute;
  right: -5px;
  top: 15px;
  background: url(../images/recycle-bin.svg) no-repeat center center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1rem;
}

.codedropz-upload-inner {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #455a64;
  padding: 0;
  font-weight: lighter;
  letter-spacing: 0.5px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #455a64;
}

.dnd-upload-counter {
  display: none;
}

.codedropz-upload-inner > div {
  display: none;
}

.codedropz-upload-inner > span {
  display: none;
}

.codedropz-btn-wrap {
  display: block !important;
}

.codedropz-upload-container {
  padding: 2rem !important;
}

.wpcf7-response-output {
  position: absolute;
  bottom: 3rem;
  text-align: center;
  width: 100%;
  max-width: 87rem;
  color: #455a64;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 0.5rem !important;
  margin: auto 0 !important;
}

.wpcf7 {
  position: relative;
}

.contact-form {
  max-width: 87rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.contact-form__succes {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #009e81;
  font-weight: bold;
  padding: 2rem 0 2.5rem 0;
}
.contact-form__data {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
  margin: 0 -0.8rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-form__data {
    padding: 7rem 10rem 6rem 10rem;
  }
}
.contact-form__data .form-divider {
  position: relative;
  margin: 3rem 0 4rem 0;
  width: 100%;
}
.contact-form__data .form-divider::before {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: calc(100% - 0.8rem);
  height: 0.2rem;
  background: #e5f5f2;
}
.contact-form__data .form-divider span {
  color: #455a64;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1.8rem 0 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
}
.contact-form__data .form-actions {
  text-align: center;
}
.contact-form__data .form-add-link {
  border: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  color: #455a64;
  padding: 1rem 3rem 1rem;
  margin: 0 auto;
  background: url(../images/plus.png) no-repeat left;
  display: none;
}
.contact-form__data .form-add-link:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(3079%) hue-rotate(147deg) brightness(94%) contrast(101%);
}
.contact-form__data .form-add-link:hover span {
  color: #009e81;
  opacity: 1;
}
.contact-form__data .form-add-link img {
  margin: 0 1rem 0 0;
}
.contact-form__data .form-add-link span {
  opacity: 0.7;
}
.contact-form__data .form-upload {
  width: 100%;
}
.contact-form__data .form-upload__lbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #455a64;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.contact-form__data .form-upload__zone {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E5F3F1FF' stroke-width='8' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 2.8rem 1.5rem;
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
  color: #8c979c;
  cursor: pointer;
}
.contact-form__data .form-upload__zone:hover {
  color: #009e81;
  text-decoration: underline;
}
.contact-form__data .form-upload #form-gallery-upload {
  display: none;
}
.contact-form__data .form-field {
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.8rem;
}
.contact-form__data .form-field--wo-label {
  align-items: flex-end;
}
.contact-form__data .form-field--date {
  position: relative;
}
.contact-form__data .form-field--date::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/calendar.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 1.6rem;
  left: 2.2rem;
  pointer-events: none;
  z-index: 10;
}
.contact-form__data .form-field--date .form-field__inp {
  padding-left: 4.6rem;
}
@media only screen and (min-width: 550px) {
  .contact-form__data .form-field {
    width: calc(50% - 0.8rem);
  }
}
.contact-form__data .form-field__lbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #455a64;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.contact-form__data .form-field__inp {
  border: 0.1rem solid #e5f5f2;
  background: #e5f5f2;
  border-radius: 0;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
}
.contact-form__data .form-field__inp::placeholder {
  font-style: italic;
  color: #455a64;
}
.contact-form__data .form-field__textarea {
  border: 0.1rem solid #e5f5f2;
  background: #e5f5f2;
  border-radius: 0;
  outline: none !important;
  padding: 1rem 1.5rem;
  height: 12rem;
  resize: none;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
}
.contact-form__data .form-field__textarea::placeholder {
  font-style: italic;
  color: #455a64;
}
.contact-form__data .form-field__select {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
}
.contact-form__data .form-field__select::placeholder {
  font-style: italic;
  color: #455a64;
}
.contact-form .form-agreement {
  width: 100%;
  text-align: center;
  padding: 4rem 0 1rem 0;
}
.contact-form .form-agreement .form-field {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  border-radius: 0;
  overflow: unset;
}
.contact-form .form-agreement .form-field__checkbox {
  margin: 0;
  display: block;
  color: #8c8b89;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  min-height: 2rem;
  line-height: 2.2rem;
  outline: none;
  max-width: 100%;
  font-style: italic;
}
.contact-form .form-agreement .form-field__checkbox:hover {
  text-decoration: none;
}
.contact-form .form-agreement .form-field__checkbox a {
  color: inherit;
}
.contact-form .form-agreement .form-field__checkbox a:hover {
  color: #000;
}
.contact-form .form-agreement .form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #009e81;
  border-color: #009e81;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #009e81;
  border-color: #009e81;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background: #009e81;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.contact-form .form-agreement .form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #009e81;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #fff;
}
.contact-form .form-agreement .form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form .form-checklists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 1.5rem 0 3rem 0;
}
.contact-form .form-checklists .form-field {
  border-radius: 0;
  overflow: unset;
}
.contact-form .form-checklists .form-field--checkbox {
  width: auto;
  margin: 1rem 1.5rem 1rem 1.5rem;
}
.contact-form .form-checklists .form-field__checkbox {
  margin: 0;
  display: block;
  color: #455a64;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 2.6rem;
  cursor: pointer;
  min-height: 1.6rem;
  line-height: 1.9rem;
  outline: none;
  max-width: 100%;
}
.contact-form .form-checklists .form-field__checkbox:hover {
  text-decoration: underline;
}
.contact-form .form-checklists .form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #009e81;
  border-color: #009e81;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #009e81;
  border-color: #009e81;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background: #009e81;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.contact-form .form-checklists .form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #455a64;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background: #fff;
}
.contact-form .form-checklists .form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form .form-submit {
  width: 100%;
  text-align: center;
  padding: 4.5rem 0 0 0;
}
.contact-form .form-submit__btn {
  display: inline-block;
  padding: 1.7rem 5rem;
  border: 0.1rem solid #009e81;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
  font-family: "Mukta", sans-serif;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-submit__btn {
    font-size: 1.6rem;
  }
}
.contact-form .form-submit__btn:hover {
  border-color: #455a64;
  background: #455a64;
  color: #fff;
}

.services {
  padding: 4rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .services {
    padding: 8.5rem 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .services {
    padding: 8.5rem 0 7rem 0;
  }
}
.services__title {
  color: #455a64;
  font-size: 3rem;
  margin: 0 0 3rem 0;
  font-weight: bold;
  padding: 0;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .services__title {
    font-size: 4rem;
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .services__title {
    font-size: 5rem;
    margin: 0 0 8rem 0;
  }
}

.services-list {
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.services-list__item {
  width: 100%;
  padding: 0 1.2rem;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 550px) {
  .services-list__item {
    width: 50%;
    margin: 0 0 2.4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .services-list__item {
    width: 25%;
  }
}

.services-card {
  display: block;
  min-height: 100%;
  text-decoration: none;
  border-bottom: 0.7rem solid #fff;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 1rem rgba(69, 90, 100, 0.2);
  padding: 2.5rem;
  color: #455a64;
  font-size: 1.6rem;
}
.services-card:hover {
  border-bottom: 0.7rem solid #009e81;
}
.services-card:hover .services-card__link {
  color: #009e81;
}
.services-card:hover .services-card__link img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(3079%) hue-rotate(147deg) brightness(94%) contrast(101%);
}
.services-card__image {
  background: url(../images/step-background.png) no-repeat center center;
  background-size: contain;
  min-height: 15.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.5rem 0;
}
.services-card__image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  transform: translate(4px, 2px);
}
.services-card__title {
  margin: 0 0 2rem 0;
  color: inherit;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media only screen and (min-width: 1200px) {
  .services-card__title {
    font-size: 2.8rem;
  }
}
.services-card__text {
  margin: 0 0 2rem 0;
  color: inherit;
  font-weight: normal;
  line-height: 1.2;
}
.services-card__link {
  color: inherit;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-card__link img {
  margin: 0 0 0 1rem;
}

.section__steps {
  background: url(../images/mah.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.section__steps::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: #fff;
  z-index: 1;
}

.section__content p {
  font-size: 2rem;
  line-height: 2.5rem;
}
.section__content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.section__content h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.section__content ul, .section__content ol {
  font-size: 2rem;
  line-height: 2.5rem;
}

.steps {
  position: relative;
  z-index: 2;
}

.steps-slider-2 {
  box-shadow: 0 0 1rem rgba(69, 90, 100, 0.2);
}

.steps-slider__item {
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .steps-slider__item {
    padding: 1rem;
  }
}
.steps-slider__controls {
  font-size: 0;
  z-index: 3;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .steps-slider__controls {
    position: absolute;
    top: 16rem;
    right: 0;
  }
}
.steps-slider__btn {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  border: none;
  background: #9fabaf;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .steps-slider__btn {
    width: 8rem;
    height: 8rem;
  }
}
.steps-slider__btn:hover {
  background: #455a64;
}
.steps-slider__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
@media only screen and (min-width: 991px) {
  .steps-slider__btn img {
    max-width: 100%;
  }
}
.steps-slider__btn--prev {
  margin: 0 1.4rem 0 0;
}
.steps-slider__btn--prev img {
  transform: translate(-50%, -50%) rotate(180deg);
}

.step-card__header {
  padding: 2rem 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .step-card__header {
    max-width: calc(100% - 145px);
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .step-card__header {
    max-width: 70rem;
    padding: 9rem 0;
  }
}
.step-card__title {
  padding: 0;
  margin: 0 0 3rem 0;
  color: #455a64;
  font-weight: bold;
  line-height: 1.1;
  font-size: 3.6rem;
}
@media only screen and (min-width: 991px) {
  .step-card__title {
    font-size: 4.8rem;
  }
}
.step-card__text {
  border-left: 0.3rem solid #455a64;
  padding: 0 0 0 1.5rem;
  margin: 0;
  color: #455a64;
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.6rem;
}
.step-card__body {
  padding: 2rem;
  display: flex;
  column-gap: 2rem;
  background: #fff;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .step-card__body {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .step-card__body {
    padding: 5rem 3rem;
    column-gap: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .step-card__body {
    column-gap: 5.5rem;
  }
}
.step-card__left {
  flex: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .step-card__left {
    min-height: 10rem;
  }
}
.step-card__right {
  flex: 50%;
  background: #e5f5f2;
  color: #455a64;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .step-card__right {
    padding: 1.5rem 2.5rem 2.5rem 1rem;
  }
}
@media only screen and (min-width: 991px) {
  .step-card__right {
    padding: 1.5rem 3rem 4.5rem 3rem;
  }
}
.step-card__caption {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #455a64;
  line-height: 1;
  font-weight: bold;
  font-size: 2.6rem;
}
@media only screen and (min-width: 991px) {
  .step-card__caption {
    margin: 0 0 4rem 0;
  }
}
.step-card__caption-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #455a64;
  line-height: 1;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .step-card__caption-ico {
    font-size: 4rem;
    width: 15.4rem;
    height: 15.4rem;
    background: url(../images/step-background.png) no-repeat center center;
    background-size: contain;
    margin: 0 3.5rem 0 0;
  }
}
.step-card__desc {
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 1.8rem;
  border-left: 0.3rem solid #455a64;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .step-card__desc {
    margin: 0 0 4.5rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .step-card__actions {
    padding: 0 0 0 1.5rem;
  }
}
.step-card__btn {
  display: inline-block;
  padding: 1.8rem 4.5rem 1.6rem 4.5rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
}
.step-card__btn:hover {
  background: #455a64;
  color: #fff;
}

.odhad {
  max-width: 70rem;
  margin: 0 auto;
  padding: 7rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .odhad {
    padding: 9rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .odhad {
    padding: 11rem 0;
  }
}
.odhad__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #455a64;
  max-width: 75rem;
  margin: 0 auto 3rem auto;
  padding: 0;
  font-weight: 500;
}
@media only screen and (min-width: 550px) {
  .odhad__title {
    letter-spacing: 1px;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .odhad__title {
    margin: 0 auto 6rem auto;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .odhad__title {
    margin: 0 auto 6rem auto;
    font-size: 4.6rem;
  }
}
.odhad__text {
  margin: 0 0 2.5rem 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #455a64;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .odhad__text {
    margin: 0 0 4.5rem 0;
  }
}
.odhad__action {
  text-align: center;
}
.odhad__btn {
  display: inline-block;
  padding: 1.8rem 4.5rem 1.6rem 4.5rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
}
.odhad__btn:hover {
  background: #455a64;
  color: #fff;
}

.help {
  margin: 0 auto;
  max-width: 84rem;
  padding: 4rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .help {
    padding: 8.5rem 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .help {
    padding: 8.5rem 0 7rem 0;
  }
}
.help__title {
  color: #455a64;
  font-size: 3rem;
  margin: 0 auto 3rem auto;
  font-weight: bold;
  padding: 0;
  text-align: center;
  line-height: 1.1;
  max-width: 74rem;
}
@media only screen and (min-width: 768px) {
  .help__title {
    font-size: 4rem;
    margin: 0 auto 6rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .help__title {
    font-size: 5rem;
    margin: 0 auto 8rem auto;
  }
}

.help-list {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .help-list {
    margin: 0 0 8rem 0;
  }
}
.help-list__item {
  padding: 0 0 2rem 0;
  position: relative;
}
.help-list__action {
  text-align: center;
}
.help-list__btn {
  display: inline-block;
  padding: 1.8rem 4.5rem 1.6rem 4.5rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.3s;
}
.help-list__btn:hover {
  background: #455a64;
  color: #fff;
}

.help-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.help-item__icon {
  width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-item__text {
  width: calc(100% - 1.4rem);
  padding: 0 0 0 4rem;
  color: #455a64;
  font-size: 1.6rem;
  line-height: 1.3;
}
.help-item__text p {
  margin: 0;
}

.filter-consulting-square {
  filter: invert(36%) sepia(94%) saturate(1729%) hue-rotate(144deg) brightness(92%) contrast(101%);
}

.content__404-page {
  padding: 5rem 0 4rem 0;
}

.page-404_title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-size: 3.4rem;
  margin: 0 0 3.5rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .page-404_title {
    font-size: 5rem;
    margin: 0 0 4.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .page-404_title {
    font-size: 7rem;
    margin: 0 0 4.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-404_title {
    font-size: 9rem;
    margin: 0 0 6.5rem 0;
  }
}

.page-404_text {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 82rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .page-404_text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-404_text {
    font-size: 2.4rem;
    padding: 5rem 0 1rem 0;
  }
}

.page-404-link {
  text-decoration: none;
  font-weight: 900;
}

.contact-form-personal-agreed {
  font-size: 1.6rem;
  margin: 1rem auto 0;
  color: #455a64;
}
.contact-form-personal-agreed__href {
  color: #455a64;
}
.contact-form-personal-agreed__href:hover {
  color: #009e81;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.disable-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.color-red {
  color: #ff194f !important;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .navigation {
    padding: 0 2rem 0 0;
    display: flex;
    align-items: center;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .navigation > li {
    display: inline-block;
  }
}
.navigation > li > a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #455a64;
  padding: 1.4rem 1.3rem;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .navigation > li > a {
    font-size: 1.6rem;
    padding: 1rem 2.3rem;
  }
}
.navigation > li > a:hover {
  text-decoration: none;
  color: #009e81;
}
.navigation > li.selected a {
  font-weight: bold;
  color: #455a64;
}
@media only screen and (min-width: 991px) {
  .navigation > li.selected a:after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: 0.3rem;
    background: #455a64;
  }
}
@media only screen and (min-width: 991px) and (min-width: 1200px) {
  .navigation > li.selected a:after {
    width: calc(100% - 4rem);
  }
}
.navigation > li.has-child > a {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child > a {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.navigation > li.has-child > a:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 47%;
  right: 1rem;
}
.navigation > li.has-child > a span {
  pointer-events: none;
}
.navigation > li.has-child ul {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child ul {
    position: absolute;
    top: 150%;
    left: -1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0.5rem 0;
    height: auto;
    min-width: 200px;
    border-radius: 0;
  }
}
.navigation > li.has-child ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.navigation > li.has-child ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child ul li a {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.3rem;
  }
}
.navigation > li.has-child ul li a:before, .navigation > li.has-child ul li a:after {
  content: none;
  display: none;
}
.navigation > li.has-child ul li a:hover {
  background: none;
  color: #455a64;
}
.navigation > li.open ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
  display: block !important;
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.open ul {
    top: 100%;
  }
}
.navigation > li.open a:before {
  transform: translateY(-50%) rotate(90deg);
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile ul,
.header-mobile div {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__header {
  height: 6rem;
  background: #455a64;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__header {
    height: 8rem;
  }
}
.header-mobile__back {
  position: fixed;
  top: 1.7rem;
  left: 1rem;
  z-index: 9999;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-mobile__back {
    top: 2.7rem;
    left: 1.5rem;
  }
}
.header-mobile__back img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  width: 2.2rem;
  height: 2.2rem;
}
.header-mobile__back span {
  margin: 0 0 0 1rem;
}
.header-mobile__back.visible {
  display: flex;
  align-items: center;
}
.header-mobile__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
.header-mobile__close span {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close span {
    margin: 0 2rem 0 0;
  }
}
.header-mobile__close img {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close img {
    width: 3rem;
    height: 3rem;
  }
}
.header-mobile__content {
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
    padding: 6rem 6rem 4rem 6rem;
  }
}
.header-mobile__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.header-mobile__nav ul li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav ul li:first-child > a {
  border-top: none;
}
.header-mobile__nav ul li a {
  color: #000;
  text-decoration: none;
  border-top: 1px solid #f1f1f1;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul li a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__nav ul li.selected > a {
  color: #455a64;
}
.header-mobile__nav ul li.has-child > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
}
.header-mobile__nav ul li.has-child ul {
  position: fixed;
  top: 6rem;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  transition: 0.3s;
}
.header-mobile__nav ul li.has-child.open > ul {
  right: 0;
}
.header-mobile__open {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__soc-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__soc-icons a {
  display: inline-block;
  margin: 0 0 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header-mobile__soc-icons a {
    margin: 0 0 0 2rem;
  }
}
.header-mobile__soc-icons a img {
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.7;
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(3079%) hue-rotate(147deg) brightness(94%) contrast(101%);
}
.header-mobile__soc-icons a:hover img {
  opacity: 1;
}
.header-mobile__btn {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem 1.3rem 2rem;
  background: #009e81;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Mukta", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 550px) {
  .header-mobile__btn {
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.6rem 2rem 1.6rem 2rem;
  }
}
.header-mobile__btn img {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 1.5rem 0 0;
}
.header-mobile__btn:hover {
  background: #455a64;
}

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