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

.main-preview .container,
.main-preview {
  display: flex;
  background-image: url(../../img/N/pages/affiliateProgramPagePartners/partners_new_n.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  /* width: 100%; */
  margin-bottom: 60px;
}

.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_n.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: black;
}

@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/partners_new_mob.png);
  }
}

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

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

.side-menu__item:last-child {
  padding-right: 60px;
}

.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;
    padding: 20px 60px;
    border-bottom: 1px solid rgba(105, 123, 135, 0.4);
  }
  .side-menu::-webkit-scrollbar {
    display: none;
  }
  .side-menu__item {
    margin-right: 20px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@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: 3px 30px;
  }
  .content-block h1 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 700px) {
  .side-menu__item {
    font-size: 12px;
    line-height: 28px;
  }
}

.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-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  max-width: 500px;
  width: 30%;
}

.content-section .title_two_y {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  max-width: 500px;
  padding-bottom: 40px;
}

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

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

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

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

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

.content-section p strong {
  font-weight: 700;
  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: black;
}

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

.content-section ol > li a:active {
  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;
  }
  .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: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;
  }
}

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

@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%;
  }
  .box-more-services {
    padding-bottom: 0 !important;
  }
}

.content-block-title {
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.content-block-title-one {
  border-bottom: 1px solid #cddde3;
}

.content-block-title div {
  width: 57%;
  font-family: Open Sans;
}

.bold-block, .bold-block_1 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.normal-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
  padding-bottom: 15px;
}

.box-more-services {
  flex-wrap: wrap;
  padding-bottom: 50px;
  /* justify-content: space-between; */
}

.box-more-services__item {
  width: 18%;
  padding-bottom: 30px !important;
}

.box-more-services__item_c {
  width: 32%;
  padding-bottom: 30px;
}

.services__wrapper_c {
  width: 100%;
  background: #cddde3;
  position: relative;
  padding-bottom: 45%;
}

.box-more-services__item-text-company {
  /* font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 18%; */
}

.box-more-services__item-text-company span {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;  
  color: #507480;
}

.box-more-services__item-text-company p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.box-more-services__item-text-company .more_ind {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;  
}

.services__content_c {
  padding: 20px;
}

.box-more-services__wrapper_last {
  width: 100%;
  border: 2px solid #cddde3;
  position: relative;
  padding-bottom: 45%;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.company-blog__item {
  display: flex;
}

.container-image {
  width: 100%;
  background: #F4F4F4;
  padding: 60px 0 1px;
}

.company-blog__info_title_prez {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
}

.company-blog__info_text {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.company-blog__info {
  padding: 2% 0 2% 5%;
}

.company-blog__info_title_prez {
  padding-bottom: 5%;
}

.company-blog__info_text p {
  padding-bottom: 1%;
}

.title_two {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
}

.content-block-title_two, .content-block-title_one {
  width: 50% !important;
}

.content-block-title_one p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  width: 80%;
}

.step_block .bold-block {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  padding: 5% 0;
}

.step_block .bold-block_1 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  padding-bottom: 5%;
}

.step_block .normal-block {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
  padding: 0 0 4%;
}

.step_block {
  border-bottom: 1px solid #cddde3;
}

