.confirm-btn:first-child,
.cookie-check__buttons .confirm-btn.confirm-btn-cookie,
.cookie-check__buttons .confirm-btn.decline-btn-cookie {
    background-color: #1E665A;
    box-shadow: 0 15px 20px rgba(94, 167, 155, 0.4);;
}
.confirm-btn:last-child{
    /* background-color: #5EA79B; */
    box-shadow: 0 15px 20px rgba(94, 167, 155, 0.4);
}

.confirm-btn:first-child{
    margin-right: 0;
    margin-bottom: 0;
}
.confirm-btn__block{
    gap: 20px;
}
.confirm-btn__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.confirm-btn{
    transition: all ease .3s;
}
.confirm-btn:hover{
    color: #ffffff;
}
.popup1 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(20, 22, 24, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  display: none;
}

.popup.cookies {
  height: 100%;
  z-index: 9999999999;
}

.cookies .cookies__wrapper {
  background: #fff;
  padding: 48px;
  max-height: 760px;
  max-width: 736px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.cookies-list__item_text-wrapper {
  max-width: 520px;
}

.cookies__title {
  color: #777;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.cookies-list__item {
  display: flex;
  gap: 44px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #BEC7CE;
}

.cookies-list__item_title {
  color: #777;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 18px */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cookies-list__item_text {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.48px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 14px;
}

.switch input {display:none;}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  bottom: -4px;
  box-shadow: 0px 4px 12px 0px rgba(58, 75, 136, 0.18);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-slider {
  background-color: #2196F3;
}

input:disabled + .switch-slider {
  background-color: #2196F3;
  opacity: 0.5;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.cookies .confirm-btn__block {
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 0;
}

.cookies .confirm-btn__block .confirm-btn {
  width: 189px;
  padding: 12px 0;
  color: #fff;
  background: #1e665a;
  box-shadow: 0px 12px 20px 0px rgba(94, 167, 155, .25);
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.cookies .confirm-cookie {
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  margin-top: 36px;
}

.cookie-check {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  left: 50%;
  bottom: 10rem;
  z-index: 999;
  padding: 35px;
  transition: .3s;
  transform: translate(-50%,0);
  gap: 0 48px;
  opacity: 1;
  visibility: visible;
  width: calc(100% - 20px);
  max-width: 1300px;
  color: #101010;
	box-shadow: 0 5px 25px rgba(94, 167, 155, .4);
}
@media (max-width: 768px) {
  .cookie-check {
		padding: 24px;
  }
}
.im-container-wrapper {
  display: flex;
  align-items: center;
}

.cookie-check__text {
  font-size: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.48px;
  flex-basis: 44%;
}

.cookie-check__text a {
  color: #00E;
  text-decoration-line: underline;
}

.cookie-check .confirm-btn {
  padding: 0 32px;
}

.cookie-check__buttons {
  display: flex;
  gap: 1.2rem;
  margin-left: auto;
}

.cookie-check__buttons .button {
  font-size: 24px;
  font-weight: 500;
  padding: 17px 2.4rem;
  color: #fff;
  transition: .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cookie-check__buttons .confirm-btn {
  width: 200px;
}

.cookie-check__buttons .confirm-btn.confirm-btn-cookie {
	background: #1e665a;
	box-shadow: 0px 12px 20px 0px rgba(94, 167, 155, .25);
}

/* .cookie-check__buttons .confirm-btn.decline-btn-cookie {
  background: #2A92E6 !important;
  box-shadow: 0px 12px 20px 0px rgba(0, 173, 187, 0.25) !important;
} */

.cookie-check__buttons .button.is-setings {
  /* background: none;
  border-color: transparent;
  color: #101010;
  max-width: 100%; */
}
.cookie-check {
  box-shadow: 0 5px 25px rgba(94, 167, 155, .4);
}
.cookie-check__buttons .button {
  padding: 17px 1.6rem;
}
.confirm-btn:first-child,
.cookie-check__buttons .confirm-btn.confirm-btn-cookie,
.cookie-check__buttons .confirm-btn.decline-btn-cookie {
  background-color: #1e665a;
  box-shadow: 0 15px 20px rgba(94, 167, 155, .4);
}
@media(max-width: 1260px) {
  .im-container-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .cookie-check__text {
    flex-basis: 100%;
    text-align: center;
  }

  .cookie-check__buttons {
    margin-left: initial;
  }
}

@media screen and (max-width: 780px) {
  .cookie-check {
    bottom: 8rem;
    flex-direction: column;
    gap: 1rem 0;
    text-align: center;
  }

  .cookie-check__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .cookie-check__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cookie-check__buttons .button.is-setings {
    max-width: 217px;
  }
}


@media (max-height: 1480px) {
  .cookies .cookies__wrapper {
    max-height: 97%;
  }
}

@media (max-width: 769px) {
  .cookies .cookies__wrapper {
    padding: 15px;
    max-width: 90%;
  }

  .cookies__title {
    font-size: 27px;
    line-height: 37px;
  }

  .cookies-list__item_text-wrapper {
    max-width: 215px;
  }

}

.confirm-btn {
  color: #fff;
  line-height: 100%;
  opacity: 1;
  padding: 0 70px;
  cursor: pointer;
  max-width: 212px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px; }

.confirm-btn:hover {
  opacity: 0.7; }



.confirm-warn {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  text-align: center; }

.confirm-cookie {
  max-width: 650px;
  text-align: center;
  margin-top: 50px; }

@media (max-width: 390px) {
  .confirm-btn__block {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .confirm-btn {
    width: 200px; }
  .confirm-btn:first-child {
    margin-right: 0;
    margin-bottom: 20px; } }
.cookie-check__buttons .button.is-setings {
  background: #1e665a;
  box-shadow: 0px 12px 20px 0px rgba(94, 167, 155, .25);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 12px 1.6rem;
  transition: .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
	max-width: fit-content;
	width: 200px;
	height: 55px;
}
.cookie-check__buttons .button.is-setings:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=app.min.css.map */