

/* Start:/bitrix/templates/mytemplate/css/custom.css?176975879118038*/
/*ul style 27.12*/
.content-txt .container .secret-list,
.academy-wrap .container .secret-list {
  list-style-type: none;
}
academy-wrap .content-txt .container .secret-list li,
.academy-wrap .container .secret-list li,
.secret-list > li {
  padding: 5px 10px;
  position: relative;
}

.content-txt .container .secret-list li:before,
.academy-wrap .container .secret-list li:before {
  content: "";
  background-image: url("/upload/scissor-and-comb.svg");
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -25px;
  background-size: contain;
}

a.select-color {
  display: inline-block;
  padding: 3px 5px;
  background-color: #d7a75e;
  color: #ffffff;
}

/*custom*/
#barbershop li {
  position: relative;
}

#barbershop li:hover a .img-specialss.bg_color:before {
  opacity: 0;
}

.add_text {
  position: absolute;
  top: -2px;
  width: 100%;
  height: calc(100% + 10px);
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s;
  opacity: 0;
  color: gold;
  font-size: 12px;
  text-align: left;
  line-height: 1.1em;
  padding: 10px 0;
  border: 2px solid transparent;
}

.title_block {
  position: relative;
}

.title_block .add_text {
  width: 600px;
  height: 150px;
  padding: 15px 30px;
  font-size: 1.1em;
  line-height: 1.3em;
  background: rgb(128, 117, 100);
  bottom: 30px;
  top: unset;
  display: none;
  border: 4px solid gold;
}

#barbershop li:hover .add_text {
  opacity: 1;
  transition: 0.2s;
}

#barbershop li .add_text {
  display: flex;
  align-items: center;
}

#barbershop li:hover a .img-specials.bg_color {
  border-color: rgba(0, 0, 0, 0.7);
}

.title_block:hover .add_text {
  display: block;
  opacity: 1;
}

.instagramm-container .ic-bl2 > span:before {
  background-repeat: no-repeat;
  background-position: -1246px -10px;
  margin: 0 0 0 -15px;
  width: 30px;
  height: 20px;
  /*background: url('/bitrix/templates/mytemplate/img/sprite.png') no-repeat -1243px -10px;*/
  background: url("/bitrix/templates/mytemplate/img/instagram.svg") no-repeat;
}

#inline input[type="submit"] {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#inline input[type="submit"]:hover {
  color: #d7a75e;
  background-color: #fff;
  border-color: #d7a75e;
}

.popup_service h3 {
  background: #807564;
  color: #fff;
  font: 22px/25px "ArnoPro-Regular", sans-serif;
  text-align: center;
  padding: 0.4em 0 0.4em 0;
  margin-bottom: 0.6em;
  border-top: 5px solid #d7a75e;
}

.popup_service input.btn1 {
  border: 1px solid #d7a75e;
  margin-top: 1em;
  border-radius: 50px;
}

