html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/montserrat-medium-webfont.woff2?bdfff76f7ac05aea6dd1fdea6217f334) format('woff2'), url(/fonts/montserrat-medium-webfont.woff?a2b68f09108d7dddd09cd188ece1fcb6) format('woff'), url(/fonts/montserrat-medium-webfont.ttf?510551a4353bf9cb57350744c65ec49a) format('truetype'), url(/fonts/montserrat-medium-webfont.svg?0f19c19369222140b80524e8f5b08101#montserratmedium) format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/montserrat-bold-webfont.woff2?4c4baea7e62a3235bd8a733d4a6eb3e7) format('woff2'), url(/fonts/montserrat-bold-webfont.woff?9543d122e01a89d104c177f078eb189c) format('woff'), url(/fonts/montserrat-bold-webfont.ttf?5bbd6138ae9cba43fad93b000a06ac7a) format('truetype'), url(/fonts/montserrat-bold-webfont.svg?6f9efe68f1460dfb31cfa6cee368ab5f#montserratbold) format('svg');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.33;
  min-height: 100%;
  min-width: 320px;
}
a {
  -webkit-text-decoration-color: rgba(255,255,255,0.15);
          text-decoration-color: rgba(255,255,255,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
a:hover {
  -webkit-text-decoration-color: rgba(255,255,255,0.5);
          text-decoration-color: rgba(255,255,255,0.5);
}
a:active {
  -webkit-text-decoration-color: rgba(255,255,255,0.25);
          text-decoration-color: rgba(255,255,255,0.25);
}
.alert {
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  max-width: 1155px;
}
@media screen and (min-width: 768px) {
  .alert {
    margin: 26px 0;
  }
}
.alert--success {
  background: #006400;
}
.catalog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog__item {
  margin: 0;
  position: relative;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .catalog__item {
    width: 25%;
  }
}
.catalog__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__name {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.55);
  bottom: 0;
  left: 0;
  font-size: 25px;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
.filters {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  overflow-y: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .filters {
    overflow: initial;
    justify-content: center;
  }
}
.filters__link {
  color: #000;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
          text-decoration-color: rgba(0,0,0,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.filters__link:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.5);
          text-decoration-color: rgba(0,0,0,0.5);
}
.filters__link:active {
  -webkit-text-decoration-color: rgba(0,0,0,0.25);
          text-decoration-color: rgba(0,0,0,0.25);
}
.filter {
  flex-shrink: 0;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .filter {
    padding: 0 26px;
  }
}
.filter__value--select {
  padding: 0 0 1px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
  cursor: pointer;
}
.filter__value--select:hover {
  border-bottom-style: solid;
}
.filter__list {
  display: none;
  flex-direction: column;
  position: fixed;
  background: rgba(0,0,0,0.9);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 150px;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  will-change: top;
}
.filter__list--open {
  display: flex;
}
.filter__option {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .filter:hover .filter__list {
    display: flex;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.filter-select {
  flex-shrink: 0;
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  position: relative;
}
.footer {
  display: flex;
  margin: 0;
  padding: 35px 0;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 35px 26px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #222;
  margin: 0 0 18px;
}
@media screen and (min-width: 1024px) {
  .footer__block {
    text-align: left;
  }
}
.footer__made-by {
  width: 125px;
  margin: 3px auto 0;
  display: block;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0;
  padding: 0;
}
.footer-menu__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #222;
  margin: 0 0 7px;
  display: inline-block;
  -webkit-text-decoration-color: rgba(34,34,34,0.15);
          text-decoration-color: rgba(34,34,34,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.footer-menu__item:hover {
  -webkit-text-decoration-color: rgba(34,34,34,0.5);
          text-decoration-color: rgba(34,34,34,0.5);
}
.footer-menu__item:active {
  -webkit-text-decoration-color: rgba(34,34,34,0.25);
          text-decoration-color: rgba(34,34,34,0.25);
}
@media screen and (min-width: 1024px) {
  .footer-menu__item {
    text-align: left;
  }
}
.form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form {
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.form__group {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .form__group {
    flex: 0 0 40%;
    margin: 0 0 52px;
  }
  .form__group--wide {
    flex: 0 0 100%;
  }
}
.form__group--center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.form__input,
.form__textarea {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid #222;
  outline: none;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .form__input,
  .form__textarea {
    padding: 10px 0;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
  }
}
.form__input:hover,
.form__textarea:hover,
.form__input:focus,
.form__textarea:focus,
.form__input[value]:not([value=""]),
.form__textarea[value]:not([value=""]) {
  border-bottom-color: rgba(34,34,34,0.5);
}
.form__input:hover + .form__label,
.form__textarea:hover + .form__label,
.form__input:focus + .form__label,
.form__textarea:focus + .form__label,
.form__input[value]:not([value=""]) + .form__label,
.form__textarea[value]:not([value=""]) + .form__label {
  color: rgba(34,34,34,0.5);
}
.form__textarea {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    height: 60px;
  }
}
.form__label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 5px 0 0;
}
@media screen and (min-width: 375px) {
  .form__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 26px;
  }
}
.form__button {
  background: #e1221a;
  padding: 0 60px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin: auto;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .form__button {
    height: 60px;
    font-size: 24px;
    padding: 0 78px;
  }
}
.form__button:hover {
  background-color: #bf1d16;
}
.form__button:active {
  background-color: #a91913;
}
.form__error {
  color: #d13f19;
  margin: 5px 0;
  font-size: 13px;
}
.gallery-popup {
  background: rgba(0,0,0,0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1000;
  cursor: zoom-out;
}
.gallery-popup__content {
  max-height: calc(100vh - 40px);
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery-popup__content {
    max-height: calc(100vh - 60px);
  }
}
.gallery-popup__content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.gallery-popup__button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  width: 150px;
  height: 100%;
  position: absolute;
  z-index: 1100;
  top: 0;
  outline: none;
}
.gallery-popup__prev {
  left: 0;
  cursor: w-resize;
}
.gallery-popup__next {
  right: 0;
  cursor: e-resize;
}
.head {
  height: 60px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  transition: height 200ms, background 1s;
}
.home .head {
  background: #000;
}
@media screen and (min-width: 768px) {
  .head {
    height: 74px;
  }
}
.head__scroll {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
}
.head__inner {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 77px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .head__inner {
    padding: 0 20px 0 104px;
  }
}
@media screen and (min-width: 1024px) {
  .head__inner {
    padding: 0 26px 0 122px;
  }
}
.head__column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
.head__column + .head__column {
  width: auto;
}
@media screen and (min-width: 768px) {
  .head__column {
    padding: 0;
  }
  .head__column + .head__column {
    display: flex;
    justify-content: flex-end;
  }
  .head--open .head__column {
    flex-direction: column;
  }
}
.head__link {
  font-size: 20px;
  line-height: 1.2;
}
.head__block {
  display: none;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1281px) {
  .head__block {
    display: flex;
    flex-direction: row;
    height: 52px;
  }
  .head__block + .head__block {
    margin-left: 40px;
  }
}
.head--open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: none;
}
.head--open .head__scroll {
  overflow-y: auto;
}
.head--open .head__inner {
  flex-direction: column;
  padding: 75px 0 25px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1281px) {
  .head--open .head__inner {
    padding: 105px 0 25px;
  }
}
.head--open .head__search {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 13px 20px 13px 97px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .head--open .head__search {
    padding: 13px 20px 13px 104px;
  }
}
@media screen and (min-width: 1024px) {
  .head--open .head__search {
    padding: 0 26px 0 122px;
    height: 74px;
  }
}
.head--open .head__block {
  display: flex;
  align-items: flex-start;
  margin: 0;
  height: auto;
}
.head--open .head__block--logo {
  display: none;
}
.head--open .head__column {
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1281px) {
  .head--open .head__column {
    width: 100%;
    padding: 0 26px;
    margin: auto;
  }
}
@media screen and (min-width: 1300px) {
  .head--open .head__column {
    max-width: 1260px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1299px) {
  .head--open .head__column {
    max-width: 840px;
  }
}
.head--open .head__column--info {
  display: flex;
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  margin: 0 0 25px 20px;
}
@media screen and (min-width: 1281px) {
  .head--open .head__column--info {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 74px;
    align-items: center;
    z-index: 20;
    margin: 0 0 25px;
  }
  .head--open .head__column--info .head__block {
    height: 54px;
  }
}
@media screen and (min-width: 1281px) {
  .head--open .head__phones {
    margin-right: 40px;
  }
}
.lang-switch {
  position: relative;
}
.lang-switch__active {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 0 10px 0 20px;
  height: 17px;
  line-height: 17px;
  color: #222;
}
@media screen and (min-width: 375px) {
  .lang-switch__active {
    font-size: 15px;
  }
}
.home .lang-switch__active {
  color: #fff;
}
.lang-switch__active:after {
  content: '\25BE';
  font-size: 12px;
  position: absolute;
  right: 0;
  height: 17px;
  line-height: 17px;
}
.lang-switch__icon {
  width: 17px;
  height: 17px;
  content: '';
  position: absolute;
  left: 0;
}
.lang-switch__icon svg {
  fill: #222;
}
.home .lang-switch__icon svg {
  fill: #fff;
}
.lang-switch__list {
  position: absolute;
  top: 17px;
  transform: translateY(20px);
  background: #fff;
  display: flex;
  padding: 10px;
  left: 10px;
  flex-direction: column;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
}
.home .lang-switch__list {
  background: #000;
}
.lang-switch:hover .lang-switch__list,
.lang-switch__list--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.lang-switch__item {
  color: #222;
  -webkit-text-decoration-color: rgba(34,34,34,0.15);
          text-decoration-color: rgba(34,34,34,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.lang-switch__item:hover {
  -webkit-text-decoration-color: rgba(34,34,34,0.5);
          text-decoration-color: rgba(34,34,34,0.5);
}
.lang-switch__item:active {
  -webkit-text-decoration-color: rgba(34,34,34,0.25);
          text-decoration-color: rgba(34,34,34,0.25);
}
.home .lang-switch__item {
  color: #fff;
  -webkit-text-decoration-color: rgba(255,255,255,0.15);
          text-decoration-color: rgba(255,255,255,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.home .lang-switch__item:hover {
  -webkit-text-decoration-color: rgba(255,255,255,0.5);
          text-decoration-color: rgba(255,255,255,0.5);
}
.home .lang-switch__item:active {
  -webkit-text-decoration-color: rgba(255,255,255,0.25);
          text-decoration-color: rgba(255,255,255,0.25);
}
.lang-switch__item + .lang-switch__item {
  margin: 10px 0 0;
}
.logo {
  text-indent: -99999px;
  display: block;
  margin: auto;
  background: url(/images/logo.svg?02cc4598036bb01f64304ee2ead18e1e) 0 0 no-repeat;
  width: 140px;
  height: 30.7px;
  flex: 0 0 140px;
}
.logo--en {
  background: url(/images/logo-en.svg?38e0cd7337c15475eaa765288cf61935) 0 0 no-repeat;
}
.home .logo {
  background-image: url(/images/logo-white.svg?7076a85f42efb6e1d9f8d446e86dd8e9);
}
.home .logo--en {
  background-image: url(/images/logo-white-en.svg?7aeb90992f98ae7137c2c80bc9fe549f);
}
@media screen and (min-width: 375px) {
  .logo {
    flex: 0 0 159px;
    width: 159px;
    height: 34.9px;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    width: 140px;
    height: 30.7px;
    flex: 0 0 140px;
    margin: 0;
  }
}
@media screen and (min-width: 1281px) {
  .logo {
    flex: 0 0 191.3px;
    width: 191.3px;
    height: 42px;
  }
}
.menu-trigger {
  display: block;
  width: 57px;
  height: 60px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  cursor: pointer;
  margin-left: 20px;
}
.menu-trigger:before,
.menu-trigger:after {
  position: absolute;
  width: 21px;
  content: '';
  left: 0;
  transition: all 300ms;
  border-bottom: 1px solid #222;
}
.home .menu-trigger:before,
.home .menu-trigger:after {
  border-bottom: 1px solid #fff;
}
.menu-trigger:before {
  top: 27px;
}
.menu-trigger:after {
  bottom: 27px;
}
.menu-trigger svg {
  float: right;
  width: 16px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .menu-trigger svg {
    width: 23px;
    height: 24px;
  }
}
.menu-trigger svg line,
.menu-trigger svg circle {
  transition: all 300ms;
  stroke: #222;
}
.home .menu-trigger svg line,
.home .menu-trigger svg circle {
  stroke: #fff;
}
.menu-trigger:hover line,
.menu-trigger:hover circle {
  stroke: #e1221a !important;
}
@media screen and (min-width: 768px) {
  .menu-trigger {
    height: 74px;
    width: 64px;
  }
  .menu-trigger:before {
    top: 33px;
  }
  .menu-trigger:after {
    bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-trigger {
    height: 74px;
    width: 70px;
    margin-left: 26px;
  }
}
.menu-trigger:hover:before,
.menu-trigger:hover:after {
  border-color: #e1221a;
}
.menu-trigger--open:before {
  transform: rotate(45deg);
  top: 29px;
}
.menu-trigger--open:after {
  transform: rotate(-45deg);
  bottom: 29px;
}
@media screen and (min-width: 768px) {
  .menu-trigger--open:before {
    top: 36px;
  }
  .menu-trigger--open:after {
    bottom: 36px;
  }
}
.menu {
  padding: 0;
  margin: auto;
  display: none;
  flex-direction: column;
}
.head--open .menu {
  display: flex;
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: flex;
    flex-direction: row;
  }
  .head--open .menu {
    display: grid;
    grid-template-rows: auto;
  }
  .menu__submenu {
    display: none;
  }
  .head--open .menu__submenu {
    display: block;
  }
}
.menu__block {
  list-style: none;
  margin: 0 20px 40px 20px;
  box-sizing: border-box;
}
.menu__block--contacts {
  order: -1;
}
.menu__block--30 {
  order: -2;
}
@media screen and (min-width: 768px) {
  .menu__block {
    margin: 0 0 0 15px;
  }
  .menu__block--contacts {
    order: initial;
  }
  .menu__block--30 {
    order: initial;
  }
  .head--open .menu__block {
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1281px) {
  .menu__block {
    margin: 0 0 0 52px;
  }
  .head--open .menu__block {
    margin: 0 0 52px;
    padding: 0 26px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .menu__block {
    margin-left: 78px;
  }
}
.menu__link {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  transition: none;
  flex-direction: row;
  align-items: center;
  align-content: center;
  line-height: 25px;
}
.home .menu__link {
  color: #fff;
}
.head--open .menu__link {
  line-height: 16px;
}
.menu__link svg {
  height: 25px;
  margin-right: 2px;
}
.menu__link svg path {
  fill: #000;
}
.home .menu__link svg path {
  fill: #fff;
}
.menu__link.active,
.menu__link:hover {
  color: #e1221a;
}
.menu__link.active svg path,
.menu__link:hover svg path {
  fill: #e1221a;
}
@media screen and (min-width: 1281px) {
  .menu__link {
    font-size: 15px;
  }
}
.head--open .menu__link--header {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
  height: 30px;
}
.head--open .menu__link--header svg {
  height: 30px;
}
@media screen and (min-width: 1281px) {
  .head--open .menu__link--header {
    margin: 0 0 26px;
  }
}
.menu__item {
  margin: 0 0 20px;
  list-style: none;
}
@media screen and (min-width: 1024px) and (min-width: 1300px) {
  .head--open .menu {
    grid-template-columns: 420px 420px 420px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 880px) and (max-width: 1299px) {
  .head--open .menu {
    grid-template-columns: 420px 420px;
  }
}
.primary-menu {
  display: none;
  padding: 0;
  margin: 0;
}
.primary-menu__link {
  display: none;
}
@media screen and (min-width: 768px) {
  .primary-menu {
    display: flex;
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .primary-menu {
    width: auto;
    flex-direction: row;
  }
  .primary-menu__link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #222;
    transition: all 300ms;
  }
  .home .primary-menu__link {
    color: #fff;
  }
  .primary-menu__link.active {
    color: #e1221a;
  }
  .primary-menu__link:hover {
    color: #e1221a;
  }
}
.primary-menu__link + .primary-menu__link {
  margin-left: 20px;
}
@media screen and (min-width: 1281px) {
  .primary-menu__link + .primary-menu__link {
    margin-left: 52px;
  }
}
@media screen and (min-width: 1920px) {
  .primary-menu__link + .primary-menu__link {
    margin-left: 78px;
  }
}
@media screen and (min-width: 1281px) {
  .primary-menu__link {
    font-size: 15px;
  }
}
.request-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .request-btn {
    margin-right: 26px;
    display: block;
    border-radius: 26px;
    background-color: #e1221a;
    font-weight: bold;
    width: 167px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 300ms;
    flex: 0 0 167px;
  }
  .request-btn:hover {
    background-color: #bf1d16;
  }
  .request-btn:active {
    background-color: #a91913;
  }
}
@media screen and (min-width: 1281px) {
  .request-btn {
    width: 187px;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    flex: 0 0 187px;
  }
}
.search {
  background: #fff;
  display: none;
  align-items: center;
  align-content: center;
}
.home .search {
  background: #000;
}
.search__input {
  border: none;
  background: none;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  outline: none;
  color: #000;
}
.home .search__input {
  color: #fff;
}
@media screen and (min-width: 1281px) {
  .search__input {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 25px;
  }
}
.search__input ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.5);
}
.search__input ::-moz-placeholder {
/* Firefox 19+ */
  color: rgba(255,255,255,0.5);
}
.search__input :-ms-input-placeholder {
/* IE 10+ */
  color: rgba(255,255,255,0.5);
}
.search__input :-moz-placeholder {
/* Firefox 18- */
  color: rgba(255,255,255,0.5);
}
.layout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout__head,
.layout__footer {
  flex: 0 0 auto;
}
.layout__body {
  flex: 1 0 auto;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 6px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #b41b15;
}
.scrollbar::-webkit-scrollbar-track:horizontal {
  background: rgba(0,0,0,0.15);
}
.scrollbar--light::-webkit-scrollbar-track:horizontal {
  background: rgba(255,255,255,0.15);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #f28f8b;
  border-radius: 10px;
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(0,0,0,0.4);
}
.scrollbar--light::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(255,255,255,0.4);
}
.text {
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .text {
    max-width: 1100px;
    padding: 26px;
    font-size: 22px;
    line-height: 28px;
  }
}
.text--additional {
  margin-top: 26px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
@media screen and (min-width: 768px) {
  .text--additional {
    font-size: 14px;
    line-height: 18px;
  }
}
.text--additional a {
  text-decoration: underline;
  color: inherit;
}
.text--additional a:hover {
  text-decoration: none;
}
.text a {
  color: #000;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
          text-decoration-color: rgba(0,0,0,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.text a:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.5);
          text-decoration-color: rgba(0,0,0,0.5);
}
.text a:active {
  -webkit-text-decoration-color: rgba(0,0,0,0.25);
          text-decoration-color: rgba(0,0,0,0.25);
}
.text p {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .text p {
    margin: 0 0 26px;
  }
}
.text strong {
  font-weight: bold;
}
.text em,
.text i {
  font-style: italic;
}
.text iframe,
.text img {
  display: block;
  max-width: 100%;
}
.text h2 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text li {
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.text li:last-of-type {
  margin-bottom: 0;
}
.text ul {
  margin-bottom: 20px;
  list-style: disc;
}
.text ol {
  margin-bottom: 20px;
  list-style: decimal;
}
.text h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
.text h4 {
  font-size: 21px;
  margin-top: 20px;
}
.text p {
  margin-bottom: 20px;
}
.alert {
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  max-width: 1155px;
}
@media screen and (min-width: 768px) {
  .alert {
    margin: 26px 0;
  }
}
.alert--success {
  background: #006400;
}
.catalog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog__item {
  margin: 0;
  position: relative;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .catalog__item {
    width: 25%;
  }
}
.catalog__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__name {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.55);
  bottom: 0;
  left: 0;
  font-size: 25px;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
.filters {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  overflow-y: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .filters {
    overflow: initial;
    justify-content: center;
  }
}
.filters__link {
  color: #000;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
          text-decoration-color: rgba(0,0,0,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.filters__link:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.5);
          text-decoration-color: rgba(0,0,0,0.5);
}
.filters__link:active {
  -webkit-text-decoration-color: rgba(0,0,0,0.25);
          text-decoration-color: rgba(0,0,0,0.25);
}
.filter {
  flex-shrink: 0;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .filter {
    padding: 0 26px;
  }
}
.filter__value--select {
  padding: 0 0 1px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
  cursor: pointer;
}
.filter__value--select:hover {
  border-bottom-style: solid;
}
.filter__list {
  display: none;
  flex-direction: column;
  position: fixed;
  background: rgba(0,0,0,0.9);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 150px;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  will-change: top;
}
.filter__list--open {
  display: flex;
}
.filter__option {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .filter:hover .filter__list {
    display: flex;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.filter-select {
  flex-shrink: 0;
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  position: relative;
}
.form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form {
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.form__group {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .form__group {
    flex: 0 0 40%;
    margin: 0 0 52px;
  }
  .form__group--wide {
    flex: 0 0 100%;
  }
}
.form__group--center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.form__input,
.form__textarea {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid #222;
  outline: none;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .form__input,
  .form__textarea {
    padding: 10px 0;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
  }
}
.form__input:hover,
.form__textarea:hover,
.form__input:focus,
.form__textarea:focus,
.form__input[value]:not([value=""]),
.form__textarea[value]:not([value=""]) {
  border-bottom-color: rgba(34,34,34,0.5);
}
.form__input:hover + .form__label,
.form__textarea:hover + .form__label,
.form__input:focus + .form__label,
.form__textarea:focus + .form__label,
.form__input[value]:not([value=""]) + .form__label,
.form__textarea[value]:not([value=""]) + .form__label {
  color: rgba(34,34,34,0.5);
}
.form__textarea {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    height: 60px;
  }
}
.form__label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 5px 0 0;
}
@media screen and (min-width: 375px) {
  .form__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 26px;
  }
}
.form__button {
  background: #e1221a;
  padding: 0 60px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin: auto;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .form__button {
    height: 60px;
    font-size: 24px;
    padding: 0 78px;
  }
}
.form__button:hover {
  background-color: #bf1d16;
}
.form__button:active {
  background-color: #a91913;
}
.form__error {
  color: #d13f19;
  margin: 5px 0;
  font-size: 13px;
}
.gallery-popup {
  background: rgba(0,0,0,0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1000;
  cursor: zoom-out;
}
.gallery-popup__content {
  max-height: calc(100vh - 40px);
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery-popup__content {
    max-height: calc(100vh - 60px);
  }
}
.gallery-popup__content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.gallery-popup__button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  width: 150px;
  height: 100%;
  position: absolute;
  z-index: 1100;
  top: 0;
  outline: none;
}
.gallery-popup__prev {
  left: 0;
  cursor: w-resize;
}
.gallery-popup__next {
  right: 0;
  cursor: e-resize;
}
.layout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout__head,
.layout__footer {
  flex: 0 0 auto;
}
.layout__body {
  flex: 1 0 auto;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 6px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #b41b15;
}
.scrollbar::-webkit-scrollbar-track:horizontal {
  background: rgba(0,0,0,0.15);
}
.scrollbar--light::-webkit-scrollbar-track:horizontal {
  background: rgba(255,255,255,0.15);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #f28f8b;
  border-radius: 10px;
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(0,0,0,0.4);
}
.scrollbar--light::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(255,255,255,0.4);
}
.text {
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .text {
    max-width: 1100px;
    padding: 26px;
    font-size: 22px;
    line-height: 28px;
  }
}
.text--additional {
  margin-top: 26px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
@media screen and (min-width: 768px) {
  .text--additional {
    font-size: 14px;
    line-height: 18px;
  }
}
.text--additional a {
  text-decoration: underline;
  color: inherit;
}
.text--additional a:hover {
  text-decoration: none;
}
.text a {
  color: #000;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
          text-decoration-color: rgba(0,0,0,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.text a:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.5);
          text-decoration-color: rgba(0,0,0,0.5);
}
.text a:active {
  -webkit-text-decoration-color: rgba(0,0,0,0.25);
          text-decoration-color: rgba(0,0,0,0.25);
}
.text p {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .text p {
    margin: 0 0 26px;
  }
}
.text strong {
  font-weight: bold;
}
.text em,
.text i {
  font-style: italic;
}
.text iframe,
.text img {
  display: block;
  max-width: 100%;
}
.text h2 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text li {
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.text li:last-of-type {
  margin-bottom: 0;
}
.text ul {
  margin-bottom: 20px;
  list-style: disc;
}
.text ol {
  margin-bottom: 20px;
  list-style: decimal;
}
.text h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
.text h4 {
  font-size: 21px;
  margin-top: 20px;
}
.text p {
  margin-bottom: 20px;
}
.banner {
  position: relative;
  margin: -1px 0 0;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 800px;
  }
}
.banner__background {
  width: 100%;
  height: calc(100vh - 60px);
}
.banner__background video,
.banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .banner__background {
    height: 100%;
  }
}
.banner__map {
  position: absolute;
  z-index: 15;
  width: 166.5px;
  height: 94.5px;
  background-size: cover;
  top: 20px;
  right: 20px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1281px) {
  .banner__map {
    width: 221px;
    height: 126px;
    top: 26px;
    right: 26px;
  }
}
.banner__content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: -250px auto 20px;
}
@media screen and (min-width: 375px) {
  .banner__content {
    margin: -340px auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner__content {
    position: absolute;
    margin: 0;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner__slogan {
  font-family: 'Seymour One', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
@media screen and (min-width: 375px) {
  .banner__slogan {
    font-size: 25px;
    line-height: 30px;
    margin: -140px auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner__slogan {
    font-size: 35px;
    line-height: 40px;
    height: auto;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1024px) {
  .banner__slogan {
    margin: 0 auto 30px;
    font-size: 64px;
    line-height: 70px;
  }
}
.banner__info {
  background: #e1221a;
  display: flex;
  margin: -10px 15px 0;
  max-width: 1200px;
  flex-direction: column;
}
@media screen and (min-width: 375px) {
  .banner__info {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .banner__info {
    margin: 0 20px;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner__info {
    margin: 0 20px;
    bottom: 125px;
  }
}
@media screen and (min-width: 1281px) {
  .banner__info {
    margin: 0 auto;
  }
}
.banner-block {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 110px 15px 15px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .banner-block {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .banner-block {
    width: 25%;
  }
}
.banner-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 375px) {
  .banner-block--news {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .banner-block--news {
    margin-bottom: 0;
  }
}
.banner-block--certificate:before {
  background: url(/images/icon-iso.svg?dc3a144b8a77d92a5150e2ba8cddda13) 50% 15px no-repeat;
  background-size: 65px 85px;
}
@media screen and (min-width: 375px) {
  .banner-block--certificate {
    background-position: 18px 18px;
  }
}
@media screen and (min-width: 768px) {
  .banner-block--certificate {
    padding: 18px 18px 18px 120px;
  }
  .banner-block--certificate:before {
    background-size: auto;
    background-position: 15px 50%;
  }
}
.banner-block--30:before {
  background: url(/images/icon-30-mobile.svg?df19d16dd0bd4d69ff098b773bba71d9) 50% 50px no-repeat;
}
@media screen and (min-width: 375px) {
  .banner-block--30 {
    background-position: 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .banner-block--30 {
    padding: 18px 18px 18px 105px;
  }
  .banner-block--30:before {
    background: url(/images/icon-30.svg?c2da35e8b9df7feee290c31a331beddc) 18px 18px no-repeat;
    background-position: 15px 0;
  }
}
.banner-block__label {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .banner-block__label {
    font-size: 36px;
  }
}
.banner-block__description {
  color: #fff;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
}
.banner-news {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px 15px;
}
@media screen and (min-width: 768px) {
  .banner-news {
    padding: 18px 35px 25px;
    width: 50%;
  }
}
.banner-news__info {
  width: 90px;
}
.banner-news__label {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 0 5px;
}
.banner-news__date {
  font-weight: bold;
  line-height: 0.9;
  color: #fff;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .banner-news__date {
    font-size: 36px;
  }
}
.banner-news__title {
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .banner-news__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .banner-news__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .banner-news__title {
    margin-left: 26px;
  }
}
.home-text {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .home-text {
    margin: 52px auto;
  }
}
.home-text__subtitle {
  font-weight: 700;
  line-height: 1.19;
  color: #333;
  font-size: 16px;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .home-text__subtitle {
    font-size: 26px;
  }
}
.home-text__content {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.19;
  color: #222;
}
@media screen and (min-width: 375px) {
  .home-text__content {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .home-text__content {
    font-size: 44px;
  }
}
.home-text__content strong {
  color: #e1221a;
}
.home-text__content a {
  color: #e1221a;
  -webkit-text-decoration-color: rgba(225,34,26,0.15);
          text-decoration-color: rgba(225,34,26,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.home-text__content a:hover {
  -webkit-text-decoration-color: rgba(255,34,26,0.5);
          text-decoration-color: rgba(255,34,26,0.5);
}
.home-text__content a:active {
  -webkit-text-decoration-color: rgba(255,34,26,0.25);
          text-decoration-color: rgba(255,34,26,0.25);
}
.home-text {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .home-text {
    margin: 52px auto;
  }
}
.home-text__subtitle {
  font-weight: 700;
  line-height: 1.19;
  color: #333;
  font-size: 16px;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .home-text__subtitle {
    font-size: 26px;
  }
}
.home-text__content {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.19;
  color: #222;
}
@media screen and (min-width: 375px) {
  .home-text__content {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .home-text__content {
    font-size: 44px;
  }
}
.home-text__content strong {
  color: #e1221a;
}
.home-text__content a {
  color: #e1221a;
  -webkit-text-decoration-color: rgba(225,34,26,0.15);
          text-decoration-color: rgba(225,34,26,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.home-text__content a:hover {
  -webkit-text-decoration-color: rgba(255,34,26,0.5);
          text-decoration-color: rgba(255,34,26,0.5);
}
.home-text__content a:active {
  -webkit-text-decoration-color: rgba(255,34,26,0.25);
          text-decoration-color: rgba(255,34,26,0.25);
}
.material {
  box-sizing: border-box;
  width: 250px;
  height: 100%;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  text-align: left;
  font-size: 13px;
  flex: 0 0 250px;
  padding-right: 20px;
}
@media screen and (min-width: 375px) {
  .material {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .material {
    width: 470px;
    padding-right: 26px;
    flex: 0 0 496px;
    font-size: 24px;
    line-height: 26px;
  }
}
.node .material {
  color: #fff;
}
.material--media {
  width: auto;
  max-width: 470px;
  flex: 0 0 auto;
}
.material__label {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 375px) {
  .material__label {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .material__label {
    font-size: 18px;
  }
}
.material__image {
  max-width: 100%;
  display: block;
  cursor: zoom-in;
  -o-object-fit: cover;
     object-fit: cover;
  height: 225px;
}
@media screen and (min-width: 768px) {
  .material__image {
    height: 335px;
  }
}
.material__link {
  color: #000;
  display: inline-block;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
          text-decoration-color: rgba(0,0,0,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.material__link:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.5);
          text-decoration-color: rgba(0,0,0,0.5);
}
.material__link:active {
  -webkit-text-decoration-color: rgba(0,0,0,0.25);
          text-decoration-color: rgba(0,0,0,0.25);
}
.node {
  color: #fff;
  background: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .node--view {
    min-height: 650px;
  }
}
.node__counter {
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  .node__counter {
    margin-right: 26px;
  }
}
.node--page {
  position: relative;
}
.node__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.node__gallery {
  background: #000;
}
.node:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}
.node__content {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  box-sizing: border-box;
  z-index: 3;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .node__content {
    padding: 0 0 78px;
  }
}
.node__header {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.11;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .node__header {
    font-size: 64px;
    line-height: 1;
    margin: 26px auto;
  }
}
.node__description {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 375px) {
  .node__description {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .node__description {
    margin: auto;
    font-size: 38px;
    line-height: 1.17;
  }
}
.node__materials {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .node__materials {
    padding: 26px 0;
  }
}
.node__list {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .node__list {
    padding: 0 26px;
  }
}
.node__button {
  width: 241px;
  height: 44px;
  border-radius: 26px;
  background: #e1221a;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 20px 0 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .node__button {
    margin: 26px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .node__button--phone {
    display: none;
  }
}
.nodes-arrows {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .nodes-arrows {
    margin-left: 26px;
  }
}
.nodes-arrows__item {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 5px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .nodes-arrows__item {
    font-size: 26px;
  }
}
.nodes-arrows__item svg {
  height: 19px;
}
.nodes-arrows__item:hover svg .st0,
.nodes-arrows__item:hover svg .st1 {
  stroke: #eee;
}
.nodes-arrows__item--next {
  margin-left: 5px;
}
.nodes-counter {
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .nodes-counter {
    font-size: 26px;
  }
}
.nodes-counter__active {
  color: #fff;
}
.nodes-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  width: 100%;
  align-content: center;
  color: #fff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .nodes-list {
    padding: 26px 0 26px 26px;
    flex-direction: row;
  }
}
.nodes-list--primary {
  background: #e1221a;
}
.nodes-list--transparent {
  background: transparent;
}
.nodes-list__header {
  font-size: 16px;
  font-weight: 600;
  margin-right: 40px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .nodes-list__header {
    font-size: 26px;
    margin-left: 0;
    margin-right: 52px;
  }
}
.nodes-list__info {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-content: center;
  padding: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .nodes-list__info {
    padding: 0;
    align-self: stretch;
    margin: 0;
    align-items: center;
    margin-right: 26px;
  }
}
.nodes-slider {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.nodes-slider__inner {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 10px;
}
.nodes-slider__item {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .nodes-slider__item {
    padding: 0 26px;
  }
}
.nodes-slider__link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  -webkit-text-decoration-color: rgba(255,255,255,0.15);
          text-decoration-color: rgba(255,255,255,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.nodes-slider__link:hover {
  -webkit-text-decoration-color: rgba(255,255,255,0.5);
          text-decoration-color: rgba(255,255,255,0.5);
}
.nodes-slider__link:active {
  -webkit-text-decoration-color: rgba(255,255,255,0.25);
          text-decoration-color: rgba(255,255,255,0.25);
}
@media screen and (min-width: 768px) {
  .nodes-slider__link {
    font-size: 23px;
  }
}
.nodes-slider__link img {
  height: 32px;
  display: block;
  opacity: 0.5;
  transition: all 300ms;
}
@media screen and (min-width: 768px) {
  .nodes-slider__link img {
    height: 46px;
  }
}
.nodes-slider__link.active img,
.nodes-slider__link:hover img {
  opacity: 1;
}
.nodes-slider__link--active {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
}
.news-block {
  position: relative;
  overflow: hidden;
}
.news-block__header {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 0 0 20px;
  text-transform: uppercase;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .news-block__header {
    padding-left: 26px;
    font-size: 26px;
    margin: 0 0 26px;
  }
}
.news-block__items {
  display: flex;
  flex-direction: row;
  overflow: auto;
  margin: 0;
}
.contacts {
  position: relative;
  padding: 60px 10px 0;
}
.contacts--page {
  padding: 0 20px;
  max-width: 1155px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contacts--page {
    padding: 0 80px;
  }
}
.contacts__title {
  font-weight: bold;
  line-height: 1.24;
  max-width: 920px;
  font-size: 20px;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .contacts__title {
    font-size: 26px;
    margin: 52px 0;
  }
}
.contacts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1155px;
}
.contacts .form {
  max-width: 1155px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .contacts .form {
    margin: 52px 0 0;
  }
}
.contacts__item {
  flex: 0 0 100%;
  margin: 0 0 20px;
  color: #222;
  line-height: 1.46;
  font-weight: 500;
  font-size: 15px;
}
.contacts__item--map {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .contacts__item {
    font-size: 18px;
    flex: 0 0 48%;
    margin: 0 0 26px;
  }
}
.contacts__item strong {
  font-weight: bold;
}
.contacts__item a {
  color: #222;
  -webkit-text-decoration-color: rgba(34,34,34,0.15);
          text-decoration-color: rgba(34,34,34,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.contacts__item a:hover {
  -webkit-text-decoration-color: rgba(34,34,34,0.5);
          text-decoration-color: rgba(34,34,34,0.5);
}
.contacts__item a:active {
  -webkit-text-decoration-color: rgba(34,34,34,0.25);
          text-decoration-color: rgba(34,34,34,0.25);
}
.contacts__logo {
  height: 28px;
}
@media screen and (min-width: 768px) {
  .contacts__logo {
    height: 35px;
  }
}
.contacts__map {
  width: 100%;
  height: 260px;
  margin: 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contacts__map {
    margin: 26px 0 0;
    height: 360px;
  }
}
.contacts__value {
  color: #e1221a;
  font-size: 20px;
  -webkit-text-decoration-color: rgba(225,34,26,0.15);
          text-decoration-color: rgba(225,34,26,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.contacts__value:hover {
  -webkit-text-decoration-color: rgba(225,34,26,0.5);
          text-decoration-color: rgba(225,34,26,0.5);
}
.contacts__value:active {
  -webkit-text-decoration-color: rgba(225,34,26,0.25);
          text-decoration-color: rgba(225,34,26,0.25);
}
@media screen and (min-width: 768px) {
  .contacts__value {
    font-size: 26px;
  }
}
.contacts__form {
  height: 100%;
  background: #fff;
  padding: 20px;
  z-index: 2;
  position: relative;
}
.contacts__video {
  top: 0;
  left: 0;
  bottom: 60px;
}
@media screen and (min-width: 1281px) {
  .contacts--home {
    max-width: 1196px;
    margin: 100px auto 0;
    padding: 0;
  }
  .contacts__form {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 90px;
  }
  .contacts__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: -50px;
  }
}
.contacts-video {
  text-decoration: none;
  position: absolute;
  z-index: 1;
}
.contacts-video__image {
  position: relative;
  display: block;
  height: 100%;
}
.contacts-video__image img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-video__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}
.contacts-video__label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .contacts-video__label {
    left: auto;
    right: 26px;
    font-size: 26px;
  }
}
.article {
  border: 1px solid rgba(34,34,34,0.15);
  width: 270px;
  height: 390px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 270px;
  margin: 0 10px 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .article {
    width: 300px;
    height: 430px;
    flex: 0 0 300px;
    margin: 0 13px 26px;
  }
}
.article__image {
  position: relative;
  height: 100%;
  display: block;
}
.article__image img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__image:after {
  content: '';
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 300ms;
  z-index: 2;
}
.article__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .article__content {
    padding: 26px;
  }
}
.article__date {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin: 0 0 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .article__date {
    margin: 0 0 26px;
  }
}
.article__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  color: #e1221a;
}
.article__title svg {
  height: 14px;
  width: 14px;
  display: inline-block;
}
.article__title .st0,
.article__title .st1 {
  fill: none;
  stroke: #e1221a;
}
.article__text {
  font-weight: 500;
  line-height: 1.13;
  color: #222;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 13px;
}
@media screen and (min-width: 375px) {
  .article__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .article__text {
    font-size: 16px;
    padding: 0 26px;
    bottom: 26px;
  }
}
.article:hover {
  border: 1px solid transparent;
}
.article:hover .article__image:after {
  background: rgba(0,0,0,0.55);
}
.article:hover .article__date,
.article:hover .article__text,
.article:hover .article__title {
  color: #fff;
}
.article:hover .article__date .st0,
.article:hover .article__text .st0,
.article:hover .article__title .st0,
.article:hover .article__date .st1,
.article:hover .article__text .st1,
.article:hover .article__title .st1 {
  stroke: #fff;
}
.certificates {
  width: 270px;
  margin: auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .certificates {
    padding: 26px;
  }
}
@media (min-width: 560px) {
  .certificates {
    width: 560px;
  }
}
@media (min-width: 978px) {
  .certificates {
    width: 978px;
  }
}
@media (min-width: 1304px) {
  .certificates {
    width: 1304px;
  }
}
@media (min-width: 1630px) {
  .certificates {
    width: 1630px;
  }
}
.certificates__title {
  text-align: center;
  color: #222;
  margin: 0 0 40px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .certificates__title {
    margin: 0 0 52px;
    font-size: 56px;
  }
}
.certificates__row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .certificates__row {
    flex-direction: row;
    margin-bottom: 52px;
  }
}
.certificates__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.certificates__group + .certificates__group {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .certificates__group + .certificates__group {
    margin-left: 26px;
  }
}
.certificates__list {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .certificates__list {
    margin-left: -26px;
  }
}
.certificates__logo {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .certificates__logo {
    margin: 0 0 26px;
  }
}
.certificates__logo svg {
  height: 30px;
  display: block;
}
.certificates__logo svg .st0 {
  fill: #222;
}
.page {
  padding: 0 20px;
  max-width: 1155px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page {
    padding: 0 80px;
  }
}
.page__title {
  font-weight: bold;
  line-height: 1.24;
  max-width: 920px;
  font-size: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .page__title {
    font-size: 26px;
    margin: 26px 0;
  }
}
.page__content {
  margin: 0 0 20px;
  color: #222;
  line-height: 1.46;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .page__content {
    font-size: 18px;
    flex: 0 0 48%;
    margin: 0 0 26px;
  }
}
.page__content strong {
  font-weight: bold;
}
.page__content a {
  color: #222;
  -webkit-text-decoration-color: rgba(34,34,34,0.15);
          text-decoration-color: rgba(34,34,34,0.15);
  text-underline-position: under;
  transition: all 300ms;
}
.page__content a:hover {
  -webkit-text-decoration-color: rgba(34,34,34,0.5);
          text-decoration-color: rgba(34,34,34,0.5);
}
.page__content a:active {
  -webkit-text-decoration-color: rgba(34,34,34,0.25);
          text-decoration-color: rgba(34,34,34,0.25);
}
.projects-map {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .projects-map {
    height: calc(100vh - 74px - 155px);
  }
}
.projects-map__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #000;
}
.thanks {
  text-align: center;
  color: #444;
  font-size: 14px;
}
.thanks__title {
  font-weight: bold;
  line-height: 1.24;
  font-size: 20px;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .thanks__title {
    font-size: 26px;
    margin: 52px 0;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 75%; /* 16:9 */
  height: 0;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .video-wrapper {
    width: 450px;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
