.brands__wrapper {
  padding-top: 40px;
  padding-bottom: 120px;
}

.title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 50px;
}

.brands-select {
  display: flex;
  margin-bottom: 50px;
}

.brands-select__mob {
  margin-bottom: 20px;
  display: none;
}

.brands-select__label {
  display: block;
  position: relative;
  cursor: pointer;
  width: 148px;
  border: 1px solid #CDDDE3;
}

.brands-select__label:not(:last-child) {
  border-right: none;
}

.brands-select__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: 0;
}

.brands-select__item {
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
}

.brands-select__item:hover {
  background: #F4F4F4;
}

.brands-select__checkbox:checked + .brands-select__item {
  background: #CDDDE3;
  cursor: default;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
}

.brands-item {
  width: 14.4%;
  margin-bottom: 2.72%;
}

.brands-item:not(:nth-child(6n)) {
  margin-right: 2.72%;
}

.brands-item__container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  box-sizing: initial;
  border: 1px solid #CDDDE3;
}

.brands-item__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.brands-item__img {
  width: 100%;
  height: 100%;
}

.block-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  max-width: 280px;
}

.sorting__box {
  position: relative;
  z-index: 3;
  user-select: none;
  -webkit-user-select: none;
  width: 181px;
}

.sorting__box:after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../../img/N/icons/productCardPage/arrow-up.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.3s;
  top: 10px;
  right: 10px;
  cursor: pointer;
  pointer-events: none;
}

