.menu-is-opened {
  overflow: hidden;
}

.menu-is-opened.modal-open .header,
.modal-open .header {
  z-index: 98;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  transition: all .2s ease;
  z-index: 99;
}
.header::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  z-index: -1;
}

.header.is-scrolled::before {
  border-bottom-color: #e5e5e5;
  z-index: 2;
}

.header__left-col {
  display: flex;
}

.header__logo {
  position:relative;
  display: block;
  z-index: 2;
}

.header__logo img {
  max-width: 100%;
  width: 96px;
  height: 48px;
}

.header__about-company {
  display: flex;
  align-items: center;
  max-width: 128px;
  padding: 6px 14px;
  color: #a2a2a2;
  font-size: 10px;
  line-height: 1;
}

.header__body {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 48px;
}

.header__search {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.header__search[hidden] {
  display: none;
}

.header__field {
  flex-grow: 2;
  padding: 14px 48px 14px 48px;
  border: none;
  color: #383838;
  font-size: 18px;
  background: transparent url(../img/icon-search.svg) left 18px top 50% no-repeat;
  background-size: 14px 14px;
}

.header__field:focus {
  outline: none;
}

.header__close-search {
  flex: none;
  background: url(../img/close-search.png) no-repeat center;
  background-size: 15px 16px;
}

.header__close-search {
  position: absolute;
  right: 0;
  z-index: 1;
}

.header__search-button,
.header__menu-button,
.header__close-search {
  width: 48px;
  height: 48px;
  border: none;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}

.header__search-button {
  flex: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: transparent url(../img/icon-search.svg) center no-repeat;
  background-size: 16px 16px;
}

.header__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(../img/icon-menu.svg) center no-repeat;
  background-size: 16px 12px;
}
.sati_block1 {
padding: 1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
}
.sati_block1 .ttblock {
    width: max-content;
    position: absolute;
    color: #fff;
    background: #c4262e;
    padding: 0.2em 0.5em 0.05em 0.5em;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
}
.sati_block1 h3{
    padding: 1em;
}
.sati_block1 img{
    float: left;
    padding: 0;
    margin: 0.25em !important;
}
.sati_block1 p{
font-style: italic;
}

.contact-us {
  position: relative;
  display: none;
}

.contact-us__dropdown--position {
  position: absolute;
  top: 100%;
  width: 264px;
  left: -22px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  z-index: 20;
}
.contact-us__dropdown {
  padding: 24px 32px;
}

.contact-us__button {
  position: relative;
  padding: 12px 36px 12px 24px;
  background-color: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-left: 1px solid #e8e8e8;
  cursor: pointer;
  outline: none;
}

.contact-us__button:hover,
.contact-us__button:focus{
  color: #c4262e;
}
.contact-us__button:hover span,
.contact-us__button:focus span {
  border-bottom-color: transparent;
}

.contact-us__button:hover::before,
.contact-us__button:focus::before{
  background-image: url(../img/arrow-up.png);
}

.contact-us__button::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  right: 24px;
  top: 50%;
  margin-top: -4px;
  background: transparent url(../img/arrow-down.jpg) right center no-repeat;
  background-size: 7px 4px;
}

.contact-us__button span {
  border-bottom: 1px dashed #bfbfbf;
  line-height: 1;
  display: block;
}

.contact-us__title {
  margin-top: 0;

  font-size: 14px;
  color: rgba(56,56,56,.659);
  line-height: 1.429;
}

.contact-us__tel {
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-us__tel a {
  display: inline-block;
  font-size: 16px;
  line-height: 0.9;
  color: inherit;
  text-decoration: none;
  background-size: 6px 1px;
  border-bottom: 1px dashed #d9d9d9;
  transition: all 150ms ease-in;
}

.contact-us__tel a:hover {
  color: #c4262e;
  border-bottom-color: transparent;
}

.contact-us__office {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.818;
}

.menu {
  display: none;
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e8e8e8;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 20;
}

.menu__list {
  margin-bottom: 64px;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
  transition: .3s ease-out;
}

.menu__item.is-expanded > .has-submenu::after {
  background-image: url('../img/arrow-up.png');
  background-size: 7px 4px;
  transform: rotate(180deg);
}

.menu__item.is-expanded .menu__link::before {
  opacity: 1;
  visibility: visible;
}

.menu__item.is-expanded .menu__link,
.menu__item.is-active .menu__link {
  color: #c4262e;
}

.menu__link {
  position: relative;
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.8;
  color: #383838;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.menu__link:hover {
  color: #c4262e;
}


.has-submenu::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 4px 7px;
}

