/* BUILDED */
.article {
  font-family: 'Roboto',sans-serif;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-weight: normal;
}

.article time {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  line-height: 1.5;
}

.article * {
  max-width: 800px;
}

.article h1 {
  font-size: 36px;
}

.article time + h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}

.article p {
    margin-bottom: 12px;
}

.article img {
    width: 100%;
    object-fit: contain;
}

.news-recommendations {
  margin-top: 80px;
  margin-bottom: 80px;
}

.news-recommendations .section__title {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.news-recommendations .tiles {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  flex-wrap: wrap;
}

.news-recommendations .tiles .tile {
  flex-basis: 20%;
  max-width: 20%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
  display: flex;
}

.news-recommendations .tile__link {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.15);
  color: #000;
  flex: 1 1 100%;
}

.news-recommendations .tile__img {
  position: relative;
}

.news-recommendations .tile__img::before {
  content: "";
  padding-top: 55%;
  display: block;
  width: 100%;
}

.news-recommendations .tile__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-recommendations .tile__body {
  padding: 10px 20px 20px;
  min-height: 153px;
}

.news-recommendations .tile__date {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  line-height: 1.5;
  margin-bottom: 6px;
}

.news-recommendations .tile__title {
  font-size: 15px;
  line-height: 1.333;
}

.tile__date, .tile__title {
  font-family: 'Roboto',sans-serif;
  display: block;
}

.news-recommendations .link--more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 4px;
  margin-bottom: -1px;
  transition: color .3s ease;
}

.news-recommendations .tile__link--more {
  background-color: #fafafa;
  align-items: center;
  justify-content: center;
}

.news-recommendations .tile__link--more:hover {
  color: #e51721;
}

.news-recommendations .link--more:hover:after {
   background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

@media screen and (max-width: 980px){
  .news-recommendations .tiles .tile {
    flex-basis: 260px;
    max-width: 260px;
    flex-shrink: 0;
  }
}
.header {
    padding-top: 15px;
    padding-bottom: 10px;
    flex: none;
    width: 100%;
    position: relative;
}

.header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #e6e4df;
    z-index: 4;
}

.header-desktop {
    width: 100%;
    position: relative;
}

.header-desktop > .container {
    display: flex;
}

.header-desktop .header__left {
    flex: 0 0 267px;
    z-index: 6 !important;
}

.header-desktop .header__left .logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #bf9460;
    line-height: 1.333;
}

