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



/*====================== slider ===============================*/

.slider-insurance-type {
  display: none;
}

.slider {
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/bysicle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-header {
  max-width: 296px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #0500FF;
  margin: 467px 0 28px;
}

.slider-text-description {
  display: none;
}

.slider-button {
  width: 115px;
  height: 25px;
  border: 2px solid #655AE8;
  border-radius: 8px;
  font-size: 12px;
  background-color: transparent;
}

.first-wrap, .second-wrap, .third-wrap {
    max-width: 412px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

main {
  margin-top: 570px;
}

.card {
  width: 100%;
  padding: 18px 20px;
  background: #FFFFFF;
  border: 2px solid #C5D6F6;
  border-radius: 20px;
  margin-bottom: 18px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

h1 {
  margin-bottom: 18px;
}

.button-wh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 28px;
  border: 2px solid #00CCF9;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: center;
}

.button-wh p:first-letter {
    text-transform: uppercase;
}

.button-blue {
  width: 82px;
  height: 28px;
  background: #0094FF;
  border-radius: 8px;
  border-style: none;
  text-align: center;
  color: #fff;
}

.button-blue:first-letter {
  text-transform: uppercase;
}

.insurance_type {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin-bottom: 7px;
}

.insurance_type:first-letter {
  text-transform: uppercase;
}

.insurance_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  margin-bottom: 18px;
}

.card-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
}

.card-button a {
  text-decoration: none;
}

.parallax {
  padding: 7px 18px;
  background-image: url(../img/car1.png);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 412px;
  height: 73px;
  position: relative;
  margin: 0 auto;
}

.parallax span {
  position: absolute;
  top: 4px;
  left: -195px;
}

.parallax-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0500FF;
  text-align: center;
  margin: 0 13px;
  border-color: ##00CCF9;
  }

.quickly_issue {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: 82px;
    height: 28px;
    left: 263px;
    top: 1140px;
    background: #0094FF;
    border-radius: 8px;
    border-style: none;
    position: absolute;
    top: 38px;
    right: 0;
    }

h2, h3 {
  visibility: hidden;
}

.reviews {
  display: none;
}

.one-click {
  padding: 0 18px;
  max-width: 412px;
  height: 73px;
  margin: 26px auto;
  background: linear-gradient(0deg, #00CCF9 0%, rgba(0, 204, 249, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one-click p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.click-buy:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.one-click-mobile {
  max-width: 412px;
  height: 73px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6px;
  background-image: url("../img/CAR1.png");
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.one-click-mobile p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0500FF;
  margin-bottom: 6px;
}

.click-issue {
  display: block;
  max-width: 412px;
  margin: 0 auto;
}

.one-click-desktop {
  display: none;
}

.insurance_list_mobile {
  max-width: 412px;
  margin: 0 auto;
}

.insurance_list_mobile ul {
  margin: 0 20px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.footer-mob {
  max-width: 412px;
  margin: 0 auto;
}

.footer-mob-cont {
  display: flex;
  flex-direction: column;
  margin: 0 20px 25px;
}


.footer-mob-cont p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}

.footer-mob-cont span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  margin-bottom: 13px;
}

.footer-desktop {
  display: none;
}

h4 {
  margin: 25px 20px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}


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

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

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

.header-menu li a:active {
  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;
  cursor: pointer;
}

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

/*======================== slider ===============================*/

.slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 41px 90px;
  background-image: url(../img/bysicle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -42px;
  left: 0;
}

.slider-insurance-type {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  background: #C5D6F7;
  width: 254px;
  height: 35px;
  margin: 305px 0 33px;
  text-align: center;
}

.slider-header {
  max-width: 790px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0500FF;
  margin: 0;
}

  .slider-text-description {
  display: block;
  max-width: 583px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 35px;
}

.slider-button {
  width: 182px;
  height: 45px;
  background: #655AE8;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.first-wrap, .second-wrap, .third-wrap {
    max-width: 1440px;
}

h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  text-align: center;
  margin: 68px 0 23px;
}

main {
  margin-top: 0;
}

.card-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 45px;
}

.card {
  margin-right: 60px;
}

.card:last-child {
  margin-right: 0;  
}

.parallax {
  max-width: 1440px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/CAR1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.parallax-text {
  width: 711px;
  height: 47px;
  background: #D9D9D9;
  border-radius: 0px;
  text-align: center;
  line-height: 47px;
  margin: 45px 0 98px;
}

.parallax span {
  position: unset;
  color: #655AE8;
}

.parallax span:hover {
  color: #0094FF;
}

.quickly_issue {
  width: 182px;
  height: 45px;
  border: 3px solid #655AE8;
  border-radius: 8px;
  background-color: transparent;
  position: unset;
}

h2, h3 {
  visibility: inherit;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 70px 0 25px;
}

.reviews {
  max-width: 100%;
  height: 165px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 45px;
  background: linear-gradient(180deg, rgba(197, 214, 246, 0) 0%, #C5D6F6 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.clients-reviews {
  line-height: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #655AE8;
  border-bottom: 1px solid #000000; 
  max-width: 23%;
  margin: 0 70px 0 60px;

}

.reviws p {
  max-width: 68%;
  margin-top: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.author-name {
  font-weight: 600;
  position: relative;
  top: 15px;
  left: 200px;

}

.one-click-mobile, .insurance_list_mobile, .click-issue, .one-click, .footer-mob {
  display: none;
}



.one-click-desktop {
  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;
}

.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-desktop {
  display: block;
  padding: 70px 45px 45px;
  background-color: #fff;
}

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

.footer-desktop-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-desktop-cont li {
  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;
}

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

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


/*=========== name animation ============*/

.name-animation {
  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(-35px);
}

.name-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}


/*=========== h1-h3 animation ============*/

.element-animation {
  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(35px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}


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

.baner-animation {
  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateX(420px);
}

.baner-animation.element-show {
  opacity: 1;
  transition: all 2s;
  transform: translateX(0%);
}


  }