.menu__link::before {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -9px;
  width: 16px;
  height: 9px;
  background-image: url(../img/white-triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  transition: .2s ease-in;
}

.menu__sublist {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0;
  background-color: #f7f7f7;
  list-style-type: none;
  margin-left: 0;
}

.menu__sublist .contact-us__dropdown {
  padding-top: 8px;
}

.menu__sub-link {
  display: block;
  position: relative;
  padding: 8px 24px;
  color: #383838;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 17px;
}

.menu__slide {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 100%;
  display: none;
  border-top: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  padding-bottom: 16px;
}

.menu__slide.is-expanded {
  display: block;
}

.menu__submenu-deep {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.menu__submenu-deep ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.menu__sub-link-deep {
  position: relative;
  display: block;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  text-decoration: none;
}

.menu__sub-item-deep--header .menu__sub-link-deep {
  margin-top: 16px;
  font-weight: 700;
}

.menu__come-back-button {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 22px 24px 22px 40px;
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.menu__come-back-button::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 24px;
  top: 50%;
  margin-top: -4px;
  background:transparent url(../img/arrow-down.jpg) 0 0 no-repeat;
  transform: rotate(90deg);
}

.b-text-plus-img-block__wrapper {
    background: #fff;
}

.b-image-block__wrapper {
    max-width: 100%;
}

.b-text-plus-img-block__text {
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}

.b-text-plus-img-block__title {
  margin: 0 0 32px 0;
  color: #383838;
  text-align: center;
}

.b-default__title {
  text-align: center;
  text-transform: uppercase;
}


@media screen and (min-width: 320px) {
  .b-default__title {
    margin: 32px 0;
  }
}

@media screen and (min-width: 768px) {
  .header__logo img {
    width: 128px;
    height: 64px;
  }

  .header__about-company {
    max-width: 210px;
    padding: 6px 24px;
    font-size: 13px;
    line-height: 1.07;
  }

  .header__search {
    padding-left: 128px;
    z-index: 0;
  }
  .header__field {
    padding: 22px 64px 22px 48px;
  }
  .header__body {
    padding-right: 64px;
  }

  .header__search-button,
  .header__menu-button,
  .header__close-search {
    height: 64px;
    width: 64px;
  }
  .contact-us {
    display: flex;
  }
  .menu__item--contact-us {
    display: none;
  }

    .menu {
        top: 64px;
    }

    .b-text-plus-img-block__text {
        margin: 16px 0px 0px 0px;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

  .b-text-plus-img-block__title {
    margin: 0px 0px 16px 0px;
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 1024px){
  .b-default__title {
    margin: 48px 0;
  }
}

@media screen and (min-width: 1280px){
  .header__logo {
    position: relative;
    z-index: 1;
  }

  .header__about-company {
    max-width: 222px;
  }


  .header__body {
    padding-right: 0;
  }

  .header__search-button {
    border-right: none;
  }

  .header__menu-button {
    display: none;
  }

  .header__search {
    padding-left: 127px;
  }

  .contact-us__dropdown--position {
    left: unset;
    right: 0;
  }

  .menu {
    display: block !important;
    padding-bottom: 0;
    position: static;
    border-top: none;
    margin-right: 12px;
    z-index: 0;
    overflow: inherit;
    max-height: initial;
  }

  .menu__list {
    display: flex;
    height: 100%;
    margin-bottom: 0;
  }

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

  .menu__link {
    border-top: none;
    border-bottom: none;
    padding-right: 13px;
    padding-left: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .menu__link.has-submenu {
    padding-right: 22px;
  }
  .has-submenu::after {
    margin-top: -4px;
    right: 9px;
    background: transparent url(../img/arrow-down.jpg) right center no-repeat;
    background-size: 7px 4px;
  }
  .has-submenu:hover::after,
  .has-submenu:focus::after,
  .menu__item:hover .has-submenu::after,
  .menu__item:focus .has-submenu::after {
    background-image: url(../img/arrow-up.png);
  }
  .menu__item--contact-us {
    display: none;
  }

  .menu__item {
    position:relative;
  }

  .menu__link {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .menu__item.is-active .menu__link::after {
    background-image: url(../img/arrow-up.png);
  }

  .menu__link::before {
    display: none;
  }

  .menu__item:hover .menu__sublist,
  .menu__item:focus .menu__sublist {
    opacity: 1;
    visibility: visible;
  }

  .menu__item:hover .menu__link,
  .menu__item:focus .menu__link,
  .menu__sub-link:hover,
  .menu__sub-link:focus {
    color: #c4262e;
  }

  .menu__sub-link.all-services {
    position:relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 18px;
  }

  .menu__sub-link.all-services::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.41 11.41'%3E%3Ctitle%3Eblack-arrow-right%3C/title%3E%3Cpolyline points='6 10.71 11 5.71 6 0.71' fill='none' stroke='%2312110b' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='11' y1='5.71' y2='5.71' fill='none' stroke='%2312110b' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 8px 8px;
  }

  .menu__sub-link.all-services:hover::before,
  .menu__sub-link.all-services:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.41 11.41'%3E%3Ctitle%3Eblack-arrow-right%3C/title%3E%3Cpolyline points='6 10.71 11 5.71 6 0.71' fill='none' stroke='%23c4262e' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='11' y1='5.71' y2='5.71' fill='none' stroke='%23c4262e' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  }

  .menu__sublist {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 232px;
    padding: 20px 0 17px;
    border: 1px solid #f0f0f0;
    border-top: 1px solid #e8e8e8;
    top: 100%;
    left: -16px;
    display: block;
    background-color: #fff;
  }

  .menu__sub-link {
    padding: 16px 32px;
    white-space: nowrap;
  }

  .menu__sub-link.has-submenu::after {
    display: none;
  }

  .menu__slide {
    display: block;
    min-width: 500px;
    padding: 28px 26px 28px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid #E1E1E1;
    visibility: hidden;
    opacity: 0;
    min-height: calc(100% + 2px);
    background-color: #fff;
    transition: all .2s ease;
  }

  .menu__slide--wide {
    min-width: 610px;
  }

  .menu__slide--narrow {
    min-width: 286px;
  }

  .menu__slide--wide .menu__submenu-deep {
    display: flex;
    flex-wrap: wrap;
  }

  .menu__slide--wide .menu__submenu-deep > li {
    width: calc(100% / 2);
  }

  .menu__submenu-box {
    margin-bottom: 16px;
  }

  .menu__sub-item:hover .menu__slide {
    opacity: 1;
    visibility: visible;
  }

  .menu__come-back-button {
    display: none;
  }
  .menu__sub-item-deep--header .menu__sub-link-deep {
    margin-top: 0;
  }
  .menu__sub-item-deep--header + li,
  .menu__sub-item-deep--medium + li {
    margin-top: 6px;
  }
  .menu__sub-item-deep--medium a {
    font-weight: 500;
  }
  .menu__sub-link-deep {
    padding: 3px 5px;
  }
  .menu__sub-link-deep:hover,
  .menu__sub-link-deep:focus {
    color: #c4262e;
  }
}

@media screen and (min-width: 1344px) {
  .b-text-plus-img-block__wrapper {
    padding: 32px 96px;
  }

  .b-default__title {
    margin: 76px 0 32px 0;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: rgba(0,0,0,.7);
  transition: all .2s ease;
}

.fade.show {
  opacity: 1;
  visibility: visible;
  z-index: 98;
}

.js__custom-selected {
  display: block !important;
}

form .b-field label.error {
	position: absolute;
}

.a-banner {
  min-height: 454px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: -173px;
  color: #fff;
  margin-top: auto;
  z-index: 11;
}

.a-banner__wrapper {
  padding: 15px 0 172px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.a-banner .b-breadcrumb {
  position: initial;
  padding: 23px 16px;
}

.a-banner__container {
  max-width: 1192px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.a-banner__date {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 24px;
  font-family: 'Vela Sans', sans-serif;
}
.a-banner__title {
  display: block;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  margin: 0 0 24px;
  font-family: 'Vela Sans', sans-serif;
}
.a-banner__address {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 24px;
  font-family: 'Vela Sans', sans-serif;
}
.a-banner__link {
  margin-top: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
}

.a-banner-buy {
  position: relative;
  z-index: 200;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 20px;
}

.a-banner-buy__btn {
  width: fit-content;
  margin-top: auto;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: background .5s ease;

  font-family: 'Vela Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #DA0812;

  padding: 16px 50px;
  font-size: 16px;
  line-height: 24px;
}

.a-banner-buy__btn:hover {
  background-color: #d22931;
}

.a-banner-register {
  position: relative;
  z-index: 20;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 20px;
}

.a-banner-register__btn{
  width: fit-content;
  margin-top: auto;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: background .5s ease;

  font-family: 'Vela Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #DA0812;

  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
}

.a-banner-register__btn:hover {
  background-color: #d22931;
}

@media screen and (max-width: 991px) {
  .a-banner {
    min-height: 304px;
    margin-bottom: -152px;
  }

  .a-banner__wrapper {
    padding-bottom: 160px;
  }

  .a-banner__date {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .a-banner__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 16px;
  }
  .a-banner__address {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .a-banner__link {
    padding: 9px 15px;
    font-size: 15px;
    width: max-content;
  }
  .a-banner__container {
    max-width: 1192px;
    padding: 0 32px;
  }
  .a-banner-btn {
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .a-banner__container {
    padding: 0 20px;
  }
  .a-banner-btn {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .a-banner__title {
    font-size: 28px;
    line-height: 32px;
  }
}
