*,
*::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;
}

.insur-card {
  width: 345px;
  border-radius: 20px;
  background: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 5px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  }

.card-top {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.more-details, .to-buy {
  width: 98px;
  height: 25px;
  border-radius: 8px; 
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.more-details {
  background: #00CCF9;
  margin-bottom: 16.5px; 
}

.to-buy {
  background: #0094FF; 
}

.insur-type {
  margin: 3.5px 0 23px;
  text-decoration: none;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.auto {
  background-image: url("../img/auto.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zelena-karta {
  background-image: url("../img/green.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.car {
  background-image: url("../img/car.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.sport {
  background-image: url("../img/sport.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.notary {
  background-image: url("../img/notary.png"); 
  background-repeat: no-repeat;
  background-size: cover;
}
.house {
  background-image: url("../img/house.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.lawyer {
  background-image: url("../img/lawyer.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cargo {
  background-image: url("../img/cargo.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.boat {
  background-image: url("../img/boat.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.gun {
  background-image: url("../img/gun.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.medical {
  background-image: url("../img/medical.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.umbrella {
  background-image: url("../img/umbrella.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.one-click {
  width: 100%;
  height: 164px; 
  background: linear-gradient(0deg, #A7BCE4 0%, rgba(197, 214, 246, 0.00) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.one-click-text {
  width: 219px;
  height: 32px;
  background: #B4E6F0;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; 
  text-align: center;
  margin: 42px 0 30px;
}

.one-click-button {
  width: 142px;
  height: 45px;
  border-radius: 8px;
  border: 3px solid rgba(101, 90, 232, 0.00);
  background: #0094FF;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

/*==================== 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;
  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;
  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;
}

.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-headline {
  color: #0094FF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  margin: 46px 0 97px 43px;
}

.main-wrap {
  padding: 0 98px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 114px;
  grid-row-gap: 115px;
}

.insur-card {
  width: 300px; 
}

.insur-card:hover {
  filter: brightness(40%);
}

.card-top {
  width: 100%;
  height: 280px;
  margin-bottom: 4px;
  background-color: #CDCFF0; 
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.auto {
  background-image: url("../img/auto.png");
}
.zelena-karta {
  background-image: url("../img/green.png");
}
.car {
  background-image: url("../img/car.png");
}
.sport {
  background-image: url("../img/sport.png");
}
.notary {
  background-image: url("../img/notary.png"); 
}
.house {
  background-image: url("../img/house.png");
}
.lawyer {
  background-image: url("../img/lawyer.png");
}
.cargo {
  background-image: url("../img/cargo.png");
}
.boat {
  background-image: url("../img/boat.png");
}

.gun {
  background-image: url("../img/gun.png");
}

.medical {
  background-image: url("../img/medical.png");
}

.umbrella {
  background-image: url("../img/umbrella.png");
}

.more-details {
  width: 134px;
  height: 25px;
  background-color: #655AE8;
  border-style: none;
  color: #fff; 
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-details:hover {
  background-color: #1F18E3;
}

.to-buy {
  width: 134px;
  height: 25px; 
  background-color: #1608B8;
  border-style: none;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.to-buy:hover {
  background-color: #26056E;
}

.insur-type {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; 
  margin-bottom: 19px;
  text-align: center;
  display: block;
}

.insur-type:hover {
  color: #1608B8;
}

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

.one-click {
  width: 100%;
  height: 218px;
  background: linear-gradient(0deg, #A7BCE4 0%, rgba(197, 214, 246, 0.00) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 54px;
}

.one-click-text {
  width: 711px;
  height: 47px; 
  background: #B4E6F0;
  color: #000;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  margin: 36px 0 62px;
  text-align: center;
}

.one-click-button {
  width: 182px;
  height: 45px;
  border-radius: 8px;
  border: 3px solid rgba(101, 90, 232, 0.00);
  background: #655AE8;
  box-shadow: 0px 8px 85px 0px #655AE8;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

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

.footer-mob {
  display: none;
}

.footer-desktop {
  display: block;
  padding: 70px 45px 45px;
  background-color: #fff;
}

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

  }


