.map {
  display: flex;
  flex-direction: column;
  position: relative;
}
.map__wrapper {
  height: 460px;
  background-color: rgba(5, 62, 94, 0.6);
}
.map__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 460px;
  background-color: rgba(5, 62, 94, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.map__content .contacts__success {
  background-color: #ffffff;
  box-shadow: 0 2px 40px 0 rgba(5, 62, 94, 0.08);
  padding: 119px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #053e5e;
}
.map__content .contacts__success__check {
  display: block;
  width: 70px;
  height: 70px;
}
.map__content .contacts__success__title {
  padding: 14px 0 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
}
.map__content .contacts__success__description {
  font-family: "Lato-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  max-width: 301px;
}
.map__content__contacts {
  display: none;
  flex-direction: column;
  width: 301px;
  height: 234px;
  padding: 15px 30px;
  background: linear-gradient(0, transparent 15px, #fff 0);
  border-bottom-color: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 97px;
  left: 65px;
  z-index: 1;
}
.map__content__contacts__info {
  font-family: "Ubuntu", sans-serif;
  color: #053e5e;
}
.map__content__contacts .contacts--linebreak {
  width: 82px;
  height: 2px;
  margin: 18px 0 !important;
  background-color: rgba(5, 62, 94, 0.37);
}
.map__content__contacts .contacts--whatsapp-link {
  position: absolute;
  bottom: -57px;
  left: 0;
  width: 301px;
  height: 64px;
  background-color: #053e5e;
}
.map__content__contacts .contacts--address {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
}
.map__content__contacts .contacts--phone {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  padding-left: 28px;
  position: relative;
}
.map__content__contacts .contacts--phone:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 18px;
  background: url("/shared/assets/images/svg/phone-ic.svg");
  background-size: cover;
  top: 5px;
  left: -1px;
}
.map__content__contacts .contacts--phone a {
  color: #053e5e;
}
.map__content__contacts .contacts--email {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-top: 8px;
  letter-spacing: 0.23px;
  padding-left: 28px;
  margin-bottom: 4px;
}
.map__content__contacts .contacts--email:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 18px;
  background: url("/shared/assets/images/svg/mail-ic.svg");
  background-size: cover;
  top: 5px;
  left: -1px;
}
.map__content__contacts .contacts--email a {
  color: #053e5e;
}
.map__content__form {
  padding: 32px 15px 34px;
  width: 100%;
  max-width: 510px;
  height: 509px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.map__content__form .form__title {
  color: #053e5e;
  font-size: 28px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 32px;
}
.map__content__form .form__line {
  width: 100%;
  height: 1px;
  background-color: #053e5e;
}
.map__content__form .form__input {
  width: 100%;
  height: 35px;
  border: none;
  color: #053e5e;
  font-family: "Lato-Regular", sans-serif;
  font-size: 16px;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}
.map__content__form .form__input:focus {
  outline: none;
}
.map__content__form .form__input::placeholder {
  color: #053e5e;
  opacity: 0.7;
}
.map__content__form .form__input--email {
  margin-top: 25px;
  margin-bottom: 8px;
}
.map__content__form .form__input--message {
  margin-top: 30px;
  height: 108px;
}
.map__content__form .form__consent {
  color: #053e5e;
  font-size: 12px;
  font-family: "Lato-Regular", sans-serif;
  margin-bottom: 0;
  margin-top: 19px;
}
.map__content__form .form__button {
  width: 100%;
  height: 60px;
  letter-spacing: 0;
  font-size: 15px;
  background-color: #fff;
  color: #053E5E;
  outline: none;
  margin-top: 20px;
  margin-bottom: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  border: 2px solid rgba(5, 62, 94, 0.2);
  opacity: 1;
}
.map__content__form .form__button:hover {
  opacity: 0.6;
  transition: 0.4s;
  border: 2px solid #053e5e;
}
.map__content__form .form__button:active {
  opacity: 1;
  transition: 0.4s;
  border: 2px solid #053e5e;
}

@media (min-width: 375px) and (max-width: 767.98px) {
  .map__content__form {
    margin-bottom: 16px;
    padding-top: 16px;
  }
  .map__content__form .form__title {
    margin-bottom: 42px;
  }
  .map__content__form .form__button {
    height: 78px;
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .map {
    position: relative;
  }
  .map__wrapper {
    height: 453px;
  }
  .map__wrapper:after {
    height: 453px;
  }
  .map__content__contacts {
    display: flex;
    background: linear-gradient(0, transparent 15px, #b4c5ce 0);
  }
  .map__content__form {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .map__content__form .form__title {
    margin-bottom: 42px;
  }
  .map__content__form .form__consent {
    color: #053e5e;
    font-size: 14px;
    font-family: "Lato-Regular", sans-serif;
    margin-top: 20px;
  }
  .map__content__form .form__button {
    margin-bottom: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .map {
    position: relative;
  }
  .map__wrapper {
    height: 738px;
  }
  .map__wrapper:after {
    height: 738px;
  }
  .map .map__container__content {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .map .map__container__content .map__content {
    display: flex;
    width: 100%;
    max-width: 1440px;
    height: 738px;
    margin: 0 auto;
    height: 100%;
    padding: 74px 181px 0 190px;
    justify-content: space-between;
  }
  .map .map__container__content .map__content__form {
    margin: 0;
    background-color: #fff;
    width: 376px;
    height: 590px;
    padding: 32px 40px 0;
    box-shadow: 0 2px 40px 0 rgba(5, 62, 94, 0.08);
    top: 74px;
    left: 190px;
    align-items: flex-start;
  }
  .map .map__container__content .map__content__contacts {
    position: relative;
    top: 0;
    left: 6px;
    display: flex;
  }
  .map .map__container__content .map__content__contacts__info .contacts--phone {
    position: relative;
    left: 1px;
    bottom: 5px;
  }
}
@media (min-width: 1920px) {
  .map {
    position: relative;
  }
  .map__wrapper {
    height: 738px;
  }
  .map__wrapper:after {
    height: 738px;
  }
  .map .map__container__content {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .map .map__container__content .map__content {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 74px 0;
    justify-content: space-between;
  }
  .map .map__container__content .map__content__form {
    margin: 0;
    background-color: #fff;
    width: 376px;
    height: 590px;
    padding: 32px 40px 0;
    box-shadow: 0 2px 40px 0 rgba(5, 62, 94, 0.08);
    top: 74px;
    left: 190px;
    align-items: flex-start;
  }
  .map .map__container__content .map__content__form .form__title {
    font-weight: 500;
    letter-spacing: -0.09px;
  }
  .map .map__container__content .map__content__form .form__input {
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 9px;
  }
  .map .map__container__content .map__content__form .form__input--email {
    margin-top: 25px;
    margin-bottom: 9px;
  }
  .map .map__container__content .map__content__form .form__input--message {
    margin-top: 31px;
    height: 109px;
  }
  .map .map__container__content .map__content__form .form__consent {
    margin-top: 20px;
  }
  .map .map__container__content .map__content__form .form__button {
    margin-top: 26px;
  }
  .map .map__container__content .map__content__contacts {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    padding-top: 16px;
  }
  .map .map__container__content .map__content__contacts .contacts--phone {
    letter-spacing: 0.26px;
  }
  .map .map__container__content .map__content__contacts .contacts--email {
    margin-bottom: 7px;
  }
}
.footer__wrap {
  background-color: #053e5e;
}

.footer {
  width: 100%;
  max-width: 1440px;
  background-color: #053e5e;
  padding-top: 34px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer__contact-link {
  color: #fff;
}
.footer__contact-link:hover {
  color: #fff;
}
.footer__contact-link:active {
  color: #fff;
}
.footer span {
  font-family: "Lato-Regular", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.footer__flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__flex__copyright {
  display: none;
  opacity: 0.4;
}
.footer__flex__logo {
  background-image: url("/shared/assets/images/svg/logo--white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 109px;
  height: 22px;
}
.footer__flex__contacts {
  opacity: 1;
  min-height: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.footer__flex__contacts__line {
  opacity: 0.6;
  font-size: 11px;
  line-height: 18px;
}
.footer__flex__contacts__whatsapp {
  margin-top: 20px;
  margin-bottom: 5px;
}
.footer__flex__button-bar {
  display: flex;
  margin: 0;
  flex-direction: column;
  width: 250px;
  justify-content: space-between;
}
.footer__button {
  margin: 2px 0 12px 0;
  background-color: transparent;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.23px;
  color: rgba(255, 255, 255, 0.4);
}
.footer__button:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.footer__info {
  display: block;
  position: relative;
  font-size: 10px;
  line-height: 16px;
}
.footer__info span {
  opacity: 0.4;
}
.footer__info .social-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
}
.footer__info .social-link a {
  display: block;
  margin-left: 16px;
}
.footer__info .social-link a:hover path {
  fill: white;
}
.footer__copyright {
  display: none;
}

@media (max-width: 426px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__button {
    margin: 2px 0 14px 0;
  }
  .footer__info {
    margin-top: 20px;
  }
  .footer__info .social-link {
    bottom: 235px;
    left: -16px;
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .footer {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__flex {
    flex-direction: row;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border: none;
  }
  .footer__flex__logo {
    margin-right: auto;
  }
  .footer__flex__contacts {
    display: none;
  }
  .footer__flex__button-bar {
    display: flex;
  }
  .footer__button {
    margin: 2px 0 16px 60px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  }
  .footer__info {
    line-height: 15px;
    margin-top: -4px;
  }
  .footer__copyright {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .footer {
    display: flex;
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 43px 83px 5px 82px;
    display: flex;
    justify-content: center;
    justify-items: center;
  }
  .footer__flex {
    flex-direction: row;
    margin-bottom: 30px;
    width: 40%;
    max-width: 450px;
    border: none;
  }
  .footer__flex__contacts {
    display: none;
  }
  .footer__flex__button-bar {
    display: flex;
    margin: 2px 0 12px 110px !important;
  }
  .footer__flex__copyright {
    display: none;
  }
  .footer__button {
    margin-bottom: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  }
  .footer__info {
    max-width: 952px;
    font-size: 12px !important;
    line-height: 1.6;
    margin-top: -4px;
  }
  .footer__copyright {
    display: none;
  }
}
@media (min-width: 1920px) {
  .footer {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: -3px;
    padding: 41px 0 10px 0;
  }
  .footer__flex {
    flex-direction: row;
    border: none;
  }
  .footer__flex__contacts {
    display: none;
  }
  .footer__flex__button-bar {
    display: flex;
    width: 260px;
    margin-top: -4px;
  }
  .footer__flex__copyright {
    display: none;
  }
  .footer__button {
    margin: 2px 0 12px 110px;
    font-size: 14px !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 0.2px !important;
  }
  .footer__info {
    width: 65%;
    max-width: 1340px;
    padding-left: 100px;
    font-size: 14px !important;
    line-height: 1.7;
    letter-spacing: 0.2px !important;
    margin-top: -4px;
  }
  .footer__copyright {
    display: none;
  }
}
.wpcc-container .wpcc-message {
  font-family: SourceSansPro-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #053e5e;
}
.wpcc-container .wpcc-message a {
  color: #053e5e;
  text-decoration: none;
}

.wpcc-corners-round .wpcc-btn {
  display: block;
  padding: 0 7px 3px 9px;
  height: 44px;
  width: 103px;
  border-radius: 0;
  font-family: SourceSansPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wpcc-corners-round .wpcc-btn:active {
  transition: 0.4s;
  background-color: #c43133;
}
.navigation {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  transition: 0.5s;
}
.navigation .navigation--inner {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.navigation .menu-left {
  display: flex;
}
.navigation .menu-left__links {
  display: none;
}
.navigation .menu-left .burger {
  width: 18px;
  height: 18px;
  padding: 1px 0;
}
.navigation .menu-left .burger__line {
  height: 2px;
  background: #053e5e;
  transition: 0.5s;
}
.navigation .menu-left .burger__line--top {
  width: 80%;
}
.navigation .menu-left .burger__line--middle {
  margin: 5px 0;
}
.navigation .menu-left .burger__line--bottom {
  width: 45%;
}
.navigation .menu-left .burger:hover {
  cursor: pointer;
}
.navigation .menu-left .burger:hover .burger__line--top, .navigation .menu-left .burger:hover .burger__line--bottom {
  width: 100%;
}
.navigation .menu-left .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  background: #fff;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  transition: 0.3s;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.navigation .menu-left .mobile-menu__overlay {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #053e5e;
  opacity: 0.5;
  transition: 0.3s;
}
.navigation .menu-left .mobile-menu--open {
  width: 50%;
}
.navigation .menu-left .mobile-menu--open:before {
  width: 50%;
}
.navigation .menu-left .mobile-menu__btn-close {
  background-image: url("/shared/assets/images/svg/close-ic.svg");
  position: absolute;
  left: 15px;
  top: 19px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.navigation .menu-left .mobile-menu__links {
  margin: 72px 20px 0 44px;
  padding: 0;
  list-style: none;
  min-width: 210px;
}
.navigation .menu-left .mobile-menu__links li {
  margin: 0 0 17px;
}
.navigation .menu-left .mobile-menu__links li a {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  letter-spacing: 0.31px;
  line-height: 36px;
  color: #053e5e;
}
.navigation .menu-right {
  display: flex;
  min-width: 180px;
  width: 100%;
  justify-content: flex-end;
}
.navigation .menu-right__button {
  font-size: 14px;
  min-width: 87px;
  height: 35px;
}
.navigation .menu-right__grey {
  background-color: transparent;
  color: #053e5e;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
}
.navigation .menu-right__grey.active {
  border: 2px solid rgba(5, 62, 94, 0.2);
  opacity: 1;
}
.navigation.black .menu-left .burger__line {
  background: #053e5e;
}
.navigation.black .button--transparent {
  color: #053e5e;
}
.navigation.stickyHeader {
  position: fixed;
  background: white;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
  z-index: 999;
}
.navigation.stickyHeader .burger__line {
  background: #053e5e;
}
.navigation.stickyHeader .button--transparent {
  color: #053e5e;
}

@media (min-width: 768px) {
  .navigation .menu-left {
    display: flex;
    justify-content: left;
    width: 50%;
  }
  .navigation .menu-left__logo {
    margin-left: 31px;
    display: block;
    min-width: 79px;
    min-height: 16px;
    background-image: url("/shared/assets/images/svg/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .navigation .menu-right__button {
    font-size: 12px;
    max-width: 74px;
    height: 32px;
  }
  .navigation.stickyHeader .menu-left__logo {
    background-image: url("/shared/assets/images/svg/logo.svg");
    min-width: 79px;
  }
}
@media (min-width: 1200px) {
  .navigation {
    height: 132px;
    padding: 36px 83px;
  }
  .navigation .menu-left {
    justify-content: space-between;
  }
  .navigation .menu-left .burger {
    display: none;
  }
  .navigation .menu-left__logo {
    margin-left: 0;
    display: block;
    background-image: url("/shared/assets/images/svg/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 155px;
    min-height: 28px;
    min-width: 140px;
  }
  .navigation .menu-left__links {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .navigation .menu-left__links__wrapper {
    display: flex;
    justify-content: left;
    width: 100%;
    margin: 0 0 0 90px;
  }
  .navigation .menu-left__links .active {
    color: #053e5e;
    opacity: 1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    position: relative;
  }
  .navigation .menu-left__links .active:before {
    content: "";
    bottom: 0;
    width: 30%;
    left: 50%;
    margin-left: -15%;
    display: block;
    position: absolute;
  }
  .navigation .menu-left__links a {
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    color: #053e5e;
    line-height: 28px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-right: 36px;
    white-space: nowrap;
  }
  .navigation .menu-left__links a:hover {
    color: #053e5e;
    opacity: 1;
    text-decoration: none;
  }
  .navigation .menu-left__links a:active {
    color: #666666;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    position: relative;
  }
  .navigation .menu-left__links a:active:before {
    content: "";
    bottom: 0;
    width: 30%;
    left: 50%;
    margin-left: -15%;
    display: block;
    position: absolute;
  }
  .navigation .menu-right__button {
    min-width: 150px;
    height: 60px;
    font-size: 14px;
  }
  .navigation.white .menu-left__logo {
    background-image: url("/shared/assets/images/svg/logo--white.svg");
  }
  .navigation.white .menu-left__links a {
    color: rgb(255, 255, 255);
  }
  .navigation.white .menu-left__links a:hover {
    color: rgb(255, 255, 255);
  }
  .navigation.white .menu-right__button.button--transparent {
    color: rgb(255, 255, 255);
  }
  .navigation.white .menu-right__button.button--transparent:hover {
    color: rgb(255, 255, 255);
  }
  .navigation.white .menu-right__button.active {
    color: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  .navigation.stickyHeaderSmall {
    padding: 10px 83px;
    height: 88px;
  }
  .navigation.stickyHeaderSmall .menu-right__button {
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .navigation {
    padding: 36px 0;
  }
}
@media (max-width: 426px) {
  .navigation .menu-right__button {
    max-width: 74px;
    height: 32px;
    font-size: 12px;
  }
}