.header-desktop .header__left .logo > img {
    margin-right: 13px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.header-desktop .header__left .logo > span {
    max-width: 90px;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-desktop .header__left .logo:hover {
    color: #e51721;
}

.header-desktop .header__body {
    flex: 1 1 100%;
}

.header-desktop .header__body .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 20px;
}

.header-desktop .header__body .header__bottom {
    display: flex;
    align-items: baseline;
}

.header-desktop .nav-top .header__tools  {
    display: flex;
    margin-left: auto;
}

.header-desktop .header__tools .header__mail {
    font-size: 15px;
    color: #006cd9;
    margin-right: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    transition: color .3s ease;
}

.header-desktop .header__tools .header__mail:hover {
    color: #e51721;
}

.header-desktop .nav-top .nav-top__link {
    color: #737373;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 22px;
    transition: color .3s ease;
}

.header-desktop .nav-top .nav-top__link:hover {
    color: #e51721;
}

.header-desktop .header__bottom .nav__bottom {
  display: flex;
  flex-basis: 460px;
  align-items: center;
}

.header-desktop .header__bottom .nav__bottom .nav-bottom__link {
  color: #000;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 22px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.429;
  display: inline-flex;
  flex-direction: column;
  transition: color .3s ease;
  cursor: pointer !important;
  position: relative;
}

.header-desktop .header__bottom .nav__bottom .nav-bottom__link:hover {
  color: #e51721;
}

.header-desktop .header__bottom .header__phones {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.header-desktop .header__phones .header__phones-item {
  margin-right: 22px;
  text-align: right;
  flex: 0 0 auto;
}

.header-desktop .header__phones-item .header__phones-title {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e51721;
  letter-spacing: .01em;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.header-desktop .header__phones-item>div {
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
}

.header-desktop .header__phones-item a {
  color: #000;
  text-decoration: none;
  margin-right: 8px;
  letter-spacing: -.04em;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .3s ease;
}

.header-desktop .header__phones-item a:hover {
  color: #e51721;
}

.header-desktop .header__phones-item .header__phones-time {
  letter-spacing: .05em;
  font-size: 14px;
  font-family: 'Roboto Condensed',sans-serif;
}

.header-desktop .nav-bottom__sublist {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 5;
  min-width: 900px;
  padding: 2rem;
  top: 40px;
  max-height: 400px;
  overflow-y: auto; 
  column-count: 3; 
  column-gap: 30px; 
  column-fill: auto; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.header-desktop .nav-bottom__link:hover .nav-bottom__sublist {
  display: block;
}

.header-desktop .nav-sublist {
  break-inside: avoid; 
  margin-bottom: 20px;
  page-break-inside: avoid;
  text-transform: none;
}

.header-desktop .nav-sublist a {
  display: block;
  padding: 6px 0;
  color: #333333;
  text-decoration: none;
  transition: color .3s ease;
  white-space: nowrap;
  font-weight: 400;
}

.header-desktop .nav-sublist a:hover {
  color: #e51721;
}

.header-desktop .nav-sublist .subcategory__title {
  font-weight: 700;
  font-size: 18px;
  cursor: default;
  margin-bottom: 8px;
  color: #2c3e50;
}

@media (max-width: 1200px) {
  .header-desktop .nav-bottom__sublist {
    column-count: 2;
    min-width: 700px;
  }
}

@media (max-width: 992px) {
  .header-desktop .nav-bottom__sublist {
    column-count: 1;
    min-width: 400px;
  }
}


.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    padding: 20px 0;
    display: none;
    position: relative;
}

.header-mobile >.container {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
}

.header-mobile .header__burger {
    display: inline-block;
    width: 32px;
    height: 18px;
    background-color: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
    margin-left: auto;
    position: relative;
    align-items: center;
}

.header-mobile .header__burger:before,
.header-mobile .header__burger:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
}

.header-mobile .header__burger:before,
.header-mobile .header__burger:after,
.header-mobile .header__burger span {
    background-color: #000;
    transition: background-color .25s ease;
}

.header-mobile .header__burger span {
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -1px;
}

.header-mobile .header__burger:after {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 980px)
{
    .header-mobile {
        display: block;
    }

    .header-desktop {
        display: none;
    }
}
.error {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px;
}

.error .error-title {
  font-size: 18px;
  line-height: 1.444;
  display: block;
}

.error h1 {
    margin: 12px 0;
    font-size: 46px;
    color: #000;
    line-height: 1.2;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}

.error .error-text {
  font-size: 20px;
  line-height: 1.444;
}

.error .link {
  color: #006cd9;
  transition: color .3s ease;
}

.error .link:hover {
    color: #e51721;
}

@media screen and (max-width: 980px){
    .error {
        padding: 60px 12px;
    }

    .error .error-title {
        display: none;
    }

    .error h1 {
        font-size: 26px;
    }

    .error .error-text {
        font-size: 16px;
        line-height: 1.444;
        max-width: 610px;
        margin-left: auto;
        margin-right: auto;
    }
}
.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 500;
  padding-top: 60px;
  transform: translateX(100%); 
  transition: transform 0.5s ease; 
  overflow-y: auto;
}

.mobile-menu.is-open {
  transform: translateX(0); 
}

.mobile-menu .header.is-open, .header__mobile {
    position: relative !important;
}

.mobile-menu .header__left {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 24px;
}

.mobile-menu .container {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.mobile-menu .logo {
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #bf9460;
}

.mobile-menu .logo > img {
    height: 60px;
    margin-right: 13px;
}

.mobile-menu .logo > span {
    max-width: 120px;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.mobile-menu .header__body {
    z-index: 5;
    max-width: 100%;
}

.mobile-menu .header__top {
    margin-bottom: 60px;
    display: flex;
    align-items: baseline;
    margin-top: 5px;
}

.mobile-menu .header__bottom {
    display: flex;
    align-items: baseline;
}

.mobile-menu .header__tools {
    margin-left: auto;
    display: flex;
}

.mobile-menu .header__burger {
    width: 32px;
    height: 18px;
    background-color: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
}

.mobile-menu .header__burger span,
.mobile-menu .header__burger:after,
.mobile-menu .header__burger:before {
    background-color: #000;
    transition: background-color .25s ease;
}

.mobile-menu .header__burger:after, .mobile-menu .header__burger:before {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
}

.mobile-menu  .header__burger.is-active:before {
    transform: rotate(45deg) translateY(5px) translateX(6px);
}

.mobile-menu .header__burger:after {
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
    top: auto;
    bottom: 0;
}

.mobile-menu .header__phones {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu .header__phones .header__phones-item {
    text-align: left;
    margin-right: 30px;
}

.mobile-menu .header__phones-item .header__phones-title {
    letter-spacing: 0;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #e51721;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

.mobile-menu .header__phones-item a, .header__phones-time {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    margin-right: 8px;
    letter-spacing: -.04em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    transition: color .3s ease;
}

.mobile-menu .header__phones-item a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

.mobile-menu .header__phones-item>div {
    white-space: nowrap;
}

.mobile-menu .header__phones-time {
    letter-spacing: .05em;
    font-family: 'Roboto Condensed', sans-serif;
}

.mobile-menu .header__phones-item:last-child {
    margin-right: 0;
}

.mobile-menu .header-content {
    position: relative;
    padding-top: 2rem;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
}

.mobile-menu .header-content__top {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin-bottom: 7px;
}

.mobile-menu .nav-top {
    display: flex !important;
    flex-direction: column;
}

.mobile-menu .nav-top .nav-top__link {
    color: #737373;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 14px;
}

.mobile-menu .header-content__top-right {
    display: grid;
    justify-content: flex-end;
}

.mobile-menu .header-content__top-right .header__mail {
    font-family: 'Roboto Condensed', sans-serif;
    color: #006cd9;
    margin-right: 0;
    display: inline-block !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.mobile-menu .social {
    border: none;
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 10px;
    justify-content: flex-end;
    list-style-type: none;
}

.mobile-menu .social__item {
    width: 26px;
    height: 26px;
}

.mobile-menu .social .social__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: url(/images/site/nav/nav.mobile-sprite.png) no-repeat;
}

.mobile-menu .social__link:last-child {
    margin-right: 0;
}
.mobile-menu .social__link--vk {
    background-position: -10px -516px !important; 
}

.mobile-menu .social__link--fb {
    background-position: -10px -102px !important;
}

.mobile-menu .social__link--tw {
    background-position: -10px -378px !important;
}

.mobile-menu .social__link--ins {
    background-position: -10px -240px !important;
}

.mobile-menu .header-content__bottom {
    display: flex;
    flex-direction: column;
}

.mobile-menu .header-content__bottom .nav-bottom__link {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.429;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 14px;
}

.mobile-menu .nav-bottom__list summary {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.429;
    flex-direction: column;
    margin-right: 0;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: block;
}

.mobile-menu details.nav-bottom__list summary::after {
  content: url(/images/site/nav/nav.triangle.svg);
  margin-right: 0.5em;
  margin-left: 5px;
  margin-bottom: 6px;
  width: 1em;
  text-align: center;
  display: inline-block; 
  transition: transform 0.2s ease; 
}

.mobile-menu details.nav-bottom__list[open] summary::after {
  transform: rotate(-180deg); 
}

.mobile-menu details.nav-bottom__list > div {
    display: flex;
    flex-direction: column;
}

.mobile-menu .nav-sublist {
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}

.mobile-menu .subcategory__title{
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 6px;
    margin-right: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.mobile-menu .nav-sublist a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    color: #333333;
}
#feedback-form {
  width: 100%;
  margin-bottom: 110px;
  margin-top: 150px;
  padding-top: 55px;
  padding-bottom: 64px;
  background-color: #f0f0f0;
}

.form__title {
  font-size: 34px;
  font-weight: 600;
}

.form__subtitle {
  font-size: 19px;
}

.form__subtitle, .form__title {
  display: block;
  text-align: center;
}

.form__container {
  margin-top: 53px;
  display: flex;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.form__left {
  width: 60%;
}

.form__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form__label {
  position: relative;
  margin-left: -4px;
  margin-bottom: 20px;
  width: 100%;
}

.form__label-text {
  display: inline-block;
  position: absolute;
  font-family: 'Roboto Condensed',sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  left: 4px;
  bottom: 8px;
}

.form__label sup {
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#flag {
  position: absolute;
  left: 44%;
  top: 0;
  height: 32px;
  width: 32px;
  background: url(/images/site/feedback/feedback.flags.png);
  left: 90px;
  background-position: 0 -5920px;
}

.form__control {
  padding: 8px 4px;
  padding-left: 4px;
  padding-left: 132px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(31,32,33,.2);
  width: 100%;
  line-height: 1;
  outline: none;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

textarea.form__control {
  resize: none;
  height: 125px;
  border: 1px solid rgba(31,32,33,.2);
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.form__label--top .form__label-text {
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: 7px;
}

.feedback .button--blue {
  background-color: #0b72d9;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  padding: 15px 25px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease;
  font-weight: 600;
  margin-bottom: 20px;
}

.feedback .button--blue:hover {
  background-color: #e51721;
}

.form__note {
  font-size: 12px;
  color: rgba(0,0,0,.6);
}

.form__note .link {
  color: #006cd9;
  transition: all .3s ease;
}

.form__note .link:hover {
  color: #e51721;
}

.form__result-title {
  display: block;
  font-size: 24px;
  color: #e51721;
  line-height: 1.167;
}

.form__result-text {
  font-size: 18px;
  color: #000;
  line-height: 1.556;
  display: block;
  margin-top: 8px;
}

.form__right {
  width: 40%;
  padding-left: 60px;
}

.form__phone {
  font-size: 37px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #006cd9;
  transition: all .3s ease;
}

.form__phone:hover {
  color: #e51721;
}

.person {
  display: flex;
  align-items: center;
}

.form__phone + .person {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid rgba(31,32,33,.2);
}

.person__img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 13px;
}

.person__img img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.person__name {
  display: block;
  font-weight: 700;
  line-height: 1.667;
}

@media screen and (max-width: 980px) {
  .wide-section .section__title {font-size: 22px;}
  .wide-section .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .wide-section ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 980px)
{
  .feedback .container {
    padding-left: 25px;
    padding-right: 25px;
  }
    #feedback-form {
      margin-top: 60px;
      margin-bottom: 60px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-left: -24px;
      width: calc(100% + 48px);
      padding-left: 24px;
      padding-right: 24px;
  }

  .form__title {
    font-size: 20px;
  }

  .form__subtitle {
    font-size: 17px;
  }

  .form__container {
    flex-direction: column;
    margin-top: 20px;
  }

   .form__left {
    width: 100%;
  }

  .form button {
    width: 100%;
    margin-bottom: 10px;
  }

   .form__note {
    text-align: center;
  }

  .form__right {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    text-align: center;
  }

  .link.form__phone {
    font-size: 32px;
  }

  .person__body {
    text-align: left;
  }

  section {
    margin-bottom: 40px !important;
  }
}
.footer {
    flex: none;
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
}

.footer .footer-desktop > .container {
  display: flex;
  flex-wrap: wrap;
}

.footer-desktop .footer__left {
    flex: 0 0 267px;
}

.footer-desktop .footer__left .logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #bf9460;
    transition: color .3s ease;
}

.footer-desktop .footer__left .logo img {
    margin-right: 13px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.footer-desktop .footer__left .logo span {
    max-width: 90px;
    font-family: 'Roboto Condensed',sans-serif;
}

.footer-desktop .footer__left .logo:hover {
    color: #e51721;
}

.footer-desktop .footer__body {
    flex: 1 1 100%;
    max-width: calc(100% - 267px);
}

.footer-desktop .footer__body .footer__top {
    display: flex;
    align-items: baseline;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-desktop .footer__body .footer__top .nav-top__link {
    color: #737373;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    margin-right: 22px;
    transition: color .3s ease;
}

.footer-desktop .footer__body .footer__top .nav-top__link:hover {
    color: #e51721;
}

.footer-desktop .footer__body .footer__top .footer__tools {
    margin-left: auto;
}

.footer-desktop .footer__body .footer__top .footer__mail {
    font-size: 15px;
    color: #006cd9;
    font-family: 'Roboto Condensed',sans-serif;
    transition: color .3s ease;
    margin-left: 24px;
}

.footer-desktop .footer__body .footer__top .footer__mail:hover {
    color: #e51721;
}

.footer-desktop .footer__body .footer__bottom {
    display: flex;
    align-items: baseline;
}

.footer-desktop .footer__body .footer__bottom .nav-bottom {
    display: flex;
    flex-basis: 460px;
}

.footer-desktop .footer__body .footer__bottom .nav-bottom .nav-bottom__link {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    margin-right: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.429;
    display: inline-flex;
    flex-direction: column;
    transition: color .3s ease;
}

.footer-desktop .footer__body .footer__bottom .nav-bottom .nav-bottom__link:hover {
    color: #e51721;
}


.footer-desktop .footer__body .footer__bottom .footer__phones {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.footer-desktop .footer__phones .footer__phones-item {
    text-align: right;
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: column;
    margin-right: 22px;
}

.footer-desktop .footer__phones .footer__phones-item:last-child {
    margin-right: 0;
}

.footer-desktop .footer__phones .footer__phones-title {
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

.footer-desktop .footer__phones a {
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    color: #006cd9;
    text-decoration: none;
    font-weight: 700;
    transition: color .3s ease;
}

.footer-desktop .footer__phones a:hover {
    color: #e51721;
}

.footer-desktop .footer__footer {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,.15);
}

.footer-desktop .footer__footer .copyright {
    font-size: 15px;
    flex: 0 0 267px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 1.267;
}


.footer-desktop .footer__footer .nav-footer__link {
    font-family: 'Roboto',sans-serif;
    color: rgba(0,0,0,.702);
    margin-right: 15px;
    transition: color .3s ease;
}

.footer-desktop .footer__footer .nav-footer__link:hover {
    color: #e51721;
}

.footer-desktop .social {
    margin: 0 0 0 auto;
    list-style: none;
    display: flex;
}

.footer-desktop .social .social__item {
    margin-right: 6px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.footer-desktop .social .social__item .social__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: url(/images/site/footer/footer.social.png) no-repeat;
}

.footer-desktop .social__link:last-child {
    margin-right: 0;
}

.footer-desktop .social__link--vk {
  background-position: -10px -516px !important;
}

.footer-desktop .social__link--fb {
  background-position: -10px -102px !important;
}

.footer-desktop .social__link--tw {
  background-position: -10px -378px !important;
}

.footer-desktop .social__link--ins {
  background-position: -10px -240px !important;
}

.footer-mobile {
    position: relative;
    display: none;
}

.footer-mobile .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-mobile .footer__left {
    position: absolute;
    top: 24px;
}

.footer-mobile .logo {
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed',sans-serif;
    text-decoration: none;
    color: #bf9460;
    align-items: flex-start;
}

.footer-mobile .logo img {
    height: 60px;
    margin-right: 13px;
}

.footer-mobile .logo span {
    max-width: 90px;
    font-size: 15px;
}

.footer-mobile .footer__body {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,.15);
    flex: 1 1 100%;
    margin-top:130px;
}

.footer-mobile .footer__top {
    margin: 0;
    width: 50%;
    padding-left: 24px;
    display: flex;
    align-items: baseline;
}

.footer-mobile .footer__bottom {
    width: 50%;
    display: flex;
    align-items: baseline;
}

.footer-mobile .nav-top {
    flex-direction: column;
    display: flex;
}

.footer-mobile .nav-top__link {
    color: #737373;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 6px;
    margin-right: 10px;
}

.footer-mobile .nav-bottom {
    display: flex;
    flex-basis: 460px;
    flex-direction: column;
}

.footer-mobile .nav-bottom__link {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.429;
    display: inline-flex;
    flex-direction: column;
}

.footer-mobile .footer__phones {
    position: absolute;
    top: 24px;
    left: 50%;
    right: auto;
    margin-left: 24px;
    width: 35%;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
}

.footer-mobile .footer__phones-item {
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: column;
}

.footer-mobile .footer__phones-title {
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #000;
}

.footer-mobile .footer__phones-item a {
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    color: #006cd9;
    text-decoration: none;
    font-weight: 700;
}

.footer-mobile .footer__mobile {
    align-items: baseline;
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,.15);
    display: flex;
}

.footer-mobile .social {
    display: flex !important;
    padding: 0;
    width: 50%;
    margin-left: 0;
    list-style-type: none;
}

.footer-mobile .social__item {
    margin-right: 6px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.footer-mobile .social__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: url(/images/site/footer/footer.social.png) no-repeat;
}

.footer-mobile .social__link:last-child, .footer-mobile .social__link:first-child {
    margin-right: 0;
}

.footer-mobile .social__link--vk {
  background-position: -10px -516px !important;
}

.footer-mobile .social__link--fb {
  background-position: -10px -102px !important;
}

.footer-mobile .social__link--tw {
  background-position: -10px -378px !important;
}

.footer-mobile .social__link--ins {
  background-position: -10px -240px !important;
}

.footer-mobile .footer__mail {
    font-size: 15px;
    color: #006cd9;
    font-family: 'Roboto Condensed',sans-serif;
    margin-left: 24px;
}

.footer-mobile .footer__footer {
    flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 24px;
    width: 100%;
    display: flex;
    align-items: baseline;
    border-top: 1px solid rgba(0,0,0,.15);
}

.footer-mobile .copyright {
    font-size: 15px;
    flex: 0 0 267px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 1.267;
}

.footer-mobile .nav-footer {
    margin-top: 5px;
}

.footer-mobile .nav-footer__link {
    font-family: 'Roboto',sans-serif;
    color: rgba(0,0,0,.702);
    margin-right: 15px;
}

@media screen and (max-width: 980px){
    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;
    }
}
body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.page-head h1 {
  font-size: 46px;
  color: #000;
  line-height: 1.2;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.page-head div {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1.444;
}

.breadcrumbs {
  margin-top: 17px;
  margin-bottom: 40px;
}

.breadcrumbs__link {
  color: rgba(0,0,0,.7);
  line-height: 1.2;
  font-size: 14px;
}

.breadcrumbs__item {
  margin-right: 3px;
  font-size: 14px;
}

@media screen and (max-width: 980px){
  .page-head h1 {
    font-size: 26px;
  }

  .page-head div {
    font-size: 17px;
  }
}
.klienty .section__body {
  margin-bottom: 32px;
  margin-top: 40px;
}

.klienty .card-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  margin-bottom: 32px;
}

.klienty .card-grid__item {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  flex: 0 0 100%;
    flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.klienty .card-grid__item--40 {
  max-width: 40%;
  flex-basis: 40%;
}

.klienty .card {
  background-color: #f0f0f0;
  display: flex;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.klienty .card-grid__item .card {
  flex: 1 1 100%;
}

.klienty .card__image {
  position: absolute;
  right: 0;
  width: 50%;
  overflow: hidden;
  height: 100%;
}

.klienty img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.klienty .card__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.klienty .card__info {
  min-height: 275px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  flex-basis: 100%;
}

.klienty .card__image + .card__info {
  max-width: 50%;
  flex-basis: 50%;
}

.klienty .card-grid__item--20 {
  max-width: 20%;
  flex-basis: 20%;
}

.klienty .card__logo {
  justify-content: flex-end;
}

.klienty .card__logo, .klienty .card__text {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
}

.klienty .card__info-logo {
  margin-bottom: 25px;
}

.klienty .card__text {
  max-width: 100%;
  justify-content: flex-start;
}

.klienty .card__info-title {
  display: block;
  margin-bottom: 5px;
}

.klienty .card__info p {
  color: rgba(0,0,0,.702);
  font-size: 15px;
  text-align: left;
}

.klienty .card__info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .klienty .card-grid__item {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .klienty .card__image {
    position: relative;
    width: 100% !important;
    height: 170px;
  }

  .klienty .card__info {
    max-width: 100% !important;
    min-height: 0 !important;
  }

 .klienty .card__info, .klienty .card__logo, .klienty .card__text {
    display: block;
    flex-basis: auto !important;
  }

  .klienty .card__logo, .klienty .card__text {
    flex-basis: auto;
  }
  .klienty .card {
    flex-direction: column;
    flex-basis: auto !important;
    height: auto;
  }
}
.ceny_page {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.ceny_first_block_wrapper {
  display: grid;
  grid-template-columns: 65% auto;
  column-gap: 1rem;
}

.ceny_first_block_item_1 {
  margin-top: 2rem;
}

.ceny_page p {
  margin-top: 0;
  margin-bottom: 12px;
}

.ceny_list_item {
  margin: 0.5rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  column-gap: 0.5rem;
}

.ceny_page img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.ceny_page p.ceny_first_block_item {
  margin-top: 1rem;
}

.ceny_second_block_wrapper {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  margin: 2rem 0;
}

.uslugi_ohrany_main_title {
  margin-bottom: 34px;
  text-align: center;
}

h2.uslugi_ohrany_main_title {
  font-weight: 700;
  font-size: 36px;
  color: #040404;
  text-align: center;
  margin-top: 4rem;
}

.ceny_third_block_item {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 24px;
  line-height: 61px;
}

.ceny_second_block_item {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1rem;
  align-items: center;
}

.ceny_second_block_item_texts .my_bold {
  font-weight: 700;
  font-size: 20px !important;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 980px){
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

     .ceny_first_block_wrapper {
    grid-template-columns: 100%;
  }

   .ceny_first_block_item_1 {
    margin-top: 0;
  }

    .ceny_second_block_wrapper {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }

    .ceny_third_block_item {
    margin: 1rem 0;
    line-height: 30px;
  }
}
.reviews-box {
  margin-top: 100px;
  margin-bottom: 80px;
}

.reviews-box .gratitudes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  margin-bottom: 40px;
}

.reviews-box h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reviews-box a {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
}

.reviews-box img {
  background-color: #333;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px){
    .reviews-box h2 {
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }

    .reviews-box .container {
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-box .gratitudes {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .reviews-box .gratitudes a {
        flex-basis: 245px;
        max-width: 245px;
        display: block !important;
    }
}
.rekvizity b, .rekvizity h2, .rekvizity strong {
    font-weight: bold;
}

.rekvizity p {
  margin-top: 0;
  margin-bottom: 12px;
}
.uslugi .section {
  margin-top: 100px;
  margin-bottom: 80px;
}

.uslugi .section:first-of-type {
  margin-top: 80px;
}

.uslugi .section__title {
  width: 100%;
}

.uslugi .section__title {
  margin-top: 0;

  font-size: 32px;

  line-height: 1.25;

  margin-bottom: 30px;

}

.uslugi .section > p, .uslugi .section__title {
  text-align: center;

  margin-left: auto;

  margin-right: auto;

}

.uslugi .text_main_title1 {
  text-align: center;
  margin-bottom: 20px;
}

.uslugi .section__body {
  margin-bottom: 32px;
  margin-top: 40px;
}

.uslugi .service-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -6px;
  margin-right: -6px;
}

.uslugi .service-card-col {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.uslugi .service-card-col--60 {
  max-width: 60%;
  flex-basis: 60%;
}

.uslugi .service-card {
  height: 100%;
  background-color: #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  min-height: 275px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  transition: none;
}

.uslugi .service-card__title {
  font-size: 22px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}

.uslugi .service-card .service-card__text, .uslugi .service-card .service-card__title {
  color: #000;
}

.uslugi .service-card__image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: 40px;
  left: 50%;
  display: flex;
  align-items: flex-end;
}

.uslugi img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

.uslugi .service-card__image img {
  flex-shrink: 0;
  max-height: 100%;
}

.uslugi .service-card-col--40 {
  max-width: 40%;
  flex-basis: 40%;
}

.uslugi h2 {
    font-weight: 600;
}

.uslugi .w-160px {
  width: 160px !important;
}

.uslugi .button {
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  background-color: transparent;
  padding: 10px;
  color: #000;
}

.uslugi .button--go-all {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.uslugi .text-center {
  text-align: center;
}

.uslugi .button--go-all::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 8px;
  margin-bottom: -1px;
  transition: color .3s ease;
}

.uslugi .button--go-all:hover {
    color: #e51721;
}

.uslugi .button--go-all:hover:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

@media screen and (max-width:980px){
    .uslugi .section:first-of-type {
        margin-top: 40px;
    }

    .uslugi .section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .uslugi .section__title {
        font-size: 22px;
    }

    .uslugi .service-card-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
        position: relative !important;
    }

    .uslugi .service-card {
        height: auto;
    }

    .uslugi .service-card__title {
        margin-top: 20px;
    }

    .uslugi .service-card__image {
        max-width: none !important;
        height: 170px !important;
        position: relative;
        order: -1;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        margin-left: -20px;
        margin-top: -20px;
        width: calc(100% + 40px);
    }

    .uslugi .service-card__image img {
        margin-left: auto;
    }

    .uslugi .service-card-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
        position: relative !important;
    }
}
.garantii .garantii_text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  margin: 3rem 0 1rem 0;
}

.garantii .garantii_wrapper {
  display: flex;
}

.garantii .garantii_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1rem;
}

.garantii .garantii_download {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #13538E;
  line-height: 23px;
  text-decoration: underline;
  transition: color .3s ease;
}

.garantii .garantii_download:hover {
    color: #e51721;
}
.article {
  font-family: 'Roboto',sans-serif;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vacancies.article {
  margin-left: 0;
  max-width: 1080px;
}
.vacancies {
  margin-bottom: 70px;
}

.article * {
  max-width: 800px;
}

.vacancies .lead {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.444;
}

.vacancies__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.vacancies__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
  margin-top: 20px;
}

.article h2 {
  font-size: 22px;
  margin-top: 40px;
  font-weight: 600;
}

.vacancies ul {
  padding-left: 0;
  margin-left: -16px;
  margin-top: 24px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vacancies li {
  font-size: 16px;
  padding-left: 15px;
  position: relative;
}

.vacancies li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    background-color: #fc1857;
    height: 1px;
}

.ul--clear li:before {
    display: none;
}

.vacancies__footer {
  margin-top: 45px;
  padding-top: 0;
  border-top: 1px solid #e6e6e6;
}

.vacancies__footer b, .vacancies__footer a {
    font-weight: bold;
}

.warning {
  border-radius: 3px;
  background-color: rgba(229,23,33,.1);
  padding: 40px;
  max-width: 800px;
  width: 100%;
}

.warning__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  margin-bottom: 10px;
  display: block;
}

.warning p {
  line-height: 1.45;
}

.warning p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .vacancies .lead {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .vacancies {
     margin-bottom: 40px;
    }

    article * {
        max-width: 100%;
    }

    .vacancies__row {
        flex-wrap: wrap;
    }
    .vacancies__col {
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-top: 0;
    }

    .content ol, .content ul {
        padding-left: 0;
    }

    .vacancies ul {
     margin-left: -15px;
  }

    .vacancies li {
    font-size: 15px;
  }
  .warning {
    margin-left: -24px;
    max-width: none;
    width: calc(100% + 48px);
    padding: 24px;
  }
    .warning__title {
    font-size: 20px;
  }
}
.section-slider {
  width: 100%;
  left: 50%;
  margin-left: -50%;
  position: relative;
  background-color: #2a2a2a;
  padding-top: 80px;
  padding-bottom: 90px;
  margin-bottom: 80px;
}

.section-slider > .container {
  position: relative;
}

.section-slider .swiper-wrapper {
  align-items: stretch;
}

.section-slider .section__title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-size: 32px;
  width: 100%;
  margin-bottom: 30px;
}

.section-slider .text-center {
  text-align: center;
}

.section-slider .button {
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0,0,0,.15);
    border-top-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: transparent;
  padding: 10px;
  color: #000;
}

