ul.services-mark {
    padding-top: 15px;
    padding-bottom: 32px;
}

ul.services-mark li {
    position: relative;
    padding-left: 42px;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

h2, h3 {
    margin-bottom: 15px;
}

p {
    margin-bottom: 25px;
}

ul.services-mark-row {
    display: grid;
    grid-row-gap: 20px;
    padding-top: 15px;
    padding-bottom: 32px;
}

ul.services-mark-row li {
    position: relative;
    padding-left: 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
@media (max-width: 1550px) {
  ul.services-mark-row li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  ul.services-mark-row li {
    font-size: 14px;
  }
}
ul.services-mark-row li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 25px;
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAZCAYAAAC/zUevAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGYktHRAD/AP8A/6C9p5MAAAAHdElNRQfnCwIFEQE4WaltAAABkElEQVRIx8XWPU7DMBTA8X+LhBDiS3Q2EgsSAyteWGBAqlS4AqzggYEFRtQFBkbDxgEQGx2AAkVMdU8AYvQJWDohwYBTpTRJnTYpb4nkZye/OM92CowwrNELwDLwJKT6CtqLIwRsAG/AHXBvjZ4McoURAdaAOjARam4AFSFVO3eENVoCj8BURLoBlMf+EQCwCLznVhMOUE8AfLvrRy6IEGA6AVAA9oVUJvOaSAm4hIxXhwcgiA6gB2GN3gWqQBPYEVK1UwBWgFdgLg2gC2GN3gMuQrnOOvYEvADzaQHgdswIAMA6ULNGz2QEOIwCABTcd2wmDG4Bm0KqzxhAAyjFjA2K8FhIdRr3gCKw1OcNVoEHa/RsHoAAce1u5g3JEoDriDvRavzWQVK0gAPXt9Snrxegg0gJ8QlvQBciQ0gqAPz5qXF7QoX+NRIX1bSAnpkYcEaCIjwTUh0NIo88RUMz8pw3IBYRgpSB24TxQwOCmySGNXocuAG2ItJDA7wQCZBMAN6IEOQK2AbOhVQnWQAAfgDtxqcg7VEDVgAAAABJRU5ErkJggg==');
}

.m_nev img {
    width: 100%;
    height: auto;
}

.m_nev p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: unset;
    font-size: 16px;
    padding: 0;
}

#m_nevesty {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.m_nev {
  width: 49%;
  float: left;
  box-sizing: border-box;
  padding: unset;
  margin-left: 2%;
  margin-bottom: 2%;
}

.m_nev:nth-child(2n+1) {
  margin-left: unset;
}

.m_nev:nth-child(2n) {
  padding: unset;
}

a.link-text {
    color: var(--accent-gold-hover);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

a.link-text:hover {
    color: #917641;
}

.text-border-p {
  padding: 30px 30px;
  text-align: center;
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
  margin-bottom: 30px;
}

.text-border-p p {
    margin-bottom: 0px;
}

.table {
  width: 100%;
}
.news_table {
  margin: 20px 0;
  width: 100%;
}
.news_table td {
  vertical-align: middle;
  padding-right: 20px;
}
.news_table .td_news_img {
  padding-right: 10px;
}

.td_news_img {
  width: 160px;
}

.news_img {
  position: relative;
}
.img_mask {
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 1;
  display: block;
}
.img_mask {
  top: 0;
  left: 0;
}
.news_table .td_news_img img {
  position: relative;
  width: unset;
  border-radius: 100px;
}
.abstract_text {
  font-size: 14px;
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.s_page_news_table_text{
  font-size: 18px;
}

.three-column-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  margin-bottom: 45px;
  margin-top: 40px;
}

.image-in-column {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .table > tbody > tr > td {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    padding-right: 0;
  }
  .table > tbody > tr {
    display: inline;
  }
  .news_table .td_news_img {
    width: 120px;
  }
  .three-column-img {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 600px) {
.m_nev {
    margin-left: unset;
  }

#m_nevesty {
flex-direction: column;
gap: 25px;
}

.m_nev {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px !important;
    margin-left: unset;
    margin-bottom: unset;
  }

  .three-column-img {
    grid-template-columns: 1fr;
  }
}

/* Рамка с картинками на /uslugi/kosmetologiya/biorevitalizatsiya.html*/

.iconed-preims {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
}

.iconed-preims__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}

