 *,
*::after,
*::before{
  box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 412px;
  background-color: #f9f8f8;
  margin: 0 auto;

}

.head-wrap {
  max-width: 412px;
  margin: 0 auto;
  padding: 35px 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.head-top {
  width: 45%;
}

.head-top p {
  display: none;
}

.head-top img {
  max-width: 90px;
  height: 38px;
}

.buy-bottom {
  display: none;
}

.company-name {
  display: none;
}

/* ===================== burger =============================*/

.header-burger {
    position: absolute;
    width: 30px;
    height: 20px;
    z-index: 3;
    left: 50%;
}

.header-burger span {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 2px;
    top: 9px;
    left: 128px;
    transition: all 0.3s ease 0s;
}

.header-burger:before,
.header-burger:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 128px;
    transition: all 0.3s ease 0s;
}

.header-burger:before {
    top: 0;
}
.header-burger:after {
    bottom: 0;
}

.header-burger.active:before {
    transform: rotate(45deg);
    top: 9px;
}

.header-burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
}

.header-burger.active span {
    transform: scale(0);
}


.header-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 70px 10px 20px 10px;
    z-index: -1;
}

.header-menu.active {
    top: 0;
}

.header-menu ul {
  border: 1px solid #C5D6F6;
  width: 275px
  height: 375px;
  border-radius: 8px;
  padding: 86px 0 92px 42px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header-menu ul li {
  margin-bottom: 26px;
}

.header-menu a {
  color: #0094FF;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.en-ua-flag {
  display: none;
}

/*========= map-contacts ========*/



.contacts {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.map-contacts {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  
}

.map {
  width: 30%;
  height: 230px;
  background: #655AE8;
  position: relative;
  margin-bottom: 13px;
}

.map:after {
  content: "";
  background-image: url(../../img/map.jpg);
  background-repeat: no-repeat;
  background-size: cover*;
  width: 317%;
  height: 195px;
  position: absolute;
  left: 19px;
  top: 17px;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0 0;
  margin: 0 auto;
}

.address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.address-head {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 22px 0 8px; 
}

.address-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center; 
}

.contact-picture {
  width: 100%;
  height: 181px; 
  background-image: url(../../img/write-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25), 0 9px 6px 0px rgba(0, 0, 0, 0.25);
  margin: 20px auto 0;
}



/*====================== contact-form =============================*/

.contacts-form {
  max-width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.form-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 18px 0;
}

.form-head {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  margin: 20px 0 8px;
}

.form-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 10px;
  text-align: center;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.form-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px;
}

.text-input {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  border-style: none;
  border-radius: 3px;
  background: #F1F1F1;

}

.message-input {
  width: 100%;
  height: 65px;
  margin-bottom: 35px;
  border-style: none;
  border-radius: 3px;
  background: #F1F1F1;
}

.form-button input {
  width: 179px;
  height: 40px;
  border-radius: 4px;
  background: #655AE8;
  display: block;
  margin: 0 auto;
  border-style: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  }

  .footer-desktop {
    display: none;
  }

.footer-bottom {
  width: 100%;
  height: 40px;
  background: #655AE8;
  padding: 10px 0 10px;
  text-align: center;
  margin-top: 77px;
}

.footer-bottom a {
  display: none;
}


/*===================================== Desktop ========================================*/

@media screen and (min-width: 1200px) {

.container {
  max-width: 1440px;
  background-color: #fff;
}

.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;
  max-width: 94%;
  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;
}

.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;
}

/*================================= main ========================================*/


main {
  margin-top: 96px;
}

.map-contacts {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: inherit;
}

.map {
  width: 30%;
  height: 600px;
  background-color: #655AE8;
  position: relative;
  margin-bottom: 0;
}

.map:after {
  content: "";
  position: absolute;
  width: 145%;
  height: 428px;
  left: 90px;
  top: 90px;
  bottom: 0;
  background-image: url(../../img/map.jpg);
  background-repeat: no-repeat;
}


.contacts {
  width: 70%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F5F5F5;
  padding: 114px 7.5% 102px 408px;

}

.address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 43px;
  text-align: left;
}

.address-head {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 19px;
}

.address-text, .address-text-phone {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}

.contacts-form {
  max-width: 1040px;
  display: flex;
  flex-direction: inherit;
  justify-content: space-between;
  margin: 116px auto 92px;
}

.contact-picture {
  width: 38%;
  height: 881px;
  background-image: url(../../img/contacts-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  margin: 0;
}

.form-details {
  width: 62%;
  height: 881px;
  padding: 92px 12% 90px 14%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-details form {
  width: 100%;
}

.text-input {
  margin-bottom: 12px;
  max-width: 477px;
  height: 47px;
  background: #F1F1F1;
  border-radius: 3px;
  border-style: none;
  outline: 0;
}

.message-input {
  max-width: 477px;
  height: 90px;
  background: #F1F1F1;
  border-radius: 3px;
  border-style: none;
  outline: 0;
}

.form-details span {
  display: flex;
  flex-direction: column;
}

.form-details label {
  margin-bottom: 5px;
}

.form-head {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 21px;
}

.form-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 21px;
  text-align: left;
}

.form-button input {
  width: 179px;
  height: 67px;
  background: #655AE8;
  border-radius: 4px;
  margin-top: 49px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  border-style: none;
  display: inline-block;
}




/*================================== footer =====================================*/


.footer-desktop {
  display: block;
  /*padding: 0 17% 0 6%;*/
  background: rgba(197, 214, 246, 0.3);
}

.footer-desktop-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 17% 137px 6%;
}

.footer-desk-menu {
  width: 77%;
  padding: 45px 0 32px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-desk-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-desk-menu a {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: rgba(103, 92, 92, 0.79);  
}

.footer-desktop-cont li {
  margin-bottom: 13px;
  text-decoration: none;
}

.footer-desktop-cont a {
  text-decoration: none;
  color: #000;
}

.footer-desktop-cont a:hover {
  color: #655AE8;
}

.footer-address {
  display: flex;
  flex-direction: column;
}

.footer-add-head {
  margin: 64px 0 32px 5%;
  font-weight: 600;
  font-size: 40px;
  line-height: 24px;
  color: #000000;
}

.footer-add-text {
  font-size: 24px;
  line-height: 24px;
  color: rgba(103, 92, 92, 0.79);
  margin-left: 5%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 42px 46px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background: #655AE8;
  margin-top: 0;
}

.footer-bottom a {
  display: block;
  color: #000;
  text-decoration: none;
}




  }
