@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600&display=swap");
@import url("https://gistcdn.githack.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
* {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Gilroy", sans-serif;
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 20px;
  width: 100%;
}

header.header {
  position: relative;
}
header.header .header__top {
  padding: 10px 0px;
}
header.header .header__top .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .header__top .header__row .header__logo img {
  display: block;
  width: 120px;
}
header.header .header__top .header__row .header__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
header.header .header__top .header__row .header__social .header__social__column {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header .header__top .header__row .header__social .header__social__column ul {
  list-style-type: none;
}
header.header .header__top .header__row .header__social .header__social__column ul li {
  font-size: 14px;
}
header.header .header__top .header__row .header__social .header__social__column ul li a {
  font-size: 14px;
  display: block;
  color: #029BDC;
  text-decoration: none;
}
header.header .header__top .header__row .header__social .header__social__column div.img {
  border-radius: 65px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  background: #029BDC;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header .header__top .header__row .header__social .header__social__column div.img img {
  display: block;
  width: 20px;
}
header.header .header__bottom {
  background: rgba(9, 18, 66, 0.25);
  position: absolute;
  top: 85px;
  width: 100%;
  left: 0px;
  z-index: 1;
}
header.header .header__bottom .header__bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
header.header .header__bottom .header__bottom__row .header__menu ul,
header.header .header__bottom .header__bottom__row .header__lang ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
header.header .header__bottom .header__bottom__row .header__menu ul li.active a,
header.header .header__bottom .header__bottom__row .header__lang ul li.active a {
  font-weight: 500;
}
header.header .header__bottom .header__bottom__row .header__menu ul a,
header.header .header__bottom .header__bottom__row .header__lang ul a {
  padding-right: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
header.header .header__bottom .header__bottom__row .header__menu ul li:last-child a,
header.header .header__bottom .header__bottom__row .header__lang ul li:last-child a {
  border-right: 1px solid transparent;
}

.hero__screen {
  min-height: 700px;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
}
.hero__screen .row h1 {
  color: #FFF;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 60px;
  font-weight: 400;
  max-width: 800px;
  line-height: 1.25;
}
.hero__screen .row h1 b {
  line-height: 1.25;
  font-size: 60px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
}
.hero__screen .row p {
  color: #fff;
  padding: 15px 0px;
  line-height: 1.5;
  max-width: 600px;
  font-size: 18px;
}
.hero__screen .row a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 60px;
  width: 230px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  background: rgb(0, 114, 163);
  background: linear-gradient(270deg, rgb(0, 114, 163) 0%, rgb(2, 155, 220) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin-top: 25px;
}
.hero__screen .row a:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: #fff;
  border-radius: 80px;
  position: absolute;
  right: -50px;
  bottom: -50px;
}

.what_we_doing {
  margin-top: 100px;
}
.what_we_doing .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
.what_we_doing .row .column.title h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
.what_we_doing .row .column:nth-child(2) ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  list-style: none;
}
.what_we_doing .row .column:nth-child(2) ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.what_we_doing .row .column:nth-child(2) ul li .img img {
  width: 50px;
  display: block;
}
.what_we_doing .row .column:nth-child(2) ul li .txt {
  padding-left: 20px;
  border-left: 1px solid #dedede;
}
.what_we_doing .row .column:nth-child(2) ul li .txt .txt-title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.what_we_doing .row .column:nth-child(2) ul li .txt .txt-descr {
  font-size: 13px;
  display: block;
}

.about__image {
  margin-top: 100px;
}
.about__image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.about__page__image {
  margin-top: 0px;
}
.about__page__image img {
  width: 100%;
  display: block;
  max-height: 450px;
  object-fit: cover;
}

.about__section .row {
  padding: 80px;
  background: #fff;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.about__section .row .left h3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}
.about__section .row .left ul {
  list-style-type: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about__section .row .left ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about__section .row .left ul li span.txt {
  flex: 1;
}
.about__section .row .left ul li span.img {
  background: rgb(0, 114, 163);
  background: linear-gradient(270deg, rgb(0, 114, 163) 0%, rgb(2, 155, 220) 100%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
}
.about__section .row .left ul li span.img img {
  display: block;
}
.about__section .row .right img {
  width: 100%;
  display: block;
  min-height: 465px;
  object-fit: cover;
  max-height: 465px;
}

.services__section {
  margin-top: 100px;
}
.services__section .container {
  padding-top: 50px;
  border-top: 1px solid #dedede;
}
.services__section .container h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 50px;
}
.services__section .container .row .column .popup-action {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.services__section .container .row .column .txt {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(0deg, #091242 0%, rgba(60, 60, 60, 0) 100%);
  width: 100%;
}
.services__section .container .row .column img {
  width: 100%;
  display: block;
  max-height: 360px;
  object-fit: cover;
  min-height: 360px;
}

.callback__section {
  background: #019ADB;
  padding: 200px 0px 100px;
  margin-top: -150px;
}
.callback__section .row-team {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.callback__section .row-team .image img {
  width: 100%;
  display: block;
}
.callback__section .row-team .content .name {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0px 5px;
}
.callback__section .row-team .content .desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.callback__section .row-team .content a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.callback__section .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.callback__section .row .column.text h3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  padding-bottom: 25px;
  color: #fff;
}
.callback__section .row .column.text p {
  color: #fff;
  padding-bottom: 25px;
}
.callback__section .row .column.text ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.callback__section .row .column.text ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.callback__section .row .column.text ul li span.txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
}
.callback__section .row .column.text ul li span.txt a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.callback__section .row .column.text ul li span.img {
  background: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
}
.callback__section .row .column.text ul li span.img img {
  display: block;
}
.callback__section .row .column.form .callback__form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 25px;
}
.callback__section .row .column.form .callback__form__row .div1 {
  grid-area: 1/1/2/2;
}
.callback__section .row .column.form .callback__form__row .div2 {
  grid-area: 1/2/2/3;
}
.callback__section .row .column.form .callback__form__row .div3 {
  grid-area: 2/1/3/2;
}
.callback__section .row .column.form .callback__form__row .div4 {
  grid-area: 2/2/3/3;
}
.callback__section .row .column.form .callback__form__row .div5 {
  grid-area: 3/1/4/3;
}
.callback__section .row .column.form .callback__form__row .input {
  position: relative;
}
.callback__section .row .column.form .callback__form__row .input input {
  width: 100%;
  display: block;
  height: 50px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
.callback__section .row .column.form .callback__form__row .input .submit button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 50px;
  width: 250px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  color: rgb(2, 155, 220);
  position: relative;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.callback__section .row .column.form .callback__form__row .input textarea {
  margin-top: 25px;
  width: 100%;
  display: block;
  height: 120px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
.callback__section .row .column.form .callback__form__row .input input::placeholder,
.callback__section .row .column.form .callback__form__row .input textarea::placeholder {
  color: #fff;
  font-size: 15px;
}
.callback__section .row .column.form .callback__form__row .input input:active,
.callback__section .row .column.form .callback__form__row .input input:focus,
.callback__section .row .column.form .callback__form__row .input textarea:active,
.callback__section .row .column.form .callback__form__row .input textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}

footer.footer {
  background: #019ADB;
  padding-bottom: 0px;
}
footer.footer .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px;
}
footer.footer .row .column:nth-child(1) .title-column,
footer.footer .row .column:nth-child(2) .title-column,
footer.footer .row .column:nth-child(3) .title-column,
footer.footer .row .column:nth-child(4) .title-column {
  background: rgba(255, 255, 255, 0.1);
}
footer.footer .row .column:first-child .content-column {
  background: rgba(255, 255, 255, 0.1);
}
footer.footer .row .column .title-column {
  padding: 0px 20px;
  height: 100px;
  display: flex;
  align-items: center;
}
footer.footer .row .column .title-column img {
  max-width: 130px;
  display: block;
  width: 100%;
}
footer.footer .row .column .title-column p {
  font-size: 22px;
  display: block;
  color: #fff;
  font-weight: 400;
}
footer.footer .row .column .content-column {
  padding: 25px;
}
footer.footer .row .column .content-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.footer .row .column .content-column ul a {
  color: #fff;
  text-decoration: none;
}
footer.footer .row .column .content-column p {
  color: #fff;
  padding-bottom: 20px;
}
footer.footer .row .column .form-callback {
  position: relative;
}
footer.footer .row .column .form-callback input {
  width: 100%;
  display: block;
  height: 50px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
footer.footer .row .column .form-callback .submit button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 50px;
  width: 250px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  color: rgb(2, 155, 220);
  position: relative;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
footer.footer .row .column .form-callback input::placeholder {
  color: #fff;
  font-size: 15px;
}
footer.footer .row .column .form-callback input:active,
footer.footer .row .column .form-callback input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}

.bottom__footer {
  background: #019ADB;
  padding: 15px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom__footer p {
  color: #FFF;
  font-size: 13px;
}

.callback__section__contacts {
  background: #019ADB;
  padding: 140px 0px 100px;
}
.callback__section__contacts .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.callback__section__contacts .row .column.text h3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  padding-bottom: 25px;
  color: #fff;
}
.callback__section__contacts .row .column.text p {
  color: #fff;
  padding-bottom: 25px;
}
.callback__section__contacts .row .column.text ul {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.callback__section__contacts .row .column.text ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.callback__section__contacts .row .column.text ul li span.txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
}
.callback__section__contacts .row .column.text ul li span.txt a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.callback__section__contacts .row .column.text ul li span.img {
  background: rgb(255, 255, 255);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
}
.callback__section__contacts .row .column.text ul li span.img img {
  display: block;
}
.callback__section__contacts .row .column.form .callback__form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 25px;
}
.callback__section__contacts .row .column.form .callback__form__row .div1 {
  grid-area: 1/1/2/2;
}
.callback__section__contacts .row .column.form .callback__form__row .div2 {
  grid-area: 1/2/2/3;
}
.callback__section__contacts .row .column.form .callback__form__row .div3 {
  grid-area: 2/1/3/2;
}
.callback__section__contacts .row .column.form .callback__form__row .div4 {
  grid-area: 2/2/3/3;
}
.callback__section__contacts .row .column.form .callback__form__row .div5 {
  grid-area: 3/1/4/3;
}
.callback__section__contacts .row .column.form .callback__form__row .input {
  position: relative;
}
.callback__section__contacts .row .column.form .callback__form__row .input input {
  width: 100%;
  display: block;
  height: 50px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
.callback__section__contacts .row .column.form .callback__form__row .input .submit button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 50px;
  width: 250px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  color: rgb(2, 155, 220);
  position: relative;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.callback__section__contacts .row .column.form .callback__form__row .input textarea {
  margin-top: 25px;
  width: 100%;
  display: block;
  height: 120px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
.callback__section__contacts .row .column.form .callback__form__row .input input::placeholder,
.callback__section__contacts .row .column.form .callback__form__row .input textarea::placeholder {
  color: #fff;
  font-size: 15px;
}
.callback__section__contacts .row .column.form .callback__form__row .input input:active,
.callback__section__contacts .row .column.form .callback__form__row .input input:focus,
.callback__section__contacts .row .column.form .callback__form__row .input textarea:active,
.callback__section__contacts .row .column.form .callback__form__row .input textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}

.popup__service__container {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
}
.popup__service__container .popup__section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.popup__service__container .popup__section .container {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 1000px;
}
.popup__service__container .popup__section .popup__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.popup__service__container .popup__section .popup__row .popup__left .popup__title h2 {
  font-size: 26px;
  font-weight: 500;
}
.popup__service__container .popup__section .popup__row .popup__left .popup__title .popup-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
.popup__service__container .popup__section .popup__row .popup__left .popup__content {
  margin-top: 20px;
}
.popup__service__container .popup__section .popup__row .popup__left .popup__content p {
  font-size: 16px;
  padding-bottom: 15px;
}
.popup__service__container .popup__section .popup__row .popup__left .popup__content p:last-child {
  padding-bottom: 0px;
}
.popup__service__container .popup__section .popup__row .popup__right {
  padding-right: 50px;
}
.popup__service__container .popup__section .popup__row .popup__right .submit button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 50px;
  width: 250px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  background: #029BDC;
  color: #fff;
  position: relative;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.popup__service__container .popup__section .popup__row .popup__right .input:first-child {
  margin-top: 0px;
}
.popup__service__container .popup__section .popup__row .popup__right .input {
  position: relative;
  margin-top: 15px;
}
.popup__service__container .popup__section .popup__row .popup__right .input input {
  width: 100%;
  display: block;
  height: 50px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #029BDC;
  color: #029BDC;
  font-size: 15px;
  transition: 0.3s ease;
}
.popup__service__container .popup__section .popup__row .popup__right .input input::placeholder {
  color: #171412;
  font-size: 15px;
}
.popup__service__container .popup__section .popup__row .popup__right .input input:active,
.popup__service__container .popup__section .popup__row .popup__right .input input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #029BDC;
  transition: 0.3s ease;
}
.popup__service__container .popup__section .popup__image {
  margin-top: 30px;
}
.popup__service__container .popup__section .popup__image img {
  width: 100%;
  border-radius: 20px;
  max-height: 200px;
  display: block;
  object-fit: cover;
}

.footer__image iframe {
  display: block;
  width: 100%;
  height: 450px;
}

footer.footer .row .column:nth-child(1) .title-column,
footer.footer .row .column:nth-child(4) .title-column {
  position: relative;
}

footer.footer .row .column:nth-child(1) .title-column:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100vh;
  position: absolute;
  left: -100vh;
  top: 0px;
  display: block;
  height: 100px;
}

footer.footer .row .column:nth-child(4) .title-column:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100vh;
  position: absolute;
  right: -100vh;
  top: 0px;
  display: block;
  height: 100px;
}

