@font-face {
    font-family: 'Yeseva One';
    src: url('fonts/YesevaOne-Regular.woff2') format('woff2'),
        url('fonts/YesevaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didact Gothic';
    src: url('fonts/DidactGothic-Regular.woff2') format('woff2'),
        url('fonts/DidactGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Yeseva+One&display=swap');


.ot-form__control {
  position: relative;
  width: 100%; }
  .ot-form__control label.error {
    width: 80%;
    position: absolute;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    left: 50%;
    top: 70%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    z-index: 2; }
    .ot-form__control label.error:before {
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      width: 8px;
      height: 8px;
      background-color: #ffffff; }

.ot-form__input-text {
  width: 100%;
  line-height: 49px;
  font-size: 18px;
  padding-left: 15px;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  transition: border .3s; }
  .ot-form__input-text::placeholder {
    color: #7C7C7C; }
  .ot-form__input-text.error {
    outline-color: #F51212;
    outline-offset: -2px;
    outline: 1px solid #F51212;
    border-color: transparent; }

.ot-wysiwyg h2 {
  font-family: "Yeseva One", "Comic Sans MS", "Monaco", cursive;
  margin-bottom: 20px; }

.ot-wysiwyg p {
  line-height: 24px;
  margin-bottom: 13px; }

.ot-wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; }

.ot-wysiwyg ul {
  margin-bottom: 30px;
  padding-left: 22px; }
  .ot-wysiwyg ul li {
    list-style-type: disc;
    margin-bottom: 12px;
    line-height: 24px; }
.ot-wysiwyg ul li::marker {
  font-size: 20px;
}
    .ot-wysiwyg ul li::before {
      /*content: '';*/
      /*width: 8px;*/
      /*height: 8px;*/
      /*margin-right: 13px;*/
      /*display: block;*/
      /*border-radius: 50%;*/
      /*background-color: #242226;*/
     }

.ot-table {
  width: 100%; }

.ot-table__th {
  color: #FFFFFF;
  width: 14%;
  height: 45px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #242226;
  background-color: #242226; }
  .ot-table__th--buses-small {
    width: 26%; }
  .ot-table__th--buses-big {
    width: 74%; }

.ot-table__td {
  text-align: center;
  height: 56px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
  border: 1px solid #242226; }

.ot-quote {
  background-color: #F7F7F7;
  padding: 30px;
  padding-left: 115px;
  position: relative;
  margin-bottom: 30px; }
  .ot-quote:before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    display: block;
    top: 30px;
    left: 37px;
    background: url(/images/svg/icons/quoteRed.svg) center center/contain no-repeat; }

.ot-quote__title {
  font-size: 22px;
  font-family: "Yeseva One", "Comic Sans MS", "Monaco", cursive;
  line-height: 25px;
  margin-bottom: 25px; }

.ot-quote__author {
  display: flex;
  align-items: center; }

.ot-quote__author-pic {
  width: 50px;
  height: 50px;
  margin-right: 20px; }

.ot-quote__author-name {
  font-size: 14px;
  line-height: 16px;
  font-family: "Yeseva One", "Comic Sans MS", "Monaco", cursive; }

.ot-quote__author-status {
  font-size: 14px;
  line-height: 18px; }
/*****************/

.uslugi-publikatsii .section__title,.uslugi-publikatsii .announce-pub .price{
  font-family: 'Yeseva One';
  font-weight: 400;
  font-size: 22px;
  text-align: left;
}
.section--gray-bg{
  background-color: #F7F7F7;
}
.what-send .name-block{
  font-size: 20px;
}
.hider-btn_slide{
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.hider-btn_slide .name-form{
  font-size: 1.5rem;
}
.red-arrow.up{
  transform: rotateZ(0deg);
  transition: all ease-in-out 0.3s;
}
.red-arrow.right{
  transform: rotateZ(90deg);
  transition: all ease-in-out 0.3s;
}
.red-arrow.down{
  transform: rotateZ(180deg);
  transition: all ease-in-out 0.3s;
}
.red-arrow.left{
  transform: rotateZ(270deg);
  transition: all ease-in-out 0.3s;
}
.hider-btn_slide:hover .red-arrow{
  filter: drop-shadow(0px 1px 1px #590606);
  transition: all ease-in-out 0.3s;
}
.red-arrow:hover{
  filter: drop-shadow(0px 1px 1px #590606);
  transition: all ease-in-out 0.3s;
}
.announce-pub{
  background-color: #f7f7f7;
  min-height: 125px;
}
.uslugi-publikatsii .announce-pub .text{
  font-size: 22px;
}
.xtr-serv .name-service{
  font-family: "Yeseva One", "Comic Sans MS", "Monaco", cursive;
  font-size: 18px;
}
a.xtr-serv>div{
  border: 1px solid transparent;
  background-color: #f7f7f7;
}
a.xtr-serv:hover >div{
  border: 1px solid #000;
  transition: all ease-in-out 0.2s;
}
a.xtr-serv:hover .red-arrow{
  filter: drop-shadow(0px 3px 1px #590606);
  transition: all ease-in-out 0.3s;
}
.suggest__data-title.suggest__data-title--imaged-title{
  margin-top: 30px;
}
.suggest__data-title.suggest__data-title--imaged-title img{
  margin-bottom: 0px;
  padding-right: 15px;
}
.suggest__input-wrap.suggest__input-wrap--select.js-select:after{
  right: 6%;
}
select.suggest__select{
  background-position-x: 98%;
}


@media (min-width: 576px) and (max-width: 992px){
  .xtr-serv .context{
    padding-top: 1.5rem!important;
    padding-right: 0rem !important;
    padding-bottom: 1.5rem!important;
    padding-left: 1rem!important;
  }
  .suggest__input-wrap.suggest__input-wrap--select.js-select:after{
    right: 7%;
  }
  .announce-pub{
    flex-direction: column;
  }
  .announce-pub .price{
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  .uslugi-publikatsii{
    /*padding: 0px 15px;*/
  }
  .uslugi-publikatsii .paragraph {
    font-size: 16px;
  }
  .uslugi-publikatsii .section--white-bg {
    padding: 0px 15px;
    margin: 0px -15px;
  }
  .what-send .name-block{
    font-size: 20px;
    line-height: 1.6;
    text-align: left !important;
    padding-left: 15px;
  }
  .what-send .events-top__item{
    display: flex;
  }
  .what-send .events-top__info-text{
    display: flex;
    align-items: center;
  }
  .what-send .events-top__cover{
    height: 100px;
    padding: 50px;
  }
  .what-send .events-top__item img{
    width: 44px;
    height: 44px;
  }
  .announce-pub{
   flex-direction: column;
  }
  .announce-pub .text{
    padding-bottom: 25px;
  }
  .announce-pub .text-secondary{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .announce-pub .text-secondary>p{
    font-size: 16px;
    text-align: left;
  }
  a.xtr-serv > div{
    border: 1px solid #000;
  }
  .suggest__input-wrap.suggest__input-wrap--select.js-select:after{
    right: 9%;
  }

  .events-top__cover--stronger {
    height: 300px;
  }
}
.event-time__day-number{
  width: 24px;
  height: 24px;
  background-color: #FFF;
  color: #F51212;
  text-align: center;
  border-radius: 50%;
  line-height: 24px;
  margin-bottom: 10px;
}
.row.announcement-detail__place-container{
  display: none;
}
.row.announcement-detail__place-container--active{
  display: flex;
}
.announcement-detail__address-row--active .announcement-detail__address-red{
  text-decoration: underline;
}
.announcement-detail__address-text:hover{
  cursor: pointer;
  text-decoration: underline;
}
.announcement-detail__address-container{
  margin-bottom: 1.5625rem;
  margin-top: 1.05rem;
}