/*--cookies */
.bottom__cookie-block {
  position: fixed;
  bottom: 30px;
  /*background: #d7a75e;*/
  background: rgba(208, 159, 84, 0.93);
  z-index: 9999;
  width: 400px;
  left: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  /*box-shadow: 0px 3px 20px 0px #dbdbdb;*/
}
.bottom__cookie-block p {
  color: #fff;
  padding: 25px;
  margin: 0;
}
.bottom__cookie-block .btn-cookie {
  color: #fff;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #e6a33d;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  text-decoration: unset;
}
.bottom__cookie-block .btn-cookie:hover {
  background: #ff9d0b;
  transition: 0.2s;
}
/*contact*/
.map-bl > div > .phone-map {
  max-width: 250px;
}
.phone-map > div {
  max-width: 160px;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .map-bl {
  width: 350px;
}
.flex-container .map {
  flex-basis: calc(100% - 360px);
  padding-top: 0;
}

@media only screen and (max-width: 750px) {
  .bottom__cookie-block {
    bottom: 0;
    left: 0;
    width: auto;
    background: #d7a75ef2;
  }
  .bottom__cookie-block p {
    padding: 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1024px) {
  .logo img {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .menu > li > a {
    color: #d7a75e;
    text-decoration: none;
    font: 14px/24px "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  }

  .menu-drop-down ul li a {
    font: 14px/24px "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
  }

  h1.main-h1 {
    display: none;
  }

  .servises-bl > p {
    display: none;
  }

  .title-slider {
    font-size: 28px !important;
    line-height: 30px;
    color: #d7a75e !important;
    text-wrap: wrap !important;
    text-overflow: ellipsis;
  }

  .owl-dots > div {
    margin: 0 4px;
  }

  .slider-cont p {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    display: block !important;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }

  .gallery-bl-list > li .img-specials:before {
    height: 168px;
    /*margin-top: 4px;*/
  }

  #barbershop li a .img-specials:before {
    width: 18em;
    height: 13em;
    margin: 1.1em 0 0 -9em;
  }

  .logo img {
    padding-bottom: 10px;
    float: none;
    margin-right: 0;
  }

  .img-head {
    display: none;
  }

  .img-head img {
    float: none;
  }

  .title_block .add_text {
    height: auto;
    width: calc(100% - 10px);
    left: 5px;
  }
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
  .title_block .add_text {
    width: 300px;
  }
}

@media only screen and (max-width: 414px) {
  .list-servises-bl {
    text-align: center;
  }

  #barbershop li a .img-specials:before {
    width: 18em;
    height: 13em;
    margin: -6.7em 0 0 -9.1em;
  }

  .logo img {
    padding-bottom: 10px;
    float: none;
    margin-right: 0;
  }

  .img-head {
    display: none;
  }

  .img-head img {
    float: none;
  }
}

@media only screen and (max-width: 320px) {
  #barbershop li a .img-specials:before {
    width: 18em;
    height: 11em;
    margin: -5.7em 0 0 -9.1em;
  }
}

/*02.08*/

@media only screen and (max-width: 667px) {
  .nav-bl {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    left: 0;
  }
  .nav-bl.scroll {
    z-index: 99;
  }
  /*.logo { width: 120px; }  */
  .logo {
    display: block;
    position: fixed;
    margin: 0 0 0 45px;
    top: 8px;
    left: 12px;
    text-align: left;
    z-index: 100;
  }
  .logo img {
    width: 110px;
  }
  .logo p {
    display: none;
    top: 0;
    position: absolute;
    width: 300px;
    z-index: 100;
    left: 128px;
  }

  .phone-bl,
  .contact-head-bl {
    display: none;
  }

  .open-popup-link.btn1.spec-link {
    position: fixed;
    top: 4px;
    right: 8px;
    z-index: 100;
    font-size: 0;
    width: 42px;
    height: 42px;
    content: " ";
    /*background: #d7a75e url(/bitrix/templates/mytemplate/img/sprite.png) -459px 2px no-repeat;*/
    background: #d7a75e
      url("/bitrix/templates/mytemplate/img/phone_head_original.svg") no-repeat;
    border-radius: 50%;
    overflow: hidden;
    border: none;
  }

  .menu-open-wrapper-page .open-popup-link.btn1.spec-link,
  .menu-open-wrapper-page .logo {
    display: none;
  }

  .menu-open-wrapper-page .nav-bl {
    border: none;
  }
  .flex-container {
    display: block;
  }
  .flex-container .map-bl {
    width: 100%;
    margin: 0 auto 15px;
  }
  .flex-container .yandex-map {
    width: 100%;
  }
  .flex-container .map {
    width: 100%;
  }
}
@media (max-width: 600px) {
}
/***Start NEW ICON SVG***/
.ic-bl2 > span::before {
  background: url("/bitrix/templates/mytemplate/img/scissors_icon.svg")
    no-repeat;
}

.map-bottom .ic-bl2 > span::before {
  background-repeat: no-repeat;
  margin: -4px 0 0 -15px;
  width: 20px;
  height: 30px;
  background: url("/bitrix/templates/mytemplate/img/address_icon.svg") no-repeat;
}
.contact-head-bl > .place-ic::before {
  background: url("/bitrix/templates/mytemplate/img/address_icon_head.svg")
    no-repeat;
  margin-top: -9px;
}

.time-ic::before {
  background: url("/bitrix/templates/mytemplate/img/time_head.svg") no-repeat;
  margin-left: 1px;
}

.mail-ic::before {
  background: url("/bitrix/templates/mytemplate/img/mail_head.svg") no-repeat;
  margin-left: 1px;
}
.phone-bl::before {
  background: #d7a75e url("/bitrix/templates/mytemplate/img/phone_head.svg")
    no-repeat;
}

.map-bl > div > .phone-map::before {
  background: url("/bitrix/templates/mytemplate/img/phone_boot.svg") no-repeat;
}
.footer-wifi::before {
  background: url("/bitrix/templates/mytemplate/img/wifi-logo.svg") no-repeat;
  margin: -16px 0 0 -27px;
}
.footer-coffe::before {
  background: url("/bitrix/templates/mytemplate/img/cup-coffe.svg") no-repeat;
  margin: -19px 0 0 -18px;
}
.vk-ic::before {
  background: url("/bitrix/templates/mytemplate/img/vk.svg") no-repeat;
  margin: -13px 0 0 -4px;
}
.insta-ic::before {
  background: url("/bitrix/templates/mytemplate/img/instagram.svg") no-repeat;
  margin: -13px 0 0 -15px;
}
.cont-list-servises2::before {
  background: url("/bitrix/templates/mytemplate/img/scissor-and-comb.svg")
    no-repeat;
  width: 38px;
  margin: 2px 0 0 -15px;
}
.cont-list-servises1::before {
  background: url("/bitrix/templates/mytemplate/img/beauty-face-mask.svg")
    no-repeat;
  margin: 2px 0 0 -12px;
}
.cont-list-servises4::before {
  background: url("/bitrix/templates/mytemplate/img/sun.svg") no-repeat;
  margin: 2px 0 0 -18px;
}
.cont-list-servises3::before {
  background: url("/bitrix/templates/mytemplate/img/nail-serv.svg") no-repeat;
  margin: 2px 0 0 -11px;
}
.advantages ul li span::before {
  width: 86px;
}
.advantages2::before {
  background: url("/bitrix/templates/mytemplate/img/spray-bottle.svg") no-repeat;
  margin: 0 0 0 -25px;
}
.advantages1::before {
  background: url("/bitrix/templates/mytemplate/img/spray-bottle-in-hands.svg")
    no-repeat;
  margin: 0 0 0 -41px;
}
.advantages5::before {
  background: url("/bitrix/templates/mytemplate/img/sun-adv.svg") no-repeat;
  margin: 0 0 0 -35px;
}
.advantages4::before {
  background: url("/bitrix/templates/mytemplate/img/crown.svg") no-repeat;
  margin: 0 0 0 -41px;
}
.advantages3::before {
  background: url("/bitrix/templates/mytemplate/img/beauty-salon.svg") no-repeat;
  margin: 0 0 0 -21px;
}
/***End NEW ICON SVG***/
@media (min-width: 300px) {
}
@media (min-width: 601px) {
  .flex-container .yandex-map {
    height: 420px;
    min-height: unset;
  }
  .flex-container .map {
    min-height: unset;
  }

  .contact-head-bl:last-of-type {
    margin-left: 20px;
  }
  .map-bl > div {
    padding-top: 20px;
  }
}
@media (min-width: 668px) {
  .contact-head-bl:last-of-type {
    margin-left: unset;
  }
  .phone-bl.phone_dbl::before {
    width: 18px;
    border-radius: unset;
    background-color: unset;
    background-size: contain;
  }
  .phone-bl.phone_dbl a {
    line-height: 1.3;
  }
  .contact-head-bl:first-of-type .time-ic {
    margin-top: 12px;
    font-size: 12pt;
    margin-bottom: unset;
  }
  .contact-head-bl:first-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 668px) and (max-width: 768px) {
  .contact-head {
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 760px) {
  .phone-bl.phone_dbl {
    float: unset;
  }
  .contact-head {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 991px) {
  .img-head {
    margin-right: 70px;
  }
  .contact-head {
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 1250px) {
  .contact-head {
    max-width: calc(100% - 450px);
  }
  .phone-bl {
    margin-top: 5px;
  }
}
/*--qr --*/
.footer-qr_code {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .footer-qr_code {
    display: flex;
    margin-right: 20px;
    margin-top: -3px;
    width: 190px;
    margin-left: 0px;
  }
  .footer-qr_code > img {
    width: 91px;
  }
}
@media (min-width: 992px) {
  .footer-qr_code {
    float: left;
  }
}

/*--style title--*/
.container__title h1 {
  font-size: 2em;
  font-weight: 500;
  margin: 10px 0 10px 0;
  line-height: 1em;
}
.container__title + div:not(.content-txt--top),
.container__title + ul {
  margin-top: 30px;
  padding-top: 10px;
}
.content-txt.content-txt--top {
  margin-bottom: 2rem;
}
.content-txt.content-txt--top .container {
  padding-left: 0;
  padding-right: 0;
}

/*@media (min-width: 992px){
    .list-rack-sales.gallery-bl-list picture {
        display: block;
        position: relative;
        padding-top: 100%;
        max-width: 300px;
        overflow: hidden
    }

    .gallery-section-single {
    }
    .list-rack-sales.gallery-bl-list img,
    .list-rack-sales.gallery-bl-list source,
    .list-rack-sales.gallery-bl-list .lazyImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        object-fit: cover;
        object-position: center;
    }
    .list-rack-sales.gallery-bl-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .list-rack-sales.gallery-bl-list li{
        margin-right: 10px;
        margin-left: 10px;
    }

}*/

.attention {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  line-height: 1.2em;
  border-left: 5px solid #d7a75e;
  background-color: #eee;
  font-weight: 400;
}

/*скрываем форму callback при успешной отправке*/
.popup-cont .feedback-form.hide {
  display: none;
}

/*скрываем форму service при успешной отправке*/
.mfeedback form.hide {
  display: none;
}

#inline input[disabled] {
  opacity: 0.65;
  cursor: wait;
}

#inline input[disabled]:hover {
  color: #fff;
  background-color: #d7a75e;
  border-color: #d7a75e;
}

@media only screen and (min-width: 1250px) {
  .menu > li > a,
  .menu > li > span {
    padding: 0 15px;
  }
}

.table_30_70 thead td:first-child,
.table_30_70 tbody td:first-child {
  width: 30%;
  padding-left: 20px;
}
.table_30_70 thead td:last-child,
.table_30_70 tbody td:last-child {
  width: 70%;
  padding-left: 20px;
  text-align: left;
}

.table_40_60 thead td:first-child,
.table_40_60 tbody td:first-child {
  width: 40%;
  padding-left: 20px;
}
.table_40_60 thead td:last-child,
.table_40_60 tbody td:last-child {
  width: 60%;
  padding-left: 20px;
  text-align: left;
}

.table_50_50 thead td:first-child,
.table_50_50 tbody td:first-child {
  width: 50%;
  padding-left: 20px;
}
.table_50_50 thead td:last-child,
.table_50_50 tbody td:last-child {
  width: 50%;
  padding-left: 20px;
  text-align: left;
}

.table_60_40 thead td:first-child,
.table_60_40 tbody td:first-child {
  width: 60%;
  padding-left: 20px;
}
.table_60_40 thead td:last-child,
.table_60_40 tbody td:last-child {
  width: 40%;
  padding-left: 20px;
  text-align: left;
}

.table_70_30 thead td:first-child,
.table_70_30 tbody td:first-child {
  width: 70%;
  padding-left: 20px;
}
.table_70_30 thead td:last-child,
.table_70_30 tbody td:last-child {
  width: 30%;
  padding-left: 20px;
  text-align: left;
}

.table_80_20 thead td:first-child,
.table_80_20 tbody td:first-child {
  width: 80%;
  padding-left: 20px;
}
.table_80_20 thead td:last-child,
.table_80_20 tbody td:last-child {
  width: 20%;
  padding-left: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .teacher__items {
  }
}

.footer-warning {
  font-size: 1.2em;
  margin: 20px auto;
  color: #686868;
  text-align: center;
}

.innova_calendar_controls button {
  background-color: #d7a75e !important;
}

.innova_calendar_filter_values .innova_calendar_filter_data {
  border: 1px solid #d7a75e !important;
}

.innova_calendar_filter_values .innova_calendar_filter_data.is-active {
  background: #d7a75e !important;
}

.innova_calendar_popup
  .innova_calendar_popup_content
  .innova_calendar_popup_content_inner
  .innova_calendar_popup_content_signup
  button {
  background-color: #d7a75e !important;
}

/*.innova_calendar_popup .innova_calendar_popup_title {
  background-color: #d7a75e !important;
}*/
#workarea .main-calendar {
  padding-top: 40px;
}
#lb_button-call_widjet.bot_right {
  bottom: 75% !important;
  right: 45px !important;
}
@media screen and (max-width: 450px) {
  .innova_calendar_popup .box tbody,
  .innova_calendar_popup .box thead {
    display: block;
  }
  .innova_calendar_popup .box thead td {
    font-size: 0.9em;
  }
  .innova_calendar_popup .box tbody td {
    font-size: 0.8em;
  }
  .innova_calendar_popup .box td {
    width: 50% !important;
    padding: 5px !important;
  }
  .innova_calendar_popup .box tr {
    display: flex;
  }
  .innova_calendar_popup .box td:first-child {
    min-width: 50%;
  }
}
.innova_calendar_popup .box td span.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  #innova_calendar .innova_calendar_days {
    justify-content: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  #innova_calendar .innova_calendar_filter_values {
    flex-wrap: wrap;
  }
  #innova_calendar .innova_calendar_days::-webkit-scrollbar {
    height: 6px;
  }
  #innova_calendar .innova_calendar_days::-webkit-scrollbar-track {
    background: linear-gradient(to top left, #b3b3b3, #fff);
  }
  #innova_calendar .innova_calendar_days::-webkit-scrollbar-thumb {
    background-color: #d7a75e;
    border-radius: 20px;
  }
  #innova_calendar .innova_calendar_days {
    scrollbar-width: thin;
    scrollbar-color: #d7a75e linear-gradient(to top left, #b3b3b3, #fff);
  }
}
.main-h1 {
  display: block;
  color: #d7a75e;
  font: 38px/38px "ArnoPro-Regular",sans-serif;
}
.text-decoration {
	font-size: 12px!important;
	color: #fff;
}
.text-decoration-inverse {
	font-size: 12px!important;
	position: absolute;
    top: 95px;
    left: 0;
    text-align: center;
    width: 100%;
}
.number-slide--11425 .title-slider {
	font-size: 36px;
	line-height: 40px;
}

