@font-face {
  font-family: "Jost-Regular";
  src: url("../media/fonts/Jost/ttf/Jost-Regular.ttf") format("truetype"), url("../media/fonts/Jost/woff/Jost-Regular.woff") format("woff"), url("../media/fonts/Jost/woff/Jost-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Jost-Medium";
  src: url("../media/fonts/Jost/ttf/Jost-Medium.ttf") format("truetype"), url("../media/fonts/Jost/woff/Jost-Medium.woff") format("woff"), url("../media/fonts/Jost/woff/Jost-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url("../media/fonts/Jost/ttf/Jost-SemiBold.ttf") format("truetype") url(/media//fonts/Jost/woff/Jost-SemiBold.woff) format("woff"), url("../media/fonts/Jost/woff/Jost-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Jost-Light";
  src: url("../media/fonts/Jost/ttf/Jost-Light.ttf") format("truetype") url(/media/fonts/Jost/woff/Jost-Light.woff) format("woff"), url("../media/fonts/Jost/woff/Jost-Light.woff2") format("woff2");
}
* {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 10px;
}

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

a:hover {
  text-decoration: none;
}

ul,
ul li {
  list-style: none;
}

h1 {
  font-size: 4rem;
  color: #2d6d4a;
  font-family: "Jost-SemiBold", "Arial", "Helvetica", "sans-serif";
}

h2 {
  font-size: 3.2rem;
  color: #2d6d4a;
  font-family: "Jost-Medium", "Arial", "Helvetica", "sans-serif";
}

h3 {
  font-size: 2.4rem;
  font-family: "Jost-Light", "Arial", "Helvetica", "sans-serif";
}

h4 {
  font-size: 2.2rem;
  font-family: "Jost-Regular", "Arial", "Helvetica", "sans-serif";
}

p {
  font-size: 2rem;
  font-family: "Jost-Regular", "Arial", "Helvetica", "sans-serif";
}

.accentColor {
  color: #2797dd;
  font-family: "Jost-SemiBold", "Arial", "Helvetica", "sans-serif";
}

.divider {
  height: 100px;
}

strong {
  font-size: 2rem;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-family: "jost-Medium";
  padding: 1rem 2rem;
}

.btn_light {
  background: linear-gradient(90deg, #17a884, #087264);
  transition: 0.26s;
  border: 2px solid #17a884;
  position: relative;
  background-clip: text;
  color: transparent;
  width: 330px;
  height: 40px;
}
.btn_light:hover {
  transform: translateY(5px);
  color: #fff;
  background-clip: unset;
  border: 2px solid #087264;
}

nav {
  display: flex;
  align-items: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1460px;
  height: 110px;
  margin-bottom: 11rem;
}

.header__logo {
  padding: 15px 30px;
  background: linear-gradient(0deg, #17a884, #087264);
}
.header__navigation {
  display: flex;
  align-items: center;
  height: 110px;
}
.header__navigation > li {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.header__navigationMobile {
  display: none;
}
.header__link {
  transition: 0.3s;
  color: #000;
  font-size: 28px;
  font-family: "Jost-Regular";
  margin-right: 4.5rem;
  margin-left: 1.5rem;
}
.header__langSwitcher {
  display: flex;
  width: 60px;
  height: 70px;
  cursor: pointer;
}
.header__langSwitcher:hover > ul {
  display: block;
}

.colorHover:hover {
  background-color: #2797dd;
}
.colorHover:hover > a {
  color: #fff;
  transform: translateX(10px);
}
.colorHover::before {
  content: "";
  width: 15px;
  height: 61px;
  background-color: #2797dd;
}

.contactsLink {
  background: linear-gradient(0deg, #17a884, #087264);
  padding: 1rem 4rem;
  color: #fff;
  margin-left: 0;
  font-family: "Jost-Regular";
  font-weight: 400;
}
.contactsLink:hover {
  transform: translateY(-5px);
}

.phoneLink {
  transition: 0.3s;
  font-size: 20px;
  font-family: "Jost-Medium";
  color: #17a884;
}
.phoneLink::before {
  display: inline-block;
  translate: -5px 25%;
  content: url("../media/graphics/png/navLinkPhone.png");
  filter: hue-rotate(250deg) brightness(1.4);
}
.phoneLink:hover {
  transform: translateX(-5px);
  color: #2797dd;
}

.langSwitcher__flag {
  margin-right: 1rem;
}
.langSwitcher__btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.langSwitcher__arrow {
  filter: hue-rotate(250deg) brightness(1.4);
}
.langSwitcher__languageMenu {
  display: none;
  padding: 1.5rem 2rem;
  border: 2px solid #087264;
  border-radius: 20px;
  position: absolute;
  translate: -66% 55%;
  text-align: end;
  min-width: 140px;
  background: linear-gradient(0deg, #17a884, #087264);
}
.langSwitcher__languageLink {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.langSwitcher__languageLink:hover {
  filter: drop-shadow(1px 1px 20px #fff);
}
.langSwitcher__languageLink > a {
  font-family: "Jost-Medium";
  font-size: 2.4rem;
  color: #fff;
}
.langSwitcher__languageLink > img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.burger {
  display: none;
  z-index: 10;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 45px;
  height: 25px;
}
.burger > span {
  height: 5px;
  width: 80%;
  transform: scale(1);
  border-radius: 5px;
  background-color: #087264;
}
.burger::before, .burger::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  height: 5px;
  width: 80%;
  background-color: #087264;
  border-radius: 5px;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger.active span {
  transform: scale(0);
}
.burger.active::before {
  top: 50%;
  transform: rotate(45deg);
  translate: 0 -50%;
  background-color: #fff;
}
.burger.active::after {
  bottom: 50%;
  transform: rotate(-45deg);
  translate: 0 50%;
  background-color: #fff;
}

main {
  width: 1460px;
}

.industrialEquipment {
  display: flex;
  margin-top: 6rem;
}
.industrialEquipment__description {
  margin-left: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industrialEquipment__description > h2 {
  max-height: 45px;
  font-weight: 400;
}
.industrialEquipment__description > p {
  max-width: 770px;
  margin: 1.5rem 0;
}

.advantages {
  margin: -10rem 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  color: #fff;
}
.advantages__card {
  transition: 0.3s;
  background: linear-gradient(90deg, #17a884, #087264);
}
.advantages__title {
  color: #fff;
}
.advantages_quality {
  align-self: flex-end;
  width: 456px;
  height: 154px;
  border-radius: 0 40px 0 0;
  padding: 20px 57px;
  transform: translateY(115px);
  z-index: -1;
}
.advantages_quality > p {
  padding-left: 70px;
}
.advantages_maintenance {
  width: 427px;
  height: 143px;
  padding: 20px 57px;
}
.advantages_maintenance > p {
  padding-top: 20px;
  padding-left: 60px;
}
.advantages_reliability {
  align-self: flex-start;
  width: 400px;
  height: 130px;
  border-radius: 0 0 0 40px;
  transform: translateY(-100px);
  padding: 20px 57px;
}

.solutions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.solutions__title {
  width: 100%;
  min-width: none;
  text-align: center;
  margin-bottom: 70px;
}
.solutions__cloud {
  position: relative;
  text-align: center;
  color: #fff;
  position: relative;
  min-width: 600px;
  width: 600px;
  height: 300px;
}
.solutions__food {
  position: relative;
  translate: 25%;
  width: 374px;
  text-align: center;
  padding: 18px 0;
  border-radius: 20px 20px 0 0;
}
.solutions__food:hover {
  translate: 35% 0;
}
.solutions__electroeq {
  width: 382px;
  padding: 18px 0;
  border-radius: 20px 0 0 20px;
}
.solutions__electroeq:hover {
  translate: -5% 0;
  width: 402px;
}
.solutions__cosmetics {
  width: 211px;
  padding: 18px 0;
  position: absolute;
  translate: 184% -107.5%;
  border-radius: 0 20px 0 0;
}
.solutions__cosmetics:hover {
  translate: 200% -107.5%;
  width: 194px;
}
.solutions__pharma {
  width: 301px;
  padding: 18px 0;
  border-radius: 0 0 0 20px;
  translate: 47px 0;
}
.solutions__pharma:hover {
  translate: 89px 0;
  width: 260px;
}
.solutions__bevereges {
  position: absolute;
  translate: 179% -107.5%;
  width: 198px;
  padding: 18px 0;
  border-radius: 0 0 20px 0;
}
.solutions__bevereges:hover {
  width: 230px;
  translate: 154% -107.5%;
}
.solutions__electronics {
  width: 293px;
  padding: 18px 0;
  border-radius: 0 0 20px 20px;
  translate: 177px 0;
}
.solutions__electronics:hover {
  translate: 150px 0;
}
.solutions__description {
  margin-left: 100px;
  width: 618px;
  max-height: 175px;
  font-weight: 100;
}

.cloud_main {
  transition: 0.3s;
  background-color: #087264;
  margin-bottom: 5px;
}
.cloud_main:hover {
  background-color: #2797dd;
}
.cloud_dark {
  transition: 0.3s;
  background-color: #17a884;
  margin-bottom: 5px;
}
.cloud_dark:hover {
  background-color: #2797dd;
}

.photocards {
  display: flex;
  justify-content: space-between;
}
.photocards__title {
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Jost-Regular";
  font-weight: 400;
}
.photocards__cover {
  transition: 0.3s;
  filter: brightness(0.4);
}
.photocards__cover:hover {
  filter: brightness(0.8);
}
.photocards__left {
  display: flex;
  width: 695px;
  height: 335px;
  justify-content: center;
  align-items: center;
}
.photocards__right {
  display: flex;
  width: 695px;
  height: 335px;
  justify-content: center;
  align-items: center;
}

.adresses {
  display: flex;
  justify-content: space-between;
}
.adresses__info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 662px;
}
.adresses__map {
  max-width: 695px;
  border: 5px solid #087264;
  border-radius: 5px;
}
.adresses__map > iframe {
  border-radius: 5px;
}
.adresses__title {
  font-weight: 400;
  text-align: end;
  color: #087264;
}
.adresses__contacts > a {
  color: #087264;
  transition: 0.3s;
}
.adresses__contacts > a:hover {
  color: #2797dd;
}
.adresses__description {
  display: block;
  font-family: "Jost-Regular";
  font-size: 2.2rem;
  text-align: end;
  font-weight: 500;
}

.development {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.development__title {
  color: #2797dd;
  text-align: end;
  min-width: 662px;
}
.development__description {
  width: 690px;
  text-align: center;
}
.development__description > p {
  margin: 1rem 0;
}
.development__span {
  font-size: 22px;
  font-weight: 900;
  color: #2797dd;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 175px;
  background: linear-gradient(90deg, #17a884, #087264);
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 1460px;
}
.wrapper__left > h1 {
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
}
.wrapper__left > h2 {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
}

@media (max-width: 3860px) {
  .solutions__mobileCloud {
    display: none;
  }
  .photocards__mobileGraphics {
    display: none;
  }
}
@media (max-width: 1470px) {
  h1 {
    font-size: 2.7rem;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 2rem;
  }
  p {
    font-size: 1.5rem;
  }
  p > strong {
    font-size: 1.5rem;
  }
  .divider {
    height: 5rem;
  }
  header {
    margin-bottom: 3rem;
  }
  .header__link {
    font-size: 2rem;
  }
  .phoneLink {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .contactsLink {
    margin-right: 2rem;
  }
  .colorHover::before {
    height: 49px;
  }
  main {
    width: 100%;
  }
  main > h1 {
    margin-left: 5rem;
  }
  nav {
    margin-right: 3rem;
  }
  .industrialEquipment {
    justify-content: center;
    margin-top: 2rem;
  }
  .industrialEquipment > img {
    margin: 0 2rem;
    width: 30%;
    height: 1%;
  }
  .industrialEquipment__description {
    margin: 0 2rem;
  }
  .industrialEquipment__description > .btn_light {
    font-size: 1.5rem;
    height: 7%;
  }
  .advantages {
    margin: -10rem 4rem;
  }
  .advantages_quality {
    width: 30%;
    height: 20%;
    transform: translateY(60%);
  }
  .advantages_quality > p {
    padding-left: 75px;
  }
  .advantages_maintenance {
    width: 30%;
    height: 20%;
  }
  .advantages_reliability {
    width: 28%;
    height: 20%;
    transform: translateY(-55%);
  }
  .solutions {
    justify-content: space-around;
  }
  .solutions__title {
    margin: 2rem;
  }
  .solutions__description {
    margin-left: 1rem;
    font-size: 2rem;
    width: 40%;
  }
  .solutions__mobileCloud {
    display: none;
  }
  .photocards {
    justify-content: space-around;
  }
  .photocards > figure {
    width: 43%;
    height: 100%;
  }
  .photocards > figure > img {
    width: 100%;
    height: 80%;
  }
  .photocards__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .photocards__left > h1 {
    text-align: center;
    width: 43%;
    font-size: 2.7rem;
    translate: 0 0;
    font-weight: 500;
  }
  .photocards__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 43%;
  }
  .photocards__right > h1 {
    text-align: center;
    width: 43%;
    min-width: 200px;
    font-size: 2.7rem;
    translate: 0 0;
    font-weight: 500;
  }
  .photocards__cover {
    width: 80%;
  }
  .adresses {
    justify-content: space-around;
  }
  .adresses__map {
    width: 43%;
  }
  .adresses__map > iframe {
    width: 100%;
  }
  .adresses__info {
    justify-content: center;
    width: 43%;
  }
  .adresses__contacts {
    margin-top: 2rem;
  }
  .development {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .development__title {
    text-align: end;
    min-width: 0px;
    width: 43%;
    font-size: 2.3rem;
  }
  .development__description {
    min-width: 10%;
    width: 43%;
  }
  .development__description > p {
    font-size: 2rem;
  }
  .wrapper__left {
    margin-left: 3rem;
  }
  .wrapper > img {
    margin-right: 3rem;
  }
}
@media (max-width: 992px) {
  .visibleSwitcher {
    display: flex !important;
  }
  h1 {
    font-size: 2.4rem;
    font-weight: 800;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 1.8rem;
  }
  .divider {
    height: 4rem;
  }
  header {
    margin-bottom: 4.8rem;
  }
  .header__logo {
    width: 50%;
    border-radius: 0 0 20px;
  }
  .header__navigation {
    display: none;
  }
  .header__navigationMobile {
    margin: 0 5rem;
    flex-direction: column;
    align-self: center;
  }
  .header__linkMobile {
    font-family: "Jost-Medium";
    font-size: 4.8rem;
    color: #fff;
  }
  .header__linkMobile::before {
    display: flex;
    position: absolute;
    content: "";
    width: 8px;
    height: 60px;
    background-color: #fff;
    translate: -25px 0;
  }
  .header__langSwitcher {
    display: none;
  }
  nav {
    animation: mobileMenu 0.3s;
    display: none;
    z-index: 5;
    align-items: flex-start;
    justify-content: space-between;
    position: fixed;
    overflow-y: auto;
    background: linear-gradient(90deg, #17a884, #087264);
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .navigationMobile__logo {
    background-color: #fff;
    position: absolute;
    border-radius: 0 0 30px 0;
    padding: 2rem 3rem;
    top: 0rem;
    left: 0rem;
    width: 60%;
  }
  .navigationMobile__switcher {
    text-align: center;
    margin-top: 5rem;
    color: transparent;
  }
  .burger {
    display: flex;
    margin-right: 3rem;
  }
  .mobLangFlex {
    display: flex;
  }
  .mobLangFlex > a {
    margin-right: 3rem;
  }
  main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  main > h1 {
    margin: 0;
    text-align: center;
  }
  .industrialEquipment {
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .industrialEquipment__description {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: justify;
    width: 80%;
    margin: 0;
  }
  .industrialEquipment__description > a {
    width: 85%;
  }
  .industrialEquipment > img {
    width: 80%;
    height: 90%;
    margin: 0 3rem 1rem;
  }
  .advantages {
    width: 100%;
    margin: 0;
    margin-top: -3rem;
    text-align: center;
    align-content: center;
    justify-content: center;
  }
  .advantages_quality {
    transform: translateY(1px);
    z-index: 1;
  }
  .advantages_maintenance {
    height: 25%;
  }
  .advantages_reliability {
    transform: translateY(-1px);
  }
  .advantages_reliability > h1,
  .advantages_reliability p {
    transform: translateY(-20px);
  }
  .advantages__card {
    width: 60%;
  }
  .advantages__card > p {
    font-weight: 100;
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .solutions {
    margin-bottom: 0rem;
  }
  .solutions__title {
    margin-top: -4rem;
  }
  .solutions__cloud {
    display: none;
  }
  .solutions__mobileCloud {
    display: flex;
    margin: 3rem 0;
    width: 80%;
  }
  .solutions__description {
    width: 90%;
  }
  .photocards {
    flex-flow: row wrap;
  }
  .photocards__left {
    display: none;
  }
  .photocards__right {
    display: none;
  }
  .photocards__mobileGraphics {
    width: 80%;
    max-height: 50%;
    transition: 0.3s;
    margin-bottom: 3rem;
    display: block;
  }
  .photocards__mobileGraphics:hover {
    filter: brightness(1.5);
  }
  .adresses {
    flex-wrap: wrap;
  }
  .adresses__info {
    width: 80%;
  }
  .adresses__map {
    margin-top: 2rem;
    width: 80%;
  }
  .development {
    flex-wrap: wrap;
  }
  .development__title {
    text-align: center;
    width: 80%;
  }
  .development__description {
    width: 90%;
  }
  .wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .wrapper > img {
    transform: scale(1);
    margin: 1rem;
  }
  .wrapper__left > h1,
  .wrapper__left h2 {
    font-size: 2rem;
  }
}
@keyframes mobileMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=styles.css.map */