:root {
    --color-black-main: #4e1f21;
    --color-red: #ad2b2d;
}

.top-slider .title {
    text-shadow: 1px -2px 0px #FFFFFF;
}

.switch__lang {
  display: inline-flex; }
  .switch__lang span, .switch__lang a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
  .switch__lang a:first-child,
  .switch__lang span:first-child{
    position: relative; }
    .switch__lang a:first-child:after,
    .switch__lang span:first-child:after{
      content: '|';
      display: block;
      position: absolute;
      right: -2px;
      top: -1px; }

.header__switch__lang {
  position: absolute;
  right: 200px;
  top: 50%;
  margin-top: 7px; }

.article-content ul {
  /*list-style: disc;
  padding-left: 40px;*/
  margin-bottom: 20px; }

.a-pdf {
  position: relative;
  padding-left: 35px; }
  .a-pdf:before {
    content: '';
    display: inline-block;
    background: url("../images/site/pdf-icon.png") center/cover;
    width: 26px;
    height: 29px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -4px; }
.footer-menu a:hover {
    color: var(--color-red);
}
.contacts__wrap__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -10px;
}
.contacts__socials {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
.contacts__socials .item{
    margin: 5px 2px;
}
#up {
    right: 15px;
    bottom: 120px;
}
.contacts__socials a{
    display: flex;
    height: 35px;
    padding: 5px;
    align-items: center;
}
.contacts__socials svg {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}
.contacts__socials .icon{
    
}
.services-section .element {
    min-height: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}
.icon_www,
.icon_txt{
    position: relative;
    padding-left: 35px;
}
.icon_www:before {
    content: '';
    display: inline-block;
    background: url(../images/site/ico_www.png) center / cover;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -4px;
}
.icon_txt:before {
    content: '';
    display: inline-block;
    /*background: url(../images/site/ico_txt.png) center / cover;*/
    background: url(../images/site/icons8-txt-64.png) center / cover;
    width: 27px;
    height: 29px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -4px;
}

.cookies__wrap {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
    border: 1px solid #fff;
    background: #ad2b2d;
    color: #fff;
}
.cookies__wrap .cont {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
.cookies__wrap p {
    margin: 0;
    font-size: 14px;
    padding-right: 30px;
}
.cookies__wrap p a {
    color:#fff;
    text-decoration: underline;
}
.cookies__wrap .yes {
    background: #fff;
    color: var(--color-red);
    margin: 0;
}

.top-bar .button {
    width: 180px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer_copy_center {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    /*padding-left: 10px;*/
}

@media screen and (max-width: 992px) {
  .header__switch__lang {
    margin-top: 16px;
    color: #a7a7a7;
    right: 210px; }
    .header__switch__lang a {
      color: #fff; }

  .header .header-info .schedule {
    display: none; }

  .header-tel > div {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 768px) {
    .services-section .element {
        min-height: 100px;
    }
    .cookies__wrap .cont {
        flex-direction: column;
        align-items: center;
    }
    .cookies__wrap p {
        margin-bottom: 10px;
    }
    .top-bar .button {
        width: 200px;
    }
}
