@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
body {
  font-family: "Jost", sans-serif;
  margin: 0;
  padding: 110px 0 0;
  font-size: 15px;
  color: #302828;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    padding-top: 130px;
  }
}

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-weight: 400;
  font-size: 14px;
}

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: #ed1c24;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

*, *:before, *:after {
  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;
}

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

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

img, svg, picture {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.slick-slide > div {
  display: flex;
}

.contactData__container, .singleCol .container, .servicesDetails__container, .homeTeam__container, .homeSVC__container, .aboutHome__container, .footer__container, .header .headerMain__container, .header .headerTop__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.servicesDetails__list__pic img, .homeTeam__slider__item picture img, .homeSVC__list__pic img, .aboutHome__picSection__pic__img, .homeIntro__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.servicesDetails__content__btn__link, .aboutHome__textBlock__btn__link, .homeIntro__textSection__btns__link {
  padding: 10px 15px;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}
@media (min-width: 768px) {
  .servicesDetails__content__btn__link, .aboutHome__textBlock__btn__link, .homeIntro__textSection__btns__link {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .servicesDetails__content__btn__link, .aboutHome__textBlock__btn__link, .homeIntro__textSection__btns__link {
    padding: 12px 25px;
  }
}

.servicesDetails__content__btn__link, .aboutHome__textBlock__btn__link {
  background-color: #ed1c24;
}

.homeIntro__textSection__btns__link--redBtn {
  background-color: #00aeef;
}

.homeIntro__textSection__btns__link--redBorder {
  border: 2px solid #ffffff;
}

@media (min-width: 1200px) {
  .homeIntro__textSection__btns__link--redBtn:hover {
    background-color: #ed1c24;
  }
}

@media (min-width: 1200px) {
  .servicesDetails__content__btn__link:hover, .aboutHome__textBlock__btn__link:hover {
    background-color: #00aeef;
  }
}

@media (min-width: 1200px) {
  .homeIntro__textSection__btns__link--redBorder:hover {
    background-color: #ed1c24;
    color: #ffffff;
    border-color: #ed1c24;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  background-color: #ffffff;
  transition: top 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header.smHeader {
  top: -40px;
}
.header .headerTop {
  background-color: #04213F;
}
.header .headerTop__container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .headerTop__social {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
  transition: background-color 0.5s;
}
@media (min-width: 576px) {
  .header .headerTop__social {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .header .headerTop__social:hover {
    background-color: #ed1c24;
  }
}
.header .headerTop__social .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.header .headerTop__contact {
  display: flex;
  align-items: center;
}
.header .headerTop__contact__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 15px;
  color: #ffffff;
}
.header .headerTop__contact__item:last-child {
  margin-right: 0;
}
.header .headerTop__contact__item .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  fill: #ffffff;
}
.header .headerTop__contact__item a {
  color: #ffffff;
  text-decoration: none;
}
.header .headerTop__contact__item--email {
  margin-right: 0;
}
@media (min-width: 768px) {
  .header .headerTop__contact__item--email {
    margin-right: 20px;
  }
}
.header .headerTop__contact__item--address {
  display: none;
}
@media (min-width: 768px) {
  .header .headerTop__contact__item--address {
    display: flex;
  }
}
.header .headerMain {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .header .headerMain {
    padding: 15px 0;
  }
}
.header .headerMain__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerMain__logo img {
  height: 50px;
  width: auto;
}
@media (min-width: 1200px) {
  .header .headerMain__logo img {
    height: 60px;
  }
}
.header .headerMain__navBlock {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: right 0.5s;
}
@media (min-width: 768px) {
  .header .headerMain__navBlock {
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
  }
}
.header .headerMain__navBlock.visible {
  right: 0;
}
.header .headerMain__navBlock__closeNav {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header .headerMain__navBlock__closeNav {
    display: none;
  }
}
.header .headerMain__navBlock__closeNav .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.header .headerMain__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 360px;
  background-color: #04213F;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header .headerMain__nav {
    flex-direction: row;
    background-color: transparent;
    width: auto;
  }
}
.header .headerMain__nav__link {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 5px;
  font-weight: 500;
  transition: color 0.5s;
}
@media (min-width: 768px) {
  .header .headerMain__nav__link {
    color: #04213F;
    margin: 0 25px 0 0;
  }
}
@media (min-width: 1200px) {
  .header .headerMain__nav__link {
    margin-right: 40px;
    font-size: 18px;
  }
}
.header .headerMain__nav__link:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header .headerMain__nav__link:last-child {
    margin-right: 0;
  }
}
.header .headerMain__nav__link.active {
  color: #00aeef;
}
@media (min-width: 1200px) {
  .header .headerMain__nav__link:hover {
    color: #ed1c24;
  }
}
.header .headerMain__navLines {
  width: 40px;
  height: 40px;
  background-color: #00aeef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header .headerMain__navLines {
    display: none;
  }
}
.header .headerMain__navLines__line {
  height: 2px;
  background-color: #ffffff;
  width: 20px;
}
.header .headerMain__navLines__line:nth-child(2) {
  margin: 4px 0;
}

