@font-face {
  font-family: 'OldStandard';
  src: url('/bitrix/templates/sr/fonts/OldStandard-Regular.woff2') format('woff2'),
       url('/bitrix/templates/sr/fonts/OldStandard-Regular.woff') format('woff'),
       url('/bitrix/templates/sr/fonts/OldStandard-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: 'Dance', serif;
}
.drop-list {
  cursor: pointer;
  display: block;
  background: #fff;
}



.drop-list > li span {
  padding: 1em;
  display: inline-block;
  color: #333;
  width: 100%;
  margin-left: -18px:
}

.drop-list li.dl-dropdown__item {
  display: block;
  
  position: relative;
  width: 100%;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 500;
    background: #fff;
}
.drop-list li.dl-dropdown__item span {
  text-align: center;
}
.drop-list li.dl-dropdown__item a {
  display: block;
  padding: 6px 5px 0 5px;
  height: 20px;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.drop-list li.dl-dropdown__item ul {
  left: 0;
  padding: 0;
  display: none;
  list-style: none;
  width: 100%;
}
.drop-list li.dl-dropdown__item ul a {
  display: block;
  height: auto;
  font-weight: 400;
  margin-left: 10px;
  color: rgb(0, 0, 0);
  text-align: left;

}
.drop-list li.dl-dropdown__item ul li {
  border-top: 1px solid #fff;
  width: 100%;
}


.fa {
	margin-left: 6px;
}
.h-icon-links__box {
  position:relative;
  margin:0 auto;
  width: 22px;
  height: 22px;
}


.photo {
    overflow: hidden;
}
.photo img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
/*.photo:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
} */
.cl-red {
	color:#cc3333;
	font-weight: 600;
}
.slick-track {
	transition: transform 2000ms ease 0s;
}
a.h-icon--user {
display: none;
}
.drop-list__title {
    font-family: 'OldStandard', serif;
}
.title-h1, .title-h2, .title-h3 {
  font-family: 'Dance', serif;
}