.content {
  max-width: 1190px;
  width: calc(100% - 250px);
  margin: 120px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page__title {
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  margin: 0 auto 40px auto;
  text-align: center;
}
.section {
  padding: 40px;
  border-radius: 16px;
  background: rgba(243, 243, 243, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.section:last-of-type {
  margin-bottom: 64px;
}
.section__title {
  margin: 0 0 16px 0;
  color: #00bcd4;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section__boxes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(306px, 1fr));
  gap: 24px;
}
.section__button {
  border: 0;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}
.section__button_book {
  display: block;
  margin: 40px auto 170px auto;
}
.container {
  padding: 24px;
  border-radius: 12px;
  background: var(--shades-white, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.container_wide {
  padding: 24px 48px;
}
.container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.container__header_pro {
  min-height: 94px;
}
.container__title {
  margin: 0;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.container__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.container__price {
  margin: 0;
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container__text {
  margin: 0;
  color: var(--neutral-600, #4b5768);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.container__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.container__image {
  padding: 8px;
  border-radius: 100px;
  background: #e0feff;
}
.container__checkbox {
  margin: 0;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tooltip_btn {
  display: none;
  width: 24px;
  height: 24px;
}
.tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -34px;
  margin-left: -98px;
}
.tooltiptext {
  max-width: 390px;
  margin: 0;
  border-radius: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.tooltip_customization {
  margin-top: -20px;
  margin-left: -50px;
}
.container__title:hover .tooltip {
  visibility: visible;
}
.container__title:hover {
  cursor: pointer;
}
.questions {
  height: auto;
}
.popup_slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1132px;
  margin: auto;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup_slider {
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(181, 181, 181, 0.92);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  padding-top: 70px;
  overflow: hidden;
}
.popup_slider_close {
  background-color: #000;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 0 12px 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.close_text {
  margin: 0;
  padding: 0;
}
.popup-content_slider .slick-arrow {
  position: absolute;
  top: 812px;
  z-index: 10;
  font-size: 0;
  width: 22px;
  height: 20px;
  border: none;
}
.slick-arrow.slick-prev {
  margin-left: -60px;
  background: url(../img/pre.png) 0 0/100% no-repeat;
  z-index: 10000;
  cursor: pointer;
  width: 22px;
  height: 20px;
  background-size: contain;
}
.slick-arrow.slick-next {
  margin-left: 40px;
  background: url(../img/next.png) 0 0/100% no-repeat;
  z-index: 10000;
  cursor: pointer;
  width: 22px;
  height: 20px;
  background-size: contain;
}
.draggable {
  padding: 0 !important;
}
.slick-track {
  max-height: 644px;
}
.slick-slide {
  opacity: 0;
}
.slick-current {
  opacity: 1;
  max-height: 644px;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider_cp {
  background: #000;
  margin: 0 auto;
  padding: 8px;
  border-radius: 100px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 170px;
}
@media all and (max-width: 1024px) {
  .popup-content_slider .slick-arrow {
    top: 600px !important;
  }
  .popup_slider_wrapper img {
    max-height: 430px !important;
  }
}
.popup_slider_wrapper img {
  height: 500px;
  width: auto;
}
@media screen and (max-width: 750px) {
  .popup_slider_wrapper {
    max-width: 390px;
  }
  .popup_slider_wrapper img {
    max-height: 208px !important;
  }
  .popup-content_slider .slick-arrow {
    top: 371px !important;
    width: 12px;
    height: 12px;
  }
  .slider_cp {
    font-size: 12px;
    width: 137px;
  }
  .slick-arrow.slick-next {
    margin-left: 50px;
  }
  .popup_slider_close {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .page {
    max-width: 390px;
  }
  .content {
    width: calc(100% - 32px);
  }
  .page__title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .section {
    padding: 16px 24px;
  }
  .section:last-of-type {
    margin-bottom: 24px;
  }
  .section__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section__boxes {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
  }
  .container {
    padding: 24px 24px 24px 32px;
    gap: 24px;
  }
  .container_wide_middleware {
    padding: 14px 16px;
  }
  .container__header {
    gap: 8px;
  }
  .container__header_pro {
    min-height: 68px;
  }
  .container__title {
    font-size: 16px;
  }
  .container__price {
    font-size: 24px;
  }
  .container__text {
    font-size: 12px;
  }
  .container__bottom {
    gap: 8px;
  }
  .container__image {
    padding: 6px;
    width: 10px;
    height: 10px;
  }
  .container__checkbox {
    font-size: 12px;
  }
  .section__button {
    margin-top: 16px;
    font-size: 12px;
    padding: 8px 18px;
  }
  .section__button_book {
    margin: 0 auto 102px auto;
  }
  .tooltip_btn {
    display: block;
  }
  .tooltip {
    width: 200px;
    margin-top: -54px;
    margin-left: -45px;
  }
  .tooltip_customization {
    width: 200px;
    margin-top: -20px;
    margin-left: 32px;
  }
}
@media all and (max-height: 900px) {
  .popup_slider_wrapper {
    max-width: 900px;
  }
  .popup_slider_wrapper img {
    max-width: 900px;
    max-height: 507px;
  }
  .popup-content_slider .slick-arrow {
    top: 677px;
  }
}

.layouts {
  display: flex;
  position: relative;
  margin: 30px auto 40px auto;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 8px;
  align-items: center;
}

.layout-navigate {
  max-width: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: static;
  margin: 0px;
  font-weight: 500px;
  font-size: 14px;
  color: rgba(100, 116, 139, 1);
  padding: 5px 30px;
}

.layout-navigate:hover {
  cursor: pointer;
}

.layout-navigate-active {
  background-color: #000;
  color: rgba(255, 255, 255, 1);
  padding: 5px 30px;
  border-radius: 8px;
}

.navigate-div {
  height: 20px;
  width: 0.5px;
  background-color: #000;
}

.radio-span-nav {
  color: #00bcd4;
  font-size: 10px;
}

.radio-span-nav-active {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
}

@media (max-width: 768px) {
  .layouts {
    display: flex;
    position: relative;
    margin: 10px auto 40px auto;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .layout-navigate {
    border: solid 1px rgba(75, 87, 104, 1);
    height: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 12px 30px;
    gap: 5px;
    flex-wrap: nowrap;
  }
  .layout-navigate-active {
    height: 20px;
    padding: 12px 30px;
  }
  .navigate-div {
    display: none;
  }
  .radio-span-nav {
    color: rgba(100, 116, 139, 1);
  }
  .radio-span-nav-active {
    color: #fff;
  }
}