.section-slider .button--go-all {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-slider .button--dark {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}

.section-slider .button--go-all span {
  vertical-align: middle;
}

.pagination-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.card-slider__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.4;
}

.card-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.section-slider .swiper-button-prev, .section-slider .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.section-slider .swiper-button-next, .section-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.section-slider .swiper-button-next, .section-slider .swiper-container-rtl .swiper-button-prev, .section-slider .swiper-button-prev, .section-slider .swiper-container-rtl .swiper-button-next {
  width: 20px;
  height: 38px;
  top: 50%;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.4);
  outline: none;
  transition: color .3s ease;
}

.section-slider .swiper-button-next:hover ,.section-slider .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
}

.section-slider .button--go-all::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 8px;
  margin-bottom: -1px;
  transition: color .3s ease;
}

.section-slider .button--dark.button--go-all::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  opacity: 0.6;
}

.section-slider .button--go-all:hover {
  color: #e51721;
}

.section-slider .button--go-all:hover:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}


.section-slider .swiper-slide {
  max-width: 40% !important;
  background-color: #f0f0f0;
  display: flex;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  gap: 5px;
  height: auto !important;
}

.news .section__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 600;
}

.card-left {
  max-width: 40%;
}

.card-right {
  max-width: 60%;
}

.card-left .card__info-title {
  display: block;
  margin-bottom: 5px;
}