.content-block-title-other {
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.nap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nap_item {
  width: 48%;
  background: #f4f4f4;
  padding: 3%;
  margin-bottom: 2%;
}

.nap_item_q {
  width: 48%;
  background: #f4f4f4;
  padding: 2%;
  margin-bottom: 2%;
}

.title_tov_nap {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  padding-bottom: 2%;
  width: 58%;
}

.title_nap {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding-bottom: 2%;
}

.text_nap {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.div_plash_nap {
  padding-bottom: 45px;
  border-bottom: 1px solid #cddde3;
}

.adv_list {
  display: flex;
  justify-content: space-between;
}

.adv_title {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  padding-bottom: 45px;
}

.adv_item {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  width: 23%;
}

.classic_two {
  border-bottom: 1px solid #cddde3;
}

.grey_block {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  padding-bottom: 20px;
}

.classic_text {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
  padding-bottom: 10px;
}

.classic_two {
  font-family: Open Sans;
  font-size: 18px;
  /* font-weight: 700; */
  line-height: 25.2px;
  text-align: left;
  padding: 30px 0;
}

.container_grey {
  width: 50%;
  margin-bottom: 50px;
}

.grey_block span {
  color: #5A514A;
}

.image-salon {
  padding-top: 60px;
  width: 100%;
}

.title_salon {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  padding-bottom: 50px;
}

.title_salon_t {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
}

.title_salon_two {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
}

.title_salon_two_s {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  padding-bottom: 15px;
}

.text_salon {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.content-block-title_two_salon {
  width: 46% !important;
}

.two_salon_text {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
  padding: 33px 0 45px 0;
}

.content-block-title_two_salon .step_block {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  padding: 25px 0;
}

.normal-block-salon {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.par_block {
  display: flex;
  justify-content: space-between;
}

.par_item {
  width: 48%;
  font-family: Open Sans;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.mudb_text {
  font-family: Open Sans;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.mudb_item {
  padding-bottom: 60px;
}

.mudb_block {
  padding-top: 60px;
}

.diler_title {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  padding-bottom: 15px;
}

.diler_text {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
}

.dilers_block {
  background: #F4F4F4;
  padding: 5%;
}

.pro_one {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #cddde3;
}

.pro_two {
  padding: 30px 0;
}

.pro_title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  width: 50%;
  padding-bottom: 20px;
}

.pro_list {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  width: 47%;
}

.pro_item_title {
  padding-bottom: 50px;
}

.pro_item {
  padding-bottom: 10px;
}

.uch_pro {
  display: flex;
  justify-content: space-between;
}

.text_pro {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  padding: 25px 0;
  border-bottom: 1px solid #cddde3;
}

.textile-blog__info_btn {
  padding: 15px 50px;
  background-color: #cddde3;
  border: 1px solid #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 40px;

  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.1em;
  text-align: center;
}

.div_c_f {
  display: flex;
  padding: 60px 0;
}

.two_salon_text_q {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5A514A;
  width: 70%;
}

.prior {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  padding: 30px 0;
}

.cont_b {
  padding: 15px 25px;
  background-color: #cddde3;
  border: 1px solid #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 25px;
  margin-bottom: 40px;

  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.1em;
  text-align: left;
}

.dilers_block_call {
  background: #f4f4f4;
  padding: 5% 5% 1% 5%;
  margin-bottom: 80px;
}

.title_tov_nap_com {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
}

.block_o_p {
  padding-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .content-block-title div {
    width: 53%;
  }
  .services__wrapper_c {
    padding-bottom: 60%;
  }
  .box-more-services__wrapper_last {
    padding-bottom: 60%;
  }
  .title_tov_nap {
    width: 78%;
  }
  .container_grey {
    width: 70%;
  }
  .title_salon {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {

  .main-preview .container {
    background-image: url(../../img/N/pages/affiliateProgramPagePartners/partners_new_mob_n.png);
  }

  .content-block-title {
    display: block;
  }
  .content-block-title div {
    width: 100%;
  }
  .box-more-services__item {
    width: 30%;
  }
  .company-blog__item {
    display: block;
  }
  .company-blog__preview {
    text-align: center;
    padding: 0 5%;
  }
  .content-block-title-other {
    display: block;
  }
  .content-block-title_two, .content-block-title_one {
    width: 100% !important;
  }
  .nap_list {
    display: block;
  }
  .nap_item, .nap_item_q {
    width: 100%;
  }
  .div_plash_nap, .adv_block {
    padding: 0 4%;
  }
  .title_tov_nap {
    width: 100%;
  }
  .adv_list {
    flex-wrap: wrap;
  }
  .adv_item {
    width: 46%;
    padding-bottom: 30px;
  }
  .container_grey {
    width: 100%;
  }
  .content-block-title_two_salon {
    width: 100% !important;
  }
  .par_block {
    display: block;
  }
  .par_item {
    width: 100%;
    padding-bottom: 25px;
  }
  .pro_one {
    display: block;
  }
  .pro_title, .pro_list {
    width: 100%;
  }
  .div_c_f {
    display: block;
  }
  .two_salon_text_q {
    width: 100%;
  }
  .title_tov_nap_com {
    padding-bottom: 20px;
  }
  .image-background {
    width: 100%;
  }

  .box-more-services__item_c {
    width: 48%;
  }



}

.only_mob {
  display: none;
}

.usch_cl {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  width: 50%;
}

@media screen and (max-width: 600px) {

  .main-preview .container {
    background-image: url(../../img/N/pages/affiliateProgramPagePartners/partners_new_mob_2_n.png);
    background-size: contain;
  }

  .services__wrapper_c, .box-more-services__wrapper_last {
    padding-bottom: 300px;
  }

  .nav_ch {
    padding-top: 80px !important;
  }

  .content-section h1 {
    width: 100%;
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }

  .usch_cl {
    width: 100%;
  }

  .content-section p {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .normal-block {
    font-family: Open Sans !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22.4px !important;
    text-align: left !important;
  }

  .services__content_c p{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }
  
  .company-blog__info_title_prez {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }

  .content-section .title_two_y {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }

  .weeer {
    font-family: Open Sans !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22.4px !important;
    text-align: left !important;
    padding-bottom: 20px;
    color: #5A514A;
  }

  .content-block-title_one p {
    width: 100% !important;
  }

  .content-section .title_two_y {
    padding-bottom: 20px;
  }

  .content-block-title-other {
    padding: 0px 0 0;
  }

  .title_tov_nap {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding-bottom: 30px;
  }

  .title_nap {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
  }

  .div_plash_nap {
    padding-bottom: 50px;
  }

  .adv_title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }

  .adv_item {
    width: 100%;
  }

  .grey_block span {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }

  .classic_two {
    font-family: Open Sans;
    font-size: 16px !important;
    /* font-weight: 700; */
    line-height: 22.4px !important;
    text-align: left !important;
  }

  .classic_two {
    padding: 20px 0;
  }

  .title_salon {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }

  .title_salon_two {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }

  .only_desc {
    display: none;
  }

  .only_mob {
    display: block;
  }

  .title_salon {
    padding-bottom: 0;
  }

  .par_block {
    padding-top: 60px;
  }
  .title_tov_nap {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
  }

  .diler_title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
  }

  .title_salon_t {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  .pro_title {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }
  .pro_title_p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
  }
  .uch_pro .step_block {
    padding: 15px 0;
  }
  .pro_title_p {
    padding-bottom: 30px;
  }
  .title_tov_nap_com {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }
  .prior {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
  }
  .title_salon_two_s {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
  }
  .box-more-services__item-text {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .nap_item_q, .nap_item {
    padding: 4%;
  }
  .mudb_item {
    padding-bottom: 30px;
  }
  .mudb_block {
    padding-bottom: 30px;
  }
  .dilers_block {
    margin-bottom: 60px;
  }
  .usch_cl {
    width: 80%;
  }
  .textile-blog__info_btn {
    width: 85%;
  }
  .content-block-title-other {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .box-more-services__item {
    width: 48%;
  }
  .container-wrapper {
    display: block;
  }
  .services__wrapper_c, .box-more-services__wrapper_last {
    padding-bottom: 180px;
  }
  .box-more-services__item_c {
    width: 100%;
  }
}

.image-background {
  object-fit: cover;
}

.grey_block b {
  display: block;
}

.new_bold {
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: black !important;
}

.nav_ch {
  display: flex;
  padding-top: 150px;
  align-items: center;
}

.nav_ch {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
}