@charset "UTF-8";
body {
  margin: auto;
  font-size: 17px;
  color: #333333;
  font-family: "OpenSansRegular", sans-serif;
  max-width: 1920px;
}

.info__title {
  font-size: 24px;
  color: #000000;
}

.info__text {
  margin-top: 10px;
  line-height: 1.35;
  font-size: 20px;
  max-width: 210px;
}

.info__link {
  font-size: 20px;
  color: #333333;
}

.info__link_phone {
  line-height: 1.5;
}

.map {
  height: 100%;
  width: 100%;
}

.header__slide {
  min-height: 400px;
  background: #ffffff no-repeat center bottom;
  background-size: cover;
}

.header__slide__bottom {
  background: rgba(130, 130, 130, 0.5);
}

.header__slide_inner {
  height: 400px;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  height: 100%;
}

.wrapper__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.menu__link_item {
  padding: 2px 40px;
  /*color: #ffffff;*/
  color: #4D4D4D;
}

.menu__link_item:hover {
  /*color: #e60000;*/
  color: #F7000D;
}

.main-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #E5E5E5;
  /*background: #333333;*/
}

.link_search {
  line-height: 1;
}

.link_search:before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #e60000;
  font-size: 14px;
}

.link_search:hover {
  color: #e60000;
}

.link_bottom-line:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #e60000;
}

.link_bottom-line:hover:after {
  width: 100%;
}

.header {
  position: relative;
  padding: 10px 0;
}

.header__buttons {
  display: none;
}

.header__button {
  margin: 5px;
}

.header__button:hover {
  color: #e60000;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 153px;
          flex: 0 0 153px;
}

.header__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  margin: 5px;
  background: transparent no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  opacity: .3;
}

.social__link:hover {
  opacity: 1;
}

.social__link_fb {
  background-image: url(../img/fb.png);
}

.social__link_tw {
  background-image: url(../img/tw.png);
}

.social__link_vk {
  background-image: url(../img/vk.png);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.contacts__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__cell {
  text-align: left;
  margin: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
}

.contacts__item {
  padding: 0 10px;
}

.contacts__item_phones {
  position: relative;
  padding-left: 35px;
}

.contacts__item_phones:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/phone.png) no-repeat center;
  background-size: contain;
}

.contacts__item_phones_footer:before {
  top: 10px;
}

.contacts__item:not(:last-child) {
  border-right: 1px solid #828282;
}

.contacts__mail, .contacts__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts__search {
  padding: 10px;
}

.contacts__main {
  color: #e60000;
  font-size: 17px;
}

.contacts__link_phone {
  font-weight: bold;
  color: #e60000;
  display: inline-block;
  line-height: 22px;
}

.contacts__link_phone_footer {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}

.contacts__link_mail {
  position: relative;
  padding-left: 25px;
}

.contacts__link_mail:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/mail.png) no-repeat center;
  background-size: contain;
}

.contacts__sub {
  margin-top: 10px;
  font-size: 15px;
  color: #4F4F4F;
}

.contacts__hour {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}


.search {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  background: #e60000;
}

.search__container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.search__submit {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}

.search__submit:before {
  font-family: "FontAwesome";
  color: #e60000;
  content: "\f002";
  font-size: 20px;
}

.search__field {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  width: 100%;
}

.slider__arrow {
  cursor: pointer;
  position: absolute;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  font-size: 30px;
  top: calc(50% - 15px);
}

.slider__arrow:hover:before {
  color: #e60000;
}

.slider__arrow:before {
  font-size: 35px;
  line-height: 1;
  color: #828282;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.slider__arrow_left {
  left: 0;
}

.slider__arrow_left:before {
  content: "←";
}

.slider__arrow_right {
  right: 0;
}

.slider__arrow_right:before {
  content: "→";
}

.slider__dots {
  display: inline-block;
}

.slider__dots li {
  display: inline-block;
  vertical-align: middle;
}

.slider__dots li:not(:first-child) {
  margin-left: 10px;
}

.slider__dots li button {
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  border: 1px solid #828282;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.slider__dots li.slick-active button, .slider__dots li:hover button {
  background: #828282;
}