.card-left .card__logo, .card-left .card__text {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
}

.card-left .card__text p {
  color: rgba(0,0,0,.702);
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.card-left .card__text {
  max-width: 100%;
  justify-content: flex-start;
  
}

.card-right img {
  width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}

.card-left {
  padding: 20px;
}

.card-left .card-logo img {
  max-width: 180px;
  margin-bottom: 25px;
}


@media screen and (max-width: 980px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }

   .section-slider .section__title {
    font-size: 20px;
    text-align: left;
    max-width: 80vw !important;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
  }

  .card-slider .swiper-slide {
    max-width: 100% !important;
    flex-direction: column-reverse;
  }

  .card-left, .card-right {
    width: 100%;
    max-width: 100%;
  }

  .section-slider .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-slider {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.news .tiles {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  flex-wrap: wrap;
}

.news .tiles .tile {
  flex-basis: 20%;
  max-width: 20%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
  display: flex;
}

.news .tile__link {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.15);
  color: #000;
  flex: 1 1 100%;
}

.news .tile__img {
  position: relative;
}

.news .tile__img img {
  width: 100%;
}

.news .tile__body {
  padding: 10px 20px 20px;
  min-height: 153px;
}

.news .tile__date {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  line-height: 1.5;
  margin-bottom: 6px;
}

.news .tile__date, .news .tile__title {
  font-family: 'Roboto',sans-serif;
  display: block;
}

.news .tile__title {
  font-size: 15px;
  line-height: 1.333;
  transition: all .3s ease;
}

.news .tile__link--more {
  background-color: #fafafa;
  align-items: center;
  justify-content: center;
}

.news .tile__link {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.15);
  color: #000;
  flex: 1 1 100%;
}