.innerIntro {
  position: relative;
  background: url("../images/intro-bg.jpg") center/cover;
  background-color: #04213F;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .innerIntro {
    height: 300px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    height: 350px;
    margin-bottom: 100px;
  }
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.innerIntro__title {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .innerIntro__title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .innerIntro__title {
    font-size: 64px;
  }
}
.innerIntro__breadCrumb {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .innerIntro__breadCrumb {
    bottom: -22px;
  }
}
.innerIntro__breadCrumb__center {
  background-color: #00aeef;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .innerIntro__breadCrumb__center {
    padding: 10px 30px;
  }
}
.innerIntro__breadCrumb__center a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .innerIntro__breadCrumb__center a:hover {
    text-decoration: underline;
  }
}

.footer {
  background-color: #04213F;
  color: #ffffff;
}
.footer__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .footer__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.footer__logo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 60px;
  }
}
.footer__logo a {
  display: block;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .footer__logo a {
    padding: 15px;
  }
}
.footer__logo a img {
  width: 100%;
}
@media (min-width: 576px) {
  .footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer__block {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer__block:first-child {
    width: 45%;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 576px) {
  .footer__block:nth-child(2) {
    padding-bottom: 0;
  }
}
.footer__block:last-child {
  padding: 0;
}
.footer__block__title {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__block__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .footer__block__title {
    font-size: 24px;
  }
}
.footer__block__text {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .footer__block__text {
    line-height: 1.6;
  }
}
.footer__block__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.footer__block__list__item:last-child {
  margin-bottom: 0;
}
.footer__block__list__item .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  margin-right: 8px;
}
.footer__block__list__item span {
  width: calc(100% - 24px);
}
.footer__block__list__item a {
  color: #ffffff;
  text-decoration: none;
}
.footer__block__timing__item {
  margin-bottom: 12px;
}
.footer__block__timing__item:last-child {
  margin-bottom: 0;
}
.footer__block__timing__item strong {
  font-weight: 500;
}
.footer__lastRow {
  background-color: #062e57;
  font-size: 14px;
  padding: 15px 75px 15px 15px;
  border-top: 1px solid #ecf0f1;
}
@media (min-width: 992px) {
  .footer__lastRow {
    padding: 20px 15px;
    text-align: center;
  }
}
.footer__lastRow a {
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .footer__lastRow a:hover {
    text-decoration: underline;
  }
}

#cookit {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 21;
  background-color: #ffffff;
  border-radius: 15px;
  width: 300px;
  padding: 15px;
  font-size: 13px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#cookit #cookit-container {
  display: flex;
  flex-wrap: wrap;
}
#cookit #cookit-container #cookit-message {
  margin-bottom: 15px;
  line-height: 1.5;
}
#cookit #cookit-container #cookit-link {
  background-color: #ed1c24;
  margin-right: 5px;
}
#cookit #cookit-container #cookit-button {
  background-color: #6ab04c;
}
#cookit #cookit-container #cookit-link, #cookit #cookit-container #cookit-button {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  #cookit #cookit-container #cookit-link:hover, #cookit #cookit-container #cookit-button:hover {
    background-color: #04213F;
  }
}