.slider__dots_preview {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 70px;
}

.slider__dots_preview li button {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider__dots_preview li.slick-active button, .slider__dots_preview li:hover button {
  background: #ffffff;
}

.slider__nav {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider__nav_dots {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}

.slider__nav_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12%;
}

.slider__nav_products {
  position: absolute;
  left: calc((100% - 1170px)/2);
  bottom: 20px;
  margin: auto;
}

.button {
  font-size: 24px;
  color: #ffffff;
  background: #24426B;
  padding: 10px 40px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border: 1px solid transparent;
}

.button:hover {
  background: #ffffff;
  color: #24426B;
  border-color: #24426B;
}

.preview__link_nav {
  color: #BDBDBD;
}

.preview__link_nav:hover {
  color: #e60000;
}

.preview__nav {
  font-size: 15px;
  padding: 30px 0;
  color: #ffffff;
  background: no-repeat center;
  background-size: cover;
}

.preview__nav_common {
  background: #9F9F9F;
  /*background-image: url(../img/preview-common.png);*/
}

.preview__nav_about {
  background-image: url(../img/preview-about.png);
}

.preview__slide {
  background: no-repeat center;
  background-size: cover;
 
  
}
.picture_front {
    position: absolute;
    bottom: -33px;
    right: 80%;
    max-height: 110%;
    max-width: 500%;
}
.preview__caption {
  max-width: calc(1170px/2);
  padding: 80px 15px 80px 80px;
  font-size: 55px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview__slide-item{
    height: 530px;
    background: transparent  center/cover no-repeat;
}
.preview__side {
    position: relative;
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  background: url(../img/rect-preview.png) no-repeat left 95%;
  background-size: 100% 200%;
  padding-left: 6%;
}

.preview__bottom {
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  background: rgba(130, 130, 130, 0.8);
}

.about {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.about__title {
  font-size: 24px;
}

.list_marked {
  margin-bottom: 23px;
}

.list__item_marked {
  padding-left: 15px;
  position: relative;
  line-height: 1.35;
  margin-top: 23px;
}

.list__item_marked:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e60000;
}

.section_no-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}

.section_colored {
  background: #24426B;
}

.section_colored .section__title {
  color: #ffffff;
}

.section__title {
  font-size: 36px;
  font-weight: bold;
  /*color: #ffffff;*/
  color: #4D4D4D;
  font-family: "RobotoRegular";
}

.clients .section__title {
  color: #ffffff;
}

.section__top {
  padding: 15px;
}

.section__top_odd {
  /*background: #e60000;*/
  background: #E5E5E5;
}

.section__top_odd.clients {
  background: #e60000;
}

.section__top_even {
  /*background: #9E9F9E;*/
  background: #E5E5E5;
}

.text {
  margin-bottom: 15px;
  line-height: 1.35;
    text-indent: 20px;
}

.title {
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}

.rollup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.rollup__more > p {
    margin-bottom: 15px;
    line-height: 1.35;
    text-indent: 20px;
}

.rollup_disable:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.rollup_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.rollup_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.rollup__container {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.rollup__container::-webkit-scrollbar {
  width: 0;
}

.rollup__more {
  display: none;
  text-align: left;
}

.rollup__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-height: 300px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.rollup__item_picture {
  background: #ffffff no-repeat center;
  background-size: cover;
}

.rollup__item_maximize {
  z-index: 3;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
}

.rollup__item_maximize .rollup__desc {
  text-align: left;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
 
}
.rollup__desc em
{
 font-style:italic;
}
.rollup__desc strong
{
 font-weight:bold; 
}
.rollup__item_info {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  padding: 10px;
}

.rollup__item_info:hover {
  -webkit-box-shadow: inset 0 0 0 2px #e60000;
          box-shadow: inset 0 0 0 2px #e60000;
}

.rollup__item_info_last {
  top: auto;
  bottom: 0;
}

.rollup__item_info_left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  right: auto;
}

.rollup__desc {
  background: #ffffff;
  max-width: calc(1170px / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

.to-top {
  position: relative;
}

.to-top__button {
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 10px;
  height: 40px;
  width: 30px;
  background: url(../img/to-top.png) no-repeat center;
  background-size: contain;
  opacity: .5;
}

.to-top__button:hover {
  opacity: 1;
}

.side-picture {
  background: #ffffff no-repeat center;
  position: relative;
}

.side-picture_disable:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.side-picture__picture {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff no-repeat center;
  background-size: cover;
}

.side-picture__picture_left {
  left: 0;
  right: 50%;
}

.side-picture__picture_right {
  left: 50%;
  right: 0;
}

.side-picture_right {
  background-position: right center;
}

.side-picture_left {
  background-position: left center;
}

.side-picture__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.side-picture__container_left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.side-picture__container_right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.side-picture__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 30px;
  background: #ffffff;
  text-align: center;
}

.banner__slide {
    height:450px;
  position: relative;
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.banner__side {
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
  max-width: 50%;
  padding-left: 8%;
  position: relative;
  background: url(../img/angle-banner.png) no-repeat left -2px;
  background-size: cover;
}

.banner__picture {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
}

.banner__title {
  color: #ffffff;
  font-size: 48px;
  text-align: right;
  font-family: "RobotoRegular";
}

.banner__title_bold {
  font-weight: bold;
}

.banner__desc {
  max-width: calc(1170px/2 - 8%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.line_bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.line_bottom:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 0;
  border: 3px solid transparent;
  border-right: 3px solid #e60000;
  border-bottom: 3px solid #e60000;
}

.line_bottom:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 64px;
  height: 6px;
  background: #e60000;
}

.modal {
  margin: 20px;
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

.modal .section_colored {
  padding: 20px 10px 10px;
}

.modal .section_colored .section__title {
  margin: 0;
}

.modal form {
  padding: 10px;
}

.modal form .modal__text {
  margin: 20px auto;
  font-size: 20px;
}

.modal form .modal__text-field {
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 20px;
}

.modal form .modal__text-field::-ms-clear {
  display: none;
}

.logo {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__link_products {
  color: #BDBDBD;
  font-size: 24px;
  padding: 0 10px;
}

.nav__link_products:hover {
  color: #ffffff;
}

.nav__item_products:not(:last-child) {
  border-right: 1px solid #BDBDBD;
}

.more {
  display: inline-block;
  padding: 8px 45px;
  background: #e60000;
  color: #ffffff;
  border-color: #e60000;
}

.more:hover {
  background: #ffffff;
  color: #4F4F4F;
  border: 1px solid #4F4F4F;
}



.products {
  position: relative;
}

.products__picture {
  position: absolute;
  top: 0;
  left: 40%;
  bottom: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  z-index: 0;
}

.products__desc {
  position: relative;
  z-index: 1;
  height:450px;
}

.products__slide {
  position: relative;
}

.products__more {
  font-size: 20px;
}

.products__text {
  margin: 20px auto;
  line-height: 1.35;
}

.products__slider {
  background: #ffffff;
}

.products__title {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

.products__content {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 140px 12% 132px 0; /*padding: 20px 12% 80px 0; */
  width: 50%;
  background: url(../img/rectangle.png) no-repeat right bottom;
  background-size: 100% 120%;
}

.products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  padding: 20px 0;
  /*background: #333333;*/
  background: #9F9F9F;
  color: #BDBDBD;
}

.footer__products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__address {
  color: #ffffff;
  max-width: 190px;
}

.footer__title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}

.footer__item {
  margin: 0 10px 10px 0;
}

.footer__item_products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 10%;
}
/*.footer__item_products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}*/

li.footer__item.footer__item_logo {
    width: 6%;
    display: flex;
}

.footer__link_item {
  /*color: #BDBDBD;*/
  color: #ffffff;
  line-height: 2;
  margin-right: 5px;
}

.footer__link_item:hover {
  color: #e60000;
}

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 80px;
  max-height: 80px;
}

.list-wrap__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.copyright {
  padding: 10px 0;
  background: #232222;
}

.copyright__container {
  color: #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright__container a {
  color: #BDBDBD;
}

.copyright__container a:hover {
  color: #e60000;
}

.clients {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  margin: 0 10px 10px;
}

.clients__logo {
  max-width: 70%;
  width: 100%;
  max-height: 100%;
  height: auto;
}

.callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px auto;
}

.callback__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 20px 20px 0;
}

