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

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

p {
  line-height: 25px;
}

.container {
  max-width: 412px;
  background: linear-gradient(90deg, rgba(243,234,248,1) 0%, rgba(194,194,245,1) 49%, rgba(203,232,238,1) 100%);
  margin: 0 auto;

}

header {
  position: relative;
  z-index: 1;
}

.head-top p {
  display: none;
}

.head-top img {
  max-width: 90px;
  height: 38px;
}

.header-menu ul {
  display: none;
}

.baner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/port.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-name {
  color: #0500FF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-shadow: 1px 1px 1px #fff; 
 }

 .company-description {
  margin-top: 494px;
 }

 .box p {
  margin: 0 auto 15px;
  padding: 13px 27px 18px;
  width: 345px; 
  border-radius: 20px;
  border: 2px solid #C5D6F6;
  background: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-align: left;
 }

 h1, h2, h3, h4, h5, h6, .about-header {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
 }

 .form-img {
  width: 100%;
  height: 315px;
  background-image: url(../../img/writing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 17px auto 0;
 }

 .form-inputs p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 17px auto 51px;
 }

 .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 30px;
 }

 .input-field {
  width: 100%;
  height: 28px;
  border-style: none;
  border-radius: 3px;
  background: #F1F1F1;
  margin: 3px 0 7px;
 }

 .input-field::placeholder {
  color: #CFBBBB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
 }

 .input-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
 }

 .input-button {
  width: 90px;
  height: 38px;
  border-radius: 4px;
  background: #655AE8;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  border: none;
  margin: 18px auto 30px;
  display: block;
 }





 .footer-desktop-cont, .footer-desktop a {
  display: none;
 }





/*=================================== Desctop ===============================*/

@media screen and (min-width: 1200px) {

.container {
  max-width: 1440px;
}

.head-wrap {
  display: block;
  max-width: 1440px;
  background-color: #fff;
  padding: 0;
  position: static;
}

.head-top {
  width: 100%;
  padding: 21px 96px 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-top img {
  max-width: 122px;
  height: 68px;
}

.head-top p {
  display: block;
}

.header-burger {
        display: none;
    }

.header-menu {
  display: flex;
  flex-direction: column;
  background-color: #00CCF9;
  width: 100%;
  margin: 0 auto;
  padding: 3px 25px 0 38px;
  position: relative;
  z-index: 1;
}

.header-menu ul {
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0500FF;
  max-width: 99%;
  padding: 0;
  filter: inherit;
}

.header-menu ul li {
  margin-bottom: 0;
}

.header-menu a {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

.header-menu a:hover {
  color: #0500FF;
}

.disabled {
  pointer-events: none;
  color: #0094FF;
}

.current a {
  color: #978e70;
}

.burger-english {
  display: none;
}

.en-ua-flag {
  display: flex;
  flex-direction: column;
}

.ua-flag, .en-flag {
  width: 25px;
  height: 25px;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-style: none;
  padding: 0;
}

.buy-bottom {
  width: 125px;
  height: 27px;
  background: #655AE8;
  border-radius: 8px;
  border-style: none;
  color: #fff;
}

.buy-bottom:hover {
  background: linear-gradient(90deg, rgba(158,151,235,1) 0%, rgba(60,48,246,1) 50%, rgba(2,10,119,1) 100%);
}

.email-phone {
  max-width: 37%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-phone p {
  margin-right: 40px;
}

.email-phone p:last-child {
  margin-right: 0;
}

.company-name {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0500FF;
  text-align: center;
  margin: 0 0 10px 0;
}

/*=================================== baner ==========================================*/


.baner-img {
  position: relative;
  width: 100%;
  height: 460px;
  background-image: url(../../img/officework.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(40%);
}

main {
  padding: 32px 86px 90px;
  font-size: 20px;
}

.about-header {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

 .box p {
  margin: 0;
  padding: 0;
  width: 100%; 
  border-radius: 0;
  border: none;
  filter: initial;
  text-align: left;
 }

.history {
  padding: 49px 45px 36px;
  width: 100%;
  /*height: 216px;*/
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-top: 76px;
  background-color: #fff;
}

h1, h2, h3, h4, h5,h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 32px;
}

.mission {
  padding: 49px 45px 36px;
  width: 100%;
  height: 216px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 76px 0 78px;
  background-color: #fff;
}

.overlay-card {
  width: 706px;
  /*height: 374px;*/
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 35px 67px;
  background-color: #fff;
}

.team {
  position: relative;
  top: -80px;
  left: 40%;
  z-index: 2;
}

.clients {
  position: relative;
  top: -160px;
  left: 0;
  z-index: 4;
}

.partners {
  position: relative;
  top: -218px;
  left: 40%;
  z-index: 6;
}

.nbu {
    position: relative;
    top: -240px;
    left: 0px;
    z-index: 6;
}



/*====================== company ==========================*/

.company-description {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.company-description div {
  padding: 62px 45px;
  margin-right: 58px;
  width: 605px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background-color: #fff;
}

.company-description div:last-child {
  margin-right: 0;
}

.form {
  width: 100%;
  height: 577px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

 .form-img {
  width: 38%;
  height: 755px;
  border-radius: 20px 20px 0px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-inputs {
  width: 62%;
  height: 577px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 20px 20px 0;
  padding: 0 22px 70px 0;
  position: relative;
  top: 98px;
  left: 0;
}

.form-inputs p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 35px 0 39px 96px;
  text-align: left;
}

.form-inputs form {
  margin-left: 287px;
}

.input-button {
  width: 179px;
  height: 67px;
  border-radius: 4px;
  background: #655AE8;
  margin-top: 49px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.input-button:hover {
  background: linear-gradient(90deg, rgba(158,151,235,1) 0%, rgba(60,48,246,1) 50%, rgba(2,10,119,1) 100%);
}

.input-field {
  max-width: 477px;
  height: 47px;
  outline: 0;
}



/*==================================== footer ========================================*/


.footer-desktop {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 17px 86px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 98px 0 6px;
}

.footer-desktop a {
  width: 110px;
  display: block;
  margin-bottom: 10px;
}

.footer-desktop img {
  max-width: 110px;
  height: 45px;
}

.footer-desktop-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.footer-desktop-cont li {
  display: inline-block;
  margin-bottom: 13px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.footer-desktop-cont a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.footer-desktop-cont a:hover {
  color: #655AE8;
}

.footer-desk-cont-first {
  width: 32%;
}

.footer-desk-cont-second {
  width: 16%;
}

.footer-desk-cont-third {
  width: 7%;
}

.footer-desk-cont-fourth {
  width: 18%;
}


}