@charset "UTF-8";
/*Импорт reset*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a :focus, a :active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

input, button, textarea {
  font-family: inherit;
}

input ::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button ::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

/*Змінні частинки*/
/*Основні стилі*/
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  margin: 0 auto;
  max-width: 1360px;
  height: 100%;
}

.none {
  display: none;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #faf4f4;
}

.main1 {
  background-color: #fff;
}

body.lock {
  overflow: hidden;
}

body {
  font-family: "Didact Gothic", sans-serif;
}

/*Головні стилі*/
.header {
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.38)), to(rgba(255, 255, 255, 0.38))), url("./img/Головна/Rectangle 4747.png");
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.38)), url("./img/Головна/Rectangle 4747.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-style: inherit;
          transform-style: inherit;
  background-position: center;
  background-attachment: fixed;
}
.header__top {
  position: relative;
  padding: 40px 0px;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.header__main {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__body {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  gap: 24px;
  width: 400px;
}
.header__img {
  overflow: hidden;
  position: relative;
}
.header__img img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header1 {
  height: 127px;
}

.language {
  display: none;
}

@media (max-width: 966px) {
  .header__body {
    width: 75%;
  }
  .header__body .header__lang {
    width: 350px;
  }
}
@media (max-width: 644px) {
  .header__body {
    width: 75%;
  }
  .header__body .header__lang {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .header__body {
    width: 80%;
  }
  .header__body .header__lang {
    width: 200px;
  }
}
@media (max-width: 425px) {
  .header .header__top {
    padding: 22px 0;
  }
  .header .header__top .item__button {
    display: none;
  }
  .header .header__top .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 0;
    padding: 0px;
    gap: 12px;
  }
  .header .header__top .language a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5F5F5F;
  }
  .header__body {
    width: 70%;
    margin: 0 auto;
  }
  .header__body .header__lang {
    display: none;
  }
}
.header__saw {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  gap: 60px;
  left: -5000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__top.active .header__saw {
  left: 0;
}

.header__top.active .item__button {
  opacity: 0;
  margin-right: -311px;
}

.header__top.form .item__button {
  opacity: 0;
  margin-right: -900px;
}

.header__top.form .item__burger {
  opacity: 0;
  margin-left: -200px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 16px;
  margin-top: -130px;
}
.header__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__item::before, .header__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #218294;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.header__item::after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__item:hover {
  color: #fff;
}
.header__item:hover::before, .header__item:hover::after {
  left: 0;
}
.header__link {
  font-weight: 400;
  font-size: calc(22px + 1.6176470588vw);
  line-height: 120%;
  color: #000000;
  padding: 3px 5px;
  font-family: "Didact Gothic", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.web {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.web__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  gap: 16px;
}
.web__link {
  font-weight: 500;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 19px;
  color: #1C1C1C;
}
.web__link:hover {
  text-decoration: underline;
}

.lang-item {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.lang-item:hover {
  text-decoration: underline;
}

.item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item__burger {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger::after, .item__burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.3px;
  background-color: #000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger::before {
  top: 6px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger::after {
  bottom: 6px;
  height: 1.3px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger span {
  position: absolute;
  width: 100%;
  height: 1.3px;
  top: 50%;
  background-color: #000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__burger.active span {
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item__button {
  display: inline-block;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 30px;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFFFFF;
}
.item__button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Didact Gothic", sans-serif;
}
.item__button:hover {
  background-color: transparent;
  color: #000;
}

.header__top.form .header__login {
  right: 0;
}

.header__login {
  height: 100vh;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: 50px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -5000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__login .close {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 20;
  top: -20px;
  left: 0;
  cursor: pointer;
}
.header__login .close::before, .header__login .close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.3px;
  background-color: #000;
}
.header__login .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__login .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.login {
  gap: 32px;
  margin: 0 auto;
  max-width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
}
.login__title {
  font-weight: 400;
  font-size: calc(33px + 2.4264705882vw);
  line-height: 130%;
  color: #000000;
  position: relative;
  z-index: 4;
  padding: 0 12px;
  background-color: #Fff;
}
.login__text {
  font-weight: 400;
  font-size: 20px;
  line-height: calc(11px + 0.8088235294vw);
  text-align: center;
  color: #000000;
  max-width: 600px;
}
.login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  width: 100%;
}
.login__form input[type=text],
.login__form input[type=email],
.login__form input[type=number],
.login__form input[type=url] {
  background: #F5FAFE;
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
  font-size: calc(10px + 0.7352941176vw);
  line-height: 110%;
  padding: 18px 0 18px 53px;
}
.login__form textarea {
  background: #F5FAFE;
  border-radius: 10px;
  width: 100%;
  resize: none;
  font-size: calc(10px + 0.7352941176vw);
  padding: 18px 0 18px 53px;
  text-decoration: none;
  height: 100%;
}
.login__form #file-input {
  display: none;
}
.login__form #file-label {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  cursor: pointer;
}
.login__form .check {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login__form .check label {
  font-weight: 400;
  font-size: calc(10px + 0.7352941176vw);
  line-height: 110%;
  color: #1F1F1F;
}
.login__form .check label a:hover {
  text-decoration: underline;
}
.login__form .check input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.login__form .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 18px;
  margin-bottom: 20px;
}
.login__form .phones {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.login__form .phones .phone {
  padding-left: 90px;
}
.login__form .phones img {
  position: absolute;
  width: 30px;
  height: 20px;
  margin-left: 49px;
}

@media (max-width: 760px) {
  .login__form {
    gap: 20px;
  }
  .login {
    gap: 20px;
  }
  .login .login__title {
    font-size: calc(24px + 3.1578947368vw);
  }
  .login .login__text {
    font-size: calc(8px + 1.0526315789vw);
  }
}
.accept {
  position: absolute;
  width: 100vw;
  z-index: 10;
  height: 100vh;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  display: none;
}
.accept__container {
  background-image: url("./img/Головна/Rectangle 4771.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 513px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accept__body {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.accept__title {
  font-weight: 400;
  font-size: calc(35px + 2.5735294118vw);
  line-height: 130%;
  text-align: center;
  color: #000000;
}
.accept__text {
  font-weight: 400;
  font-size: calc(10px + 0.7352941176vw);
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.login.sended .accept {
  display: block;
}

.about {
  margin: 80px 10px;
}
.about__body {
  gap: 110px;
}
.about__us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.about__title-us {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 130%;
  color: #000000;
  white-space: nowrap;
  width: 100%;
}
.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}
.about__title {
  font-weight: 500;
  font-size: calc(23px + 1.6911764706vw);
  line-height: 130%;
  color: #000000;
}
.about__title a {
  color: #21468D;
}
.about__title a:hover {
  text-decoration: underline;
}
.about__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.about__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 400;
  font-size: calc(8px + 0.7547169811vw);
  line-height: 130%;
  color: #000000;
}

@media (max-width: 450px) {
  .about {
    margin: 30px 10px;
  }
  .about .about__body {
    gap: 15px;
  }
  .about .about__body .about__title {
    font-size: calc(19px + 1.3235294118vw);
    padding: 0 20px;
  }
  .about .about__body .about__title-us {
    padding: 0 20px;
  }
  .about__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 760px) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .about__body .about__title {
    padding: 0 20px;
  }
  .about__body .about__title-us {
    padding: 0 20px;
  }
  .about__body .about__col {
    padding: 0 10px;
  }
  .about__body .about__col .about__text {
    padding: 0 10px;
  }
}
.about {
  margin: 80px 0;
}
.about ._container {
  border-bottom: 2px solid #B7B7B7;
}
.about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 80px 0px;
  gap: 32px;
}
.about__section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px;
  gap: 32px;
}
.about__img {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  max-width: 1320px;
  max-height: 690px;
  border-radius: 40px;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
  border-radius: 20px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about__img img:hover {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.about__img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 139px;
  margin-right: 20px;
}
.about__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.about__numbers-title {
  font-weight: 400;
  font-size: calc(39px + 2.8676470588vw);
  line-height: 100%;
  color: #000000;
}
.about__numbers-text {
  font-weight: 500;
  font-size: calc(11px + 0.8088235294vw);
  line-height: 26px;
  color: #000000;
}

@media (max-width: 420px) {
  .about__section {
    padding: 30px 0;
  }
  .about .about__section .about__section-body .about__img-text {
    gap: 20px;
  }
  .about .about__section .about__section-body .about__numbers {
    gap: 5px;
  }
  .about .about__section .about__section-body .about__numbers-title {
    font-size: calc(25px + 1.8382352941vw);
  }
  .about .about__section .about__section-body .about__numbers-text {
    font-size: calc(9px + 0.6617647059vw);
  }
}
@media (max-width: 760px) {
  .about .about__section {
    padding: 45px 0;
  }
  .about .about__img-text {
    gap: 50px;
  }
  .about .about__section-body .about__numbers-title {
    font-size: calc(30px + 2.2058823529vw);
  }
  .about .about__section-body .about__numbers-text {
    font-size: calc(9px + 0.6617647059vw);
  }
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0px;
  gap: 76px;
}
.service__body {
  gap: 76px;
  padding: 0 15px;
}
.service__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 405px;
}
.service__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 100%;
  color: #000000;
}
.service__text {
  font-weight: 500;
  font-size: calc(11px + 0.7352941176vw);
  line-height: 26px;
  color: #000000;
}
.service__boxes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 20px;
}
.service__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 400px;
  height: 400px;
  padding: 54px 30px 40px 30px;
  border: 1px solid #B7B7B7;
}
.service__subtitle {
  font-weight: 600;
  font-size: calc(14px + 1.0294117647vw);
  line-height: 31px;
  color: #000000;
}
.service__subtext {
  font-weight: 500;
  font-size: calc(8px + 0.5147058824vw);
  line-height: 19px;
  padding-top: 18px;
  max-width: 290px;
  color: #5F5F5F;
}