.callback__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.callback__form {
  margin-top: 20px;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #828282;
}

.callback__fields {
  padding: 8px;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border: 1px solid #828282;
  margin-bottom: 24px;
}

.callback__fields_area {
  overflow: auto;
  resize: none;
}

.callback__button_submit {
  cursor: pointer;
  background: #e60000;
  border: none;
  color: #ffffff;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  line-height: 2;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.callback__button_submit:hover {
  -webkit-box-shadow: inset 0 -28px 40px -11px #ff1c1c;
          box-shadow: inset 0 -28px 40px -11px #ff1c1c;
}
.vacancies__list {
display: -webkit-box;
    display: -ms-flexbox;
  
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    list-style: none;
}
.containers {
    width: 100%;
    margin: auto;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.sectionene {
    padding-bottom: 20px;
    padding-top: 20px;
}
.section__titles {
    font-family: "PTSansNarrowBold";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section__title_underlines {
    padding-bottom: 20px;
    border-bottom: 2px solid #f79a2f;
}
.section__titles {
    font-size: 36px;
    font-weight: bold;
    color: #e60000;
    font-family: "RobotoRegular";
}
.sisea-result {
    margin: 0 0 30px;
}
.sisea-result h3 a {
    text-decoration: underline;
}
.sisea-results, .sisea-paging {
    display: none;
}
.sisea-paging {
    display: none;
}







.open-block__title{
    cursor:pointer;
   
    line-height: 1.35;
    
}
.open-block__desc{
   /* display: none;*/
   position: absolute;
   top:0px;
   left:0px;
   width: 100%;
   height: 100%;
   background:white;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.35;
    
}
.open-block__close{
    position: absolute;
    top:15px;
    right:15px;
}
.rollup__more img{
    max-width: 150px;
}

.open-block__desc ul {
    padding-left:20px;
    list-style-type: circle;
        padding-bottom: 15px;
    
}
.open-block__desc li {
margin-left: 20px;
    font-style: italic;
}

.open-block__desc > p {
    margin-bottom: 15px;
    line-height: 1.35;
     padding-left: 20px;
     text-indent: 20px;
     font-family: "OpenSansRegular", sans-serif;
}
.open-block__desc h1,h2,h3,h4,h5,h6,h7 
{
font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-left: 40px;
}
.open-block__desc{
    overflow:auto;
}
.open-block__desc table {
border-spacing: 0 10px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin-left: 20px;
}
.open-block__desc th {
padding: 10px 20px;
background: #56433D;
color: #F9C941;
border-right: 2px solid; 
font-size: 0.9em;
}
.open-block__desc td {
vertical-align: middle;
padding: 10px;
font-size: 14px;
text-align: center;
border-top: 2px solid;
border-bottom: 2px solid;
border-right: 2px solid;
border-left: 2px solid;
}

  

.open-block__desc em
{
    font-style:italic;
}
.open-block__desc strong
{
     font-weight:bold; 
}
.texte ul
{
  padding-left:20px;
    list-style-type: circle;
        padding-bottom: 15px;
        
}
.texte li
{
    margin-left: 20px;
    font-style: italic;
    line-height: 1.35;
}

.header__logo_sez {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
}

.header__logo_sez img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.header__logo_sez span {
    max-width: 250px;
    font-size: 0.9rem;
}

@media screen and (max-width: 1170px) {
	.contacts__main {
		font-size: 16px;
	}
	.contacts__sub, .contacts__link_phone, .contacts__link_mail, .link_search span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.header__logo_sez {
		grid-template-columns: 32px 1fr;
	}
	.header__logo_sez span {
		max-width: 200px;
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 768px) {
	.header__logo_sez {
		grid-template-columns: 25px 1fr;
	}
	
	li.footer__item.footer__item_logo {
		width: 100%;
		justify-content: center;
	}
}