.iconed-preims__item {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .iconed-preims__item:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .iconed-preims__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .iconed-preims__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .iconed-preims {
    padding: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.iconed-preims__item-i {
  flex-shrink: 0;
  width: 70px;
  height: 62px;
  background-size: conain;
  }

.iconed-preims__item-i {
  margin-right: 12px;
}

.iconed-preims__item-i-1 {
  background: url(/f/i/i-craft.png) no-repeat 50%;
}

.iconed-preims__item-i-2 {
  background: url(/f/i/i-magic.png) no-repeat 50%;
}

.iconed-preims__item-i-3 {
  background: url(/f/i/i-magic2.png) no-repeat 50%;
}

.iconed-preims__item-i-4 {
  background: url(/f/i/i-diamond.png) no-repeat 50%;
}

.iconed-preims__item-text {
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 767px) {
  .iconed-preims__item-text {
    font-size: 16px;
  }
}

/* Конец рамки */
/* оформление для Маникюр услуги */

.lakcosm {
  margin-top: 40px;
  width: 100%;
  background: url(/f/photo/2017/uhodman4.jpg)no-repeat bottom right;
  min-height: 394px;
  box-sizing: border-box;
  padding-top: 5px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1132px) {
  .lakcosm {
    background: #f6e5d7 url("/f/photo/2017/uhodman4.jpg") no-repeat scroll right bottom !important;
  }
}

.clearfix {
  position: relative;
  max-width: 972px;
  padding: 0 10px;
  margin: 0 auto;
  clear: both;
}

.lakwrapcosm.clearfix {
  max-width: 963px;
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 234;
}

@media screen and (max-width: 1132px) {
  .lakwrapcosm.clearfix {
    text-align: center;
  }
}

.logop {
  font-size: 36px;
  text-align: center;
  padding-top: 21px;
}

.crearfix-p2 {
  font-size: 24px;
}

.m_elem_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 15px;
}

@media screen and (max-width: 1132px) {
  .m_elem_flex {
    display: inline-block;
  }
}

.m_manic_number {
  float: left;
  position: relative;
  width: 192px;
  height: 192px;
  background: rgba(159, 36, 36, 0.67);
  border-radius: 50%;
  border: solid 10px rgba(238, 229, 221, 0.41);
  text-align: center;
  line-height: 110px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1132px) {
  .m_manic_number {
    margin: 12px;
  }
}

div#m_manic_number5 {
  background: #ffffff url("/f/photo/2017/logo3.jpg") no-repeat scroll center center;
}

div#m_manic_number6 {
  background: #ffffff url("/f/photo/2017/logo2.jpg") no-repeat scroll center center;
}

div#m_manic_number7 {
  background: #ffffff url("/f/photo/2017/logo1.jpg") no-repeat scroll center center;
}

.crearfix-p {
font-size: 36px;
}

@media screen and (max-width: 390px) {
.crearfix-p {
font-size: 24px;
}
}
/* конец оформления для Маникюр услуги */

/* блок с фото /uslugi/parikmaherskie_uslugi/ */

.text-b__card-image {
background: url(/f/img/photo1208.jpg) no-repeat;
padding-top: 35px;
padding-bottom: 35px;
padding-left: 40px;
padding-right: 40px;
margin-bottom: 40px;
margin-top: 20px;
}
.text-b__card-text {
width: 53%;
}

@media (max-width: 1200px) {
.text-b__card-image {
  background: unset;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
  margin-bottom: 30px;
}
.text-b__card-text {
  width: 100%;
}
}

/* конец блока с фото /uslugi/parikmaherskie_uslugi/ */


/* Страница /uslugi/body/dietologiya/ */
.result_foto_dietolog {
  margin: 25px 0;
}

.result_foto_dietolog .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .result_foto_dietolog .item img {
    width: 50%;
  }
}

@media (max-width: 1300px) {
  .block_bg1_dietolog {
    background: #f6e7d7 url(/f/i/bg_dietolog_pic1_adv.png) no-repeat calc(100% + 30px) bottom;
    height: auto;
  }
}

@media (max-width: 1178px) {
  .block_bg1_dietolog {
    background: #F6E7D9 url(/f/i/bg_dietolog_pic1_adv.png) no-repeat right bottom;
    background-size: auto;
    background-size: auto 55%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .block_bg1_dietolog {
    background-position-x: center;
    background-position-y: bottom;
    height: 915px;
    background-size: auto 45%;
  }
}

@media (max-width: 430px) {
  .block_bg1_dietolog {
    background-size: auto 35%;
  }
}

.block_bg1_dietolog .textx {
  padding: 30px 50px;
  width: 100%;
  max-width: 578px;
}

@media (max-width: 1178px) {
  .block_bg1_dietolog .textx {
    max-width: -webkit-fill-available;
    max-width: -moz-fit-content;
  }
}

.block_bg1_dietolog .textx .titlex {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 500px) {
  .block_bg1_dietolog .textx p {
    max-width: -webkit-fill-available;
    max-width: -moz-fit-content;
  }
}

.block_bg1_dietolog .textx .foto__list img {
  margin: 0 3px 10px;
  border: 1px solid #af9159;
}

@media (max-width: 970px) {
  .block_bg1_dietolog .textx .foto__list img {
    width: 15%;
  }
  .block_bg1_dietolog .textx p {
    max-width: unset;
    font-size: 14px;
  }
}

@media (max-width: 860px) {
  .block_bg1_dietolog .textx .foto__list img {
    width: 15%;
  }
}

.block_bg1_dietolog .textx p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.block_bg1_dietolog .textx p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}


