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

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

.container {
  max-width: 412px;
  background-color: #fff;
  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;
}

.main-headline {
  color: #0094FF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}



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

/*.footer-desktop {
  display: none;
}

.footer-mob-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 0 17px 61px;
}

.foot-contacts {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #000;
  width: 207px;
}

.foot-text {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}*/


/* =================================== Desktop ====================================*/

@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;
  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;
  list-style: none;
}

.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;
}


.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;
  color: #0500FF;
  text-align: center;
  margin: 0 0 15px 0;
}

/*======================= main ============================*/

main {
  display: block;
  padding: 0 80px 45px;
  background-color: #fff;
}

main div {
  font-size: 18px;
}

h1 {
  font-size: 68px;
}

main li {
  list-style: none;
}

.osago-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.osago-text1 {
  width: 55%;
}

.osago-img {
  width: 40%;
  height: 320px;
  background-size: cover;
}

.osago-img img {
  width: 100%;
  margin-top: 73px;
}

/*========================== one-click ====================*/


.one-click-desktop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  height: 280px;
  background-image: url(../img/green-card-690.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0,4;
  text-align: center;
  padding-top: 45px;

  background: linear-gradient(0deg, #00CCF9 0%, rgba(0, 204, 249, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.one-click-desktop p {
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  line-height: 47px;
  color: #000000;
  background: #D9D9D9;
  border-radius: 0px;  
  width: 711px;
  height: 47px;
  text-align: center;
}

.button-one-click {
  width: 182px;
  height: 45px;
  background: #655AE8;
  border-radius: 8px;
  margin-top: 68px;
  border-style: none;
  color: #fff;
  cursor: pointer;
}

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

footer {
  
  color: red;
}

.footer-mob {
  display: none;
}

.footer-desktop {
  display: block;
  padding: 70px 45px 45px;
  border-radius: 0 0 35px 35px;
  background: #fcf9fc;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
}

.footer-desktop a {
  margin-left: 40px;
}

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

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

.footer-desk-cont-first li:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.footer-desktop-cont li {
  margin-bottom: 13px;
  text-decoration: none;
  list-style: none;
}

.footer-desktop-cont a {
  text-decoration: none;
  color: #000;
}

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

.footer-desktop-cont div {
  font-size: 18px;
  font-weight: 400;
}

  }