.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.service__box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 400px;
  height: 400px;
  padding: 24px 20px 20px 20px;
  border: 1px solid #B7B7B7;
}

.bots {
  background-image: url("./img/Головна/Rectangle 370.png");
  width: 100%;
  height: 100%;
  padding: 20px;
  background-repeat: no-repeat;
}

.linked:hover {
  text-decoration: underline;
}

.box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 71, 141, 0.0431372549);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.buttons a {
  position: absolute;
  border-radius: 50%;
  padding: 83px 28px;
  border: 2px solid #21468D;
  font-weight: 400;
  font-size: calc(9px + 0.5882352941vw);
  line-height: 21px;
  color: rgba(36, 68, 127, 0.7843137255);
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.buttons a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  top: 1000px;
  height: 0;
  background-color: rgba(24, 169, 109, 0.1803921569);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.buttons a:hover::after {
  height: 100%;
  top: 0;
}
.buttons a:hover {
  color: #000000;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.boxes1 {
  position: relative;
}
.boxes1 .buttons a {
  display: block;
  top: 120px;
  right: 30px;
}

.boxes2 {
  position: relative;
}
.boxes2 .buttons a {
  bottom: 20px;
  left: 30px;
}

.boxes3 {
  position: relative;
}
.boxes3 .buttons a {
  right: 30px;
  top: 30px;
}

.boxes4 {
  position: relative;
}
.boxes4 .buttons a {
  bottom: 30px;
  left: 30px;
}

.boxes1:hover .buttons,
.boxes2:hover .buttons,
.boxes3:hover .buttons,
.boxes4:hover .buttons {
  opacity: 1;
}

@media (max-width: 490px) {
  .box1, .box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .service .service__body {
    gap: 20px;
  }
  .main .service .service__body .service__subtitle {
    font-size: calc(18px + 1.3235294118vw);
  }
  .main .service .service__body .service__subtext {
    font-size: calc(12px + 0.8823529412vw);
  }
}
@media (max-width: 760px) {
  .service {
    padding: 40px 0;
  }
  .service .service__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .service__body .service__title {
    font-size: calc(30px + 2.2058823529vw);
  }
  .service .service__body .service__text {
    font-size: calc(10px + 0.7352941176vw);
  }
  .service .service__body .service__box,
.service .service__body .service__box1 {
    height: 220px;
    padding: 20px;
  }
}
@media (max-width: 1050px) {
  .service .service__box,
.service .service__box1 {
    height: 250px;
    padding: 20px;
  }
  .boxes1 .buttons a,
.boxes2 .buttons a,
.boxes3 .buttons a,
.boxes4 .buttons a {
    padding: 40px 10px;
    top: 70px;
    height: 110px;
  }
}
.buttons1 {
  display: inline-block;
  border-radius: 50%;
  padding: 55px 15px;
  border: 2px solid #21468D;
  font-weight: 500;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  color: rgba(36, 68, 127, 0.7843137255);
  -webkit-transition: 1s;
  transition: 1s;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  max-width: 160px;
}
.buttons1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  top: 1000px;
  height: 0;
  background-color: rgba(28, 167, 167, 0.1215686275);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.buttons1:hover::after {
  height: 100%;
  top: 0;
}
.buttons1:hover {
  color: rgba(0, 0, 0, 0.8392156863);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project {
  padding: 80px 0px;
}
.project__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.project__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 118px;
  color: #000000;
  text-align: center;
}
.project__container {
  padding: 30px 0 70px 0;
  overflow: hidden;
}
.project__words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 450px;
}
.project__words p {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  color: #000000;
}
.project__list {
  margin: 0px 10px;
}
.project__item-img {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project__item-img img {
  position: relative;
  max-width: 100%;
  padding: 0 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project__item-img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.project__item-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  background-image: url("./img/Головна/img35.png");
  background-position: center center;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.project__item-img:hover::after {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .project {
    padding: 20px 0;
  }
  .project .project__body {
    gap: 0;
  }
  .project .project__body .project__title {
    font-size: calc(36px + 2.6470588235vw);
  }
  .wrapper .project .project__item img {
    height: 360px;
    width: 310px;
  }
  .wrapper .project .project__words p {
    font-size: calc(6px + 0.5660377358vw);
  }
  .wrapper .project .project__words {
    height: 330px;
    margin-right: 0;
  }
  .wrapper .project .project__words p {
    font-size: calc(8px + 0.7547169811vw);
  }
  .wrapper .project .project__words .buttons1 {
    max-width: 100px;
    padding: 25px 15px;
    font-size: calc(9px + 0.6617647059vw);
  }
}
@media (max-width: 1110px) {
  .project {
    padding: 30px 0;
  }
  .project .project__body {
    gap: 2px;
  }
  .project .project__words p {
    font-size: calc(7px + 0.5660377358vw);
  }
  .project .project__words .buttons1 {
    max-width: 130px;
    padding: 45px 15px;
    font-size: calc(8px + 0.5882352941vw);
  }
  .project .project__item img {
    height: 450px;
  }
}
.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 0;
}
.order__body {
  padding: 0 10px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__title {
  font-weight: 500;
  font-size: calc(15px + 1.1764705882vw);
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.order__title span {
  color: #21468D;
}
.order .mores__title {
  font-size: calc(14px + 1.1029411765vw);
}
.order__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
}
.order__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 190px;
  padding: 70px 35px;
  font-size: 20px;
}
.order .mores__link {
  display: inline-block;
  border: 1px solid #21468D;
  border-radius: 50%;
  padding: 63px 10px;
  white-space: nowrap;
  font-size: 14.5px;
  margin-left: -40%;
  color: #21468D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.order .mores__link:hover {
  background-color: rgba(124, 163, 235, 0.537254902);
}

@media (max-width: 440px) {
  .wrapper .order .order__body .order__title {
    max-width: 320px;
  }
}
@media (max-width: 610px) {
  .order .order__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .order__body .order__title {
    font-size: calc(13px + 0.8823529412vw);
    max-width: 400px;
    line-height: 150%;
  }
  .order .order__body .mores__link {
    margin-left: 0;
    padding: 48px 8px;
    font-size: 12px;
  }
  .order .order__body .buttons1 {
    display: inline-block;
    border-radius: 15px;
    padding: 10px 55px;
    font-weight: 500;
    border: 1px solid #000;
    font-size: calc(9px + 0.5882352941vw);
    line-height: 21px;
    color: #fff;
    background-color: #000;
    -webkit-transition: 1s;
    transition: 1s;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
  }
  .order .order__body .buttons1:hover {
    background-color: #F5FAFE;
    color: #000;
  }
}
@media (max-width: 805px) {
  .order .order__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order .order__link a {
    max-width: 150px;
    padding: 50px 35px;
    font-size: 18px;
  }
}
@media (max-width: 1030px) {
  .order {
    padding: 20px 0 50px 0;
  }
}
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 80px 0px 40px 0;
}
.blog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px;
  gap: 48px;
  margin-bottom: 130px;
}
.blog__name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
}
.blog__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 130%;
}
.blog__text {
  font-weight: 400;
  font-size: calc(11px + 0.7352941176vw);
  line-height: 26px;
  max-width: 810px;
  margin-top: 15px;
  padding: 0 10px;
}
.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 60px;
}
.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  height: 650px;
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  height: 100%;
}
.blog__columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 10px;
  gap: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}