@media (max-width: 860px) {
  .block_bg1_dietolog .textx p {
    max-width: 280px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .block_bg1_dietolog .textx p {
    max-width: 415px;
  }
}

@media (max-width: 660px) {
  .block_bg1_dietolog .textx p {
    max-width: 280px;
  }
}

@media (max-width: 500px) {
  .block_bg1_dietolog .textx p {
    max-width: -webkit-fill-available;
    max-width: -moz-fit-content;
  }
}

.block_bg1_dietolog {
background: #f6e7d7 url(/f/i/bg_dietolog_pic1.png) no-repeat right top;
height: 574px;
border-radius: 5px;
margin: 0 0 25px;
margin-top: 30px;
}
.block_bg1_dietolog .textx {
  padding: 30px 50px;
  width: 100%;
  max-width: 726px;
}

.foto__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.block_bg1_dietolog .textx .titlex {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.block_bg1_dietolog .textx .foto__list img {
  margin: 0 3px 10px; border: 1px solid #af9159;
}
.block_bg1_dietolog .textx p {
  font-weight: 300;
  line-height: 26px;
}
.block_bg1_dietolog .textx .btn {
  background: #9b7575;
  padding: 6px 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
.line_dietolog {
  margin: 25px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddc6c6;
}
.right_colum_con .h3_dietolog {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding-bottom: 20px;
}
.stages_list {
  margin: 15px 0;
  padding: 0 !important;
}
.stages_list li
{position: relative;
  list-style-type: none;
  padding-left: 55px;
  padding-bottom: 35px;
}
.stages_list li::before {
  content: "";
  position: absolute;
  top: -.4em;
  left: 0;
  border: 3px solid #c3acac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: url(/f/i/tick_dietolog.png) no-repeat center;
}
.imperfections {
  background: #f6e5d7 url(/f/i/bg_imperfections.png) no-repeat; height: 394px; border-radius: 5px; margin: 0 0 35px;}
.imperfections > .textx {width: 100%; max-width: 470px; float: right; padding: 20px 0; margin-right: 50px; margin-top: 20px;}
.imperfections .textx > p {font-size: 30px; font-weight: 300; line-height: 36px; padding-bottom: 15px;}
.imperfections .textx ul {margin: 0 25px;}
.acquaintance {background: #f6e5d7 url(/f/i/bg_acquaintance.png) no-repeat right top; height: 474px; margin: 30px 0;}
.acquaintance .textx > p {padding-bottom: 10px; font-size: 16px;}
.acquaintance .textx {width: 100%; max-width: 552px; padding: 50px;}
.acquaintance .textx .btn {background: #9b7575; padding: 6px 27px; font-size: 20px; font-weight: 300; line-height: 28px;color: #fff; position: relative; top: 20px;}
.result_foto_dietolog {margin: 25px 0;}
.result_foto_dietolog .item {display: flex; align-items: center; margin-bottom:20px;}

@media (max-width:1550px) {
    .foto__list {
      margin-bottom: 25px;
      margin-top: 30px;
    }
}

@media (max-width:1300px){
    .block_bg1_dietolog {background: #f6e7d7 url(/f/i/bg_dietolog_pic1_adv.png) no-repeat calc(100% + 30px) bottom; height:auto;}
        .block_bg1_dietolog .textx {max-width: 515px;}
    .imperfections {background-size: auto 100%;}
    .result_foto_dietolog .item img {width: 50% !important;}
}
@media (max-width:1178px){
    .block_bg1_dietolog {
    background: unset;
    background-size: auto 55%;
    height: auto;
    padding: 30px 30px;
    border: 1px solid var(--accent-gold);
    border-radius: 5px;
}
    .block_bg1_dietolog .textx {max-width: -webkit-fill-available; max-width: -moz-fit-content;}
  .block_bg1_dietolog .textx {
    max-width: unset;
  }
    .acquaintance {height: auto; padding: 30px; background-size: auto 100%;}
    .acquaintance .textx {background: rgba(255,255,255,0.91); padding: 50px; max-width: -webkit-fill-available; max-width: -moz-fit-content;}
}
@media (max-width:1280px){
    .imperfections {background-size: auto 100%; padding: 40px 15px; height: auto;}
    .imperfections .textx {float: none; padding: 20px 35px; background: rgba(255,255,255,0.91); max-width: -webkit-fill-available; max-width: -moz-fit-content;}
}

@media (max-width: 1280px) {
.imperfections > .textx {
  margin-right: unset;
}
}

@media (max-width: 1300px) {
  .block_bg1_dietolog .textx {
    max-width: 633px;
  }
}
@media (max-width: 1178px){
  .block_bg1_dietolog .textx {
    max-width: unset;
  }
}

@media (max-width:970px){
    .block_bg1_dietolog .textx p {max-width: initial;}
    .block_bg1_dietolog .textx .foto__list img {width: 95%;}
    .block_bg1_dietolog .textx p {max-width: 335px; font-size: 14px;}
    .titlex {max-width: unset}
}
@media (max-width:860px){
    .block_bg1_dietolog .textx p {max-width: initial;}
    .block_bg1_dietolog .textx .foto__list img {width: 95%;}
    .block_bg1_dietolog .textx p {max-width: unset; font-size: 14px;}
    .block_bg1_dietolog .textx .btn {padding: 10px; font-size: 12px;}
}
@media (max-width: 768px){
    .block_bg1_dietolog .textx p {max-width: 415px;}
}
@media (max-width: 660px) {
    .block_bg1_dietolog .textx p {max-width: 280px;}
}
@media (max-width:500px) {
    .block_bg1_dietolog .textx {
      padding: 10px 10px 25px;
    }
    .block_bg1_dietolog .textx .btn {
      padding:10px;
      font-size: 14px;
    }
    .acquaintance {
      background: #f6e5d7
    }
    .acquaintance .textx {
      padding: 10px;
      font-size: 12px;
    }
    .acquaintance .textx {
      padding: 0;
      background: none;
    }
    .imperfections .textx {
      background: none; padding: 0;
    }
    .imperfections {
      background: #f6e5d7;
      padding: 10px 20px;
    }
    .acquaintance .textx .btn {
      font-size:14px;
      padding:10px;
    }
    .acquaintance {
      padding:30px 30px 50px;
    border: 1px solid var(--accent-gold);
    border-radius: 5px;
    background: unset;
    }
    .block_bg1_dietolog .textx p {
      max-width: -webkit-fill-available;
      max-width: -moz-fit-content;
    }
    .block_bg1_dietolog {
      background-position-x: center;
      background-position-y: bottom;
      background-size: auto 45%;
    }
    .titlex {
      margin-top: 20px;
      margin-left: unset;
      }
}

@media (max-width:500px) {
  .imperfections {
  padding: 30px 30px;
  text-align: center;
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
  background: unset;}
.imperfections .textx > p {
  font-size: 24px;
line-height: 30px;
}
.imperfections .textx ul {
  margin: unset;
margin-bottom: 30px;
}
 .imperfections {
    text-align: unset;
  }
}

@media (max-width:430px) {
    .block_bg1_dietolog {
      background-size: auto 35%;
    }
}

@media (max-width:364px) {
  .foto__list {
    justify-content: center;
  }
}

/* Конец страницы /uslugi/body/dietologiya/ */

.usluga_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .manik_img {
    width: 100%;
    text-align: center;
  }
}

.usluga_name {
  width: 76%;
}

@media (max-width: 900px) {
  .usluga_name {
    width: 100%;
  }
}

.usluga_name .title {
  font-size: 26px;
  margin-bottom: 20px;
  display: block;
  line-height: 30px;
}

.img-pp {
margin: 5px; float: right; width: 350px;
}
@media (max-width: 1020px) {
.img-pp {
float: left; width: 40%;
margin: unset;
margin-right: 10px;
}
}
@media (max-width: 400px) {
.img-pp {
float: unset; width: 100%;
margin: unset;
margin-bottom: 15px;
}
}

.pic-stilist {
width:200px;
float:right;
margin-right: 1rem;
margin-left: 10px;
}
@media (max-width:482px){
.pic-stilist {
float: unset;
}
}

.pic-sayna1 {
float:right;
margin-left:15px;
}
@media (max-width:412px) {
.pic-sayna1 {
float:unset;
margin:unset;
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.pic-sayna1 img {
width: 100%;
}
}

.img-vipu-bal {
margin-bottom: 20px;
}

@media (max-width: 494px) {
  .product-page__list.column_2 {
  grid-template-columns: unset;
}
}

.pic-ulitka {
float:left;
margin-right:3em;
}
@media (max-width: 979px) {
.pic-ulitka {
float: unset;
margin-right: unset;
margin-bottom: 2rem;
}
}

/* Страница сертификатов */

.certificates-block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 2rem;
    align-items: center;
}
.certificates-block__page {
    width: 190px;
}
@media (max-width: 1160px) {
    .certificates-block {
    justify-content: center;
}
}
@media (max-width: 404px) {
    .certificates-block__page {
    width: 231px;
    margin-bottom: 5px;
}
}

/* end Страница сертификатов */

.otthivy-title {
  color: #ddbb78 !important;
  font-size: 24px !important;
  margin-bottom: 15px !important;
}

.otthivy-name {
  font-weight: bold !important;
  color: var(--accent-gold-hover) !important;
  display: inline-block !important;
  border-left: 2px solid var(--accent-gold-hover) !important;
  padding-left: 10px !important;
  margin-bottom: 15px !important;
  position: relative !important;
  font-size: 18px !important;
}

/*   School Future   */

.block-licensee {background: #060606 url(/f/img/img_future1.jpg) no-repeat right; height: 333px; border-radius: 5px; margin-bottom: 25px;}
.block-licensee > div {width: 50%; padding: 50px;}
.block-licensee .title-my-l {font-size: 36px; font-weight: 700;}
.block-licensee p {font-size: 16px; font-weight: 300; color: #fff7d2; line-height: 26px;}
.block-licensee .skchool {font-size: 24px; font-weight: 300; color: #fff7d2; text-decoration: underline;}
.block-licensee {text-decoration: none;}
.dotted-line {margin: 20px 0; padding: 0; height: 0; border: none; border-top: 2px dashed #ddc6c6;}
.evenets div {background: url(/f/img/img_future3.jpg) no-repeat; height: 144px; padding: 30px;}
.evenets div p {text-align: center; color: #623d3d; font-size: 16px; font-weight: 300; line-height: 30px;}
.evenets div p span {font-size: 18px; font-weight: 700;}
.evenets {margin: 30px 0 0; margin-bottom: 40px;}
.evenets div p a {color: #623d3d;}
@media(max-width:1200px){
.block-licensee {padding:20px; height:auto;}
.block-licensee > div {width: auto; padding: 30px; background: rgba(255,255,255,0.91);}
.block-licensee p {color: #623d3d;}
.block-licensee .skchool {color: #623d3d;}
}
@media(max-width:900px){
.block-licensee {background: #060606;}
.block-licensee p {color: #fff7d2;}
.block-licensee .skchool {color: #fff7d2;}
.block-licensee > div {background: none;}
.evenets div {padding:15px;}
}
@media(max-width:768px){
.block-licensee {padding:20px; height:auto; background: #060606 url(/f/img/img_future1.jpg) no-repeat right;}
.block-licensee > div {width: auto; padding: 14px; background: rgba(255,255,255,0.91);}
.block-licensee p {color: #623d3d;}
.block-licensee .skchool {color: #623d3d;}
.evenets div {padding:30px;}
}
@media(max-width:560px){
.block-licensee {background: #060606;}
.block-licensee p {color: #fff7d2;}
.block-licensee .skchool {color: #fff7d2;}
.block-licensee > div {background: none;}
}
@media(max-width:570px) {
.evenets div {background: #f2f0eb; height: auto;}
}
.direction-item-s {
display: flex;
}
.picxv {
margin-right: 10px;
margin-top: -4px;
}
.our-course .direction {
  grid-template-columns: repeat(2,49%);
}
.tel-nu {
margin-top: 41px;
}
.direction-item-s ul {
height: 130px;
}
@media (max-width: 1120px) {
  .our-course .direction {
    grid-template-columns: repeat(1,100%);
  }
.direction-item-s ul {
  height: unset;
  }
.margin-top-text {
margin-top: 26px;
}
}

/*   /School Future   */

/* 28.10.2024 */
.four-column-img {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .four-column-img {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .four-column-img {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 440px) {
  .four-column-img {
    grid-template-columns: 1fr;
  }
}

/*  22.11.2024 photo gallery and q&a */
.collapse-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  margin-bottom: 30px;
}
.collapse-item {
  position: relative;
}
.aq-item-parent::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 14px;
  width: 15px;
  height: 28px;
  background: url(/f/img/icon/arrow-gold.png) no-repeat 0 0;
  background-size: auto;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.aq-item-parent.link_collapse_shown::before {
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.aq-item-parent {
  padding-left: 43px;
  font-weight: 700;
  padding-block: 10px;
  padding-right: 10px;
}
.collapse-item {
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
  cursor: pointer;
}
.collapse-item__content {
    cursor: default;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 10px;
}
.collapse-item__content p {
    margin-bottom: 14px;
    font-size: 15px;
}
.collapse-item__content ul li,
.collapse-item__content ol li {
    font-size: 15px;
}
/* ********* ******** */
.grid-gallery__item {
   padding: 10px;
   float: left;
}
.grid-gallery__item a {
   display: block;
}
.grid-gallery__item img {
   display: block;
}
.grid-gallery {
  width: 100%;
  column-count: 5;
  column-gap: 0px;
}
.grid-gallery__img {
    padding: 4px;
}
@media (max-width:1000px) {
.grid-gallery {
  column-count: 3;
}
.grid-gallery-2 {
  column-count: 2;
}
}
@media (max-width:490px) {
.grid-gallery {
  column-count: 2;
}
.grid-gallery__link--hide {
display: none;
}
}
/*  end 22.11.2024 photo gallery */
.mt-30-content {
  margin-top:30px;
}
.mb-60-content {
  margin-bottom: 60px;
}
@media (max-width:1000px) {
  .mb-60-content {
    margin-bottom: 40px;
  }
  .grid-gallery__link-hide {
    display: none;
  }
}
.img-pydra {
  float: left;
  margin-right: 15px;
}
@media (max-width:1102px) {
  .img-pydra {
  float: unset;
  margin-bottom: 1rem; 
  }
}
.video-youtube-n {
  width:65%;
  height: 360px;
  padding-top:20px;
}
@media screen and (max-width:550px){
  .video-youtube-n{
    width:100%;
    height: 260px;
    padding-top:15px;
  }
}

/* 11.12.2024 */
.benefits-services {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  padding: 24px;
  border-radius: 5px;
  background-color: var(--bg-color-light-gray);
}
.benefits-services__item-img {
  width: 49.99%;
  position: relative;
}
.benefits-services__item-text {
  width: 49.99%;
  padding-left: 37px;
}
ul.benefits-services__item-text-ul li {
  font-weight: 700;
  padding-left: 48px;
}
ul.benefits-services__item-text-ul {
  padding-right: 33px;
  padding-top: unset;
  grid-row-gap: 25px;
  letter-spacing: 0.6px;
  padding-bottom: 44px;
}
.benefits-services-mt {
  margin-top: 50px;
}
.benefits-services__item-text-btn {
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.benefits-services__item-img-photo {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 1500px) {
  .benefits-services-mt {
  margin-top: 36px;
  }
}
@media (max-width: 1260px) {
  ul.benefits-services__item-text-ul {
  grid-row-gap: 17px;
  padding-right: 20px;
  }
}
@media (max-width: 1130px) {
  ul.benefits-services__item-text-ul {
  grid-row-gap: 17px;
  padding-right: 20px;
  }
  .benefits-services__item-text {
      padding-left: 18px;
  }
  ul.benefits-services__item-text-ul {
      grid-row-gap: 13px;
      letter-spacing: unset;
      padding-bottom: 35px;
      padding-right: unset;
  }
}
@media (max-width: 992px) {
.benefits-services-mt {
  flex-direction: column;
  margin-top: 30px;
}
.benefits-services__item-img {
  width: 100%;
  margin-bottom: 24px;
}
.benefits-services__item-text {
  width: 100%;
}
.benefits-services__item-img-photo {
  position: relative;
}
ul.benefits-services__item-text-ul {
  grid-row-gap: 22px;
}
.benefits-services__item-text-btn {
  max-width: 100%;
}
}
@media (max-width: 768px) {
ul.services-mark-row li {
  font-size: 16px;
}
}
@media (max-width: 576px) {
  .benefits-services {
      margin-bottom: 25px;
      padding: 16px;
  }
  .benefits-services-mt {
      margin-top: 20px;
  }
  ul.benefits-services__item-text-ul {
      padding-bottom: 25px;
  }
}
@media (max-width: 359px) {
.benefits-services__item-text-btn {
  font-size: 14px;
}
}

.benefits-services-mt26 {
  margin-top:26px;
}
@media (max-width: 1500px) {
.benefits-services-mt26 {
margin-top: 16px;
}
#m_svadba4:after {
  content: unset;
}
}
@media (max-width: 992px) {
.benefits-services-mt26 {
margin-top: 6px;
}
}
@media (max-width: 576px) {
  .benefits-services-mt26 {
    margin-top: -3px;
  }
}

/* sertificates page - 18.12.2024 */
.certificates-re__title {
  font-size: 56px;
  line-height: 59px;
  margin-bottom: 36px;
}
.certificates-re__main-img {
  margin-bottom: 38px;
  border-radius: 5px;
}
.certificates-re-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 59px;
}
.certificates-re__item {
  border-radius: 5px;
  background-color: var(--bg-color-light-gray);
  padding: 24px 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.certificates-re__item-title {
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 700;
}
.certificates-re__item-title:hover {
text-decoration: underline;
}
.certificates-re__item-time {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  display: flex;
  gap: 14px;
}
.certificates-re__item-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px;
  color: var(--accent-gold);
  display: flex;
  gap: 16px;
}
.certificates-re__item-order {
  padding: 15px 57px;
  background-color: var(--accent-gold);
  border-radius: var(--br-btn);
  font-weight: 700;
  display: flex;
  max-width: 270px;
  justify-content: center;
}
.certificates-re__item-order:hover {
  background-color: var(--accent-gold-hover);
  transition: background-color 0.2s;
}
.certificates-re__item-time::before {
  content: url("/f/img/icon/gift-certificates-time.png");
  
}
.certificates-re__item-price::before {
  content: url("/f/img/icon/gift-certificates-price.png");
}
.certificates-re-proposal {
  position: relative;
  display: flex;
  margin-bottom: 57px;
  padding: 24px 20px 24px 25px;
  background-color: var(--accent-gold);
  border-radius: 5px;
  overflow: hidden;
}
.certificates-re-proposal__img-img {
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.certificates-re-proposal__text {
  padding-left: 77px;
  padding-top: 90px;
  max-width: 60%;
}
.certificates-re-proposal__text-title {
  margin-bottom: 28px;
  z-index: 1;
  position: relative;
}
.certificates-re-proposal__text-desc {
  margin-bottom: 16px;
  line-height: 28px;
  z-index: 1;
  position: relative;
}
.btn-white {
  background-color: var(--text-color-light);
  border-radius: var(--br-btn);
  min-width: fit-content;
  padding: 15px 45px;
  display: inline-block;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.btn-white:hover {
  background-color: var(--bg-color-gray);
  transition: background-color 0.2s;
}
.certificates-re-proposal::before {
  content: url("/f/img/redesign/glitters-left.png");
  position: absolute;
  left: 0;
  top: 0;
}
.certificates-re-proposal::after {
  content: url("/f/img/redesign/glitters-right.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.certificates-re-proposal__rings {
  position: absolute;
  top: 0;
  left: 29%;
}
.container-two-col {
  display: flex;
  position: relative;
  width: 100%;
}
.two-col__item {
  width: 49.9999%;
  position: relative;
}
ul.custom-mark-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 40px;
}
.custom-mark-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 16px;
  font-weight: 300;
}
ul.custom-mark-list li {
  position: relative;
  color: #000;
  min-width: 62px;
  height: auto;
  display: inline-flex;
}
.fw-light {
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 30px;
}
.fw-light a:hover,
.grey-block ul li a:hover {
  text-decoration: underline;
}
.container-two-img {
  display: grid;
  gap: 52px;
  margin-bottom: 49px;
  grid-template-columns: 1fr 1fr;
}
.grey-block {
  background-color: var(--bg-color-light-gray);
  border-radius: 5px;
  padding: 65px 128px 40px;
  font-weight: 300;
  margin-bottom: 49px;
}
.fs-36 {
  font-size: 36px;
}
.grey-block ul {
  grid-row-gap: 30px;
  padding-top: 12px;
}
.grey-block ul li {
  font-weight: 300;
  padding-left: 62px;
  line-height: 30px;
}
.container-two-col-text {
  font-weight: 300;
  margin-bottom: 56px;
}
.ta-center {
  text-align: center;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-37 {
  margin-bottom: 37px;
}
.mb-45 {
  margin-bottom: 45px;
}
.container-list-mark-text {
  margin-bottom: 23px;
}
.two-col__item-pr {
  padding-right: 22px;
}
.lh-30 {
  line-height: 30px;
}
.grey-block-ta-center {
  padding: 63px 180px 38px;
}
.grey-block-ta-center p {
  line-height: 30px;
}

/* media queries */
@media (max-width: 1150px) {
  .certificates-re__item-title {
      font-size: 17px;
      margin-bottom: 27px;
  }
  .certificates-re__item-price {
      font-size: 22px;
  }
  .certificates-re-proposal__img {
      position: relative;
      width: 36%;
  }
  .certificates-re-proposal__img-img {
      position: absolute;
      object-fit: cover;
      height: 100%;
      width: 100%;
  }
  .certificates-re-proposal__text {
      padding-left: 57px;
      padding-top: 84px;
  }
  .certificates-re__item {
      padding: 25px 14px 20px;
  }
  .container-two-img {
      gap: 30px;
      margin-bottom: 40px;
  }
  .grey-block {
      padding: 40px 128px 30px;
      margin-bottom: 30px;
  }
  .two-col__item-pr {
      padding-right: 26px;
  }
  .container-two-col-text {
      margin-bottom: 30px;
  }
  .grey-block-ta-center {
      padding: 37px 100px 28px;
  }
}
@media (max-width: 992px) {
  .certificates-re-container {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 39px;
  }
  .certificates-re-proposal {
  margin-bottom: 40px;
  }
  .custom-mark-list li img {
      max-width: 50px;
  }
  .container-two-img {
      gap: 20px;
  }
  .mb-unset-m992 {
      margin-bottom: unset;
  }
  .grey-block {
      padding: 30px 50px 17px;
  }
  .fs-36 {
      line-height: 47px;
  }
  .lh-30 {
      line-height: 29px;
  }
  .mb-30 {
      margin-bottom: 27px;
  }
}
@media (max-width: 768px) {
  .certificates-re-container {
      grid-template-columns: repeat(2, 1fr);
  }
  .certificates-re-proposal__text {
      padding-left: 37px;
      padding-top: 78px;
  }
  .certificates-re-proposal__img {
      width: 40%;
  }
  .certificates-re-proposal__rings {
      left: 17%;
  }
  .container-two-col {
      flex-wrap: wrap;
  }
  .custom-mark-list li img {
      max-width: unset;
  }
  .certificates-re-proposal {
      margin-bottom: 30px;
  }
  ul.custom-mark-list {
      gap: 40px;
  }
  .h2-w768 {
      font-size: 36px;
      margin-bottom: 35px;
  }
  .mb-unset-m992 {
      margin-bottom: 28px;
  }
  .container-list-mark-text {
      margin-bottom: 10px;
  }
  .container-two-img {
      gap: 10px;
  }
  .grey-block {
      padding: 24px 40px 10px;
  }
  .grey-block ul {
      grid-row-gap: 25px;
  }
  .two-col__item-pr {
      padding-right: unset;
  }
  .mb-45 {
      margin-bottom: 35px;
  }
  .container-two-col-text .two-col__item-pr img {
      margin-bottom: 30px;
  }
  .mb-37 {
      margin-bottom: 30px;
  }
  .two-col__item {
      width: 100%;
  }
}
@media (max-width: 576px) {
  .certificates-re-container {
      grid-template-columns: repeat(1, 1fr);
  }
  .certificates-re-proposal {
      flex-direction: column;
  }
  .certificates-re-proposal__img {
  width: 100%;
  }
  .certificates-re-proposal__img-img {
      position: relative;
  }
  .certificates-re-proposal__text {
      max-width: 100%;
      padding-left: unset;
      padding-top: 30px;
  }
  .certificates-re__main-img {
      margin-bottom: 30px;
  }
  .custom-mark-list li {
      gap: 20px;
      font-size: 15px;
  }
  .certificates-re-proposal__rings {
      left: 49%;
      top: 3%;
  }
  .btn-white {
      width: 100%;
      text-align: center;
  }
  ul.custom-mark-list {
      margin-bottom: 30px;
  }
  .mb-unset-m992 {
      margin-bottom: 24px;
  }
  ul.custom-mark-list {
      gap: 30px;
  }
  .container-list-mark-text {
      margin-bottom: unset;
  }
  .container-two-img {
      grid-template-columns: 1fr;
  }
  .grey-block {
      padding: 24px 20px 0px;
      margin-bottom: 28px;
  }
  .grey-block ul li {
      padding-left: 53px;
      font-size: 15px;
      line-height: 28px;
  }
  .mb-45 {
      margin-bottom: 30px;
  }
  .mb-30 {
      margin-bottom: 22px;
  }
  .mb-37 {
      margin-bottom: 22px;
  }
  .container-two-col-text {
      margin-bottom: 4px;
  }
  .fs-36 {
      line-height: 45px;
  }
  .grey-block-ta-center {
      padding: 27px 17px 5px;
  }
}
/* end sertificates page - 18.12.2024 */

/* sertificates - item page */
.open-form-certificate {
  margin-bottom: 30px;
}
.open-form-certificate .open-form-cert__title {
  text-align: center;
}
.open-form-certificate .smFormContent .input input {
  height: auto;
}
.open-form-certificate .smFormContent .input  {
  max-width: 100%;
  padding: 5px 5px;
}
.open-form-certificate .open-form-cert__rulles {
  text-align: center;
}
.open-form-certificate .button input {
  color: #fff;
  font-size: 20px;
  height: 54px;
  font-weight: 400;
}
.certificates-re__item-wrapper--item-page {
 display: flex;
 gap: 30px;
 align-items: center;
 margin-bottom: 23px;
}
.flex-container-sert-item {
 display: flex;
 margin-bottom: 30px;
 gap: 30px;
}
.flex-container-sert-item__content {
 max-width: 100%;
 position: relative;
 width: 77%;
}
.open-form-certificate .smFormContent .def_form_style {
 gap: 10px;
}
.certificates-re__item-wrapper--item-page .certificates-re__item-price,
.certificates-re__item-wrapper--item-page .certificates-re__item-time {
 margin-bottom: unset;
}
.certificates-re__item-wrapper--item-page .certificates-re__item-time {
 font-size: 20px;
 margin-top: 2px;
}
.certificates-re__item-wrapper--item-page .certificates-re__item-time::before {
 margin-top: 3px;
}
.breadcrumbs-sertificate {
 margin: 40px 0 20px;
}
@media (max-width: 1150px) {
.breadcrumbs-sertificate {
 margin: 20px 0 18px;
}
}
@media (max-width: 992px) {
.certificates-re__title {
 font-size: 50px;
 line-height: 53px;
}
.breadcrumbs-sertificate {
 margin: 20px 0 14px;
}
}
@media (max-width: 768px) {
.certificates-re__item-wrapper--item-page {
 flex-direction: column;
 align-items: flex-start;
 gap: 10px;
}
.open-form-certificate .buttonOut {
 width: 100%;
}
.certificates-re__title {
 font-size: 48px;
 line-height: 51px;
}
.breadcrumbs-sertificate {
 margin: 12px 0 14px;
}
}
@media (max-width: 576px) {
.flex-container-sert-item {
 flex-direction: column;
 align-items: center;
}
.flex-container-sert-item__content {
 width: 100%;
}
.certificates-re__item--items-page {
 max-width: 100%;
}
.certificates-re__title {
 font-size: 38px;
 line-height: 44px;
 margin-bottom: 26px;
 text-align: center;
}
.certificates-re__item-wrapper--item-page {
 margin-bottom: 20px;
}
.breadcrumbs-sertificate {
   margin: -10px 0 14px;
}
}
/* end sertificates - item page */
/* 30.05.2025 */
.smFormContentIn .input.field .checkbox input {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: unset;
}
.smFormContentIn .input.field .checkbox label {
  color: #fff;
  line-height: 1.4;
}
.smFormContentIn .input.field .checkbox label a {
  color: var(--accent-gold);
}
.smFormContentIn .input.field .checkbox label a:hover {
  color: var(--accent-gold-hover);
}
.smFormContentIn .input.field .checkbox {
  margin-bottom: 20px;
}
.form_gray__rules-new {
  line-height: 1.5;
}
.input.field.form_gray__rules.form_gray__rules-new {
  background-color: unset;
  border: unset;
  display: flex;
  width: 100%;
}
.input.field.form_gray__rules.form_gray__rules-new input {
  max-width: 30px;
  margin-right: 10px;
}
.input.field.form_gray__rules.form_gray__rules-new label {
  text-align: left;
  line-height: 1.5;
}

.new-check-form-form {
  flex-direction: column;
}
.new-check-form-form .new-check-form {
  width: 100%;
  display: flex;
}
.new-check-form-form .form_gray__rules-new {
  gap: 14px;
}
.cookies__text a {
text-decoration: underline;
}
.callback__form .smFormContent .input:nth-child(4) {
  position: relative;
  width: 100%;
  right: unset;
}
.callback__form .smFormContent .input:nth-child(4) .checkbox {
  width: 100%;
  max-width: 100%;
}
.callback__form .smFormContent .input:nth-child(4) .checkbox input {
  margin-right: 10px;
}

@media (max-width: 1150px) {
  .input.field.form_gray__rules.form_gray__rules-new {
    padding-inline: unset;
  }
  .form_gray .form_gray__rules label span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .new-check-form {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .fancyform_content .smFormContent .input input {
    min-width: unset;
  }
  .form_gray.form_gray2 {
    padding-inline: 20px;
  }
  .input.field.form_gray__rules.form_gray__rules-new {
    padding-inline: unset;
  }
  .new-check-form .input.field.form_gray__rules.form_gray__rules-new label {
    font-size: 14px;
  }
}
