

/* 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 */
/* /bitrix/templates/mytemplate/css/custom.css?176975879118038 */