.blog__columns:last-child {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.blog__columns:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: url("./img/Головна/Rectangle 4734.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 103%;
  top: 10px;
  opacity: 0;
  background-position: center center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog__columns:hover::before {
  opacity: 1;
}
.blog__column-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.blog__sabtitle {
  font-weight: 600;
  font-size: calc(11px + 0.7352941176vw);
  line-height: 120%;
  color: #000000;
}
.blog__date {
  font-weight: 500;
  font-size: calc(8px + 0.5147058824vw);
  line-height: 120%;
  color: #5F5F5F;
}
.blog__column-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  gap: 16px;
}
.blog__sabtext {
  font-weight: 400;
  font-size: calc(8px + 0.5147058824vw);
  padding: 0 15px;
  line-height: 120%;
  color: #5F5F5F;
}
.blog ._container {
  border-bottom: 2px solid #B7B7B7;
}

.contact__ttext {
  max-width: 700px;
}

.blog__some-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog .some__container {
  border: 0;
  width: 100%;
}

@media (max-width: 400px) {
  .wrapper .blog .blog__body {
    height: 430px;
  }
  .wrapper .blog .blog__some-body {
    height: 100%;
  }
  .wrapper ._container {
    border-bottom: 0px solid #B7B7B7;
  }
  .wrapper .blog .blog__body .blog__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
  }
  .wrapper .blog .blog__name {
    padding-left: 10px;
  }
  .wrapper .blog .blog__body .blog__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 250px;
    gap: 0;
  }
  .wrapper .blog .blog__body .blog__item .blog__columns {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .wrapper .blog .blog__body .blog__item .blog__columns .blog__column-text {
    display: none;
  }
  .wrapper .blog .blog__body .blog__item .blog__columns .blog__column-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wrapper .blog .blog__body .blog__item .blog__columns::before {
    right: 0;
    top: 0;
    width: 250px;
    height: 160px;
    opacity: 1;
    margin-top: 10px;
  }
  .wrapper .blog .blog__body .blog__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 760px) {
  .blog {
    padding: 40px 0;
  }
  .blog .blog__some-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .blog .blog__body {
    margin-bottom: 70px;
  }
  .blog .blog__body .blog__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .blog .blog__body .blog__name .blog__text {
    margin-top: 0;
    max-width: 350px;
  }
  .blog .blog__body .blog__list {
    width: 70%;
    height: 730px;
  }
  .blog .blog__body .blog__list .blog__columns::before {
    width: 130px;
    height: 130px;
  }
  .blog .blog__item {
    gap: 20px;
  }
}
.okey {
  padding: 40px 0;
}

