@charset "utf-8";
@font-face {
  font-family: "Pelinka";
  src:url(../fonts/Pelinka-Bold.otf);
}

@font-face {
  font-family: "Montserrat Bold";
  src:url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat Medium";
  src:url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat Regular";
  src:url(../fonts/Montserrat-Regular.ttf);
}

body {
  color: #0b1957;
}
/* main */
.row-main-about-us {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  flex-direction: row;
}

.col-main-about-us-img {
  display: flex;
  justify-content: end;
  align-items: center;
}

.about-company-main-img {
  width: 80%;
  border-radius: 10px;
}

.row-main-about-us p{
  font-family: "Montserrat Regular";
  font-size: 20px;
  font-weight: 400;
}
/* face-company */
.row-face-company-about-us {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  padding: 40px;
  margin-bottom: 10vh;
}

.face-company {
  font-family: "Pelinka";
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5vh;
}

.col-face-company-text h2 {
  font-family: "Montserrat Bold";
  font-size: 29px;
  font-weight: 700;
}

.col-face-company-text h3 {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}

.col-face-company-text p {
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}
.col-face-company-img img {
  position: absolute;
  bottom: 0;
  right: 10px;
}
/* text */
.row-about-us-text p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}

.row-about-us-text p span {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 800;
}

/* trust */
.our-trust-h2 {
  margin-top: 5vh;
  font-family: "Pelinka";
  font-size: 25px;
  font-weight: 700;
}

.our-trust-p {
  font-family: "Montserrat Regular";
  font-size: 21px;
  font-weight: 500;
}

.p-trust {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
  margin-top: 2vh;
}

.row-about-us-trust h3 {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat Regular";
  font-size: 21px;
  font-weight: 700;
}

.row-about-us-trust p {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 600;
}

.col-trust-about-us-1 {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  margin: 10px;
}

.col-trust-about-us-2 {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  margin: 10px;
}

.col-trust-about-us-3 {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  margin: 10px;
}

/* contacts */
.row-contacts-about-us {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  padding: 45px;
}

.row-contacts-about-us h2 {
  font-family: "Pelinka";
  font-size: 23px;
  font-weight: 700;
}

.row-contacts-about-us p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5vh;
}

.info-footer-abot-us img {
  width: 60px;
  margin-bottom: 2vh;
}

.info-footer-abot-us a {
  font-family: "Montserrat Regular";
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  user-select: none;
  color: #0b1957;
}

/* breadcrumbs */
.breadcrumbs {
  margin-top: 3vh;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
.breadcrumbs li {
  list-style-type: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: '/';
}

.breadcrumbs a {
  color: rgba(11, 25, 86, 1);
  font-family: "Montserrat Regular";
  user-select: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-right: 3px;
  padding-left: 3px;
}

.breadcrumbs span:hover {
  border-bottom: 1px solid #0b1957;
}

@media only screen and (max-width: 576px) {
  .col-main-about-us-img {
  justify-content: center;
  align-items: center;
}

.about-company-main-img {
  width: 100%;
  margin-top: 3vh;
}
.row-main-about-us {
  margin-top: 3vh;
  margin-bottom: 5vh;
  display: flex;
  flex-direction: row;
}

.row-main-about-us p{
  font-family: "Montserrat Regular";
  font-size: 24px;
  font-weight: 400;
}

.col-man-about-us-img img {
  width: 100%;
}

.row-main-about-us p {
  font-size: 15px;
}

.row-face-company-about-us {
  display: flex;
  width: 90%;
  margin-bottom: 5vh;
  padding: 15px;
}

.face-company {
  margin-bottom: 10vh;
}

.col-face-company-text {
  display: flex;
  flex-direction: column;
  order: 2;
}

.col-face-company-img {
  display: flex;
  order: 1;
  position: relative;
  top: -100px;
}
.col-face-company-img img {
  width: 100%;
  position: relative;
  top: 0;
}
.col-face-company-text h2 {
  margin-top: 0;
  font-size: 19px;
}
.col-face-company-text h3 {
  margin-top: 0;
  font-size: 16px;
}
.col-face-company-text p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.row-about-us-trust h3 {
  font-size: 18px;
}

.row-about-us-trust p {
  font-size: 13px;
}

.col-trust-about-us-1 {
  background-size: contain;
  padding: 50px 20px 60px 20px;
  margin: 10px;
}

.col-trust-about-us-2 {
  background-size: contain;
  padding: 50px 20px 100px 20px;
  margin: 10px;
}

.col-trust-about-us-3 {
  background-size: contain;
  padding: 50px 20px 40px 20px;
  margin: 10px;
}

.p-trust {
  font-size: 15px;
}

.row-contacts-about-us {
  padding: 20px;
}

.info-footer-abot-us a {
  font-size: 23px;
}
  .breadcrumbs {
    margin-top: 8vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  /* main */
  .col-man-about-us-img img {
    width: 100%;
  }
  .col-main-about-us-img {
    justify-content: center;
    align-items: center;
  }
  .row-main-about-us p {
    font-size: 13px;
  }
  .col-face-company-img img {
    width: 40%;
    position: absolute;
    top: -20px;
    right: 10px;
  }
  .about-company-main-img {
    width: 100%;
  }
  .col-face-company-text p {
    font-size: 13px;
    margin-top: 3vh;
    margin-bottom: 4vh;
  }
  .col-face-company-text h3 {
    font-size: 17px;
  }
  .col-face-company-text h2 {
    font-size: 19px;
  }
  .row-face-company-about-us {
    margin-bottom: 4vh;
    padding: 20px;
  }
  .p-trust {
    font-size: 14px;
  }
  .row-about-us-trust {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .row-contacts-about-us {
    padding: 15px;
    margin-top: 5vh;
  }
  .col-trust-about-us-1 {
  background-size: cover;
  padding: 50px 20px 60px 20px;
  margin: 10px;
}

.col-trust-about-us-2 {
  background-size: cover;
  padding: 50px 20px 100px 20px;
  margin: 10px;
}

.col-trust-about-us-3 {
  background-size: cover;
  padding: 50px 20px 40px 20px;
  margin: 10px;
}
 }
@media only screen and (min-width: 993px) and (max-width: 1365px) {
  /* main */
  .col-man-about-us-img img {
    width: 100%;
  }
  .col-face-company-img img {
    width: 75%;
    bottom: 0;
    right: 15px;
  }
  .col-main-about-us-img {
    justify-content: center;
    align-items: center;
  }
  .row-main-about-us p {
    font-size: 17px;
  }
  .about-company-main-img {
    width: 100%;
  }
  .p-trust {
    font-size: 22px;
  }
  .row-contacts-about-us {
    padding: 20px;
    margin-top: 5vh;
  }
  .row-face-company-about-us {
    padding-bottom: 0;
    margin-bottom: 5vh;
  }
  .col-face-company-img {
    position: relative;
    bottom: 0;
    left: 55%;
  }
  .col-face-company-text p {
    margin-bottom: 5vh;
  }
  .row-about-us-trust {
    display: flex;
    flex-direction: column;
  }
  .our-trust-h2 {
    margin-top: 3vh;
  }
    .col-trust-about-us-1 {
  background-size: cover;
  padding: 50px 20px 60px 20px;
  margin: 10px;
}

.col-trust-about-us-2 {
  background-size: cover;
  padding: 50px 20px 100px 20px;
  margin: 10px;
}

.col-trust-about-us-3 {
  background-size: cover;
  padding: 50px 20px 40px 20px;
  margin: 10px;
}
}
