html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

body {
  z-index: 1;
  background-image: url("../img/background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

:focus {
  outline: none;
}

label, p {
  color: #556371;
  line-height: 130%;
}

h1, h2, h3, h4, h5 {
  color: #01A195;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h2 {
  font-size: 36px;
}

.btn {
  border-radius: 56px;
  padding: 10px 25px;
  font-weight: 500;
}

.btn-warning {
  color: white;
}
.btn-warning:hover, .btn-warning:focus {
  color: white;
}

.menu {
  position: relative;
  background-color: white;
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  z-index: 2;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
}
.menu .nav {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.saleimg {
   border-radius: 20px; 
   height: 150px;
   width: 195px;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 875px) {
  .menu .nav {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .menu .nav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.menu .nav .nav-info {
  display: flex;
  display: -ms-flexbox;
  margin-left: auto;
  align-self: center;
}
@media (max-width: 875px) {
  .menu .nav .nav-info {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .menu .nav .nav-info {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    text-align: center;
  }
  .menu .nav .nav-info .btn {
    margin-top: 15px;
  }
}
.menu .nav .nav-link {
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .menu .nav .nav-link {
    line-height: 1;
  }
}

.title-head p {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.slider {
  height: auto;
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider .swiper-container .swiper-slide .slider-text h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #556371;
}
@media (max-width: 991px) {
  .slider .swiper-container .swiper-slide .slider-text h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-container .swiper-slide .slider-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .slider .swiper-container .swiper-slide .slider-text h3 {
    font-size: 30px;
  }
}
.slider .swiper-container .swiper-button-prev, .slider .swiper-container .swiper-button-next {
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
}
.slider .swiper-container .swiper-button-prev:after, .slider .swiper-container .swiper-button-next:after {
  content: " ";
}
@media (max-width: 425px) {
  .slider .swiper-container .swiper-button-prev, .slider .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.slider .swiper-container .swiper-button-prev {
  background-image: url("../img/icons/button-left.svg") !important;
}
.slider .swiper-container .swiper-button-next {
  background-image: url("../img/icons/button-right.svg") !important;
}
.slider .swiper-container .swiper-pagination-bullet, .slider .swiper-container .swiper-pagination-bullet-active {
  width: 15px;
  margin: 0 13px !important;
  height: 15px;
  background-color: #F9A61A;
}

.offer .offer-item {
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  border-radius: 20px;
  padding: 20px;
  align-items: stretch;
  vertical-align: middle;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: white;
}
.offer .offer-item img {
  margin-top: -100px;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  border-radius: 70px;
}
.offer .offer-item p {
  font-size: 20px;
  line-height: 120%;
  margin-top: 20px;
}

.tariff .tariff-item {
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  border-radius: 20px;
  padding: 25px;
  background-color: white;
}
@media (max-width: 360px) {
  .tariff .tariff-item {
    text-align: center;
  }
}
.tariff .tariff-item .tariff-title h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  color: #F9A61A;
}
.tariff .tariff-item .tariff-body, .tariff .tariff-item .tariff-footer {
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 360px) {
  .tariff .tariff-item .tariff-body, .tariff .tariff-item .tariff-footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tariff .tariff-item .tariff-body .info {
  width: 50%;
  align-self: center;
}
@media (max-width: 360px) {
  .tariff .tariff-item .tariff-body .info {
    width: 100%;
  }
}
.tariff .tariff-item .tariff-body .info .tv:before {
  background-image: url("../img/tariff/tv.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: " ";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.tariff .tariff-item .tariff-body .info .speed:before {
  background-image: url("../img/tariff/speed.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: " ";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.tariff .tariff-item .tariff-body .icon {
  margin-top: -20px;
  width: 120px;
  align-self: center;
}
@media (max-width: 360px) {
  .tariff .tariff-item .tariff-body .icon {
    margin-top: 0;
    width: 100%;
  }
}
.tariff .tariff-item .tariff-body .icon img {
  width: 100%;
}
.tariff .tariff-item .tariff-footer .price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #00B2A6;
  margin: 0;
}
@media (max-width: 1152px) {
  .tariff .tariff-item .tariff-footer .price {
    font-size: 23px;
  }
}
.tariff .tariff-item .tariff-footer .price:after {
  background-image: url("../img/tariff/prise.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: " ";
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.tariff .tariff-item .tariff-footer .button {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 360px) {
  .tariff .tariff-item .tariff-footer .button {
    width: 100%;
  }
}
.tariff .tariff-item .tariff-footer .button .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}
@media (max-width: 360px) {
  .tariff .tariff-item .tariff-footer .button .btn {
    width: 100%;
  }
}

.sale {
  padding: 16px 40px;
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  border-radius: 20px;
}
.sale .sale-liner {
  background-color: #00B2A6;
  border-radius: 0 20px;
  color: white;
  position: absolute;
  padding: 10px 20px;
  top: 0;
  right: 16px;
}
.sale img {
  margin-top: 15px;
  margin-bottom: 15px;
      max-height: 100px;
}
.sale .btn {
  margin-top: 15px;
}
.sale .sale-head {
  font-weight: bold;
}
.sale.bg-sale-01 {
  background-color: #FFEBF0;
}
.sale.bg-sale-02 {
  background-color: white;
}
.sale.bg-sale-03 {
  background-color: #FEF9BA;
}

.sale-modal {
  border-radius: 20px;
  padding: 50px 0;
}
.sale-modal img {
  width: 70%;
}

.sale-liner-2 {
  background-color: #00B2A6;
  border-radius: 0 20px;
  color: white;
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
}

.sale-modal-prew {
  border-radius: 10px;
}

.organizer {
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  padding: 45px 60px;
  border-radius: 20px;
  background-color: white;
}
@media (max-width: 425px) {
  .organizer {
    padding: 25px 30px;
  }
}
.organizer .organizer-logo {
  justify-content: center;
  align-self: center;
}

.modal-content {
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(1, 161, 149, 0.2);
  border: none;
  padding: 30px;
}
.modal-content .modal-body {
  text-align: center;
}
.modal-content .modal-body p {
  line-height: 160%;
}
.modal-content .modal-body .close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.modal-content .modal-body .close span {
  background-color: black;
  color: white;
  border-radius: 100%;
  padding: 0 7px;
  font-weight: 400;
  text-shadow: none;
  opacity: 0.3;
}
.modal-content .modal-body .modal-title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 15px;
}

input.form-control {
  padding: 25px 15px;
  color: #828282;
  background: #F8F8F8;
  border-radius: 30px;
}

.custom-control-label::before {
  border: #F9A61A solid 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F9A61A;
  background-color: #F9A61A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(249, 166, 26, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #F9A61A;
  border-color: #F9A61A;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F9A61A;
}

@media (min-width: 1000px) and (max-width: 1012px){
    .box_kupon,
    .box_tariff {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.sale-modal img {
    width: unset;
}
#form-tarif .custom-control {
    padding-left: 6px;
}
.main-user-consent-request-popup-button-acc {
    background: #f9a61a !important;
    color: #fff !important;
    border-radius: 20px !important;
    transition: 300ms;
}
.main-user-consent-request-popup-button-acc:hover{
    background: #ef9807 !important;
    transition: 300ms;
}
.main-user-consent-request-popup-button-rej{
    border: 1px solid #f9a61a !important;
    border-radius: 20px !important;
    color: #f9a61a !important;
    box-shadow: none  !important;
}
.main-user-consent-request-popup-button-rej:hover {
    background: #fff  !important;
    border: 1px solid #ef9807 !important;
    color: #ef9807 !important;
}











/*# sourceMappingURL=main.css.map */

