

/* Start:/local/templates/dl71/css/style.min.css?1782720691112916*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-height: 90px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn__up {
  background: rgba(191, 157, 119, 0.9);
  border: 0px solid #bf0000;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 1px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 3000;
  font-size: 30px;
}

.btn__up:hover {
  background: rgba(255, 193, 0, 0.9);
}

.btn__up-open {
  opacity: 1;
  pointer-events: all;
}
.icon-menu {
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 20px;
  cursor: pointer;
  z-index: 5;
  width: 30px;
  margin-right: 10px;
}
.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.icon-menu::before,
.icon-menu::after {
  content: "";
}
.icon-menu::before {
  top: 0px;
}
.icon-menu::after {
  bottom: 0px;
}
.icon-menu span {
  top: 50%;
  -webkit-transform: scale(1) translate(0px, -50%);
  -ms-transform: scale(1) translate(0px, -50%);
  transform: scale(1) translate(0px, -50%);
}
.icon-menu.menu-open span {
  -webkit-transform: scale(0) translate(0px, -50%);
  -ms-transform: scale(0) translate(0px, -50%);
  transform: scale(0) translate(0px, -50%);
}
.menu-open.icon-menu::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0px, -50%);
  -ms-transform: rotate(-45deg) translate(0px, -50%);
  transform: rotate(-45deg) translate(0px, -50%);
}
.menu-open.icon-menu::after {
  bottom: 45%;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0px, 50%);
  transform: rotate(45deg) translate(0px, 50%);
}
.header {
  margin-bottom: 87px;
}
@media (max-width: 1200px) {
  .header {
    margin-bottom: calc(37px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 450px) {
  .header__top {
    display: none;
  }
}
.header__top-inner {
  background-color: #2b323c;
  padding: 20px 0px 17px;
}
@media (max-width: 600px) {
  .header__top-inner {
    padding: 10px 0px 10px;
  }
}
ul.quotations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  ul.quotations__list {
    display: none;
  }
}
.quotations__item {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1150px) {
  .quotations__item:nth-child(9) {
    display: none;
  }
}
@media (max-width: 1100px) {
  .quotations__item:nth-child(8) {
    display: none;
  }
}
@media (max-width: 950px) {
  .quotations__item:nth-child(7) {
    display: none;
  }
}
@media (max-width: 800px) {
  .quotations__item:nth-child(6) {
    display: none;
  }
}
@media (max-width: 750px) {
  .quotations__item:nth-child(5) {
    display: none;
  }
}
.quotations__item + .quotations__item {
  margin-right: 15px;
}
.quotations__data {
  color: #ffc100;
}
.price__arrow--up,
.price__arrow--down {
  position: relative;
}
.price__arrow--up::after,
.price__arrow--down::after {
  position: absolute;
  top: 0;
  right: -16px;
}
.price__arrow--up::after {
  content: url("/local/templates/dl71/css/../images/icons/arrow-up.svg");
}
.price__arrow--down::after {
  content: url("/local/templates/dl71/css/../images/icons/arrow-down.svg");
}
.quotations__price--color {
  color: #ffc100;
  padding-right: 3px;
}
.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 465px) {
  .header__top-info {
    display: block;
  }
}
.top-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 465px) {
  .top-info__text {
    display: block;
  }
}
.top-info__text-description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .top-info__text-description {
    font-size: calc(10px + 4 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 760px) {
  .top-info__text-description {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .top-info__text-description {
    padding-right: 0;
    font-size: calc(10px + 6 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 465px) {
  .top-info__text-description {
    font-size: calc(11px + 9 * ((100vw - 320px) / 880));
    text-align: center;
  }
}
@media (max-width: 450px) {
  .top-info__text-description {
    background-color: #2b323c;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-info__text-address {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .top-info__text-address {
    font-size: calc(11px + 1 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 760px) {
  .top-info__text-address {
    position: relative;
    color: #2b323c;
    font-size: 18px;
    margin-top: 10px;
    width: auto;
    padding-left: 35px;
    padding-bottom: 10px;
  }
  .top-info__text-address::before {
    position: absolute;
    content: url("/local/templates/dl71/css/../images/icons/location.svg");
    top: 0;
    left: 15px;
  }
  .top-info__text-address a {
    color: #ffc100 !important;
  }
}
.top-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-info__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 465px) {
  .top-info__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.top-info__social-item + .top-info__social-item {
  padding-left: 10px;
}
@media (max-width: 465px) {
  .top-info__social-item + .top-info__social-item {
    padding-left: 0;
  }
}
@media (max-width: 465px) {
  .top-info__social-item svg {
    width: 40px;
    height: 40px;
  }
  .top-info__social-item {
    margin-bottom: 50px;
  }
}
.top-info__social-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-info__social-link:hover svg path {
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-info__social-link:hover svg rect {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-info__social-link:hover svg path {
  stroke: #ffc100;
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.language-switch__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 10px;
  height: 8px;
  padding-left: 3px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: url("/local/templates/dl71/css/../images/icons/arrow-down-lang-btn.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.language-switch__btn._spoller-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.language-switch__box {
  position: relative;
}
.select__language-body {
  background-color: #ffc100;
  padding: 0px 6px 1px 6px;
}
@media (max-width: 465px) {
  .select__language-body {
    height: 40px;
  }
}
.select__language {
  font-size: 12px;
  color: #fff;
  padding-right: 2px;
}
ul.select__language-list {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  margin-top: 0px;
  border-radius: 1px;
  background-color: #ffc100;
  padding: 10px;
  z-index: 9;
}
.select__language-link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 450px) {
  .header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
  }
  .wrapper {
    margin-top: 100px;
  }
}
.header__color-circle {
  position: relative;
  overflow: hidden;
}
.header__dark-bg {
  position: absolute;
  z-index: 0;
  top: -100%;
  right: 25%;
  width: 1000px;
  height: 1000px;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    #3c332a 0,
    rgba(43, 50, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #3c332a 0,
    rgba(43, 50, 60, 0) 100%
  );
}
.header__body {
  background-color: #fff;
}
.header__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 0 21px;
}
@media (max-width: 790px) {
  .header__body-inner {
    padding: 15px 0 5px;
  }
}
@media (max-width: 790px) {
  .header__logo {
    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;
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: calc(158px + 112 * ((100vw - 320px) / 880));
    height: calc(40px + 29 * ((100vw - 320px) / 880));
    margin-bottom: 10px;
  }
}
.header__body-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 70px;
}
@media (max-width: 790px) {
  .header__body-contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-left: 35px;
  }
}
.contacts__info {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #2b323c;
}
@media (max-width: 790px) {
  .contacts__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
  }
}
.contacts__info-mail {
  position: relative;
  display: inline-block;
  color: #2b323c;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .contacts__info-mail {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.contacts__info-mail::before,
.contacts__info-schedule::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -21px;
}
.contacts__info-mail::before {
  content: url("/local/templates/dl71/css/../images/icons/mail.svg");
}
.contacts__info-schedule::before {
  content: url("/local/templates/dl71/css/../images/icons/schedule.svg");
}
.contacts__info-mail:hover,
.contacts__phone-number:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__info-schedule {
  position: relative;
}
@media (max-width: 600px) {
  .contacts__info-schedule {
    width: 190px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 790px) {
  .contacts__phone {
    position: relative;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts__phone::before {
    position: absolute;
    content: url("/local/templates/dl71/css/../images/icons/phone.svg");
    top: 2px;
    left: -20px;
  }
}
.contacts__phone-number {
  display: inline-block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  color: #2b323c;
  margin-left: 53px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .contacts__phone-number {
    font-size: calc(0px + 30 * ((100vw - 320px) / 880));
    margin-left: calc(0px + 53 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 790px) {
  .contacts__phone-number {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .contacts__phone-number {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.header__bottom {
  background-color: #2b323c;
  overflow: hidden;
}
.mobile-phone {
  display: none;
}
@media (max-width: 600px) {
  .mobile-phone {
    display: block;
  }
}
.mobile-phone__img {
  display: none;
}
@media (max-width: 600px) {
  .mobile-phone__img {
    display: block;
  }
}
.icon-menu__inner {
  position: relative;
  display: none;
}
.icon-menu__inner::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -5px;
  width: 40px;
  height: 40px;
  background-color: #983031;
}
@media (max-width: 790px) {
  .icon-menu__inner {
    display: block;
  }
}
@media (max-width: 600px) {
  .icon-menu__inner::before {
    top: 0px;
  }
}
@media (max-width: 465px) {
  .icon-menu__inner::before {
    top: 0px;
  }
}
@media (max-width: 790px) {
  .icon-menu {
    display: block;
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .icon-menu {
    margin-top: 10px;
  }
}
@media (max-width: 465px) {
  .icon-menu {
    margin-top: 11px;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 790px) {
  .menu__list {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 15;
    overflow: auto;
    height: 100%;
    display: block;
  }
  .menu__list.menu__list--active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
  }
  
}
@media (max-width: 450px) {
  .menu__list {
    min-height: 465px;
  }
}
.menu__list--active {
    display: block;
    transform: translateX(0%);
    transition: all 0.3s;
}
.menu__item {
  position: relative;
}
@media (max-width: 790px) {
  .menu__item {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #ffc100;
  }
}
@media (max-width: 790px) {
  .menu__item:last-child {
    border-bottom: 1px solid transparent;
  }
}
.products__sub-text {
  position: absolute;
  bottom: 8px;
  left: 20px;
  letter-spacing: 2px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.products__sub-text-lab {
  bottom: 8px;
  left: 2px;
  letter-spacing: 1.6px;
}
.menu__link {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 22px 0 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  position: relative;
}
@media (max-width: 790px) {
  .menu__link {
    color: #2b323c;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: 700;
    min-width: 100%;
    overflow: hidden;
  }
}
.menu__link::after {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/circle.svg");
  top: 20px;
  right: -60px;
  width: 6px;
  height: 6px;
}
.menu__link::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0px;
  background-color: #ffc100;
  height: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 790px) {
  .menu__link::before {
    display: none;
  }
}
.menu__link:hover,
.products__sub-text:hover {
  color: #ffc100;
}
.menu__link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.header__content {
  position: relative;
  /* background-image: url("/local/templates/dl71/css/../images/header-bgs.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header__content::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(43, 50, 60, 0.7);
}
.header-slider__item {
  margin-bottom: 34px;
}
.header-slider__title {
  padding-top: 79px;
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header-slider__title {
    font-size: calc(36px + 24 * ((100vw - 320px) / 880));
  }
}
.header-slider__info {
  max-width: 543px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .header-slider__info {
    max-width: calc(288px + 255 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .header-slider__info {
    min-width: 100%;
  }
}
.header-slider__info-two {
  max-width: 900px;
}
.header-slider__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .header-slider__btn {
    margin-bottom: calc(80px + -30 * ((100vw - 320px) / 880));
  }
}
.header-slider__btn:hover,
.slider__btn-text:hover,
.slider__btn-img:hover svg path {
  background-color: #983031;
  color: #ffc100;
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider__btn-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding: 18px 34px 18px 34px;
  background-color: rgba(152, 48, 49, 0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider__btn-img {
  display: block;
  padding: 18px 24px 18px 24px;
  background-color: rgba(152, 48, 49, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-slider-btn {
  border: none;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-slider-btn__left {
  right: 135px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header-slider-btn__left {
    right: calc(88px + 47 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .header-slider-btn__left svg {
    height: calc(60px + 25 * ((100vw - 320px) / 880));
  }
}
.header-slider-btn__right {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header-slider-btn__right {
    right: calc(-15px + 15 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .header-slider-btn__right svg {
    height: calc(60px + 25 * ((100vw - 320px) / 880));
  }
}
.header-slider-btn__left:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-slider-btn__left:hover svg rect {
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-slider-btn__right:hover svg rect {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.header-slider-btn__right:hover svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.header-slider-btn__right:hover svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #ffc100;
  fill: #bbbccc;
}
.header-slider .slick-dots {
  position: absolute;
  bottom: 33px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 250px;
}
@media (max-width: 1200px) {
  .header-slider .slick-dots {
    padding-right: calc(170px + 80 * ((100vw - 320px) / 880));
  }
}
.header-slider .slick-dots li {
  list-style: none;
}
.header-slider .slick-dots button {
  border: none;
  padding: 0;
  font-size: 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
  margin: 0 10px 0;
}
@media (max-width: 1200px) {
  .header-slider .slick-dots button {
    width: calc(25px + 30 * ((100vw - 320px) / 880));
  }
}
.header-slider .slick-dots li.slick-active button {
  background-color: #ffc100;
  height: 2px;
}
.production {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .production {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.production__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .production__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.production__content {
  width: 469px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .production__content {
    margin-right: 0px;
    width: 100%;
  }
}
.production-title__block {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .production-title__block {
    margin-bottom: 30px;
  }
}
.production-title {
  max-width: 350px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .production-title {
    font-size: calc(28px + 8 * ((100vw - 320px) / 880));
    text-align: left;
  }
}
@media (max-width: 767px) {
  .production__sub-title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 880));
    text-align: left;
  }
}
.production-title__text {
  max-width: 460px;
}
@media (max-width: 767px) {
  .production-title__text {
    text-align: left;
  }
}
.production-slider__btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .production-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 33px;
  }
}
.production-slider__btn:hover,
.production__btn-text:hover,
.production__btn-img:hover {
  background-color: #fff;
  color: #ffc100;
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.production__btn-text {
  background-color: #ffc100;
}
@media (max-width: 350px) {
  .production__btn-text {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.production__btn-img {
  background-color: rgba(191, 157, 119, 0.9);
}
@media (max-width: 420px) {
  .production__btn-img {
    display: none;
  }
}
.production-slider__inner {
  width: 670px;
}
@media (max-width: 1200px) {
  .production-slider__inner {
    width: calc(-50px + 720 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .production-slider__inner {
    width: 100%;
  }
}
.production-slider__item-inner {
  display: inline-block;
  position: relative;
}
.production-slider__item-inner::before {
  position: absolute;
  content: "";
  top: 70%;
  left: 50px;
  width: 55px;
  height: 1px;
  background-color: #ffc100;
}
.production-slider__item {
  position: relative;
  max-width: 310px;
}
.production-title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 170px 50px 50px;
  background-color: rgba(43, 50, 60, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.production-title__body:hover {
  background-color: rgba(152, 48, 49, 0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.production-slider__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  color: #fff;
  width: 190px;
  margin-bottom: 41px;
}
.production-slider__text {
  color: #fff;
  width: 210px;
}
.production__img {
  max-width: 310px;
}
.production-slider-btn {
  border: none;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .production-slider-btn {
    bottom: -100px;
  }
}
.production-slider-btn__left {
  left: -180px;
}
@media (max-width: 1200px) {
  .production-slider-btn__left {
    left: calc(-89px + -91 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .production-slider-btn__left {
    left: 0px;
  }
}
.production-slider-btn__right {
  left: -120px;
}
@media (max-width: 1200px) {
  .production-slider-btn__right {
    left: calc(-30px + -90 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .production-slider-btn__right {
    left: 60px;
  }
}
.partners-slider-btn__left:hover svg path,
.production-slider-btn__left:hover svg path {
  fill: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partners-slider-btn__left:hover svg rect,
.production-slider-btn__left:hover svg rect {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partners-slider-btn__right:hover svg rect,
.production-slider-btn__right:hover svg rect {
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partners-slider-btn__right:hover svg path,
.production-slider-btn__right:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services {
  padding-top: 87px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  .services {
    padding-top: calc(37px + 50 * ((100vw - 320px) / 880));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.services-title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services-title__block {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 768px) {
  .services-title__text {
    width: calc(280px + 37 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1120px) {
  .services__inner {
    overflow-x: scroll;
  }
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .services__items {
    gap: calc(15px + 15 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1120px) {
  .services__items {
    max-width: 1120px;
  }
}
.services__item {
  max-width: 370px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333333333333%;
  flex: 0 1 33.333333333333333%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .services__item {
    max-width: calc(280px + 90 * ((100vw - 320px) / 880));
  }
}
.services__item:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(33, 33, 33, 0.55);
  box-shadow: 0px 6px 30px rgba(33, 33, 33, 0.55);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__item:hover .services__hover-logo::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__item:hover .services__hover-logo::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__body {
  color: #2b323c;
}
.services__picture {
  position: relative;
  padding: 0px 0px 48.64864864864865% 0px;
}
.services__hover-logo {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__hover-logo::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/services/services-logo.svg");
  top: 33px;
  left: 137px;
  width: 30%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .services__hover-logo::before {
    top: calc(15px + 18 * ((100vw - 320px) / 880));
    left: calc(96px + 41 * ((100vw - 320px) / 880));
  }
}
.services__hover-logo::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: rgba(224, 224, 224, 0.85);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__images {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services__info {
  padding: 40px 50px 50px;
}
@media (max-width: 1200px) {
  .services__info {
    padding-top: calc(20px + 20 * ((100vw - 320px) / 880));
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / 880));
    padding-left: calc(20px + 30 * ((100vw - 320px) / 880));
    padding-right: calc(20px + 30 * ((100vw - 320px) / 880));
  }
}
.services__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 41px;
  width: 200px;
}
.services__title::before {
  position: absolute;
  content: "";
  bottom: -21px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #ffc100;
}
.services__text {
  font-size: 12px;
  margin-bottom: 20px;
  width: 250px;
}
.services__btn {
  font-size: 12px;
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__btn svg {
  padding-top: 2px;
  margin-left: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__btn:hover {
  color: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__btn:hover svg path {
  fill: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partners {
  padding-top: 87px;
  padding-bottom: 100px;
  background: #fff;
}
@media (max-width: 1200px) {
  .partners {
    padding-top: calc(37px + 50 * ((100vw - 320px) / 880));
    margin-bottom: calc(137px + -37 * ((100vw - 320px) / 880));
  }
}
.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .partners__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partners__content {
  width: 370px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .partners__content {
    margin-right: calc(0px + 30 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .partners__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .partners-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .partners__sub-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .partners-title__text {
    max-width: 500px;
    text-align: left;
  }
}
.partners-slider__inner {
  width: 769px;
}
@media (max-width: 1200px) {
  .partners-slider__inner {
    width: calc(-20px + 789 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .partners-slider__inner {
    width: 100%;
  }
}
.list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1200px) {
  .list__items {
    gap: calc(-10px + 40 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .list__items {
    gap: 10px;
  }
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 236px;
  height: 100px;
  border: 1px solid rgba(43, 50, 60, 0.2);
  padding: 0px 20px;
}
@media (max-width: 1200px) {
  .list__item {
    max-width: calc(0px + 236 * ((100vw - 320px) / 880));
    padding-top: calc(-20px + 40 * ((100vw - 320px) / 880));
    padding-bottom: calc(-20px + 40 * ((100vw - 320px) / 880));
    padding-left: calc(-55px + 110 * ((100vw - 320px) / 880));
    padding-right: calc(-55px + 110 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .list__item {
    max-width: calc(236px + 0 * ((100vw - 320px) / 880));
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}
.partners-slider__img {
  /* width: 130px; */
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .partners-slider__img {
    width: calc(65px + 65 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .partners-slider__img {
    width: calc(80px + 50 * ((100vw - 320px) / 880));
  }
}
.partners-slider-btn {
  border: none;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  bottom: -6px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .partners-slider-btn {
    margin-bottom: -90px;
  }
}
.partners-slider-btn__left {
  left: -400px;
}
@media (max-width: 1200px) {
  .partners-slider-btn__left {
    left: calc(-289px + -111 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .partners-slider-btn__left {
    left: 0px;
  }
}
.partners-slider-btn__right {
  left: -340px;
}
@media (max-width: 1200px) {
  .partners-slider-btn__right {
    left: calc(-229px + -111 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .partners-slider-btn__right {
    left: 60px;
  }
}
.blog {
  padding-top: 87px;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .blog {
    padding-top: calc(37px + 50 * ((100vw - 320px) / 880));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.blog-title__block {
  margin-bottom: 20px;
}
.blog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 100%;
}
@media (max-width: 1200px) {
  .blog__items {
    gap: calc(-10px + 40 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__items {
    gap: calc(0px + 30 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 580px) {
  .blog__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blog__item {
  width: 370px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .blog__item {
    width: calc(165px + 205 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__item {
    width: 100%;
    margin-bottom: calc(10px + 30 * ((100vw - 320px) / 880));
  }
}
.blog__item:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(33, 33, 33, 0.55);
  box-shadow: 0px 6px 30px rgba(33, 33, 33, 0.55);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blog__picture {
  position: relative;
  padding: 0px 0px 48.64864864864865% 0px;
}
.blog__images {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px 50px 50px;
}
@media (max-width: 1200px) {
  .blog__info {
    padding-top: calc(-20px + 60 * ((100vw - 320px) / 880));
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / 880));
    padding-left: calc(-20px + 70 * ((100vw - 320px) / 880));
    padding-right: calc(-20px + 70 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__info {
    padding-top: calc(20px + 0 * ((100vw - 320px) / 880));
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / 880));
    padding-left: calc(20px + 0 * ((100vw - 320px) / 880));
    padding-right: calc(20px + 0 * ((100vw - 320px) / 880));
  }
}
.blog__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blog__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 270px;
}

.blog__title a {
  color: #000 !important;
}

.blog__title a:hover {
  color: #ffc100 !important;
}
@media (max-width: 1200px) {
  .blog__title {
    width: calc(130px + 140 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__title {
    width: 100%;
    margin-bottom: 0px;
    height: 35px;
  }
}
.blog__title::before {
  position: absolute;
  content: "";
  bottom: -49px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #ffc100;
}
@media (max-width: 767px) {
  .blog__title::before {
    bottom: -40px;
  }
}
.blog__data {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 41px;
  letter-spacing: 1px;
  opacity: 0.4;
}
.blog__data::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/calendar-icon.svg");
  top: 0;
  left: 0;
}
.blog__data-number {
  position: relative;
  padding-left: 40px;
}
.blog__data-number::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/calendar-number-icon.svg");
  top: -2px;
  right: 22px;
}
.blog__text {
  font-size: 12px;
  margin-bottom: 20px;
  width: 270px;
}
@media (max-width: 1200px) {
  .blog__text {
    width: calc(130px + 140 * ((100vw - 320px) / 880));
    margin-bottom: calc(0px + 20 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__text {
    width: 100%;
  }
}
.blog__btn {
  display: inline-block;
  font-size: 12px;
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__btn svg {
  padding-top: 2px;
  margin-left: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__btn:hover {
  color: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__btn:hover svg path {
  fill: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__aside {
  width: 350px;
  margin-left: 50px;
  height: 100%;
}
@media (max-width: 1200px) {
  .blog__aside {
    margin-left: calc(0px + 50 * ((100vw - 320px) / 880));
    width: calc(0px + 350 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .blog__aside {
    width: 100%;
  }
}
.aside-blog__item {
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  margin-top: 32px;
}
@media (max-width: 767px) {
  .aside-blog__item {
    margin-top: calc(15px + 17 * ((100vw - 320px) / 880));
  }
}
.aside-blog__item:first-child {
  margin-top: 0;
}
.aside-item__box {
  color: #2b323c;
}
.aside__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .aside__info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .aside__info-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.aside-item__title {
  font-size: 16px;
  font-weight: 700;
  width: 250px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
@media (max-width: 1200px) {
  .aside-item__title {
    width: calc(100px + 150 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .aside-item__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
  }
}
@media (max-width: 450px) {
  .aside-item__title {
    width: 100%;
  }
}
.aside-item__title:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.aside__data {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 32px;
  letter-spacing: 1px;
  opacity: 0.4;
  color: #000;
}
@media (max-width: 767px) {
  .aside__data {
    min-width: 180px;
    margin-bottom: calc(15px + 17 * ((100vw - 320px) / 880));
  }
}
.aside__data::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/calendar-icon.svg");
  top: 0;
  left: 0;
}
.aside__data-number {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .aside__data-number {
    padding-left: calc(0px + 40 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .aside__data-number {
    padding-left: calc(20px + 20 * ((100vw - 320px) / 880));
  }
}
.aside__data-number::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/calendar-number-icon.svg");
  top: -2px;
  right: 22px;
}
.catalog-btn,
.mobile-spollers__block {
  display: none;
}
@media (max-width: 790px) {
  .mobile-spollers__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .block__title {
    width: 100%;
    position: relative;
  }
  .block._spoller-init .block__title {
    cursor: pointer;
  }
  .spoller-btn.block__title::after {
    content: url("/local/templates/dl71/css/../images/icons/arrow-down-btn-mobile.svg");
    position: absolute;
    right: 5px;
    top: 3px;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .block._spoller-init .block__title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .block._spoller-init .block__title._spoller-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-spollers__block {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .spoller-btn {
    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;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-bottom: 15px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    background: #2b323c;
    color: #fff;
    padding-top: calc(5px + 5 * ((100vw - 320px) / 880));
    padding-bottom: calc(5px + 5 * ((100vw - 320px) / 880));
    padding-left: calc(0px + 10 * ((100vw - 320px) / 880));
    padding-right: calc(18px + -8 * ((100vw - 320px) / 880));
    border-radius: 0px;
    text-align: center;
  }
}
@media (max-width: 790px) and (max-width: 500px) {
  .spoller-btn {
    padding-left: 0;
  }
}
@media (max-width: 790px) {
  .footer-menu__mobile {
    position: relative;
    background-color: #2b323c;
    height: 100%;
  }
  .footer-menu__mobile::before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #2b323c;
    margin-left: 1px;
  }
  .footer-menu__mobile::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #2b323c;
    margin-left: -1px;
  }
  .mobile-spollers__items-inner {
    margin-top: 20px;
    padding-top: 30px;
  }
  .footer-spoller__list {
    background: #2b323c;
  }
  .footer-spoller__link {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
.footer {
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 500px) {
  .footer {
    background-color: #fff;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__top {
  background-color: #fff;
}
.footer__menu {
  position: relative;
  background-color: #fff;
}
.footer__menu::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #2b323c;
  margin-left: 50px;
}
.footer-menu__link {
  color: #2b323c;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__info {
  width: 275px;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .footer__info {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .footer__info {
    width: calc(150px + 125 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .footer__info {
    width: 100%;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 53px;
}
@media (max-width: 500px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__description {
  font-size: 13px;
  color: #2b323c;
  letter-spacing: 1px;
  width: 275px;
}
@media (max-width: 767px) {
  .footer__description {
    width: calc(150px + 125 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .footer__description {
    width: 275px;
    margin-bottom: 50px;
  }
}
.footer__contact {
  position: relative;
  padding-top: 100px;
  background-color: #2b323c;
  margin-left: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer__contact {
    margin-left: calc(0px + 50 * ((100vw - 320px) / 880));
    padding-top: calc(30px + 70 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .footer__contact {
    margin-left: 0;
  }
}
.footer__contact::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #2b323c;
  margin-left: -1px;
}
@media (max-width: 500px) {
  .footer__contact::after {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #2b323c;
    margin-left: -1px;
  }
  .footer__contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #2b323c;
    margin-left: 1px;
  }
}
.footer-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer-contact__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-contact__item-number {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .footer-contact__item-number {
    margin-left: calc(0px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 900px) {
  .footer-contact__item-number {
    margin-left: calc(0px + 50 * ((100vw - 320px) / 880));
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer-contact__item-number {
    width: 100%;
    margin-left: 0;
  }
}
.footer-contacts__phone-number {
  display: inline-block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  margin-left: 53px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-contacts__phone-number:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-contacts__phone-number,
.footer-contacts__info-mail,
.footer-contacts__info-schedule {
  color: #fff;
  margin-bottom: 10px;
}
.footer-contacts__info-mail,
.footer-contacts__info-schedule {
  font-size: 16px;
}
.footer-contacts__phone-number {
  margin-left: 0px;
  font-size: 35px;
}
@media (max-width: 1200px) {
  .footer-contacts__phone-number {
    font-size: calc(-10px + 45 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 900px) {
  .footer-contacts__phone-number {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .footer-contacts__phone-number {
    font-size: calc(20px + 15 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .footer-contacts__phone-number {
    font-size: 33px;
  }
}
.footer-contacts__info-mail,
.footer-contacts__info-schedule {
  margin-left: 20px;
}
.footer__social {
  margin-top: 68px;
  margin-bottom: 90px;
}
@media (max-width: 900px) {
  .footer__social {
    margin-top: 38px;
    margin-bottom: 47px;
  }
}
@media (max-width: 500px) {
  .footer__social {
    margin-top: 38px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.footer__social-item + .footer__social-item {
  padding-left: 10px;
}
.footer__social-link svg {
  width: 48px;
  height: 48px;
}
.footer-contact__item-text {
  margin-right: 15px;
  margin-left: 10px;
  width: 285px;
}
@media (max-width: 900px) {
  .footer-contact__item-text {
    margin-bottom: 70px;
    margin-left: calc(0px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 900px) {
  .footer-contact__item-text {
    width: 100%;
  }
}
.privacy-policy,
.footer__details {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffc100;
  margin-bottom: 20px;
}
.privacy-policy:hover,
.footer__details:hover {
  color: rgba(191, 157, 119, 0.8);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.banned-info,
.copy {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}
.banned-info {
  width: 257px;
  margin-bottom: 46px;
}
@media (max-width: 900px) {
  .banned-info {
    margin-bottom: 30px;
  }
}
.copy {
  opacity: 0.5;
  width: 285px;
}
.section-title__block {
  position: relative;
}
.section-title__block::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -79px;
  width: 1px;
  height: 50%;
  background-color: #ffc100;
}
.section-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  color: #2b323c;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: calc(28px + 8 * ((100vw - 320px) / 880));
  }
}
.section__sub-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  color: #c99702c2;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section__sub-title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 880));
  }
}
.section-title__text {
  font-size: 16px;
  font-weight: 400;
  color: #2b323c;
}
.breadcrumbs {
  padding-top: 24px;
  padding-bottom: 30px;
  background-color: #e9e9e9;
}
.breadcrumbs__body {
  position: relative;
}
.breadcrumbs__body {
  margin-left: 35px;
}
@media (max-width: 1200px) {
  .breadcrumbs__body {
    margin-left: calc(30px + 5 * ((100vw - 320px) / 880));
  }
}
.breadcrumbs__body::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/breadcrumbs-home.svg");
  top: 1px;
  left: -32px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
  .breadcrumbs__body::before {
    left: calc(-30px + -2 * ((100vw - 320px) / 880));
  }
}
.breadcrumbs__list-item {
  display: inline-block;
  margin-right: 48px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #2b323c;
  letter-spacing: 2px;
}
.breadcrumbs__list-item:first-letter {
  text-transform: uppercase;
}
.breadcrumbs__list-item::after {
  content: url("/local/templates/dl71/css/../images/icons/breadcrumbs-line.svg");
  position: absolute;
  right: -27px;
  bottom: 5px;
  width: 6px;
  height: 10px;
}
.breadcrumbs__list-item:last-child::after {
  display: none;
}
.breadcrumbs__list-item-link--color {
  color: rgba(43, 50, 60, 0.3);
}
.breadcrumbs__list-item-link--great {
  color: #2b323c;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs__list-item-link--great:hover {
  color: #ffc100;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 500px) {
  .mobile-overflow {
    width: 550px;
  }
  .breadcrumbs__inner {
    overflow-x: scroll;
  }
}
.production-page-more__panel {
  margin-bottom: 10px;
}
.panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  border-right: none;
}
.header__production-page {
  margin-bottom: 0;
}
.production__page {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 1200px) {
  .production__page {
    padding-bottom: calc(10px + 90 * ((100vw - 320px) / 880));
  }
}
.production-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1200px) {
  .production-page__items {
    gap: calc(-30px + 60 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1000px) {
  .production-page__items {
    gap: calc(10px + 0 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .production-page__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.production-page__item-card {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}
@media (max-width: 1000px) {
  .production-page__item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.9%;
    flex: 0 1 23.9%;
  }
}
@media (max-width: 767px) {
  .production-page__item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
}
@media (max-width: 530px) {
  .production-page__item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.6%;
    flex: 0 1 48.6%;
  }
}
@media (max-width: 390px) {
  .production-page__item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.production-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.production-page__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.production-page__inner::before {
  position: absolute;
  content: "";
  top: 90%;
  left: 50px;
  width: 55px;
  height: 1px;
  background-color: #ffc100;
  z-index: 3;
}
.production-page__title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
.production-page__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 170px 30px 0px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .production-page__title {
    padding-top: calc(10px + 160 * ((100vw - 320px) / 880));
    padding-left: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-right: calc(10px + 20 * ((100vw - 320px) / 880));
    margin-bottom: calc(10px + 30 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 900px) {
  .production-page__title {
    max-width: 210px;
  }
}
@media (max-width: 390px) {
  .production-page__title {
    padding-top: 110px;
    margin-bottom: 0;
  }
}
.production-page__text {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  max-width: 255px;
}
@media (max-width: 1200px) {
  .production-page__text {
    padding-left: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-right: calc(10px + 20 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 768px) {
  .production-page__text {
    display: none;
  }
}
.production__page-pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0px 0px 20% 0px;
}
.production__page-pictures::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 50, 60, 0.3);
  z-index: 1;
}
.production__page-pictures:hover::before {
  background-color: rgba(161, 121, 1, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.production__page-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.production-page-more__panel-mobile,
.production-page__item-card-mobile {
  display: none;
}
@media (max-width: 530px) {
  .production-page-more__panel-mobile {
    display: block;
  }
  .production-page__item-card:nth-child(n + 5) {
    display: none;
  }
  .production-page__item-card-mobile:nth-child(-n + 17) {
    display: block;
  }
}
.production-mobile-button__block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.production-mobile__all-btn {
  padding: 0;
  border: none;
  background-color: #ffc100;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
}
.supplies {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 1200px) {
  .supplies {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.supplies-title__block {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .supplies-title__block {
    margin-bottom: 0px;
  }
}
.supplies__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .supplies__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.supplies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 465px;
}
@media (max-width: 950px) {
  .supplies__content {
    min-width: 100%;
  }
}
.supplies__content-title-top {
  color: #2b323c;
  padding-bottom: 20px;
}
ul.supplies__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  ul.supplies__content-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 400px) {
  ul.supplies__content-items {
    -webkit-box-pack: first baseline;
    -ms-flex-pack: first baseline;
    justify-content: first baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.supplies__content-item {
  color: #2b323c;
}
@media (max-width: 950px) {
  .supplies__content-item {
    margin-right: 50px;
  }
}
@media (max-width: 500px) {
  .supplies__content-item {
    margin-right: 0px;
  }
}
@media (max-width: 400px) {
  .supplies__content-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 13px;
  }
}
.supplies__content-item + .supplies__content-item {
  margin-left: 60px;
}
@media (max-width: 500px) {
  .supplies__content-item + .supplies__content-item {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .supplies__content-item + .supplies__content-item {
    margin-left: 0px;
  }
}
.supplies__alloy-name {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.supplies__alloy-name::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -25px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #983031;
  border-radius: 50%;
}
.supplies__content-title-bottom {
  color: #2b323c;
  margin-bottom: 20px;
}
@media (max-width: 950px) {
  .supplies__content-title-bottom br {
    display: none;
  }
}
.supplies__content-description {
  position: relative;
  max-width: 383px;
  color: #983031;
  padding-left: 27px;
  padding-right: 10px;
}
@media (max-width: 950px) {
  .supplies__content-description {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 30px;
  }
  .supplies__content-description br {
    display: none;
  }
}
.supplies__content-description:before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/attention.svg");
  top: 3px;
  left: 0;
}
@media (max-width: 700px) {
  .supplies__license {
    overflow-x: scroll;
  }
}
@media (max-width: 700px) {
  .supplies__license-items-overflow {
    width: 700px;
  }
}
.supplies__license-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .supplies__license-items {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.supplies__license-item + .supplies__license-item {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .supplies__license-item + .supplies__license-item {
    margin-left: calc(-70px + 90 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 950px) {
  .supplies__license-item + .supplies__license-item {
    margin-left: calc(10px + 10 * ((100vw - 320px) / 880));
  }
}
.supplies__license-images {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.supplies__license-images:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.supplies__bottom-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #2b323c;
  gap: 30px;
}
@media (max-width: 1200px) {
  .supplies__bottom-cards {
    gap: calc(-80px + 110 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1000px) {
  .supplies__bottom-cards {
    gap: calc(0px + 10 * ((100vw - 320px) / 880));
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.supplies__bottom-card {
  max-width: 370px;
  padding: 30px;
  border: 4px solid rgba(191, 157, 119, 0.3);
}
@media (max-width: 1200px) {
  .supplies__bottom-card {
    padding-top: calc(-50px + 80 * ((100vw - 320px) / 880));
    padding-bottom: calc(-50px + 80 * ((100vw - 320px) / 880));
    padding-left: calc(-50px + 80 * ((100vw - 320px) / 880));
    padding-right: calc(-50px + 80 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1000px) {
  .supplies__bottom-card {
    padding-top: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-bottom: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-left: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-right: calc(10px + 20 * ((100vw - 320px) / 880));
    min-width: 100%;
  }
  .supplies__bottom-card + .supplies__bottom-card {
    margin-top: 20px;
  }
}
.supplies__card-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.supplies__card-contacts {
  padding-left: 30px;
}
.supplies__card-user,
.supplies__card-phone {
  padding-bottom: 10px;
}
.supplies__card-user,
.supplies__card-phone,
.supplies__card-mail {
  position: relative;
}
.supplies__card-user::before,
.supplies__card-phone::before,
.supplies__card-mail::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -30px;
}
.supplies__card-user::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-user.svg");
}
.supplies__card-phone::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-phone.svg");
}
.supplies__card-mail::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-mail.svg");
}
.supplies__card-phone-link,
.supplies__card-mail-link {
  color: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.supplies__card-phone-link:hover,
.supplies__card-mail-link:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-page {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .buy-page {
    padding-top: calc(37px + 13 * ((100vw - 320px) / 880));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.buy-page-title__block {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .buy-page-title__block {
    margin-bottom: calc(0px + 50 * ((100vw - 320px) / 880));
  }
}
.sub-title--color {
  color: #983031;
  padding-right: 5px;
}
.buy-page__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .buy-page__list {
    -webkit-column-gap: calc(30px + 0 * ((100vw - 320px) / 880));
    -moz-column-gap: calc(30px + 0 * ((100vw - 320px) / 880));
    column-gap: calc(30px + 0 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1000px) {
  .buy-page__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.buy-page__item {
  max-width: 570px;
  background: #fff;
  padding: 30px 30px 60px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .buy-page__item {
    padding-top: calc(0px + 30 * ((100vw - 320px) / 880));
    padding-bottom: calc(210px + -150 * ((100vw - 320px) / 880));
    padding-left: calc(0px + 30 * ((100vw - 320px) / 880));
    padding-right: calc(0px + 30 * ((100vw - 320px) / 880));
    margin-bottom: calc(30px + 0 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1000px) {
  .buy-page__item {
    padding-top: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-bottom: calc(10px + 50 * ((100vw - 320px) / 880));
    padding-left: calc(10px + 20 * ((100vw - 320px) / 880));
    padding-right: calc(10px + 20 * ((100vw - 320px) / 880));
    margin-bottom: calc(10px + 20 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .buy-page__item {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .buy-page__item {
    min-width: 100%;
  }
}
.buy-page__price-inner {
  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;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.5);
}
.buy-page__name {
  font-size: 24px;
  font-weight: 900;
  color: #2b323c;
}
.buy-page__price {
  font-size: 16px;
  font-weight: 400;
  color: rgba(43, 50, 60, 0.6);
}
.buy-page__item-title {
  display: none;
}
@media (max-width: 500px) {
  .buy-page__price-box {
    display: none;
  }
  .buy-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  }
  .block__title {
    width: 100%;
    position: relative;
  }
  .block._spoller-init .block__title {
    cursor: pointer;
  }
  .buy-page__item-title.block__title::after {
    content: url("/local/templates/dl71/css/../images/icons/arrow-down-btn-mobile.svg");
    position: absolute;
    right: 15px;
    top: 8px;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .block._spoller-init .block__title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .block._spoller-init .block__title._spoller-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .buy-page__item-title {
    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;
    margin: 0;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 15px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0px;
    color: #2b323c;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    font-size: calc(16px + 0 * ((100vw - 320px) / 880));
    padding-top: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-left: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-right: calc(10px + 5 * ((100vw - 320px) / 880));
  }
  .buy-page__item-title--active {
    color: #983031;
  }
}
.item__price-box {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .item__price-box {
    margin-top: 10px;
  }
}
.item__price-box::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #983031;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .item__price-box::before {
    left: 10px;
  }
}
.item__price-box:last-child {
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .item__price-box:last-child {
    margin-bottom: 10px;
  }
}
.item__price-box-inner {
  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;
}
@media (max-width: 500px) {
  .item__price-box-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    width: 270px;
  }
}
@media (max-width: 500px) {
  .item__price-box:nth-child(even) {
    background-color: rgba(191, 157, 119, 0.0333);
  }
}
.item__price-name {
  font-size: 16px;
  color: #2b323c;
  padding-left: 30px;
}
@media (max-width: 500px) {
  .item__price-name {
    font-size: calc(16px + 0 * ((100vw - 320px) / 880));
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.price-hidden__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .price-hidden__box {
    padding-left: 10px;
  }
}
.item__price {
  font-size: 16px;
  color: rgba(43, 50, 60, 0.6);
  margin-left: 10px;
}
@media (max-width: 500px) {
  .item__price {
    margin-right: 15px;
  }
}
.item__price-hidden {
  display: none;
  font-size: 16px;
  color: rgba(43, 50, 60, 0.6);
}
@media (max-width: 500px) {
  .item__price-hidden {
    display: block;
    font-size: calc(13px + 3 * ((100vw - 320px) / 880));
  }
}
.item__price-hidden::first-letter {
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .item__price {
    font-size: calc(13px + 3 * ((100vw - 320px) / 880));
  }
}
.research {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 1200px) {
  .research {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.research__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.research__info {
  width: 730px;
}
@media (max-width: 830px) {
  .research__info {
    width: 100%;
  }
}
.research-title {
  max-width: 415px;
}
@media (max-width: 830px) {
  .research-title {
    min-width: 100%;
  }
}
@media (max-width: 830px) {
  .research-title__text {
    min-width: 100%;
  }
}

iside {
 width: 450px; 
}
.research__services {
  
  padding: 30px 30px 10px;
  margin-left: 30px;
  border: 4px solid rgb(191, 157, 119);
  border-radius: 1px;
  height: fit-content;
}
@media (max-width: 830px) {
  .research__services {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .research__services {
    margin: 50px auto 0px;
    width: 100%;
  }
}
.research__services-title {
  font-size: 24px;
  font-weight: 900;
  color: #2b323c;
  margin-bottom: 20px;
}
.research__services-item {
  max-width: 350px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.research__services-item-laboratory {
  position: relative;
}

.research__services-item-laboratory a {
  color: rgb(191, 157, 119) !important;
}
.research__services-item-laboratory::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/arrow-hidden.svg");
  top: 0;
  left: -34px;
}
@media (max-width: 830px) {
  .research__services-item-laboratory::before {
    content: url("/local/templates/dl71/css/../images/icons/arrow-hidden-fff.svg");
  }
}
.research__services-link {
  display: inline-block;
  width: 290px;
  font-size: 16px;
  color: #2b323c !important;
}
@media (max-width: 390px) {
  .research__services-link {
    width: 100%;
  }
}
.research__services-link:hover {
  color: #983031;
}
.laboratory-director {
  background-color: #e9e9e9;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .laboratory-director {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.laboratory-director__inner {
  border: 2px solid rgba(191, 157, 119, 0.5);
  border-radius: 1px;
  padding: 20px;
  margin-top: 56px;
background: #fbfbfb;
}
@media (max-width: 1200px) {
  .laboratory-director__inner {
    padding-right: calc(-170px + 320 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 600px) {
  .laboratory-director__inner {
    padding: 20px;
  }
}
.laboratory-director__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-right: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  border-radius: 1px;
}
ul.laboratory-director__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 27px;
}
ul.laboratory-director__items br {
  display: none;
}
@media (max-width: 830px) {
  ul.laboratory-director__items br {
    display: block;
  }
}
@media (max-width: 600px) {
  .laboratory-director__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.laboratory-director__item-name,
.laboratory-director__item-phone,
.laboratory-director__item-mail {
  position: relative;
}
.laboratory-director__item-name::before,
.laboratory-director__item-phone::before,
.laboratory-director__item-mail::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -23px;
}
.laboratory-director__item-name::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-user.svg");
}
.laboratory-director__item-phone::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-phone.svg");
}
.laboratory-director__item-mail::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-mail.svg");
}
.laboratory-director__item {
  padding-right: 15px;
}
@media (max-width: 600px) {
  .laboratory-director__item {
    width: 100%;
    padding-left: 15px;
  }
  .laboratory-director__item + .laboratory-director__item {
    margin-top: 10px;
  }
}
.laboratory-director__name {
  font-size: 16px;
  color: #2b323c;
}
.director__phone-text {
  font-weight: 700;
}
.director__phone-number,
.director__phone-mail {
  color: #2b323c;
  padding-left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.director__phone-number:hover,
.director__phone-mail:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.instruments {
  padding-top: 87px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .instruments {
    padding-top: calc(37px + 50 * ((100vw - 320px) / 880));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.instruments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.instruments__top {
  padding-top: 50px;
}
.instruments__top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  color: #2b323c;
}
@media (max-width: 1200px) {
  .instruments__top-items {
    gap: calc(0px + 30 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 650px) {
  .instruments__top-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.instruments__top-item {
  background: #fff;
  width: 570px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .instruments__top-item {
    padding-top: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-bottom: calc(5px + 25 * ((100vw - 320px) / 880));
    padding-left: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-right: calc(15px + 15 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 500px) {
  .instruments__top-item {
    border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  }
}
.instruments__item-title {
  padding: 0;
  border: none;
  background-color: transparent;
  max-width: 300px;
  font-size: 24px;
  font-weight: 900;
  color: #2b323c;
  padding-bottom: 20px;
  text-align: left;
}
.instruments__top-item-body {
  padding-top: 30px;
}
.instruments__top-item-text {
  position: relative;
  padding-left: 30px;
}
.instruments__top-item-text + .instruments__top-item-text {
  margin-top: 10px;
}
.instruments__top-item-text::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #983031;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .instruments__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .block__title {
    width: 100%;
    position: relative;
  }
  .block._spoller-init .block__title {
    cursor: pointer;
  }
  .instruments__item-title.block__title::after {
    content: url("/local/templates/dl71/css/../images/icons/arrow-down-btn-mobile.svg");
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .block._spoller-init .block__title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .block._spoller-init .block__title._spoller-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .instruments__item-title {
    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;
    margin: 0;
    border: none;
    background-color: transparent;
    max-width: 100%;
    padding: 0px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0px;
    color: #2b323c;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
    padding-top: calc(0px + 15 * ((100vw - 320px) / 880));
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-left: calc(0px + 15 * ((100vw - 320px) / 880));
    padding-right: calc(0px + 15 * ((100vw - 320px) / 880));
  }
  .instruments__item-title--active {
    color: #983031;
  }
}
.instruments__bottom {
  margin-top: 50px;
  padding: 30px;
  background-color: #fff;
  color: #2b323c;
}
@media (max-width: 1200px) {
  .instruments__bottom {
    padding-top: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-bottom: calc(30px + 0 * ((100vw - 320px) / 880));
    padding-left: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-right: calc(15px + 15 * ((100vw - 320px) / 880));
  }
}
.instruments__bottom-title {
  max-width: 550px;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .instruments__bottom-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
.instruments__bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(191, 157, 119, 0.3);
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
@media (max-width: 500px) {
  .instruments__bottom-items {
    gap: 0px;
    border-bottom: none;
  }
}
.instruments__bottom-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 270px;
  padding: 0px 0px 30px;
}
@media (max-width: 767px) {
  .instruments__bottom-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 500px) {
  .instruments__bottom-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.instruments__bottom-item-inner {
  width: 100%;
}
.instruments__item-title-bottom {
  font-size: 16px;
  padding-top: 30px;
}
@media (max-width: 500px) {
  .instruments__item-title-bottom {
    min-width: 100%;
    padding-top: 10px;
  }
}
.lead-alloys__box {
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  padding-bottom: 30px;
}
.lead-alloys__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lead-alloys__item-body {
  width: 270px;
}
.lead-alloys__description {
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  color: #983031;
}
.lead-alloys__description::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/attention.svg");
  top: 3px;
  left: 0;
}
@media (max-width: 500px) {
  .lead-alloys__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .block__title {
    width: 100%;
    position: relative;
  }
  .block._spoller-init .block__title {
    cursor: pointer;
  }
  .lead-alloys__item-title.block__title::after {
    content: url("/local/templates/dl71/css/../images/icons/arrow-down-btn-mobile.svg");
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .block._spoller-init .block__title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .block._spoller-init .block__title._spoller-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .lead-alloys__item-title {
    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;
    margin: 0;
    border: none;
    background-color: transparent;
    max-width: 100%;
    padding: 0px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid rgba(191, 157, 119, 0.5);
    color: #2b323c;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    font-size: calc(16px + 0 * ((100vw - 320px) / 880));
    padding-top: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / 880));
    padding-left: calc(0px + 15 * ((100vw - 320px) / 880));
    padding-right: calc(0px + 15 * ((100vw - 320px) / 880));
  }
  .color__btns--active {
    color: #983031;
  }
}
.instruments__pictures {
  background-color: #e9e9e9;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .instruments__pictures {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 880));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.instruments__pictures-inner {
  overflow-x: scroll;
}
.instruments__pictures-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1000px) {
  .instruments__pictures-items {
    min-width: 890px;
    gap: 10px;
  }
}
.certificates {
  background-color: #f0f0f0;
  padding-top: 83px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .certificates {
    padding-top: calc(33px + 50 * ((100vw - 320px) / 880));
    padding-bottom: calc(30px + 70 * ((100vw - 320px) / 880));
  }
}
.certificates-title__block {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .certificates-title__block {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / 880));
  }
}
.certificates__inner {
  color: #2b323c;
}
.certificates__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.certificates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(191, 157, 119, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .certificates__item {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 880));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 690px) {
  .certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.certificates__item:hover .certificates__name,
.certificates__item:hover .certificates__data,
.certificates__item:hover .certificates__view {
  color: #983031;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.certificates__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .certificates__item-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.certificates__name {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 560px;
}
@media (max-width: 900px) {
  .certificates__name {
    min-width: 100%;
    padding-bottom: 10px;
  }
}
.certificates__data {
  padding-left: 20px;
  color: rgba(43, 50, 60, 0.4);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .certificates__data {
    padding-left: 0px;
  }
}
.certificates__view {
  display: inline-block;
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 15px;
}
@media (max-width: 690px) {
  .certificates__view {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.vacancies {
  background-color: #e9e9e9;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .vacancies {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.vacancies-title__block {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.vacancies-title {
  padding-bottom: 30px;
}
.vacancies__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
  color: #2b323c;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .vacancies__body {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 880));
  }
}
.vacancies__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block__title {
  width: 100%;
  position: relative;
}
.block._spoller-init .vacancies__title.block__title {
  cursor: pointer;
}
.block._spoller-init .vacancies__title.block__title::before,
.block._spoller-init .vacancies__title.block__title::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #983031;
  position: absolute;
  right: 0px;
  top: 14px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.block._spoller-init .vacancies__title.block__title::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block._spoller-init .vacancies__title.block__title._spoller-active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.vacancies__title {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 1170px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #2b323c;
  padding-left: 38px;
  padding-right: 30px;
}
.color__btns--active {
  color: #983031;
}
@media (max-width: 768px) {
  .vacancies__title {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 340px) {
  .vacancies__title {
    padding-left: 0px;
  }
}
.vacancies__title svg {
  position: relative;
}
.vacancies__title svg {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 18px;
}
@media (max-width: 340px) {
  .vacancies__title svg {
    display: none;
  }
}
@media (max-width: 1200px) {
  .vacancies__title {
    width: calc(290px + 880 * ((100vw - 320px) / 880));
  }
}
ul.vacancies__items {
  padding-left: 43px;
}
@media (max-width: 340px) {
  ul.vacancies__items {
    padding-left: calc(0px + 43 * ((100vw - 320px) / 880));
  }
}
.vacancies-item__title {
  font-size: 16px;
  color: #2b323c;
  margin-top: 30px;
  margin-bottom: 10px;
}
.vacancies-item__text {
  position: relative;
  margin-bottom: 10px;
}
.vacancies-item__text::before {
  position: absolute;
}
.vacancies-item__text--requirements,
.vacancies-item__text--conditions {
  position: relative;
  padding-left: 25px;
}
.vacancies-item__text--requirements::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #983031;
  border-radius: 50%;
}
.vacancies-item__text--conditions::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/v-icon.svg");
  top: 0;
  left: 0;
}
.about__section {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 1200px) {
  .about__section {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .about-section__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about-section__info {
  max-width: 550px;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .about-section__info {
    margin-right: calc(-250px + 300 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1150px) {
  .about-section__info {
    margin-right: 0;
    margin-bottom: 30px;
    min-width: 100%;
  }
}
.about-section__sub-title {
  max-width: 330px;
}
.about-section-title__text:last-child {
  padding-top: 20px;
}
@media (max-width: 1150px) {
  .about-section__slider {
    min-width: 100%;
  }
}
.about-slider__body {
  max-width: 570px;
}
@media (max-width: 1200px) {
  .about-slider__body {
    max-width: calc(200px + 370 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1150px) {
  .about-slider__body {
    min-width: 100%;
  }
}
.about-slider-btn {
  border: none;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about-slider-btn__left {
  right: 135px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about-slider-btn__left {
    right: calc(100px + 35 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .about-slider-btn__left svg {
    height: calc(60px + 25 * ((100vw - 320px) / 880));
  }
}
.about-slider-btn__right {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about-slider-btn__right svg {
    height: calc(60px + 25 * ((100vw - 320px) / 880));
  }
}
.about-slider-btn__left:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about-slider-btn__left:hover svg rect {
  fill: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about-slider-btn__right:hover svg rect {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.about-slider-btn__right:hover svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.about-slider-btn__right:hover svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #ffc100;
  fill: #bbbccc;
}
.about-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 250px;
}
@media (max-width: 1200px) {
  .about-slider .slick-dots {
    padding-right: calc(133px + 117 * ((100vw - 320px) / 880));
    bottom: calc(30px + 10 * ((100vw - 320px) / 880));
  }
}
.about-slider .slick-dots li {
  list-style: none;
}
.about-slider .slick-dots button {
  border: none;
  padding: 0;
  font-size: 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
  margin: 0 10px 0;
}
@media (max-width: 1200px) {
  .about-slider .slick-dots button {
    width: calc(20px + 35 * ((100vw - 320px) / 880));
  }
}
.about-slider .slick-dots li.slick-active button {
  background-color: #ffc100;
  height: 2px;
}
.about-slider {
  height: 100%;
}
.about-slider__img {
  width: 100%;
  height: 323px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-page {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 1200px) {
  .blog-page {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.blog-page-title__block {
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .blog-page-title__block {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / 880));
  }
}
.blog-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-page__item {
  width: 370px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}
@media (max-width: 768px) {
  .blog-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.9%;
    flex: 0 1 48.9%;
  }
}
@media (max-width: 600px) {
  .blog-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.employee-contacts {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}

.employee-contacts p {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .employee-contacts {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
.employee-contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .employee-contacts__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
  }
}
.contacts__left-block,
.contacts__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2b323c;
}
@media (max-width: 767px) {
  .contacts__left-block,
  .contacts__right-block {
    min-width: 100%;
  }
}
.contacts-block__items {
  width: 570px;
}
@media (max-width: 1200px) {
  .contacts-block__items {
    width: calc(130px + 440 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .contacts-block__items {
    width: 100%;
  }
}
.contacts-block__item {
  padding: 30px;
  background-color: #e5e5e5;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contacts-block__item {
    min-width: 100%;
    padding-top: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-bottom: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-left: calc(15px + 15 * ((100vw - 320px) / 880));
    padding-right: calc(15px + 15 * ((100vw - 320px) / 880));
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 880));
  }
}
.contacts-block__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.contacts-block__content-right {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.contacts-block__content-right:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contacts-block__box {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.contacts-block__phone,
.contacts-block__mail {
  display: inline-block;
  color: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.contacts-block__bold {
  display: inline-block;
  padding-left: 35px;
}
@media (max-width: 340px) {
  .contacts-block__mail-sales {
    padding-left: 35px;
  }
}
.contacts-block__mail {
  padding-bottom: 20px;
}
.contacts-block__phone:hover,
.contacts-block__mail:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-block__phone:first-child {
  padding-left: 35px;
}
.contacts-block__phone:first-child::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/supplies-phone.svg");
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  .research__inner {
    display: block;
  }
  .contacts-block__phone:last-child {
    padding-left: 35px;
  }
  .slash {
    display: none;
  }
}
.user-contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.user-contacts__title {
  font-size: 16px;
  font-weight: 700;
  color: #2b323c;
}
.contacts-block__bold,
.user-contacts__title,
.user-contacts__name,
.user-contacts__mail,
.user-contacts__phone {
  position: relative;
  padding-left: 35px;
}
.contacts-block__bold::before,
.user-contacts__title::before,
.user-contacts__mail::before,
.user-contacts__phone::before {
  position: absolute;
  top: 3px;
  left: 0;
}
.user-contacts__title::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-user.svg");
}
.user-contacts__phone::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-phone.svg");
}
.user-contacts__mail::before,
.contacts-block__bold::before {
  content: url("/local/templates/dl71/css/../images/icons/supplies-mail.svg");
}
.user-contacts__name,
.user-contacts__phone {
  margin-bottom: 10px;
}
.user-contacts__phone-sales {
  margin-bottom: 0px;
}
.user-contacts__mail,
.user-contacts__phone {
  display: inline-block;
  font-size: 16px;
  color: #2b323c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.user-contacts__mail:hover,
.user-contacts__phone:hover {
  color: #ffc100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.map__contacts {
  padding-bottom: 100px;
  background-color: #e9e9e9;
}
@media (max-width: 768px) {
  .map__contacts {
    padding-bottom: 50px;
  }
}
#map {
  position: relative;
  height: 650px;
}
@media (max-width: 767px) {
  #map {
    height: 450px;
  }
}
.map__info {
  position: relative;
  margin-top: 100px;
  color: #2b323c;
  z-index: 500;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(55, 32, 14, 0.9);
  box-shadow: 0px 20px 50px 0px rgba(55, 32, 14, 0.9);
  width: 270px;
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .map__info {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.map__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(191, 157, 119, 0.3);
}
.map__title {
  font-size: 14px;
  font-weight: 700;
}
.leaflet-container .social__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 11px 24px;
  background-color: #7294c7;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .social__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 11px 24px;
    background-color: #7294c7;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.social__btn::before {
  position: absolute;
  content: url("/local/templates/dl71/css/../images/icons/vk-btn.svg");
  top: -1px;
  right: -43px;
}
.leaflet-container .social__btn:hover {
  color: #7294c7;
  background-color: #fff;
  border: 1px solid #7294c7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* background: #f5f5f5; */
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}
body._lock {
  overflow: hidden;
}


.top-info__text-address a {
  color:#fff;
}

.top-info__text-address a:hover {
  color: #ffc100;
}

.header__logo-img {
  width: 200px;
}

main .container a {
  color: #c99702c2;
}

div.container a:hover {
  color: #ffbf00;
  text-decoration: none;
}

table {
  width: 100%;
}

table th {
  padding: 6px;
}

h2 {
  padding-top: 24px;
  padding-bottom: 12px;
}

.vacancy-box__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2B323C;
  line-height: 1.5;
  margin-bottom: 10px;
}

.list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2B323C;
  line-height: 1.5;
}

.list-check li:before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(/local/templates/dl71/css/../images/icons/check-icon.svg) center no-repeat;
  position: absolute;
  top: 6px;
  left: 2px;
  z-index: 1;
}


/* End */
/* /local/templates/dl71/css/style.min.css?1782720691112916 */