.news .tile .link--more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 4px;
  margin-bottom: -1px;
  vertical-align: middle;
}

.news .tile:hover .tile__title, .news .tile:hover .link {
  color: #e51721;
}

.news .tile:hover .link:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

.news .tile__link--more .link {
  color: #000;
}

@media screen and (max-width: 980px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .news .tiles .tile {
    flex-basis: 50%;
    max-width: 260px;
    flex-shrink: 0;
  }
}

.services {
  margin-top: 80px;
  margin-bottom: 80px;
}

.services .section__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px;
  width: 100%;
}

.services .lead {
  font-size: 18px;
  line-height: 1.444;
}

.services .lead p {
  margin-top: 0;
  margin-bottom: 12px;
}

.services .section__body {
  margin-bottom: 32px;
  margin-top: 40px;
}

.services .service-card-col {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.services .service-card-col--33 {
  max-width: 33.333% !important;
  flex-basis: 33.333% !important;
}

.services .service-card {
  height: 100%;
  background-color: #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  min-height: 275px;
  position: relative;
  color: #000;
  transition: none;
}

.services .form__result-title {
  display: block;
  font-size: 24px;
  color: #e51721;
  line-height: 1.167;
}

.services .service-card__title {
  font-size: 22px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}

.services .service-card .service-card__text, .service-card .service-card__title {
  color: #000;
}

.services .link.link--white {
  color: #fff;
}

.services .service-card .link {
  margin-top: auto;
  transition: all .3s ease;
}

.services .link--more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 4px;
  margin-bottom: -1px;
}