.footer__image img,
.header__image img {
  width: 100%;
  display: block;
  max-height: 450px;
  object-fit: cover;
}

.footer__image__services {
  margin-top: -100px;
}
.footer__image__services iframe {
  width: 100%;
  display: block;
}

.about__section__services a.link {
  border: 1px solid rgba(23, 20, 18, 0.1);
  background: #029BDC;
  display: inline-flex;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-top: 40px;
}
.about__section__services .row-reverce .left {
  order: 2;
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.to-top .show {
  display: block;
}
.to-top button {
  cursor: pointer;
  background: rgba(1, 154, 219, 0.5);
  width: 50px;
  height: 50px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
.to-top button i {
  display: block;
  font-size: 20px;
  color: #fff;
}

.popup__service__container .popup__section .container {
  max-height: 450px;
  overflow-y: scroll;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
.owl-nav button {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #019ADB !important;
  background: #fff !important;
  border-radius: 5px !important;
}
.owl-nav button span {
  font-size: 24px;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.owl-dots button {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  opacity: 0.5;
}
.owl-dots button.active {
  opacity: 1 !important;
}

.current-lang a {
  font-weight: 600 !important;
}

.popup__service__container .popup__section .popup__row .popup__left .popup__content ul {
  padding-left: 40px;
}

.mobile-menu-main {
  background: rgba(223, 223, 223, 0.6);
  backdrop-filter: blur(53px);
  -webkit-backdrop-filter: blur(53px);
  border-radius: 0px;
  position: fixed;
  z-index: 60;
  width: 100%;
  top: 0px;
  right: 0px;
  height: 100vh;
}

.mobile-menu-main .container-mobile-menu {
  padding: 20px 15px;
}

.mobile-menu-main .container-mobile-menu .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.mobile-menu-main .container-mobile-menu .top .logo img {
  max-width: 170px;
  display: block;
  width: 100%;
}

.mobile-menu-main .container-mobile-menu .top .menu svg {
  display: block;
}

.mobile-menu-main .phone-group {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.mobile-menu-main .phone-group svg {
  width: 30px;
  display: block;
}

.mobile-menu-main .phone-group .phone-contacts a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000;
  padding-bottom: 0px;
  text-decoration: none;
}

.mobile-menu-main .column.menu {
  padding: 0px 0px;
}

.mobile-menu-main .column.menu ul.main-menu-ul li {
  margin-bottom: 10px;
}

.mobile-menu-main .column.menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mobile-menu-main .column.menu ul a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.mobile-menu-main .column.menu ul a img {
  display: block;
}

.mail-menu {
  margin-top: 5px;
}

.mail-menu p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.mail-menu a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.mobile-menu-main .header__lang {
  margin-top: 40px;
}
.mobile-menu-main .header__lang ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.mobile-menu-main .header__lang ul li.active a {
  font-weight: 500;
}
.mobile-menu-main .header__lang ul a {
  padding-right: 30px;
  display: block;
  text-decoration: none;
  color: #171412;
  font-size: 20px;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu-main .header__lang ul li:last-child a {
  border-right: 1px solid transparent;
}

.header__menu__mobile {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu__mobile .phone {
  background: #029BDC;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu__mobile .phone img {
  display: block;
  max-width: 15px;
}
.header__menu__mobile svg {
  display: block;
}

.wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .desktop {
    display: none !important;
  }
  .hero__screen .row h1 {
    font-size: 30px;
  }
  .hero__screen .row h1 b {
    font-size: 35px;
  }
  .hero__screen:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .hero__screen {
    position: relative;
  }
  .hero__screen .row {
    position: relative;
    z-index: 5;
  }
  .popup__service__container .popup__section .popup__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .popup__service__container .popup__section .container {
    max-height: 100%;
    overflow-y: scroll;
    padding: 30px;
  }
  .popup__service__container .popup__section .popup__row .popup__right {
    padding-right: 0px;
  }
  .popup__service__container .popup__section .popup__row .popup__right .submit button {
    width: 100%;
  }
  .hero__screen .row p {
    font-size: 16px;
  }
  .hero__screen .row a {
    height: 50px;
    font-size: 16px;
    width: 100%;
  }
  .hero__screen {
    min-height: 550px;
  }
  .what_we_doing {
    margin-top: 50px;
  }
  .about__image {
    margin-top: 50px;
  }
  .what_we_doing .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .what_we_doing .row .column.title h2 {
    font-size: 30px;
  }
  .what_we_doing .row .column:nth-child(2) ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    list-style: none;
  }
  .what_we_doing .row .column:nth-child(2) ul li {
    gap: 15px;
  }
  .about__section .row {
    padding: 25px;
  }
  .about__section .row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about__section .row .left h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .about__section .row .right img {
    min-height: 350px;
    max-height: 350px;
  }
  .services__section .container h2 {
    font-size: 24px;
  }
  .callback__section .row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .services__section {
    margin-top: 50px;
  }
  .services__section .container .row .column .txt {
    text-align: center;
  }
  .callback__section .row .column.form .callback__form__row .input .submit button {
    width: 100%;
  }
  .callback__section .row-team {
    grid-template-columns: 1fr;
  }
  .about__section .row .left ul li span.txt {
    font-size: 14px;
  }
  * {
    font-size: 14px;
  }
  footer.footer .row {
    grid-template-columns: 1fr;
  }
  footer.footer .row .column:nth-child(1) .title-column, footer.footer .row .column:nth-child(2) .title-column, footer.footer .row .column:nth-child(3) .title-column, footer.footer .row .column:nth-child(4) .title-column,
  footer.footer .row .column:first-child .content-column,
  footer.footer .row .column:nth-child(1) .title-column:before,
  footer.footer .row .column:nth-child(4) .title-column:after {
    background: transparent;
  }
  footer.footer .row .column .content-column,
  footer.footer .row .column .title-column {
    padding: 0px;
  }
  footer.footer .row .column .form-callback .submit button {
    width: 100%;
    margin-bottom: 40px;
  }
  footer.footer .row .column:nth-child(1) .title-column {
    margin-top: 20px;
  }
}
@media screen and (min-width: 601px) {
  .mobile {
    display: none !important;
  }
}

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