.connect {
  padding: 80px 0px 160px 0px;
}
.connect__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.connect__title {
  font-weight: 400;
  font-size: calc(23px + 1.6911764706vw);
  line-height: 56px;
  text-align: center;
  color: #000000;
  max-width: 710px;
}
.connect__button {
  display: inline-block;
  padding: 23px 105px;
  background: #000000;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: 1s;
  transition: 1s;
}
.connect__button:hover {
  color: #000000;
  background: transparent;
  border: 1px solid #000;
}

@media (max-width: 410px) {
  .wrapper .connect {
    padding: 0px 0 80px 0;
  }
  .wrapper .connect .connect__body {
    gap: 15px;
  }
  .wrapper .connect .connect__body .connect__title {
    font-size: calc(20px + 1.5441176471vw);
  }
  .wrapper .connect .connect__body .connect__button {
    padding: 10px 62px;
  }
}
@media (max-width: 760px) {
  .connect {
    padding: 60px 0 100px 0;
  }
  .connect .connect__body {
    gap: 30px;
  }
  .connect .connect__body .connect__button {
    padding: 16px 82px;
  }
}
.footer {
  padding: 80px 0px;
  color: #DFDDDD;
  background: #2F2F2F;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0 20px;
  border-bottom: 2px solid #5F5F5F;
  padding-bottom: 70px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.footer__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.footer__message-port {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 32px;
}
.footer__message-title {
  font-weight: 600;
  font-size: calc(12px + 0.8088235294vw);
  line-height: 29px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding-left: 0;
}
.footer__link {
  position: relative;
  font-weight: 400;
  font-size: calc(9px + 0.5882352941vw);
  line-height: 21px;
}
.footer__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-color: #B7B7B7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__link:hover::after {
  width: 100%;
}
.footer__link1 {
  font-weight: 400;
  font-size: calc(9px + 0.5882352941vw);
  line-height: 20px;
  color: #828282;
}
.footer__link1:hover {
  text-decoration: underline;
}
.footer__lan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__lang-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 32px;
}
.footer__title {
  font-weight: 400;
  font-size: calc(20px + 1.5441176471vw);
  line-height: 49px;
  color: #DFDDDD;
}
.footer__form {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 5px;
  width: 100%;
}
.footer__form label {
  font-weight: 400;
  font-size: calc(10px + 0.6617647059vw);
  line-height: 120%;
  color: #DFDDDD;
}
.footer__input {
  background-color: transparent;
  width: 87%;
  padding: 10px 0px 10px 10px;
  font-size: calc(10px + 0.6617647059vw);
  color: #DFDDDD;
  letter-spacing: 1px;
}
.footer__button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 21px;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__lang {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
.footer__link-lang {
  font-weight: 600;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  letter-spacing: 1px;
}
.footer__link-lang:hover {
  text-decoration: underline;
}
.footer__phone {
  font-weight: 600;
  font-size: calc(20px + 1.4705882353vw);
  line-height: 50px;
  color: #DFDDDD;
}
.footer__gmail {
  font-weight: 600;
  font-size: calc(20px + 1.4705882353vw);
  line-height: 50px;
  color: #DFDDDD;
}

@media (max-width: 460px) {
  .wrapper .footer__link-lang {
    font-size: 17px;
    margin-left: 10px;
  }
  .wrapper .footer__lang {
    gap: 15px;
  }
  .wrapper .footer__phone {
    font-weight: 500;
    font-size: 30px;
  }
  .wrapper .footer__gmail {
    font-weight: 500;
    font-size: 30px;
  }
  .wrapper .footer .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .wrapper .footer .footer__body .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .wrapper .footer .footer__body .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .wrapper .footer .footer__body .footer__top .footer__form {
    width: 100%;
  }
  .wrapper .footer .footer__body .footer__top .footer__form .footer__input {
    width: 85%;
    padding: 5px;
  }
  .wrapper .footer .footer__body .footer__top .footer__message-port {
    gap: 10px;
  }
  .wrapper .footer__message-title {
    font-size: 17px;
    font-weight: 500;
  }
  .wrapper .footer__list {
    gap: 7px;
  }
  .wrapper .footer__lang-box {
    gap: 15px;
  }
  .wrapper .footer__title {
    font-size: 28px;
  }
  .wrapper .footer__button {
    width: 27px;
    height: 27px;
    font-size: 16px;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .footer .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .footer .footer__body .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer .footer__body .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__body .footer__top .footer__form {
    width: 55%;
  }
  .footer .footer__body .footer__top .footer__form .footer__input {
    width: 80%;
  }
  .footer .footer__footer {
    height: 100px;
    gap: 40px;
  }
  .footer .footer__footer .footer__downtexts {
    padding-top: 30px;
  }
}
.footer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 60px;
}
.footer__downtexts {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  padding-top: 54px;
}
.footer__down-text {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 16px;
  color: #DFDDDD;
  word-spacing: 10px;
}
.footer__down-link {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 16px;
  color: #DFDDDD;
  word-spacing: 7px;
}
.footer__img img {
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  padding: 80px 0;
}
.mission__texts {
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.mission__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 120%;
  color: #000000;
}
.mission__text {
  font-weight: 400;
  font-size: calc(9px + 0.5882352941vw);
  line-height: 130%;
  color: #000000;
}
.mission__img {
  max-width: 1320px;
}
.mission__img img {
  border-radius: 20px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
}
.mission__img img:hover {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.mission .project__img img {
  border-radius: 0px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.mission__sabtexts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 20px;
  gap: 20px;
}
.mission__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-top: 30px;
}
.mission__box-title {
  font-weight: 400;
  font-size: calc(14px + 0.9558823529vw);
  line-height: 130%;
  color: #000000;
}
.mission__box-text {
  font-weight: 400;
  font-size: calc(8px + 0.5147058824vw);
  line-height: 27px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  padding-top: 18px;
}

.project-sect {
  margin-top: 80px;
}

@media (max-width: 450px) {
  .mission__sabtexts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .mission__sabtexts .mission__box {
    margin-top: 5px;
  }
  .mission__sabtexts .mission__box .mission__box-title {
    font-size: calc(16px + 1.1764705882vw);
  }
  .mission__sabtexts .mission__box .mission__box-text {
    font-size: calc(8px + 0.625vw);
    line-height: 23px;
  }
  .mission .mission__body .mission__text {
    font-size: calc(10px + 0.6617647059vw);
    line-height: 140%;
  }
}
@media (max-width: 760px) {
  .project-sect {
    margin-top: 0;
  }
  .mission__body {
    padding: 40px 0;
  }
  .mission__texts {
    margin-bottom: 30px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .mission__texts .projects__title {
    font-size: calc(34px + 0.8823529412vw);
  }
  .mission__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-top: 20px;
  }
  .mission__box-text {
    font-size: calc(7px + 0.5147058824vw);
    padding-top: 5px;
  }
}
.team {
  padding: 80px 0;
}
.team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 42px;
  padding: 0 20px;
}
.team__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.team__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 130%;
  white-space: nowrap;
}
.team__text {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 27px;
}
.team__img {
  max-width: 650px;
  max-height: 600px;
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

@media (max-width: 450px) {
  .team .team__body .team__text {
    line-height: 23px;
  }
  .team .team__body {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .team {
    padding: 40px 0;
  }
  .team .team__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.people {
  padding: 80px 0px;
}
.people__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0 20px;
}
.people__text {
  font-weight: 400;
  font-size: calc(14px + 0.9558823529vw);
  line-height: 130%;
  color: #000000;
  max-width: 600px;
}
.people__boxtop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
.people__img {
  max-width: 315px;
  max-height: 507px;
  position: relative;
  overflow: hidden;
}
.people__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.people__img:hover .box__hover {
  bottom: 0;
  opacity: 1;
}
.people__boxbottom {
  gap: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.people .people__img-some {
  position: relative;
}
.people__some .some__some {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.people__sometitle {
  max-width: 281px;
  font-weight: 500;
  font-size: calc(13px + 0.9558823529vw);
  line-height: 130%;
  color: #FFFFFF;
}
.people .buttons2 {
  display: inline-block;
  padding: 63px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  width: 60%;
  color: rgba(255, 255, 255, 0.7098039216);
  -webkit-transition: 1s;
  transition: 1s;
}
.people .buttons2:hover {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.box__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  padding: 0px;
  bottom: -999px;
  padding: 10px;
  opacity: 0;
  gap: 10px;
  background-color: rgba(50, 50, 50, 0.76);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.box__hover-title {
  font-weight: 500;
  font-size: calc(11px + 0.8088235294vw);
  line-height: 27px;
  color: #FFFFFF;
}
.box__hover-text {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 27px;
  color: #FFFFFF;
}

@media (max-width: 500px) {
  .box__hover {
    gap: 5px;
  }
  .box__hover-title {
    font-size: calc(10px + 0.7352941176vw);
    line-height: 15px;
  }
  .box__hover-text {
    font-size: calc(7px + 0.5147058824vw);
    line-height: 15px;
  }
  .wrapper .people .people__body .people__some .some__some {
    padding: 0 10px;
  }
  .wrapper .people .people__body .people__some .some__some .buttons2 {
    padding: 15px 11px;
    width: 62%;
    font-size: calc(6px + 0.4411764706vw);
    line-height: 10px;
  }
  .wrapper .people .people__body .people__boxtop {
    gap: 10px;
  }
  .wrapper .people .people__body .people__boxbottom {
    gap: 10px;
  }
  .wrapper .people .people__body {
    gap: 20px;
    padding: 10px;
  }
}
@media (max-width: 760px) {
  .wrapper .people .people__body .some__some .buttons2 {
    padding: 18px 11px;
    width: 57%;
    font-size: calc(6px + 0.4411764706vw);
    line-height: 15px;
  }
  .wrapper .people .people__body .some__some .people__sometitle {
    max-width: 200px;
    font-weight: 500;
    font-size: calc(10px + 0.7352941176vw);
    line-height: 130%;
    color: #FFFFFF;
  }
}
@media (max-width: 850px) {
  .wrapper .people .people__body .buttons2 {
    padding: 35px 11px;
  }
}
.pages {
  padding: 80px 0 0 0;
}
.pages__body {
  padding: 0 10px 80px 10px;
  border-bottom: 1px solid #B7B7B7;
  gap: 15px;
}
.pages__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 120%;
  color: #000000;
}
.pages__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px;
  gap: 32px;
}
.pages__img {
  max-width: 650px;
  max-height: 216px;
}
.pages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pages__text {
  font-weight: 400;
  font-size: calc(9px + 0.6617647059vw);
  line-height: 130%;
  color: #000000;
  padding: 0 5px;
}

@media (max-width: 970px) {
  .pages .pages__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 40px 10px;
  }
  .pages {
    padding: 30px 0 0 0;
  }
}
.more {
  padding: 80px 0;
}
.more__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 0 10px;
}
.more__section {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.more__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 32px;
  max-width: 550px;
}
.more__title {
  font-weight: 400;
  font-size: calc(23px + 1.7647058824vw);
  line-height: 130%;
}
.more__text {
  font-weight: 400;
  font-size: calc(8px + 0.6617647059vw);
  line-height: 130%;
}
.more__img {
  position: relative;
}
.more__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.more__img:hover .more__link {
  opacity: 0.8;
}
.more__link {
  position: absolute;
  top: 20%;
  left: 5%;
  padding: 65px 35px;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 21px;
  color: #21468D;
  border: 1px solid #21468D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.more__link:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2588235294);
}

@media (max-width: 490px) {
  .wrapper .more .more__body .more__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .more .more__body .more__section .more__texts {
    gap: 20px;
  }
  .wrapper .more .more__body .more__section .more__title {
    line-height: 100%;
  }
  .wrapper .more .more__body .more__section .more__img {
    height: 90%;
  }
  .wrapper .more .more__body .more__section .more__img .more__link {
    padding: 45px 25px;
    font-size: calc(9px + 0.6617647059vw);
    opacity: 0.7;
  }
}
@media (max-width: 760px) {
  .more {
    padding: 40px 0;
  }
  .more__body {
    gap: 45px;
  }
  .more__section {
    gap: 25px;
  }
  .more__texts {
    gap: 10px;
  }
  .more__texts .more__text {
    font-size: calc(10px + 0.7352941176vw);
  }
  .more__title {
    line-height: 100%;
  }
  .more .more__img .more__link {
    padding: 40px 20px;
  }
}
.can {
  padding: 80px 0;
}
.can__body {
  padding: 0 15px;
  gap: 15px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.can__title {
  font-weight: 400;
  font-size: calc(29px + 2.1323529412vw);
  line-height: 130%;
  max-width: 470px;
}
.can__boxes {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.can__about {
  padding: 10px 5px 42px 5px;
  border-bottom: 1px solid #B7B7B7;
  border-top: 1px solid #B7B7B7;
}
.can__about:first-child {
  border-top: 2px solid #B7B7B7;
}
.can__about:last-child {
  border-bottom: 2px solid #B7B7B7;
}
.can__about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.can__sabtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  font-weight: 600;
  font-size: calc(10px + 0.8088235294vw);
  line-height: 120%;
}
.can__sabtext {
  font-weight: 400;
  font-size: calc(7px + 0.5882352941vw);
  line-height: 120%;
  color: #5F5F5F;
}

@media (max-width: 430px) {
  .wrapper .can {
    padding: 30px 0 20px 0;
  }
  .wrapper .can .can__body .can__about {
    padding: 15px 5px 12px 5px;
  }
  .wrapper .can .can__body .can__about .can__about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .can {
    padding: 40px 0;
  }
  .can .can__body {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .can .can__body .can__about {
    padding: 10px 5px 32px 5px;
  }
  .can .can__body .can__about .can__sabtext {
    font-size: calc(9px + 0.5882352941vw);
  }
  .can .can__body .can__about .can__sabtitle {
    font-size: calc(12px + 0.8088235294vw);
  }
}
.portfolio {
  padding: 80px 0;
}
.portfolio__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  padding: 0 10px;
}
.portfolio__title {
  font-weight: 400;
  font-size: 70px;
  line-height: 130%;
}
.portfolio__projects {
  gap: 20px;
}
.portfolio__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.portfolio__img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.portfolio__text {
  font-weight: 400;
  font-size: calc(7px + 0.5882352941vw);
  line-height: 130%;
  max-width: 420px;
}

.portfolio1 {
  gap: 20px;
}

.portfolio2 {
  gap: 20px;
}

@media (max-width: 550px) {
  .wrapper .portfolio .portfolio__body .portfolio__title {
    font-size: calc(33px + 6vw);
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio1 .portfolio__text {
    text-align: center;
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio2 .portfolio__img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio2 .portfolio__img .portfolio__text {
    text-align: center;
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio2 .portfolio__img .sabtexts {
    text-align: start;
    font-size: calc(12px + 0.8088235294vw);
  }
  .wrapper .portfolio .portfolio__body .portfolio__projects .portfolio2 .portfolio__img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 760px) {
  .portfolio {
    padding: 40px 0;
  }
  .portfolio .portfolio__body {
    gap: 30px;
  }
  .portfolio .portfolio__body .portfolio__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio .portfolio__body .portfolio__box .portfolio__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .portfolio .portfolio__body .portfolio__box .portfolio__img .portfolio__text {
    display: inline-block;
    width: 100%;
  }
  .portfolio .portfolio__body .box-none {
    display: none;
  }
  .portfolio .portfolio__body .portfolio__projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .portfolio .portfolio__body .portfolio__projects .portfolio1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio .portfolio__body .portfolio__projects .portfolio1 .sabtexts, .portfolio .portfolio__body .portfolio__projects .portfolio1 .portfolio__text {
    font-size: calc(11px + 0.7352941176vw);
  }
  .portfolio .portfolio__body .portfolio__projects .portfolio2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio .portfolio__body .portfolio__projects .portfolio2 .sabtexts, .portfolio .portfolio__body .portfolio__projects .portfolio2 .portfolio__text {
    font-size: calc(10px + 0.7352941176vw);
  }
}
.tronic {
  padding: 10px 0 80px 0;
}
.tronic__body {
  padding: 0 10px;
  max-width: 1098px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.tronic__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  position: relative;
}
.tronic__img img {
  width: 100%;
  cursor: pointer;
}
.tronic__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.tronic__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tronic__some {
  gap: 19px;
}
.tronic__some-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.tronic__some-img img {
  cursor: pointer;
}
.tronic__button {
  margin-bottom: 10%;
  margin-right: 10%;
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  color: #21468D;
  padding: 65px 13px;
  border-radius: 50%;
  border: 1px solid #21468D;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tronic__button:hover {
  background-color: rgba(33, 131, 148, 0.2470588235);
}
.tronic__button-en {
  padding: 60px 35px;
}
.tronic__hover {
  display: none;
  position: absolute;
  top: 10%;
  left: 30%;
  font-weight: 400;
  font-size: calc(9px + 0.5882352941vw);
  color: #fff;
  padding: 60px 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tronic__hover:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #21468D;
}
.tronic__hover__hover-en {
  padding: 50px 35px;
}

@media (max-width: 500px) {
  .wrapper .tronic {
    padding: 20px 0 40px 0;
  }
  .wrapper .tronic .tronic__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .wrapper .tronic .tronic__body .tronic__hover {
    top: 5%;
    font-size: calc(11px + 0.7352941176vw);
    padding: 70px 30px;
    background-color: #3d3838;
  }
  .wrapper .tronic .tronic__body .tronic__hover:hover {
    background-color: #fff;
  }
  .wrapper .tronic .tronic__body .tronic__hover-en {
    padding: 50px 30px;
  }
  .wrapper .tronic .tronic__body .tronic__some {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .tronic .tronic__body .tronic__some .tronic__some-img {
    width: 330px;
  }
  .wrapper .tronic .tronic__body .tronic__some .tronic__some-img img {
    height: 250px;
    width: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper .tronic .tronic__body .tronic__some .tronic__some-img img.image {
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 760px) {
  .tronic .tronic__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .tronic .tronic__body .tronic__hover {
    display: block;
  }
  .tronic .tronic__body .tronic__some {
    gap: 10px;
  }
  .tronic .tronic__body .tronic__text {
    text-align: center;
  }
  .tronic .tronic__body .tronic__img img {
    height: 30%;
  }
  .tronic .tronic__body .tronic__button {
    display: none;
  }
}
.inside {
  padding: 80px 0;
}
.inside__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0 10px;
}
.inside__texts {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.inside__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 130%;
  max-width: 500px;
}
.inside__text {
  font-weight: 400;
  font-size: calc(9px + 0.6617647059vw);
  line-height: 130%;
  max-width: 650px;
}
.inside__images {
  gap: 25px;
  width: 100%;
}
.inside__images img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 760px) {
  .inside {
    padding: 40px 0;
  }
  .inside .inside__body .inside__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .inside .inside__body .inside__texts .inside__title {
    font-size: calc(30px + 2.3529411765vw);
  }
  .inside .inside__body .inside__texts .inside__text {
    font-size: calc(9px + 1.4285714286vw);
  }
  .inside .inside__body .inside__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.adaptive {
  padding: 80px 0;
}
.adaptive__body {
  padding: 0 15px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adaptive__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 500px;
}
.adaptive__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 120%;
}
.adaptive__text {
  font-weight: 400;
  font-size: calc(10px + 0.6617647059vw);
  line-height: 130%;
}
.adaptive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 760px) {
  .adaptive {
    padding: 40px 0;
  }
  .adaptive .adaptive__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .adaptive .adaptive__body .adaptive__texts {
    gap: 15px;
  }
  .adaptive .adaptive__body .adaptive__title {
    line-height: 110%;
  }
  .adaptive .adaptive__body .adaptive__text {
    line-height: 110%;
  }
}
.trend {
  padding: 40px 0 80px 0;
}
.trend__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0 10px;
}
.trend__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: 650px;
}
.trend__data {
  font-weight: 500;
  font-size: calc(9px + 0.6617647059vw);
  line-height: 120%;
  color: #5F5F5F;
}
.trend__title {
  font-weight: 600;
  font-size: calc(23px + 1.6911764706vw);
  line-height: 120%;
}
.trend__img img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trend__main {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.trend__main-title {
  font-weight: 400;
  font-size: calc(13px + 1.0294117647vw);
  line-height: 130%;
  max-width: 550px;
}
.trend__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  max-width: 650px;
}
.trend__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-weight: 500;
  font-size: calc(7px + 0.5882352941vw);
  line-height: 130%;
  color: #5F5F5F;
}
.trend__box-title {
  font-weight: 600;
}

@media (max-width: 760px) {
  .okey {
    padding: 0;
  }
  .trend {
    padding: 0px 0 40px 0;
  }
  .trend .trend__body {
    gap: 25px;
  }
  .trend .trend__body .trend__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
  .trend .trend__body .trend__main .trend__boxes {
    gap: 14px;
  }
  .trend .trend__body .trend__main .trend__box {
    font-size: calc(9px + 0.5882352941vw);
  }
}
.career {
  padding: 80px 0 30px 0;
}
.career__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #B7B7B7;
  padding-bottom: 60px;
}
.career__title {
  font-weight: 400;
  font-size: calc(23px + 1.6911764706vw);
  line-height: 100%;
  max-width: 230px;
}
.career__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 820px;
  padding: 0 15px;
}
.career__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.career__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 350px;
  padding: 40px 30px;
  gap: 20px;
  border: 2px solid #B7B7B7;
}
.career__between {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career__between .career__box-text {
  max-width: 240px;
}
.career__box-title {
  font-weight: 600;
  font-size: calc(12px + 0.9558823529vw);
  line-height: 31px;
}
.career__box-text {
  font-weight: 400;
  font-size: calc(8px + 0.5882352941vw);
  line-height: 19px;
  color: #5F5F5F;
}
.career__last {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.career .boxes-img {
  padding: 10px 10px;
}
.career__img {
  background-image: url("./img/Карьєра/career1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
  padding: 30px 20px;
}
.career__img .career__box-text {
  color: #fff;
}

@media (max-width: 490px) {
  .wrapper .career {
    padding: 40px 0 70px 0;
  }
  .wrapper .career .career__body .career__block {
    padding: 0 10px;
  }
  .wrapper .career .career__body .career__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 450px;
  }
  .wrapper .career .career__body .career__boxes:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .career {
    padding: 40px 0;
  }
  .career .career__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career .career__body .career__title {
    max-width: 100%;
    padding: 0 10px;
  }
  .career .career__body .career__between {
    height: 280px;
  }
  .career .career__body .career__last {
    height: 280px;
  }
  .career .career__body .career__box {
    height: 280px;
    padding: 20px 20px;
  }
  .career .career__body .career__box .career__box-text {
    font-size: calc(8px + 1.0526315789vw);
  }
  .career .career__body .boxes-img {
    padding: 7px 7px;
  }
}
.application {
  padding: 80px 0;
}
.application__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  gap: 50px;
}
.application__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 430px;
}
.application__title {
  font-weight: 400;
  font-size: calc(34px + 2.5vw);
  line-height: 130%;
}
.application__text {
  font-weight: 400;
  font-size: calc(10px + 0.8088235294vw);
  line-height: 26px;
}
.application__form {
  width: 100%;
}