.services .link--more:hover {
  color: #e51721;
}

.services .link--more:hover:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

.services .service-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -6px;
  margin-right: -6px;
}

.services .lead a {
  transition: color .3s ease;
  color: #006cd9;
}

.services .lead a b {
  font-weight: 600;
}

.services .lead a:hover {
  color: #e51721;
}

@media (max-width: 980px) {
  .services .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .services .service-card-col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

  .services .section__title {
    font-size: 22px;
  }

  .services .lead p {
    font-size: 17px;
  }

  .services .service-card__title {
    font-size: 18px !important;
    margin-top: 20px;
  }
}

.services-range {
  margin-bottom: 80px;
}

.services-range .section__title {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: 600;
}

.services-range .text-center {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.services-range .button--go-all {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  background-color: transparent;
  padding: 10px;
  color: #000;
  transition: all .3s ease;
}

.services-range .button--go-all::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 8px;
  margin-bottom: -1px;
}

.services-range .button--go-all:hover {
  color: #e51721;
}

.services-range .button--go-all:hover:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

.services-range .section__body {
  margin-bottom: 32px;
  margin-top: 40px;
}

.services-range .service-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -6px;
  margin-right: -6px;
}

.services-range .service-card-col--33 {
  max-width: 33.333% !important;
  flex-basis: 33.333% !important;
}

.service-card--slice .service-card__image img {
  flex: none !important;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-range .service-card-col {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.services-range .service-card {
  display: flex;
  flex-direction: column;
  color: #000;
  transition: none;
  height: 100%;
  background-color: #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  min-height: 275px;
  position: relative;
  transition:  all .3s ease;
}

.services-range .service-card--black {
  background-color: #000 !important;
  color: #fff !important;
}

.services-range .service-card--slice .service-card__text, .service-card--slice .service-card__title {
  max-width: calc(50% - 20px);
}

.services-range .service-card--blue {
  background-color: #a3cbf5 !important;
}

.services-range .service-card__text p {
  margin-bottom: 5px;
}

.services-range  .service-card--slice .service-card__image {
  width: 50%;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.services-range .link.link--black {
  color: #000 !important;
}

.services-range .service-card__image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: 40px;
  left: 50%;
  display: flex;
  align-items: flex-end;
}

.services-range .service-card--vertical .service-card__image {
  position: relative;
  top: -20px;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: 55%;
}

.services-range img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.services-range .service-card__image img {
  flex-shrink: 0;
  max-height: 100%;
}

.services-range .service-card--vertical .service-card__image img {
  flex: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-range .service-card__title {
  font-size: 22px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-range .service-card .service-card__title {
  color: #000;
}

.services-range .service-card--black .service-card__text, .service-card--black .service-card__title {
  color: #fff !important;
}

.services-range .service-card .service-card__text {
  font-size: 14px;
}

.services-range .link {
  color: #006cd9;
}

.services-range .link.link--white {
  color: #fff !important;
}

.services-range .service-card .link {
  margin-top: auto;
}

.service-card-col--66 {
  max-width: 66.666% !important;
  flex-basis: 66.666% !important;
}

.services-range .service-card-col--50 {
  max-width: 50% !important;
  flex-basis: 50% !important;
}

.about-section {
    background-color: #f0f0f0;
    padding-top: 64px;
    padding-bottom: 80px;
}

.services-range .link--more::after, .link--more span {
  vertical-align: middle;
}

.services-range .link--more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 4px;
  margin-bottom: -1px;
}

.services-range .service-card--black .link--more::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
}

.services-range .service-card:hover .link {
  color: #e51721 !important;
}

.services-range .service-card:hover .link:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

.about-section > .container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 980px)
{
  .services-range .service-card-col, .service-card-col--33, .service-card-col--66, .service-card-col--50 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

  .services-range .service-card {
    height: auto !important;
  }

  .services-range .section__title {
    font-size: 22px;
  }

  .services-range  .service-card__image {
    height: 170px !important;
    max-width: none !important;
    height: 170px !important;
    position: relative;
    order: -1;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px);
  }

  .services-range .service-card--slice .service-card__text, .services-range .service-card--slice .service-card__title {
    max-width: 100%;
    z-index: 100
  }

  .services-range .service-card--slice .service-card__image {
    position: relative;
    left: 0;
    order: -1;
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px);
  }

  .services-range .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .services-range .service-card__image img {
    margin-left: auto;
  }

  .services-range .service-card__title {
    margin-top: 20px;
  }

  .services-range .service-card .link {
    margin-top: 30px;
  }
}