.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 21;
  background-color: #f39c12;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.5s;
  display: none;
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #000000;
  }
}
.go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.contactForm {
  background-color: #ecf0f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}
@media (min-width: 1200px) {
  .contactForm {
    padding: 80px 0;
  }
}
.contactForm .formBlock {
  background-color: #ffffff;
  padding: 30px 20px;
  width: 100%;
  max-width: 800px;
  border: 1px solid #bdc3c7;
  border-radius: 10px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .contactForm .formBlock {
    padding: 50px;
  }
}
.contactForm .formBlock .formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contactForm .formBlock .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.contactForm .formBlock .formMessage .status-msg.error {
  background-color: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  padding: 15px 20px;
}
.contactForm .formBlock .formMessage .status-msg.error p {
  font-weight: 500;
  padding-bottom: 5px;
}
.contactForm .formBlock .formMessage .status-msg.success {
  background-color: #6ab04c;
  padding: 15px 20px;
  color: #ffffff;
}
.contactForm .formBlock .formMessage .status-msg.success span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.contactForm .formBlock .form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contactForm .formBlock--inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .contactForm .formBlock--inner {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock--inner {
    margin: 0 -15px;
  }
}
.contactForm .formBlock__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .contactForm .formBlock__list {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
.contactForm .formBlock__list.fullCol {
  width: 100%;
}
.contactForm .formBlock__list--privacy-check {
  position: relative;
  padding: 0 0;
}
.contactForm .formBlock__list--privacy-check input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.contactForm .formBlock__list--privacy-check input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.contactForm .formBlock__list--privacy-check label {
  position: relative;
  padding: 1px 0 0 28px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contactForm .formBlock__list--privacy-check label {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__list--privacy-check label {
    padding-top: 0;
  }
}
.contactForm .formBlock__list--privacy-check label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #525252;
  border-radius: 2px;
  background-color: #ffffff;
}
.contactForm .formBlock__list--privacy-check label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #04213F;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s, transform 0.25s;
}
.contactForm .formBlock__list--privacy-check label a {
  color: #00aeef;
}
@media (min-width: 1200px) {
  .contactForm .formBlock__list--privacy-check label a:hover {
    text-decoration: underline;
  }
}
.contactForm .formBlock__list--privacy-check label span {
  color: #e74c3c;
}
.contactForm .formBlock__list--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  display: block;
  cursor: pointer;
}
.contactForm .formBlock__list--label .required {
  color: #e74c3c;
  font-size: 11px;
}
.contactForm .formBlock__list--field {
  position: relative;
}
.contactForm .formBlock__list--input, .contactForm .formBlock__list--textarea, .contactForm .formBlock__list--select {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #00aeef;
  background-color: #ffffff;
}
.contactForm .formBlock__list--input:focus, .contactForm .formBlock__list--textarea:focus, .contactForm .formBlock__list--select:focus {
  border-color: #ed1c24;
}
.contactForm .formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.contactForm .formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #e74c3c;
  padding-top: 5px;
  font-weight: 600;
}
.contactForm .formBlock__list .g-recaptcha {
  transform: scale(0.9);
  transform-origin: left top;
}
@media (min-width: 576px) {
  .contactForm .formBlock__list .g-recaptcha {
    transform: scale(1);
  }
}
.contactForm .formBlock__list .g-recaptcha > div > div {
  display: flex;
}
.contactForm .formBlock__list__dropDown {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #6ab04c;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.contactForm .formBlock__list__dropDown--item {
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .contactForm .formBlock__list__dropDown--item {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__list__dropDown--item:hover {
    background-color: #dde4e6;
  }
}
.contactForm .formBlock__list__dropDown--item.active {
  background-color: #6ab04c;
  color: #ffffff;
}
.contactForm .formBlock__list__dropDown--list.time {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.contactForm .formBlock__list__dropDown--list.time .formBlock__list__dropDown--item {
  width: 25%;
  padding: 7px 12px;
  text-align: center;
}
.contactForm .formBlock__list__dropDown--list.hidden {
  display: none;
}
.contactForm .formBlock__list__dropDown--list.people {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.contactForm .formBlock__list__dropDown--list.people .formBlock__list__dropDown--item {
  width: 20%;
  padding: 7px 12px;
  text-align: center;
}
.contactForm .formBlock__list.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.contactForm .formBlock__button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .contactForm .formBlock__button {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .contactForm .formBlock__button {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__button {
    padding: 0 15px;
  }
}
.contactForm .formBlock__button--btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #00aeef;
  padding: 15px 35px;
  border-radius: 5px;
  transition: background-color 0.5s;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contactForm .formBlock__button--btn {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__button--btn:hover {
    background-color: #6ab04c;
  }
}
.contactForm .formBlock__button--btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.contactForm .formBlock__note {
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .contactForm .formBlock__note {
    padding: 0 15px 40px;
  }
}
@media (min-width: 992px) {
  .contactForm .formBlock__note {
    padding: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .contactForm .formBlock__note {
    padding: 0 15px 50px;
  }
}
.contactForm .formBlock__note--inner {
  padding: 10px;
  background-color: #e74c3c;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .contactForm .formBlock__note--inner {
    padding: 10px 15px;
  }
}
.contactForm .formBlock input::-webkit-outer-spin-button,
.contactForm .formBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contactForm .formBlock input[type=number] {
  -moz-appearance: textfield;
}

.homeIntro {
  background-color: #04213F;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .homeIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.homeIntro__textBlock {
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
}
.homeIntro__textSection {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .homeIntro__textSection {
    max-width: 620px;
    padding: 0 100px 0 20px;
  }
}
.homeIntro__textSection__smTitle {
  padding-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .homeIntro__textSection__smTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textSection__smTitle {
    font-size: 20px;
  }
}
.homeIntro__textSection__title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .homeIntro__textSection__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textSection__title {
    font-size: 48px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
}
.homeIntro__textSection__title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .homeIntro__textSection__title span {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textSection__title span {
    font-size: 26px;
  }
}
.homeIntro__textSection__subTitle {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .homeIntro__textSection__subTitle {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textSection__subTitle {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.homeIntro__textSection__text {
  line-height: 1.5;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .homeIntro__textSection__text {
    line-height: 1.6;
    padding-bottom: 25px;
  }
}
.homeIntro__textSection__btns {
  display: flex;
  flex-wrap: wrap;
}
.homeIntro__textSection__btns__link:first-child {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .homeIntro__textSection__btns__link:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .homeIntro__slideShow {
    width: 50%;
  }
}
.homeIntro__slider__item {
  height: 380px;
}
@media (min-width: 576px) {
  .homeIntro__slider__item {
    height: 425px;
  }
}
@media (min-width: 768px) {
  .homeIntro__slider__item {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__slider__item {
    height: 520px;
  }
}
@media (min-width: 1400px) {
  .homeIntro__slider__item {
    height: 550px;
  }
}
.partnerBanks {
  position: relative;
  border-bottom: 1px solid #bdc3c7;
}
.partnerBanks__title {
  background-color: #00aeef;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .partnerBanks__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .partnerBanks__title {
    font-size: 24px;
  }
}
.partnerBanks__banks {
  position: relative;
}
.partnerBanks__arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00aeef;
  cursor: pointer;
  transition: background-color 0.5s;
}
.partnerBanks__arrow--left {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.partnerBanks__arrow--right {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.partnerBanks__arrow .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .partnerBanks__arrow:hover {
    background-color: #ed1c24;
  }
}
.partnerBanks__list__inner {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .partnerBanks__list__inner {
    border-right: 1px solid #ecf0f1;
  }
}
.partnerBanks__list__inner img {
  max-width: 180px;
}

.aboutHome {
  background-color: #f3f6f6;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .aboutHome {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .aboutHome {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .aboutHome__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.aboutHome__picSection {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .aboutHome__picSection {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .aboutHome__picSection {
    width: calc(50% - 35px);
  }
}
.aboutHome__picSection__pic {
  height: 380px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .aboutHome__picSection__pic {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .aboutHome__picSection__pic {
    height: 500px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .aboutHome__picSection__pic {
    padding-right: 50px;
    height: 550px;
  }
}
.aboutHome__picSection__text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #04213F;
  color: #ffffff;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 20px;
  width: 250px;
}
@media (min-width: 1200px) {
  .aboutHome__picSection__text {
    font-size: 24px;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .aboutHome__textBlock {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .aboutHome__textBlock {
    width: calc(50% - 35px);
  }
}
.aboutHome__textBlock__subTitle {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  color: #525252;
}
.aboutHome__textBlock__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .aboutHome__textBlock__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .aboutHome__textBlock__title {
    font-size: 40px;
  }
}
.aboutHome__textBlock__text {
  line-height: 1.6;
  padding-bottom: 15px;
}
.aboutHome__textBlock__btn {
  padding-top: 10px;
  display: flex;
}
.aboutHome__textBlock__btn__link {
  font-weight: 500;
}
.homeSVC {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .homeSVC {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeSVC {
    margin-bottom: 100px;
  }
}
.homeSVC__container {
  max-width: 450px;
}
@media (min-width: 576px) {
  .homeSVC__container {
    max-width: 1240px;
  }
}
.homeSVC__title {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .homeSVC__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .homeSVC__title {
    padding-bottom: 35px;
  }
}
.homeSVC__title span {
  background-color: #04213F;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .homeSVC__title span {
    font-size: 28px;
    padding: 12px 35px;
  }
}
@media (min-width: 1200px) {
  .homeSVC__title span {
    font-size: 32px;
    padding: 15px 60px;
  }
}
.homeSVC__list {
  margin: 0 -5px;
}
.homeSVC__list__item {
  position: relative;
  margin: 0 5px;
}
.homeSVC__list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00aeef;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 1200px) {
  .homeSVC__list__item:hover:before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .homeSVC__list__item:hover .homeSVC__list__title {
    padding-bottom: 35px;
    background-color: #00aeef;
  }
}
@media (min-width: 1200px) {
  .homeSVC__list__item:hover .homeSVC__list__id {
    top: 15px;
  }
}
.homeSVC__list__id {
  position: absolute;
  top: -30px;
  left: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  transition: top 0.5s;
}
.homeSVC__list__pic {
  height: 340px;
}
.homeSVC__list__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: padding 0.5s, background-color 0.5s;
}
.homeSVC__list .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.homeSVC__list .slick-dots li {
  padding: 0 3px;
}
.homeSVC__list .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00aeef;
  padding: 0;
  display: block;
  border: none;
  font-size: 2px;
  text-indent: -9999px;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .homeSVC__list .slick-dots li button:hover {
    background-color: #ed1c24;
  }
}
.homeSVC__list .slick-dots li.slick-active button {
  background-color: #ed1c24;
}

.homeTeam {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .homeTeam {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeTeam {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .homeTeam__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.homeTeam__textBlock {
  text-align: center;
}
@media (min-width: 992px) {
  .homeTeam__textBlock {
    text-align: left;
    padding-right: 30px;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .homeTeam__textBlock {
    padding-right: 100px;
  }
}
.homeTeam__textBlock__title {
  font-size: 24px;
  color: #ed1c24;
  padding-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .homeTeam__textBlock__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .homeTeam__textBlock__title {
    font-size: 36px;
  }
}
.homeTeam__textBlock__text {
  line-height: 1.6;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .homeTeam__textBlock__text {
    text-align: justify;
  }
}
.homeTeam__slideShow {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .homeTeam__slideShow {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .homeTeam__slideShow {
    position: relative;
    max-width: none;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .homeTeam__slideShow {
    padding-left: 0;
  }
}
.homeTeam__slideShow__arrows {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .homeTeam__slideShow__arrows {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .homeTeam__slideShow__arrows {
    top: 140px;
    left: -20px;
    width: calc(100% + 40px);
  }
}
.homeTeam__slideShow__arrows__left {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .homeTeam__slideShow__arrows__left {
    margin-right: 0;
  }
}
.homeTeam__slideShow__arrows__left, .homeTeam__slideShow__arrows__right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #a1aab0;
  transition: background-color 0.5s;
}
@media (min-width: 992px) {
  .homeTeam__slideShow__arrows__left, .homeTeam__slideShow__arrows__right {
    border-radius: 5px;
    background-color: #04213F;
  }
}
@media (min-width: 1200px) {
  .homeTeam__slideShow__arrows__left:hover, .homeTeam__slideShow__arrows__right:hover {
    background-color: #ed1c24;
  }
}
.homeTeam__slideShow__arrows__left .icon, .homeTeam__slideShow__arrows__right .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.homeTeam__slider {
  margin: 0 -5px;
}
.homeTeam__slider__item {
  margin: 0 5px;
}
.homeTeam__slider__item picture {
  height: 320px;
}
@media (min-width: 992px) {
  .homeTeam__slider__item picture {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .homeTeam__slider__item picture {
    height: 320px;
  }
}
.homeTeam__slider__name {
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}
.homeTeam__slider__pos {
  font-weight: 500;
  padding-top: 5px;
  font-size: 16px;
}
.homeTeam__slider__data {
  padding-top: 7px;
  display: flex;
  align-items: center;
  color: #525252;
}
.homeTeam__slider__data .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #525252;
}
.homeTeam__slider__data a {
  color: #525252;
  text-decoration: none;
}

.otherBusiness {
  text-align: center;
  margin-bottom: 1px;
}
.otherBusiness__title {
  background-color: #00aeef;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .otherBusiness__title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .otherBusiness__title {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .otherBusiness__businessList {
    display: flex;
    flex-wrap: wrap;
  }
}
.otherBusiness__item {
  background-color: #ecf0f1;
  padding: 20px;
}
@media (min-width: 576px) {
  .otherBusiness__item {
    width: 50%;
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .otherBusiness__item {
    width: 25%;
    padding: 30px 15px;
  }
}
.otherBusiness__item:nth-child(2n+2) {
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .otherBusiness__item:nth-child(3) {
    background-color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .otherBusiness__item:nth-child(3) {
    background-color: #ecf0f1;
  }
}
@media (min-width: 576px) {
  .otherBusiness__item:nth-child(4) {
    background-color: #ecf0f1;
  }
}
@media (min-width: 1200px) {
  .otherBusiness__item:nth-child(4) {
    background-color: #ffffff;
  }
}
.otherBusiness__item__title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .otherBusiness__item__title {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .otherBusiness__item__title {
    font-size: 24px;
  }
}
.otherBusiness__item__fb {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.otherBusiness__item__fb__link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #525252;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .otherBusiness__item__fb__link:hover {
    background-color: #00aeef;
  }
}
.otherBusiness__item__fb__link .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.otherBusiness__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
.otherBusiness__list__item:last-child {
  padding-bottom: 0;
}
.otherBusiness__list__item .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.otherBusiness__list__item a {
  color: #151515;
  text-decoration: none;
}

.servicesDetails {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .servicesDetails {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .servicesDetails {
    padding-bottom: 100px;
  }
}
.servicesDetails__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.servicesDetails__list {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 992px) {
  .servicesDetails__list {
    max-width: none;
  }
}
.servicesDetails__list__item {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .servicesDetails__list__item {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .servicesDetails__list__item:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
}
.servicesDetails__list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .servicesDetails__list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.servicesDetails__list__pic {
  height: 350px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .servicesDetails__list__pic {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .servicesDetails__list__pic {
    position: sticky;
    top: 90px;
    width: calc(50% - 20px);
    height: auto;
    max-height: 600px;
    margin-bottom: 0;
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .servicesDetails__list__pic {
    width: calc(50% - 30px);
    top: 110px;
  }
}
@media (min-width: 992px) {
  .servicesDetails__list__pic img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .servicesDetails__content {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .servicesDetails__content {
    width: calc(50% - 30px);
  }
}
.servicesDetails__content__title {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .servicesDetails__content__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .servicesDetails__content__title {
    font-size: 28px;
  }
}
.servicesDetails__content__title span {
  background-color: #00aeef;
  padding: 8px 15px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .servicesDetails__content__title span {
    padding: 8px 25px;
  }
}
@media (min-width: 1200px) {
  .servicesDetails__content__title span {
    padding: 10px 40px;
  }
}
.servicesDetails__content__subTitle {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .servicesDetails__content__subTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .servicesDetails__content__subTitle {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.servicesDetails__content__text {
  line-height: 1.6;
  padding-bottom: 15px;
}
.servicesDetails__content__list {
  margin-left: 20px;
  padding-bottom: 5px;
}
.servicesDetails__content__list__item {
  list-style: disc;
  padding-bottom: 12px;
  line-height: 1.5;
}
.servicesDetails__content__list__item .break {
  display: block;
}
.servicesDetails__content__list__item strong {
  font-weight: 500;
}
.servicesDetails__content__btn {
  display: flex;
  padding-top: 10px;
}
.servicesDetails__content__btn__link {
  font-weight: 500;
  border-radius: 5px;
}
.singleCol {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .singleCol {
    padding-bottom: 62px;
  }
}
@media (min-width: 1200px) {
  .singleCol {
    padding-bottom: 80px;
  }
}
.singleCol .textPage p {
  line-height: 1.4;
  padding-bottom: 15p;
}
@media (min-width: 768px) {
  .singleCol .textPage p {
    line-height: 1.5;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .singleCol .textPage p {
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
.singleCol .textPage p strong {
  font-weight: 500;
}
.singleCol .textPage p a {
  color: #00aeef;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .singleCol .textPage p a:hover {
    color: #ed1c24;
  }
}
.singleCol .textPage h2, .singleCol .textPage h3, .singleCol .textPage h4 {
  padding: 5px 0 10px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .singleCol .textPage h2, .singleCol .textPage h3, .singleCol .textPage h4 {
    padding: 10px 0 15px;
  }
}
.singleCol .textPage h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .singleCol .textPage h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .singleCol .textPage h2 {
    font-size: 28px;
  }
}
.singleCol .textPage h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .singleCol .textPage h3 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .singleCol .textPage h3 {
    font-size: 24px;
  }
}
.singleCol .textPage h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .singleCol .textPage h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .singleCol .textPage h4 {
    font-size: 20px;
  }
}
.singleCol .textPage ul {
  margin-left: 20px;
  padding-bottom: 10px;
}
.singleCol .textPage ul li {
  list-style: disc;
  padding-bottom: 10px;
  line-height: 1.5;
}
.singleCol .textPage ul li strong {
  font-weight: 500;
}

@media (min-width: 768px) {
  .mapAndFb {
    display: flex;
    flex-wrap: wrap;
  }
}
.mapAndFb__map {
  background-color: #ffffff;
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .mapAndFb__map {
    width: calc(100% - 360px);
    padding: 10px 0 10px 10px;
  }
}
.mapAndFb__map iframe {
  border: none;
  width: 100%;
  height: 350px;
  display: block;
}
@media (min-width: 768px) {
  .mapAndFb__map iframe {
    height: 450px;
  }
}
.mapAndFb__fb {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mapAndFb__fb {
    width: 360px;
    max-width: none;
    margin: 0;
  }
}

.contactData__container .contactInfo {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .contactData__container .contactInfo {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}
@media (min-width: 992px) {
  .contactData__container .contactInfo {
    margin: 0;
    padding-bottom: 80px;
  }
}
.contactData__container .contactInfo__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  background-color: #ecf0f1;
  padding: 30px 15px;
  border-radius: 20px;
}
@media (min-width: 576px) {
  .contactData__container .contactInfo__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .contactData__container .contactInfo__item {
    width: 33.3333%;
    margin: 20px 0;
    padding: 50px 15px;
  }
}
.contactData__container .contactInfo__item--icon {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contactData__container .contactInfo__item--icon {
    width: 50px;
    height: 50px;
  }
}
.contactData__container .contactInfo__item--icon .iconSVG {
  width: 20px;
  height: 20px;
  fill: #04213F;
}
.contactData__container .contactInfo__item--text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .contactData__container .contactInfo__item--text {
    font-size: 22px;
  }
}
.contactData__container .contactInfo__item--text .block {
  display: block;
}
.contactData__container .contactInfo__item--text a {
  color: #151515;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contactData__container .contactInfo__item.phone {
    border-radius: 10px 0 0 10px;
  }
}
.contactData__container .contactInfo__item.email {
  background-color: #00aeef;
  color: #ffffff;
}
@media (min-width: 576px) {
  .contactData__container .contactInfo__item.email {
    background-color: #ecf0f1;
    color: #000000;
  }
}
@media (min-width: 992px) {
  .contactData__container .contactInfo__item.email {
    background-color: #00aeef;
    color: #ffffff;
    margin: 0;
  }
}
.contactData__container .contactInfo__item.address {
  width: 100%;
}
@media (min-width: 576px) {
  .contactData__container .contactInfo__item.address {
    background-color: #00aeef;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .contactData__container .contactInfo__item.address {
    width: 33.3333%;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 992px) {
  .contactData__container .contactInfo__item.address {
    background-color: #ecf0f1;
    color: #000000;
  }
}

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