.career__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career__cv #file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 12px 54px;
  background: #ebf6ff;
}

.career__button {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 45px;
  gap: 10px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.career__button:hover {
  background-color: transparent;
  color: #000;
}

@media (max-width: 550px) {
  .wrapper .application {
    padding: 0px 0px 40px 0;
  }
  .wrapper .application .application__body {
    gap: 30px;
  }
  .wrapper .application .application__body .login__form input[type=text], .wrapper .application .application__body .login__form input[type=email], .wrapper .application .application__body .login__form input[type=number], .wrapper .application .application__body .login__form input[type=url] {
    font-size: 16px;
  }
  .wrapper .application .application__body .login__form input[name=text], .wrapper .application .application__body .login__form input[type=email], .wrapper .application .application__body .login__form input[type=url] {
    padding: 18px 0 18px 20px;
  }
  .wrapper .application .application__body .login__form input[name=user_phone] {
    padding: 18px 0 18px 50px;
  }
  .wrapper .application .application__body .login__form .phones img {
    margin-left: 20px;
    width: 25px;
    height: 15px;
  }
  .wrapper .application .application__body .check label {
    font-size: 18px;
  }
  .wrapper .application .application__body .application__texts {
    gap: 20px;
  }
  .wrapper .application .application__body .career__button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 17px 0;
  }
}
@media (max-width: 930px) {
  .application {
    padding: 40px 0;
  }
  .application .application__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact {
  margin: 80px 0;
}
.contact__body {
  background-image: url("./img/Контакти/contact1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.contact__phone {
  font-weight: 600;
  font-size: calc(21px + 1.4705882353vw);
  line-height: 50px;
}
.contact__email {
  font-weight: 600;
  font-size: calc(21px + 1.4705882353vw);
  line-height: 50px;
}
.contact__location {
  font-weight: 400;
  font-size: calc(12px + 0.8088235294vw);
  line-height: 28px;
}

@media (max-width: 450px) {
  .wrapper .contact {
    margin: -10px 0 40px 0;
  }
  .wrapper .contact .contact__body {
    height: 300px;
    padding-top: 30px;
    gap: 10px;
  }
  .wrapper .contact .contact__body .contact__phone,
.wrapper .contact .contact__body .contact__email {
    line-height: 35px;
  }
}
@media (max-width: 760px) {
  .contact {
    margin: 40px 0;
  }
  .contact .contact__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 350px;
    gap: 28px;
  }
}
.contact-link {
  padding: 80px 0;
}
.contact-link__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 880px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  gap: 32px;
}

@media (max-width: 450px) {
  .wrapper .contact-link {
    padding: 10px 0 30px 0;
  }
  .wrapper .contact-link .contact-link__body {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .contact-link {
    padding: 40px 0;
  }
  .contact-link .contact-link__body {
    gap: 25px;
  }
}