@media (max-width: 1000px) {
	.text-decoration-inverse {
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
	}
}
@media(min-width: 1000px) {
	.gallery-bl-list > li img {
		width: 222px;
		max-height: 151px;
	}
}

/* End */


/* Start:/local/components/doweb/doweb.about/templates/.default/style.css?1682012928763*/
.about {
  margin-bottom: var(--space-block);
}
.about__tille {
  font-size: 54px;
  line-height: 65px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .about__tille {
    font-size: var(--fz-title);
    line-height: var(--lh-title);
  }
}
.about p {
  margin-bottom: 15px;
}
.about .about__desc {
  line-height: 28px;
}
.about__detail-text {
  margin-top: 1em;
}
.about__img-wrap {
  height: 100%;
}
.about__img {
  display: block;
  margin: auto;
}
.about__col--left.grid__col {
  flex-basis: 60%;
}
@media (max-width: 768px) {
  .about__col--left.grid__col {
    flex-basis: 100%;
    margin-bottom: unset;
  }
}
.about__col--right.grid__col {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .about__col--right.grid__col {
    flex-basis: 100%;
  }
}
/* End */


/* Start:/local/components/doweb/doweb.teacher/templates/.default/style.css?16901891572185*/
/* stylelint-disable */
.teacher {
  margin-bottom: var(--space-block);
}
.teacher__title {
  margin-bottom: var(--mb-title, 60px);
}
@media (max-width: 768px) {
  .teacher__title {
    margin-bottom: var(--mb-title, 30px);
  }
}
.teacher__items {
  display: flex;
  justify-content: center;
  gap: 60px 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .teacher__items {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    will-change: scroll-position;
    flex-wrap: nowrap;
  }
}
.teacher__item {
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
  min-width: 30%;
}
@media (max-width: 1280px) {
  .teacher__item {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .teacher__items {
    justify-content: flex-start;
  }
  .teacher__item {
    flex-basis: 90%;
    max-width: 90%;
    scroll-snap-align: start;
    flex-shrink: 0;
    min-width: 90%;
  }
}
.teacher__item:nth-child(odd) {
  transform: translateY(60px);
}
@media (max-width: 768px) {
  .teacher__item:nth-child(odd) {
    transform: unset;
  }
}

.teacher-item__img-wrap {
  position: relative;
  --h-s: 15px;
  --w-s: 10px;
  --height: 360px;
  --width: 285px;
  width: var(--width);
  height: var(--height);
  margin-top: calc(var(--h-s) + 10px);
  margin-bottom: calc(var(--h-s) + 22px);
}
@media (max-width: 1280px) and (min-width: 769px) {
  .teacher-item__img-wrap {
    --height: auto;
    --width: auto;
  }
}
.teacher-item__img-wrap:before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--h-s));
  left: var(--w-s);
  width: calc(100% - var(--w-s) * 2);
  height: calc(100% + var(--h-s) * 2);
  background-color: rgba(55, 39, 14, 0.25);
}
.teacher-item__img {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.teacher-item__name {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
.teacher-item__post {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #919191;
  font-weight: 400;
}
/* End */


/* Start:/local/components/doweb/doweb.courses/templates/.default/style.css?16859582765033*/
/* stylelint-disable */
.courses {
  margin-bottom: var(--space-block);
}
.courses__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.courses__item {
  max-width: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
}
@media (max-width: 767px) {
  .courses__item {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-bottom: 5em;
  }
}
@media (max-width: 576px) {
  .courses__item {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.courses__item:not(:last-child) .course__info:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 15px);
  position: absolute;
  right: -10px;
  top: 15px;
  background-color: #ECEFF2;
}

.course__wrap {
  text-align: center;
}
.course__img {
  --height: 188px;
  position: relative;
  min-height: var(--height);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  padding: 30px 20px;
}
.course__img:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.course__info {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course__name {
  margin: auto;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.course__props {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 5px;
}
.course__price {
  font-size: 31px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Roboto";
  color: var(--color, #D7A75E);
}
.course__btns {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 20px;
}
.course__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  font-family: "Roboto";
}
.course__btn--order {
  background-color: var(--color, #D7A75E);
  text-transform: uppercase;
  min-height: 52px;
  font-weight: 600;
  cursor: pointer;
}
.course__btn--detail {
  text-decoration: underline;
  background-color: transparent;
  border: unset;
  /*margin-top: 24px;*/
  color: #000;
  display: inline-block;
  width: auto;
}
.course__gallery {
  margin-top: 4em;
  aspect-ratio: 1;
}

.props {
  text-align: center;
  list-style-type: none !important;
  padding: 0 !important;
}
.props__item {
  padding: 20px 0;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.props__item:not(:last-child) {
  border-bottom: 1px solid #DBE1E4;
}
.props__value {
  text-align: left;
  display: block;
}
.props__value--name {
  font-weight: bold;
  margin-bottom: 5px;
}

.white-popup.white-popup.white-popup--detail-course {
  max-width: 800px;
}
.white-popup.white-popup.white-popup--detail-course .popup-cont {
  max-width: 100%;
}

.popup-cont-detail__header {
  position: relative;
  padding: 114px 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.popup-cont-detail__header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.151);
}
.popup-cont-detail__title {
  background: rgba(35, 25, 16, 0.6);
  padding: 9px 1em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.popup-cont-detail__under-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.popup-cont-detail__name {
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
.popup-cont-detail__image {
  display: none;
}
.popup-cont-detail__content {
  padding: 2em 2.5em;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.popup-cont-detail__content .day:not(:last-of-type) {
  margin-bottom: 1em;
}
.popup-cont-detail__content .day h3 {
  margin-bottom: 0.5em;
  position: relative;
}
.popup-cont-detail__content .day h3:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  background-color: #D7A75E;
  border-radius: 50%;
  opacity: 0.3;
  left: -10px;
  bottom: -34%;
}
.popup-cont-detail__content .day h4 {
  margin-bottom: 1em;
}
.popup-cont-detail__content .day ul {
  padding-left: 2em;
  margin-bottom: 1em;
}
.popup-cont-detail__content .day p {
  color: inherit;
}
.popup-cont-detail__content ul {
  list-style-type: disc;
}
.popup-cont-detail__footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .popup-cont-detail__footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
.popup-cont-detail__btn {
  min-width: 360px;
}

.galery-course {
  position: relative;
  --size: 10px;
}
.galery-course .uni-slider .owl-next {
  right: 5px;
}
.galery-course .uni-slider .owl-prev {
  left: 5px;
}
.galery-course__item {
  aspect-ratio: 1;
}
.galery-course__title {
  padding: 1.25em 1em;
  text-align: center;
  background-color: var(--color);
  color: #fff;
}
/* End */


/* Start:/local/components/doweb/doweb.advantages/templates/.default/style.css?16820158761601*/
/* stylelint-disable */
.advantages {
  position: relative;
}
@media (min-width: 1025px) {
  .advantages {
    min-height: 617px;
  }
}
.advantages--view-2 {
  padding: 90px !important;
  margin-bottom: var(--space-block);
  color: #000;
}
@media (max-width: 576px) {
  .advantages--view-2 {
    padding: 3em 1em !important;
  }
}
.advantages--view-2 .advantages__items {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  will-change: scroll-position;
}
@media (max-width: 576px) {
  .advantages--view-2 .advantages__items {
    margin-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.advantages--view-2 .advantages__item {
  margin: 0;
  flex-basis: 20%;
  width: 20%;
  scroll-snap-align: start;
}
@media (max-width: 576px) {
  .advantages--view-2 .advantages__item {
    flex-basis: 65%;
    width: 65%;
  }
}
.advantages--view-2 .advantages__item p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.advantages__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.advantages:before {
  content: "";
  background: linear-gradient(0deg, rgba(71, 51, 19, 0.05), rgba(71, 51, 19, 0.05));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.advantages__title.title {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.advantages__icon-wrap {
  margin-bottom: 14px;
  text-align: center;
}
.advantages__icon {
  width: 70px;
  height: 70px;
  margin: auto;
}
.advantages__btn {
  height: 62px;
  min-width: 280px;
}
/* End */


/* Start:/local/components/doweb/doweb.licence/templates/slider/style.css?16824373201295*/
/* stylelint-disable */
.lisence {
  margin-bottom: var(--space-block);
}
@media (min-width: 1025px) {
  .lisence {
    margin-bottom: 90px;
  }
}
.lisence__title.title {
  font-size: 41px;
  line-height: 49px;
  margin-bottom: 30px;
}
.lisence p {
  line-height: 28px;
}
@media (min-width: 1025px) {
  .lisence .lisence__col--text {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .lisence .lisence__col--img {
    flex-basis: 50%;
    width: 50%;
  }
}
.lisence__img-wrap {
  position: relative;
  --space: 4%;
}
.lisence__img-wrap:before {
  content: " ";
  position: absolute;
  left: calc(-1 * var(--space) - 2px + var(--space) / 2);
  top: calc(-1 * var(--space) - 2px + var(--space) / 2);
  width: calc(100% + var(--space));
  height: calc(100% + var(--space));
  border: 2px solid #d7a75e;
  z-index: -1;
}
.lisence__img-block {
  height: 100%;
}
.lisence__img {
  margin: unset;
  display: inline-block;
  width: auto;
  height: 100%;
}
.lisence__img--1 {
  width: 47%;
  transform: scale(0.9) translateX(33%);
}
.lisence__img--2 {
  width: 53%;
  z-index: 2;
}
.lisence__img-desc {
  text-align: center;
  flex: 1 0 100%;
  line-height: 28px;
  margin-top: 19px;
  line-height: 28px !important;
}
.lisence__img-link {
  display: block;
  position: relative;
}
/* End */


/* Start:/local/components/doweb/doweb.open_form/templates/decor/style.css?16820257001455*/
.open-order {
  margin-bottom: var(--space-block);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 110px;
  margin-bottom: var(--space-block);
}
@media (max-width: 576px) {
  .open-order {
    padding: 3em 1em;
  }
}
.open-order__head {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .open-order__head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.open-order__title.title {
  color: #fff;
  font-size: 41px;
  line-height: 49px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .open-order__title.title {
    font-size: var(--fz-title);
    line-height: var(--lh-title);
    margin-bottom: 0;
  }
}
.open-order__sale {
  flex-shrink: 0;
}

.sale-info {
  --sale-size: 190px;
  width: var(--sale-size);
  height: var(--sale-size);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  color: var(--color, #D7A75E);
  font-family: "ArnoPro-Regular";
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .sale-info {
    --sale-size: 170px;
  }
}
.sale-info__persent {
  font-size: 50px;
  line-height: 1 !important;
  font-weight: 700;
}
.sale-info__text {
  font-size: 20px;
  line-height: 28px;
}
/* End */


/* Start:/bitrix/components/doWeb/main.feedback/templates/open-form/style.css?16822654701342*/
.form {
  --field-bg: #fff;
  --br-color: #fff;
  --field-clr: #919191;
  --label-color: #fff;
}
.form__col {
  margin-bottom: 1em;
}
.form__col.grid__col {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 1025px) {
  .form__col.grid__col {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 576px) {
  .form__col--submit {
    order: 10;
  }
}
.form__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  background-color: var(--field-bg, #fff);
  border: 1px solid var(--br-color);
  padding: 20px 26px;
  height: 62px;
  border-radius: 5px;
  color: var(--field-clr);
}
.form__input::-moz-placeholder {
  color: var(--field-clr);
}
.form__input::placeholder {
  color: var(--field-clr);
}
.form__input.btn-form {
  margin-top: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
}
.form__input:invalid {
  border-color: red;
}
.form__input:invalid:-moz-placeholder-shown {
  border-color: var(--br-color);
}
.form__input:invalid:placeholder-shown {
  border-color: var(--br-color);
}
.form__label.mf-text {
  color: var(--label-color, #fff);
}
.form__agreement {
  color: var(--label-color, #fff);
}
.form__agreement a {
  color: inherit;
}
.form__agreement a:hover {
  color: var(--label-color, #fff);
}
/* End */


/* Start:/local/components/doweb/doweb.faq/templates/.default/style.css?16820293371237*/
/* stylelint-disable */
.faq-block {
  margin-bottom: var(--space-block);
}
.faq-block__title {
  text-align: center;
}
@media (min-width: 1025px) {
  .faq-block__title.title {
    font-size: 41px;
    line-height: 49px;
    margin-bottom: 33px;
  }
}
.faq {
  background-color: #F5F8FA;
  color: #000;
  --space-size: 44px;
}
@media (max-width: 576px) {
  .faq {
    --space-size: 20px;
  }
}
.faq:not(:last-of-type) {
  margin-bottom: 5px;
}
.faq.active .faq__icon svg {
  transform: rotate(45deg);
}
.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 23px;
  cursor: pointer;
  padding: 35px var(--space-size);
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .faq__header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.faq__icon {
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
}
.faq__icon svg {
  transition: transform 0.4s ease-in-out;
}
.faq__content {
  border-top: 1px solid #D9D9D9;
  margin-left: var(--space-size);
  margin-right: var(--space-size);
  padding-top: 30px;
  padding-bottom: 38px;
}
@media (max-width: 576px) {
  .faq__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* End */


/* Start:/local/components/doweb/doweb.open_form/templates/.default/style.css?16822673111229*/
.open-order {
  margin-bottom: var(--space-block);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 110px;
  margin-bottom: var(--space-block);
}
@media (max-width: 576px) {
  .open-order {
    padding: 3em 1em;
  }
}
.open-order--transparent {
  margin-bottom: 0 !important;
  color: #000;
}
.open-order--transparent .open-order__title.title {
  color: inherit;
  font-size: 41px;
  line-height: 49px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .open-order--transparent .open-order__title.title {
    font-size: var(--fz-title);
    line-height: var(--lh-title);
    margin-bottom: 1em;
  }
}
.open-order--transparent .open-order__head {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: unset;
}
@media (max-width: 576px) {
  .open-order--transparent .open-order__head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.open-order--transparent .open-order__desc {
  margin-bottom: 30px;
}
.open-order--transparent .form {
  --field-bg: #F5F8FA;
  --br-color: #F5F8FA;
  --label-color: #000;
}

div[class^=wait_comp] {
  display: none !important;
}
/* End */


/* Start:/local/components/doweb/doweb.social/templates/.default/style.css?1682020284518*/
/* stylelint-disable */
.socials {
  margin-bottom: var(--space-block);
}
.socials__title.title {
  color: #000;
}
@media (min-width: 1025px) {
  .socials__title.title {
    font-size: 41px;
    line-height: 49px;
    margin-bottom: 33px;
  }
}

.social__item {
  display: inline-block;
}
.social__item:not(:last-of-type) {
  margin-right: 20px;
}
.social__item:hover .social__icon svg path {
  fill: var(--color);
}
.social__icon {
  display: inline-block;
}
.social__icon svg path {
  transition: 0.4s ease-in-out;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1500624289666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/templates/mytemplate/css/custom.css?176975879118038 */
/* /local/components/doweb/doweb.about/templates/.default/style.css?1682012928763 */
/* /local/components/doweb/doweb.teacher/templates/.default/style.css?16901891572185 */
/* /local/components/doweb/doweb.courses/templates/.default/style.css?16859582765033 */
/* /local/components/doweb/doweb.advantages/templates/.default/style.css?16820158761601 */
/* /local/components/doweb/doweb.licence/templates/slider/style.css?16824373201295 */
/* /local/components/doweb/doweb.open_form/templates/decor/style.css?16820257001455 */
/* /bitrix/components/doWeb/main.feedback/templates/open-form/style.css?16822654701342 */
/* /local/components/doweb/doweb.faq/templates/.default/style.css?16820293371237 */
/* /local/components/doweb/doweb.open_form/templates/.default/style.css?16822673111229 */
/* /local/components/doweb/doweb.social/templates/.default/style.css?1682020284518 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1500624289666 */