.sorting__selected {
  cursor: pointer;
  width: 100%;
  height: 36px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.sorting__list {
  position: absolute;
  padding: 10px 0;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
}

.sorting__list-item {
  cursor: pointer;
  padding: 5px 10px;
}

.sorting__list-item:hover {
  background: #CDDDE3;
}

.sorting__box--open:after {
  transform: rotate(360deg);
  pointer-events: auto;
}

.sorting__box--open .sorting__list {
  display: block;
}

.sorting-item--selected {
  display: none;
}

@media screen and (min-width: 768px) {
  .brands-item__link:hover {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    right: -15px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
}

@media screen and (max-width: 1100px) {
  .brands-item {
    width: 18%;
    margin-bottom: 2.5%;
  }
  .brands-item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .brands-item:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 800px) {
  .brands__wrapper {
    padding-bottom: 80px;
  }
  .brands-item {
    width: 22.75%;
    margin-bottom: 3%;
  }
  .brands-item:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .brands-item:not(:nth-child(4n)) {
    margin-right: 3%;
  }
  .brands-select__label {
    width: 25%;
  }
  .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .brands-item {
    width: 46%;
    margin-bottom: 8%;
  }
  .brands-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .brands-item:not(:nth-child(2n)) {
    margin-right: 8%;
  }
  .brands-select {
    display: none;
  }
  .brands-select__mob {
    display: block;
  }
  .title {
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (max-width: 370px) {
  .block-sorting {
    font-size: 8px;
  }
}

.content-block h1 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 60px;
}

.main-preview {
  display: flex;
  background-image: url(../../img/N/pages/affiliateProgramPagePartners/partners-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.main-preview .container{
  display: flex;
}

.main-preview__shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.07) 49.29%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-preview__back {
  position: relative;
}

.content-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.main-preview__back {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 60px;
}

.main-preview__back-arrow {
  width: 29px;
  min-width: 29px;
  height: 15px;
  background-image: url(../../img/N/common/arrow-decorate.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px;
}

.main-preview__back-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .main-preview__back {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  .main-preview__back {
    margin-bottom: 20px;
  }
  .main-preview__back-name {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .main-preview {
    background-image: url(../../img/N/pages/affiliateProgramPage/affiliate-mob.jpg);
  }
}

.container-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content-block {
  width: 75%;
  margin-right: 20px;
}

.side-menu__box {
  width: 20%;
  min-width: 205px;
}

.side-menu__item {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}

.side-menu__item:hover {
  color: #697B87;
}

.side-menu__item:last-child:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 100%;
  pointer-events: none;
}

.side-menu__item--active {
  font-weight: bold;
  cursor: default;
}

.side-menu__item--active:hover {
  color: inherit;
}

@media screen and (max-width: 1000px) {
  .container-wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .main-preview {
    margin-bottom: 0;
  }
  .content-block {
    order: 1;
    width: 100%;
    margin-right: 0;
  }
  .side-menu__box {
    order: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .side-menu {
    display: flex;
    overflow: auto;
    position: relative;
    padding: 0 60px;
    width: 100%;
  }
  .side-menu::-webkit-scrollbar {
    display: none;
  }
  .side-menu__item {
    margin-bottom: 0;
    padding: 20px 0;
    white-space: nowrap;
  }
  .side-menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .side-menu__line {
    height: 1px;
    min-width: 1382px;
    background: rgba(105, 123, 135, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .side-menu__item--active {
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 900px) {
  .side-menu__box {
    margin-bottom: 20px;
  }
  .content-block h1 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .side-menu {
    padding: 0 30px;
  }
  .side-menu__item {
    padding: 3px 0;
    font-size: 12px;
    line-height: 28px;
  }
  .side-menu__item:last-child:after {
    width: 30px;
  }
  .side-menu__line {
    min-width: 1056px;
  }
  .content-block h1 {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-section {
  width: 100%;
}

.content-section img {
  width: 100%;
  display: block;
}

.content-section .content-img-cover {
  object-fit: cover;
  width: 100%;
  height: 520px;
  margin-bottom: 40px;
}

.content-section h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 36px;
  line-height: 120.4%;
  margin-bottom: 40px;
}

.content-section h2 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  margin: 40px 0 20px;
}

.content-section h2 + h4 {
  margin-top: 0;
}

.content-section h3 {
  margin: 40px 0 20px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.content-section h4 {
  margin: 40px 0 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.content-section a {
  display: inline;
  color: #697B87;
}

.content-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.content-section p:not(:last-child) {
  margin-bottom: 20px;
}

.content-section ul {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
}

.content-section ul > li {
  position: relative;
  padding-left: 24px;
  line-height: 28px;
}

.content-section ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ul > li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
  margin-right: 16px;
  left: 0;
  top: 10px;
}

.content-section ol {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  counter-reset: liCounter;
  margin-bottom: 20px;
}

.content-section ol ul {
  margin-top: 10px;
}

.content-section ol > li {
  position: relative;
  padding-left: 39px;
  line-height: 28px;
}

.content-section ol > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ol > li::before {
  counter-increment: liCounter;
  content: counter(liCounter) ".";
  display: block;
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  min-width: 23px;
  text-align: end;
  margin-right: 16px;
  color: black;
  left: 0;
}

.content-section ol > li a {
  display: inline;
  color: #697B87;
}

.content-section iframe {
  width: 100%;
  height: 400px;
}

.content-section > span {
  margin: 4px 0 40px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

@media screen and (max-width: 1100px) {
  .content-section h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .content-section h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .content-section iframe {
    height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .content-section iframe {
    height: 220px;
  }
}

@media screen and (max-width: 499px) {
  .content-section h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .content-section h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section p,
  .content-section ul,
  .content-section ol {
    font-size: 14px;
    line-height: 24px;
  }
  .content-section ul {
    margin-top: 10px;
  }
  .content-section ul > li::before {
    top: 10px;
  }
  .content-section ol > li {
    line-height: 24px;
  }
  .content-section ol > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-section ol > li::before {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 450px) {
  iframe {
    height: 180px;
  }
}

.tooltipe-background {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tooltipe-add__box {
  width: 470px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe__close-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: block;
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/N/tooltipes/close.svg);
  border: none;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 30px;
}

.tooltipe-add__icon {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../../img/N/tooltipes/icon-ok.svg);
  background-position: center;
  margin-bottom: 40px;
}

.tooltipe-add__gratitude {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}

.tooltipe-add__text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.tooltipe-add__checkout-btn {
  width: 100%;
  max-width: 220px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  background: #F4F4F4;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: auto;
}

.tooltipe-add__checkout-btn:hover {
  background: #CDDDE3;
}

.tooltipe-add__continue-btn {
  width: 100%;
  max-width: 220px;
  background: #fff;
  border: none;
  border: 1px solid #CDDDE3;
  height: 54px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}

.tooltipe-add__continue-btn:hover {
  background: #CDDDE3;
}

.tooltipe-appointment__title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tooltipe-appointment__box {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-appointment-success__box {
  width: 470px;
  height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.appointment-success__icon {
  margin-top: 30%;
}

.tooltipe-appointment-success__text {
  font-family: 'Inter';
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
}

.tooltipe-buy-one-tap__box {
  width: 470px;
  height: 800px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-buy-one-tap__title-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tooltipe-buy-one-tap__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.tooltipe-buy-one-tap__form {
  width: 100%;
}

.tooltipe-complaint__box {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-complaint__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.tooltipe-complaint__product {
  width: 100%;
  border: 1px solid #CDDDE3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tooltipe-complaint__product div {
  font-size: 18px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}

.tooltipe-complaint__product div:not(:last-child) {
  border-right: 1px solid #CDDDE3;
}

.tooltipe-complaint__product .tooltipe-complaint__product-img-box {
  width: 100px;
  min-width: 100px;
  padding: 12px;
}

.tooltipe-complaint__product .tooltipe-complaint__product-img-box img {
  width: 100%;
  height: 100%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-name {
  width: 60%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-price {
  width: 15%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-quantity {
  width: 15%;
}

.tooltipe-complaint__form {
  width: 100%;
}

.tooltipe-complaint__item {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}

.tooltipe-complaint__input-quantity {
  border: 1px solid #CDDDE3;
  padding: 12px 10px;
  width: 100px;
  margin-bottom: 10px;
}

.tooltipe-complaint__input-file {
  display: block;
  margin-bottom: 10px;
}

.tooltipe-complaint__textarea {
  border: 1px solid #CDDDE3;
  resize: none;
  width: 100%;
  height: 107px;
  padding: 10px 18px;
  margin-bottom: 20px;
}

.tooltipe-complaint__submit {
  width: 100%;
  max-width: 300px;
  height: 54px;
  background: #CDDDE3;
  border: none;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}

.tooltipe-complaint__submit:hover {
  background: #697B87;
  color: #fff;
}

.tooltipe-background {
  display: none;
}

.tooltipe-add--show {
  display: block;
}

.tooltipe-add--show .tooltipe-add__box {
  display: flex;
}

.tooltipe-add--show .tooltipe-add__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-appointment--show {
  display: block;
}

.tooltipe-appointment--show .tooltipe-appointment__box {
  display: flex;
}

.tooltipe-appointment-success--show {
  display: block;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box {
  display: flex;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-buy-one-tap--show {
  display: block;
}

.tooltipe-buy-one-tap--show .tooltipe-buy-one-tap__box {
  display: flex;
}

.tooltipe-complaint--show {
  display: block;
}

.tooltipe-complaint--show .tooltipe-complaint__box {
  display: flex;
}

.tooltipe-form-module__box {
  width: 90%;
  max-width: 900px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-form-module__box .form-module {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}

.tooltipe-form-module__box .form-module__success {
  background-color: #fff;
}

.tooltipe-background.tooltipe-form-module--order-call-show {
  display: block;
}

.tooltipe-background.tooltipe-form-module--order-call-show .tooltipe-form-module--order-call {
  display: flex;
}

.tooltipe-background.tooltipe-form-module--order-call-show .tooltipe-form-module--order-call .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-service-show {
  display: block;
}

.tooltipe-background.tooltipe-form-module--order-service-show .tooltipe-form-module--order-service {
  display: flex;
}

.tooltipe-background.tooltipe-form-module--order-service-show .tooltipe-form-module--order-service .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-club-service-show {
  display: block;
}

.tooltipe-background.tooltipe-form-module--order-club-service-show .tooltipe-form-module__box-club-order-service {
  display: flex;
}

.tooltipe-background.tooltipe-form-module--order-club-service-show .tooltipe-form-module__box-club-order-service .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-club-event-show {
  display: block;
}

.tooltipe-background.tooltipe-form-module--order-club-event-show .tooltipe-form-module__box-club-order-event {
  display: flex;
}

.tooltipe-background.tooltipe-form-module--order-club-event-show .tooltipe-form-module__box-club-order-event .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module__box-club-question-show {
  display: block;
}

.tooltipe-background.tooltipe-form-module__box-club-question-show .tooltipe-form-module__box-club-question {
  display: flex;
}

.tooltipe-background.tooltipe-form-module__box-club-question-show .tooltipe-form-module__box-club-question .tooltipe-add__icon {
  animation: success 0.6s;
}

@keyframes success {
  0% {
    position: relative;
    top: -80px;
    transform: scale(0.1);
  }
  100% {
    position: relative;
    top: 0px;
    transform: scale(1);
  }
}

@media screen and (max-width: 1100px) {
  .tooltipe-add__box {
    width: 70%;
    max-width: 470px;
    height: 500px;
    padding: 35px;
  }
  .tooltipe__close-btn {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .tooltipe-add__icon {
    height: 80px;
    background-size: contain;
  }
  .tooltipe-add__gratitude {
    font-size: 22px;
  }
  .tooltipe-add__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .tooltipe-add__box {
    width: 100%;
    padding: 25px;
    width: 90%;
  }
  .tooltipe-appointment__box {
    padding: 25px;
  }
  .tooltipe__close-btn {
    width: 14px;
    height: 14px;
  }
  .tooltipe-add__icon {
    height: 70px;
    background-size: contain;
  }
  .tooltipe-add__gratitude {
    font-size: 20px;
  }
  .tooltipe-add__text {
    font-size: 12px;
    line-height: 16px;
  }
  .tooltipe-add__continue-btn,
  .tooltipe-add__checkout-btn {
    font-size: 8px;
  }
  .tooltipe-appointment__box {
    padding: 60px;
  }
  .tooltipe-buy-one-tap__box {
    width: 90%;
    padding: 20px;
    height: 730px;
  }
}

@media screen and (max-width: 560px) {
  .tooltipe-buy-one-tap__box {
    height: 700px;
  }
}

@media screen and (max-width: 450px) {
  .tooltipe-appointment__box {
    padding: 20px;
  }
}

.tooltipe-image-slider--show {
  display: block;
}

.tooltipe-image-slider--show .tooltipe-image-slider-box {
  display: flex;
}

.tooltipe-image-slider-box {
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-image-slider-block {
  width: 95%;
  max-width: 1200px;
  height: 85vh;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
}

.tooltipe-image-slider-block .swiper-pagination {
  top: calc(100% + 40px);
  position: static;
}

.tooltipe-image-slider-block .pagination-tooltipe-images {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  height: 90px;
  justify-content: center;
  margin-top: 20px;
}

.tooltipe-image-slider-block .pagination-tooltipe-images::-webkit-scrollbar {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.tooltipe-image-slider-block .pagination-tooltipe-images::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent 0%, transparent 35%, #CDDDE3 35%, #CDDDE3 75%, transparent 75%, transparent 100%);
  cursor: pointer;
}

.tooltipe-image-slider-block .swiper-pagination-bullet {
  width: 70px;
  min-width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 0;
  border: 4px solid transparent;
  margin: 4px;
}

.tooltipe-image-slider-block .swiper-pagination-bullet-active {
  border: 4px solid #fff;
}

.tooltipe-image-slider-block .pagination-image__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.tooltipe-image-slider {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tooltipe-image-slider__list {
  display: flex;
  position: absolute;
  height: 100%;
}

.tooltipe-image-slider__item {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}

.tooltipe-image-slider__item-wrapper {
  position: relative;
  max-width: 100%;
  max-height: 80%;
}

.opening-img__close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../../img/N/tooltipes/close-image.svg");
  background-size: 14px;
  background-position: center;
  padding: 18px;
}

.tooltipe-image-slider__item-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
}

.tooltipe-image-slider__item-text {
  background-color: #fff;
  padding: 10px 30px;
  text-transform: initial;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.tooltipe-image-slider__arrow {
  z-index: 122;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.tooltipe-image-slider__arrow:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  top: 18px;
  left: 18px;
  border-bottom: none;
  border-right: none;
}

.tooltipe-image-slider--prev {
  left: -50px;
  transform: rotate(-45deg);
}

.tooltipe-image-slider--next {
  right: -50px;
  transform: rotate(135deg);
}

.slider-turn-off .tooltipe-image-slider__arrow {
  display: none;
}

.slider-turn-off .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
}

.slider-turn-off .swiper-pagination {
  display: none;
}

.tooltipe-open-video--show {
  display: block;
}

.tooltipe-open-video--show .tooltipe-open-video-box {
  display: block;
}

.tooltipe-open-video-box {
  width: 95%;
  max-width: 1200px;
  margin: 10vh auto;
  display: none;
  height: 80vh;
}

.tooltipe-open-video__wrapper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .review-slider-block .pagination-images {
    height: 80px;
  }
  .review-slider-block .swiper-pagination-bullet {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .review-slider-block .swiper-pagination-bullet-active {
    border: 3px solid #CDDDE3;
  }
}

@media screen and (max-width: 800px) {
  .tooltipe-review-slider {
    padding: 30px;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .review-slider-block {
    width: 100%;
    height: calc(100vh - 200px);
  }
  .review-slider-block .review-slider__arrow {
    display: none;
  }
  .review-slider-block .pagination-images {
    height: 60px;
  }
  .review-slider-block .swiper-pagination-bullet {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .review-slider-block .swiper-pagination-bullet-active {
    border: 2px solid #CDDDE3;
  }
  .tooltipe-image-slider-box {
    padding: 30px 0;
  }
  .tooltipe-image-slider__arrow {
    display: none;
  }
  .tooltipe-image-slider-block .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 2px;
  }
  .tooltipe-open-video-box {
    height: auto;
    width: 95%;
  }
  .tooltipe-open-video__wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
  }
  .tooltipe-open-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .tooltipe-review-slider {
    padding: 30px 20px;
  }
}

.content-section {
  width: 70%;
  max-width: 800px;
  margin: 0;
  margin-bottom: 100px;
}

.content-section div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section div > ul li {
  display: block;
  width: 45%;
}

.content-section ul > li::before {
  width: 4px;
  height: 4px;
}

.brands-item__img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1000px) {
  .content-section {
    width: 100%;
    max-width: none;
    padding: 0 60px;
  }
}

@media screen and (max-width: 700px) {
  .content-section {
    padding: 0 30px;
  }
}

@media screen and (max-width: 650px) {
  .content-section {
    margin-bottom: 60px;
  }
  .content-section div > ul li {
    width: 100%;
  }
  .achievement-images-box {
    display: block;
  }
  .achievement-images-box .achievement-images-box__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .achievement-images-box .achievement-images-box__item img {
    display: block;
    height: auto;
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
}