.about-section .section__title {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.about-section__image {
  width: 50%;
  padding-right: 22px;
}

.about-section__image img {
  width: 100%;
  height: 100%;
}

.about-section__body {
  width: 50%;
  padding-left: 22px;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-section__body-title {
  font-weight: 700;
  line-height: 1.333;
  font-size: 21px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  font-weight: 600;
}

.about-section__body-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 40px;
}

.about-section__body .link {
  margin-top: auto;
  color: #000;
  position: relative;
  transition: color .3s ease;
}

.about-section .link--more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 4px;
  margin-bottom: -1px;
  color: #000;
}

.about-section__body .link:hover {
    color: #e51721;
}

.about-section .link:hover:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiPjxwYXRoIGZpbGw9IiNlNTE3MjEiIGQ9Ik0xMTIuODE0IDBMOTEuNTY2IDIxLjE3OGwxODEuOTQ2IDE4Mi41NC0xODEuOTQ2IDE4Mi41NCAyMS4yNDggMjEuMTc4IDIwMy4wNTUtMjAzLjcxOHoiLz48L3N2Zz4=');
}

@media screen and (max-width: 980px)
{
    .about-section .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-section .section__title {
        font-size: 22px;
    }

     .about-section__image {
        width: 100%;
        padding: 0;
    }

    .about-section__image img {
        object-fit: cover;
        height: auto;
    }

    .about-section__body {
        width: 100%;
        max-width: 100%;
        padding: 22px 0 0;
    }

    .about-section__body-title {
        font-size: 18px;
    }

    .about-section__body-text {
        font-size: 14px;
    }
}

.wide-section {
  margin-top: 100px;
  width: 100%;
  position: relative;
}

.wide-section .section__title {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #000;
}

.wide-section p {
  margin-top: 0;
  margin-bottom: 12px;
}

.wide-section ul {
  padding-left: 20px;
  list-style: none;
}

.wide-section li {
  padding-left: 20px;
  list-style: none;
  position: relative;
  margin-top: 10px;
}

.wide-section li:before {
  content: "";
  position: absolute;
  left: -0.5em;
  top: .25em;
  width: 12px;
  height: 12px;
  background-color: #fc1857;
}

.wide-section span {
  margin-top: 10px;
  display: block;
}

.uslugi_ohrany_first_block {
  display: grid;
  grid-template-columns: 33% 64%;
  column-gap: 3%;
}

.uslugi_ohrany_right_block_top {
  display: grid;
  grid-template-columns: 50% 50%;
}

.uslugi_ohrany_right_block_top_item {
  display: grid;
  grid-template-columns: 14% 86%;
  padding: 1.5rem 0;
}

.uslugi_ohrany_right_block_top_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
}

.uslugi_ohrany_right_block_top_item_text {
  display: grid;
  grid-template-rows: 35px 24px;
}

.uslugi_ohrany_right_block_top_item_text_top {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #E51721;
  line-height: 23px;
}

.uslugi_ohrany_right_block_top_item_text_bottom {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}

.uslugi_ohrany_right_block_top_item {
  display: grid;
  grid-template-columns: 14% 86%;
  padding: 1.5rem 0;
}

.uslugi_ohrany_right_block_top_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
}

.uslugi_ohrany_right_block_top_item_text {
  display: grid;
  grid-template-rows: 35px 24px;
}

.uslugi_ohrany_right_block_top_item_text_top.dif_col {
  color: #DFB162;
}

.uslugi_ohrany_right_block_top_item_text_bottom {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}

.uslugi_ohrany_right_block_bottom {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  padding: 1rem 0.5rem;
}

.uslugi_ohrany_second_block_title {
  font-family: 'Roboto Bold', 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  margin: 40px 0;
}

.uslugi_ohrany_second_block_text {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}

.uslugi_ohrany_second_block_text ol, .uslugi_ohrany_second_block_text ul {
  padding-left: 40px;
}

.uslugi_ohrany_second_block_text p {
    margin-top: 0;
    margin-bottom: 12px;
}

.uslugi_ohrany_second_block_text li {
    margin-top: 10px;
}

.uslugi_ohrany_second_block_text li:last-child {
    margin-bottom: 12px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 980px) {
    .uslugi_ohrany_first_block {
        grid-template-columns: 100%;
    }

    .uslugi_ohrany_right_block_top {
        grid-template-columns: 100%;
    }

    .uslugi_ohrany_right_block_top_item_text_top {
        font-size: 26px;
    }

    .uslugi_ohrany_second_block_title {
        font-size: 30px;
    }

    .uslugi_ohrany_second_block_text ol, .uslugi_ohrany_second_block_text ul {
        padding-left: 20px;
    }
}

.services_sub .section:first-of-type {
  margin-top: 80px;

}
.services_sub .section {
  margin-top: 100px;
  margin-bottom: 80px;
}

.services_sub .section__body {
  margin-bottom: 32px;
  margin-top: 40px;
}

.services_sub .service-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -6px;
  margin-right: -6px;
}

.services_sub .service-card-col {
  flex: 0 0 100%;
    flex-basis: 100%;
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.services_sub .service-card-col--60 {
  max-width: 60%;
  flex-basis: 60%;
}

.services_sub .service-card {
  height: 100%;
  background-color: #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  min-height: 275px;
  position: relative;
}

.services_sub .service-card {
  display: flex;
  flex-direction: column;
  color: #000;
  transition: none;
}

.services_sub .service-card__title {
  font-size: 22px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}

.services_sub .service-card .service-card__text, .services_sub .service-card .service-card__title {
  color: #000;
}

.services_sub .service-card__image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: 40px;
  left: 50%;
  display: flex;
  align-items: flex-end;
}

.services_sub .service-card__image img {
  flex-shrink: 0;
  max-height: 100%;
  display: inline-block;
  max-width: 100%;
}

.services_sub .service-card-col--40 {
  max-width: 40%;
  flex-basis: 40%;
}

.services_sub .service-card-col--20 {
  max-width: 20%;
  flex-basis: 20%;
}

@media screen and (max-width: 980px){
  .services_sub .service-card-col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

 .services_sub .service-card {
    height: auto;
  }

  .services_sub .service-card__title {
    margin-top: 20px;
  }

  .services_sub .service-card__image {
      max-width: none !important;
      height: 170px !important;
      position: relative;
      order: -1;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      top: 0 !important;
      margin-left: -20px;
      margin-top: -20px;
      width: calc(100% + 40px);
    }

  .services_sub .service-card__image img {
    margin-left: auto;
  }
}


.services_sub a[href="/#"] {
  pointer-events: none; 
  cursor: default; 
}
.soglashenie_na_obrabotku_personalnykh_dannykh .article {
  font-family: 'Roboto',sans-serif;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soglashenie_na_obrabotku_personalnykh_dannykh .article * {
  max-width: 800px;
}

.soglashenie_na_obrabotku_personalnykh_dannykh p {
  margin-top: 0;
  margin-bottom: 12px;
}

.soglashenie_na_obrabotku_personalnykh_dannykh ol, .soglashenie_na_obrabotku_personalnykh_dannykh ul {
  padding-left: 20px;
  list-style: none;
}

.soglashenie_na_obrabotku_personalnykh_dannykh li {
  padding-left: 15px;
  position: relative;
  margin: 15px 0;
}

.soglashenie_na_obrabotku_personalnykh_dannykh b {
    font-weight: 600;
}

.soglashenie_na_obrabotku_personalnykh_dannykh .link {
  color: #006cd9;
  transition: color .3s ease;
}

.soglashenie_na_obrabotku_personalnykh_dannykh .link:hover {
    color: #e51721;
}

.soglashenie_na_obrabotku_personalnykh_dannykh ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  background-color: #fc1857;
  height: 1px;
}
.o_kompanii .lead {
  font-size: 18px;
  line-height: 1.444;
}
.o_kompanii .text-center {
  text-align: center;
}

.o_kompanii .wide-section {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  overflow-x: hidden;
}

.o_kompanii .about__map {
  padding-bottom: 0;
  padding-top: 60px;
  background-color: #000;
  color: hsla(0,0%,100%,.9);
  margin-top: 30px;
}

.o_kompanii .about__map > .container {
  padding-left: 50%;
  position: relative;
  z-index: 3;
  margin-left: 0;
}

.o_kompanii .about__map > .container {
  padding-left: 40px;
  margin-left: auto;
}

.o_kompanii .about__map p {
  font-size: 17px;
  line-height: 1.3;
}

.o_kompanii .about__map p, .o_kompanii .about__map span {
  text-align: center;
  max-width: none;
  max-width: 800px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 15px;
}

.o_kompanii .about__map p {
  margin-bottom: 20px;
}

.o_kompanii .about__map::after, .o_kompanii .about__map::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  height: 100%;
}

.o_kompanii .about__map::after {
  background-color: transparent;
  z-index: 2;
}

.o_kompanii h2 {
    font-weight: 600;
}

.o_kompanii .about__section {
  margin-top: 100px;
  margin-bottom: 80px;
}

.o_kompanii .about__map + .about__section {
  margin-top: 75px;
}

.o_kompanii .about__section h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.o_kompanii .content p {
  margin-top: 0;
  margin-bottom: 12px;
}

.o_kompanii .about__section h2, .o_kompanii .about__section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.o_kompanii .about__section p {
  max-width: 840px;
  font-size: 18px;
}

.o_kompanii .about__row {
  margin-top: 30px;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
}

.o_kompanii .about__col {
  flex: 0 0 100%;
    flex-basis: 100%;
  max-width: 100%;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
  flex-direction: column;
}

.o_kompanii .about__col--33 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.o_kompanii .about__image {
  height: 100%;
  display: flex;
  background-color: #333;
}

.o_kompanii img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.o_kompanii .about__image img {
  min-height: 465px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.o_kompanii .about__col--66 {
  max-width: 66.666%;
  flex-basis: 66.666%;
}

.o_kompanii .about__col--50 {
  flex-basis: 50%;
  max-width: 50%;
}

.o_kompanii .about__col--33 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.o_kompanii .certificates, .o_kompanii .gratitudes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  margin-bottom: 40px;
}

.o_kompanii .certificates__item, .o_kompanii .gratitudes__item {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
}

.o_kompanii .certificates__item img, .o_kompanii .gratitudes__item img {
  background-color: #333;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
    .o_kompanii .container {
        padding-left: 24px;
        padding-right: 24px;
    }  

    .o_kompanii .about__map {
        padding: 0;
    }

    .o_kompanii .about__map + .about__section {
        margin-top: 40px;
    }

    .o_kompanii .about__section {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .o_kompanii .about__section h2 {
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }

    .o_kompanii .about__section p {
        text-align: left;
        margin-left: 0;
        max-width: 800px;
        font-size: 15px;
    }
    .o_kompanii .about__row {
        flex-wrap: wrap;
    }

    .o_kompanii .about__col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .o_kompanii .mobile-hide {
        display: none !important;
    }

    .o_kompanii .about__col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .o_kompanii .about__image {
        width: calc(100% + 48px);
    }

    .o_kompanii .about__image img {
        min-height: 215px;
        max-width: none;
        margin-left: -24px;
    }

    .o_kompanii .certificates, .o_kompanii .gratitudes {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .o_kompanii .certificates__item, .o_kompanii .gratitudes__item {
        flex-basis: 245px;
        max-width: 245px;
        display: block !important;
    }

    .o_kompanii .about__map p, .o_kompanii .about__map span {
        text-align: left;
        max-width: none;
    }

    .o_kompanii .about__map > .container {
        padding: 24px;
    }
}
.vopros_otvet .vopros_otvet_wrapper {
  margin-top: 3rem;
}

.vopros_otvet .vopros_otvet_vopros {
  font-family: 'Roboto Bold', 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #844609;
  margin: 1rem 0;
}

.vopros_otvet .vopros_otvet_otvet {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}
.novosti .tiles {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  flex-wrap: wrap;
}

.novosti .tiles .tile {
  flex-basis: 20%;
  max-width: 20%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
  display: flex;
}

.novosti .tile__link {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.15);
  color: #000;
  flex: 1 1 100%;
  transition: all .3s ease;
}

.novosti .tile__img {
  position: relative;
}

.novosti .tile__img::before {
  content: "";
  padding-top: 55%;
  display: block;
  width: 100%;
}

.novosti .tile__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosti .tile__body {
  padding: 10px 20px 20px;
  min-height: 153px;
}

.novosti .tile__date {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  line-height: 1.5;
  margin-bottom: 6px;
}

.novosti .tile__date, .novosti .tile__title {
  font-family: 'Roboto',sans-serif;
  display: block;
}

.novosti .tile__title {
  font-size: 15px;
  line-height: 1.333;
}

@media screen and (max-width: 980px){
    .novosti .tile {
        flex-basis: 100% !important;
        max-width: 100% !important;
        flex-shrink: 0;
    }

    .novosti .tile__body {
        min-height: 0;
    }
}
.contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.contacts__left {
  flex: 0 0 370px;
  max-width: 370px;
}

.contacts__info {
  margin-top: 30px;
}

.contacts__right {
  flex: 0 0 60%;
  max-width: 60%;
}

.contacts__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
}

.contacts__key {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 60%;
}

.contacts__value {
  line-height: 1.333;
  flex: 1 1 auto;
}

.contacts a {
    color: #007aff;
    transition: all .3s ease;
}

.contacts a:hover {
    color: #e51721;
}
