@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSansCyrl-100.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-100.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSansCyrl-700.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSansCyrl-900.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-900.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

html {
  box-sizing: border-box;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100vw;
  /* height: 100%; */
  /* overflow: hidden; */
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 1s ease;
  overflow-x: hidden;

}

body.gallery,
body.home {
  background-color: #292929;
}

.page {
  margin: 0;
  padding: 0;
  transition: all 1s ease;
}

.page::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  transition: all 1s ease;
}

.sticky .page::before {
  position: relative;
  height: 70px;
  transition: all 0s ease;
}

.content {
  transition: all 1s ease;
}

.about .page {
  background-color: #fff;
}

.about .page .main-content {
  padding: 0;
}

.about .page .main-content .section {
  margin: 40px auto 0;
  display: -ms-flexbox;
  display: flex;
}

.about .page .main-content .section--cards {
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts .page .main-content {
  padding: 0;
}

.page.page--location .btn--nav-toggle {
  z-index: 8;
}

.page.page--location .footer--visible,
.page.page--location .top-panel {
  z-index: 7;
}

.page.page--location .js-moveto.link--to-top {
  display: none;
}

@media (min-width: 960px) {
  .page.page--location .js-moveto.link--to-top {
    display: block;
    margin-top: -60px;
  }
}

.page.page--location .js-location-toggle {
  z-index: 7;
}

.single-news .content,
.text-page .content {
  margin: 20px;
}

@media (min-width: 960px) {

  .single-news .content,
  .text-page .content {
    width: 960px;
    margin: 0 auto;
  }

  .single-news .content .header,
  .single-news .content .text--large,
  .single-news .content section,
  .text-page .content .header,
  .text-page .content .text--large,
  .text-page .content section {
    width: 630px;
    margin-right: auto;
    margin-left: auto;
  }

  .single-news .content .header p {
    width: 630px;
    margin: 55px auto 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
}

.single-news .content section:last-of-type,
.text-page .content section:last-of-type {
  margin-bottom: 94px;
}

.single-news .content h2,
.text-page .content h2 {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  font-weight: 500;
  margin: 40px 0 20px;
}

.content .image {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}

@media (min-width: 960px) {

  .single-news .content h2,
  .text-page .content h2 {
    font-size: 24px;
    text-align: center;
    margin: 62px 0 35px;
  }

  .single-news .content h2:first-of-type,
  .text-page .content h2:first-of-type {
    font-size: 24px;
    text-align: center;
    margin: 51px 0 35px;
  }
}

.single-news .content p,
.text-page .content p {
  font-weight: 300;
  padding: 32px 30px 0;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
}

.single-news .content section p,
.text-page .content section p {
  font-weight: 300;
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
}

.text-page .content {
  width: auto;
}

.text-page .content .image {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.text-page .content .header {
  width: auto;
  margin: -20px -20px 0;
}

@media (min-width: 960px) {
  .text-page .content .header .header__inner {
    width: 960px;
    margin: 0 auto;
  }

  .single-news .content p,
  .text-page .content p {
    font-weight: 300;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
  }
}

.content+.js-moveto {
  margin-top: -60px;
}

.top-panel {
  background-color: #292929;
  height: 70px;
  transition: all 1s ease;
  z-index: 3;
  position: relative;
}

.location .top-panel {
  z-index: 16;
}

.top-panel,
.top-panel__inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-panel__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media (min-width: 960px) {
  .top-panel__inner {
    padding: 0 23px 0 40px;
  }
}

.top-panel__inner .address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 480px) {
  .top-panel {
    height: 100px;
  }
}

.sticky .top-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  height: 70px;
}

@media (min-width: 480px) {
  .sticky .top-panel {
    height: 60px;
  }
}

.video-container {
  margin: 10px 11px 70px;
  height: auto;
  position: relative;
}

.video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.video-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-container:before {
  padding-top: calc(56.25% + 8px);
}

@media (min-width: 960px) {
  .video-container {
    width: 960px;
    margin: 40px auto 80px;
  }
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block--footer {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
  text-align: right;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  max-width: auto;
  margin: 0 20px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}

.container--parking {
  position: relative;
  width: 100%;
  margin: 40px 0 70px;
}

.container--parking:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 54.09091%;
}

.container--parking>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.container--parking img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .container--parking {
    width: 960px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px auto 80px;
  }

  .container--parking:before {
    display: none;
  }

  .container--parking img {
    position: relative;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Museo Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

body ::-moz-selection {
  background-color: rgba(196, 78, 0, 0.3);
  text-shadow: none;
}

body ::selection {
  background-color: rgba(196, 78, 0, 0.3);
  text-shadow: none;
}

strong {
  font-weight: 500;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}

.copyright {
  font-size: 12px;
  color: #b4b4b4;
  line-height: 1.2;
  margin-top: 37px;
  text-align: center;
}

@media (min-width: 960px) {
  .copyright {
    font-size: 14px;
  }
}

.text--extrasmall {
  font-size: 10px;
}

.text--small {
  font-size: 12px;
}

@media (min-width: 960px) {
  .text--small {
    font-size: 14px;
  }
}

.text--medium {
  font-size: 16px;
}

.text--large {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}

@media (min-width: 960px) {
  .text--large {
    font-size: 20px;
  }
}

.text--extralarge {
  font-size: 72px;
  font-weight: 500;
}

.text--mutted {
  color: #8c8c8c;
}

.text--date {
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 960px) {
  .text--date {
    margin-bottom: 60px;
  }
}

.contacts--office {
  text-align: center;
}

.contacts--footer {
  text-align: center;
  margin-bottom: 38px;
}

.contacts--footer .link--phone {
  font-size: 21px;
  font-weight: 500;
  border-bottom: 1px dashed #fff;
  color: #fff;
}

.contacts--footer .btn--call-back {
  display: block;
  width: auto;
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.text.text--404 {
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 36px auto 0;
}

.sticky .footer .contacts--footer .btn--call-back {
  display: block;
}

.link {
  color: inherit;
  position: relative;
}

.link--underline {
  background-image: linear-gradient(90deg, currentColor 100%, transparent 0);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  display: inline;
  text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #f0f0f0;
}

.link--underline:hover {
  background-image: linear-gradient(90deg, #c44e00 100%, transparent 0);
}

.link--dashed {
  border-bottom: 1px dashed #000;
}

.copyright .link--dashed {
  border-color: #b4b4b4;
}

.link--to-top {
  margin: 35px 0;
  text-transform: uppercase;
  display: none;
}

.main-content .link--to-top {
  width: 100%;
}

.content--main .link--to-top {
  text-align: center;
}

.content>.link--to-top {
  margin-left: 80px;
}

.link--to-down {
  margin: 0;
  position: fixed;
  bottom: -40px;
  display: block;
  left: 50%;
  margin-left: -40px;
  z-index: 4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: #505050;
}

.link--to-down .icon {
  margin: 0 0 10px;
}

.link--to-down .icon path {
  fill: #b4b4b4;
}

.link--to-down:active {
  background-color: #c44e00;
}

@media (min-width: 960px) {
  .link--to-down {
    background-color: transparent;
    bottom: 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
  }

  .link--to-down .icon {
    margin: 0 0 -5px;
  }

  .link--to-down:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }
}

.link--to-top {
  -ms-flex-align: center;
  align-items: center;
  background-color: #505050;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  margin: 0 0 0 -40px;
  position: fixed;
  bottom: -40px;
  z-index: 7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.link--to-top svg {
  margin-top: -30px;
}

.link--to-top svg path {
  fill: #909090;
}

.link--to-top .btn__bg,
.link--to-top .btn__lines {
  display: none;
}

.sticky .link--to-top {
  z-index: 11;
}

@media (min-width: 960px) {
  .link--to-top {
    border-radius: 60px;
    display: block;
    height: 60px;
    position: relative;
    width: 60px;
    transition: all 0.3s ease;
    margin: 0 0 0 -30px;
    bottom: -30px;
    line-height: 60px;
    text-align: center;
  }

  .link--to-top .btn__lines {
    background: linear-gradient(180deg,
      #e6e6e6,
      #e6e6e6 1px,
      transparent 0,
      transparent);
    background-size: 100% 3px;
    border-radius: 59px;
    height: 59px;
    left: 50%;
    top: 50%;
    transform: translate(-29.5px, -29.5px);
    width: 59px;
  }

  .link--to-top .btn__bg,
  .link--to-top .btn__lines {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s ease;
  }

  .link--to-top .btn__bg {
    background-color: #505050;
    border-radius: 60px;
    height: 60px;
    left: 0;
    top: 0;
    width: 60px;
  }

  .link--to-top>svg {
    z-index: 2;
  }

  .link--to-top>svg path {
    transition: 0.5s ease-in-out 0.5s;
  }

  .link--to-top:hover .btn__lines {
    height: 60px;
    transform: translate(-45px, -30px);
    width: 60px;
    z-index: 0;
  }

  .link--to-top:hover .btn__bg {
    background-color: #c44e00;
  }

  .link--to-top:hover>svg path {
    fill: #fff;
    transition: 0.25s ease-in-out 0s;
  }
}

.link--back {
  clear: both;
  color: #8c8c8c;
  display: block;
  float: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link--back .icon--arrow-left {
  width: 7px;
  height: 11px;
  margin-bottom: -1px;
}

.link--back:hover .icon--arrow-left path {
  fill: #c44e00;
}

@media (min-width: 960px) {
  .link--back {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .link--back .icon--arrow-left {
    height: 14px;
    width: 8px;
    margin-bottom: -2px;
  }
}

@media (min-width: 1159px) {
  .link--back {
    display: inline-block;
  }
}

.main-content .link--back {
  margin-bottom: 40px;
  width: 100%;
}

.link--phone {
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
}

/* @media (min-width: 960px) {
  .footer .link--phone {
    position: absolute;
    right: 40px;
    top: 60px;
  }
} */

.link--phone {
  line-height: 40px;
}

@media (max-width: 1158px) {
  .sticky .link--phone {
    line-height: 40px;
  }
}

@media (min-width: 480px) {
  .link--phone {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .link--phone {
    /* font-size: 18px; */
    line-height: 1.2;
    margin-bottom: 0;
  }
}

@media (min-width: 1160px) {
  .link--phone {
    font-size: 20px;
    margin-bottom: 10px;
    word-spacing: 2px;
  }
}

.contacts--page .link--phone {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 18px;
}

@media (min-width: 1160px) {
  .contacts--footer .link--phone {
    border: 0;
    word-spacing: -3px;
  }
}

.link:hover {
  color: #c44e00;
}

.address--contact .link {
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 10px;
}

.address--contact .link:hover {
  color: #c44e00;
}

.address--contact .block .link {
  margin-left: 20px;
}

.address--contact .block .link.link--phone {
  margin-left: 0;
}

.copyright .link:hover {
  border-bottom: 1px dashed #c44e00;
}

.link-info {
  color: #8c8c8c;
  display: block;
  font-size: 14px;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.list,
.list--docs {
  display: -ms-flexbox;
  display: flex;
}

.list--docs {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 40px 20px 70px;
}

@media (min-width: 640px) {
  .list--docs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 640px;
    margin: 40px auto 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 980px) {
  .list--docs {
    width: 960px;
  }
}

@media (min-width: 1330px) {
  .list--docs {
    width: 1290px;
  }
}

@media (min-width: 1660px) {
  .list--docs {
    width: 1620px;
  }
}

.list--docs .list__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
  text-align: left;
  max-width: 280px;
  margin-bottom: 37px;
}

.list--docs .list__item:last-of-type {
  margin-right: 0;
}

@media (orientation: landscape) {
  .list--docs .list__item {
    max-width: none;
  }
}

@media (min-width: 670px) {
  .list--docs .list__item {
    width: 300px;
    max-width: 300px;
    margin-right: 30px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media (min-width: 670px) and (max-width: 979px) {
  .list--docs .list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 980px) and (max-width: 1329px) {
  .list--docs .list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1330px) and (max-width: 1659px) {
  .list--docs .list__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1660px) {
  .list--docs .list__item:nth-child(5n) {
    margin-right: 0;
  }
}

.list--docs .list__item .link {
  display: block;
  margin: 0 30px 0 53px;
}

.list__item {
  margin-bottom: 40px;
}

.list__item--pdf {
  padding-left: 53px;
  position: relative;
}

.list__item--pdf:before {
  background-image: url(../img/docs.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
}

.list__text {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  width: 100%;
}

.section--news section__title {
  display: none;
  visibility: hidden;
}

.heading {
  font-weight: 500;
  margin: 0;
}

.heading,
.heading--hero {
  text-transform: uppercase;
}

.heading--hero {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  margin: 20px 0 32px;
}

.heading,
.heading--hero2 {
  text-transform: uppercase;
}

.heading--hero2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  margin: 20px 0 32px;
}

@media (min-width: 960px) {
  .heading--hero {
    font-size: 72px;
    line-height: 1;
    margin: 20px 0 60px;
  }
  .heading--hero2 {
    font-size: 50px;
    line-height: 1;
    margin: 20px 0 60px;
  }
}

.heading--hide {
  text-indent: -9999px;
  color: transparent;
  width: 0;
  height: 0;
  line-height: 0;
  white-space: nowrap;
}

.heading--card {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  text-transform: none !important;
}

.heading--card:after {
  display: inline-block;
  content: "";
  position: relative;
  background-image: url(../img/arrow-a94451b258.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  .heading--card {
    font-size: 32px;
  }

  .heading--card:after {
    display: none;
  }
}

.heading--main {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

@media (min-width: 960px) {
  .heading--main {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1160px) {
  .heading--main {
    font-size: 42px;
    line-height: 45px;
  }
}

@media (min-width: 1360px) {
  .heading--main {
    font-size: 40px;
    line-height: 1;
  }
}

.heading--single {
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .heading--single {
    width: auto;
  }
}

.heading--news {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2px;
}

@media (min-width: 960px) {
  .heading--news {
    font-size: 42px;
    margin-bottom: 12px;
  }
}

.heading--contacts {
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 16px;
  text-align: left;
}

@media (min-width: 960px) {
  .heading--contacts {
    margin-top: 0;
  }
}

.heading--contacts,
.heading--office {
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}

.heading--office {
  margin-bottom: 30px;
  color: #fff;
}

@media (min-width: 960px) {
  .contacts--office .heading--office {
    margin-bottom: 5px;
  }
}

.content .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.content .image-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content .image-container .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

@media (min-width: 960px) {
  .content .image-container:before {
    display: none;
  }

  .content .image-container .image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.map .image {
  max-height: 440px;
}

.image.image--404 {
  display: block;
  margin: 60px auto 90px;
  width: 100%;
  max-width: 590px;
}

.icon {
  display: inline-block;
}

.icon--phone {
  height: 14px;
  margin-right: 10px;
  width: 14px;
}

.icon--arrow-top {
  margin: 0 0 -3px;
  transform: rotate(-90deg);
}

.icon--arrow-down,
.icon--arrow-top {
  background-position: 50%;
  height: 18px;
  width: 10px;
}

.icon--arrow-down {
  margin: 0;
  transform: rotate(90deg);
}

.icon--arrow-left {
  transform: rotate(-180deg);
  margin-right: 10px;
}

.icon--arrow-left,
.icon--arrow-right {
  background-position: 50%;
  height: 14px;
  width: 8px;
  fill: #8c8c8c;
}

.icon--arrow-right {
  margin: -2px 0 -2px 2px;
}

.icon--link {
  height: 14px;
  left: -20px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.icon--link path {
  fill: #c44e00;
}

.icon--point-small {
  background-image: url(../img/point-small-34c4b4cc3b.png);
  width: 11px;
  height: 14px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
}

.icon--close {
  width: 18px;
  height: 18px;
}

.btn,
.icon--point-small+.link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

.btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: Museo Sans, sans-serif;
  font-weight: 500;
  outline: 0;
  padding: 23px 60px;
  text-decoration: none;
  cursor: pointer;
}

.btn--invert {
  background-color: #c44e00;
  border: 0;
  display: block;
  white-space: nowrap;
}

.btn--invert .icon {
  fill: #fff;
}

.btn--invert:hover {
  background-color: #c44e00;
  border: 0;
}

.btn--base {
  color: #fff;
  border: 0;
  background-color: #b4b4b4;
  padding: 16px 46px;
  line-height: 2;
}

@media (min-width: 1000px) {
  .btn--base {
    padding: 16px 78px;
  }
}

.btn--base>.icon path {
  fill: #fff;
}

.btn--base:hover {
  background-color: #c44e00;
  border-color: #c44e00;
  color: #fff;
}

.btn--base:hover>.icon {
  fill: #fff;
}

.btn--dashed {
  color: #000;
  border: 1px dashed #b4b4b4;
  padding: 21px 60px;
  background-color: transparent;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--dashed .color {
  color: #c44e00;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

.btn--dashed span {
  line-height: 13px;
  font-weight: 500;
}

.btn--dashed>.icon {
  fill: #c44e00;
}

.btn--dashed:hover {
  background-color: #c44e00;
  border-color: #c44e00;
  color: #fff;
}

.btn--dashed:hover .color {
  color: #fff;
}

.btn--dashed:hover>.icon {
  fill: #fff;
}

.section--news .btn--dashed {
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: auto;
  margin: 30px auto 0;
}

.contacts--page .btn--dashed {
  padding: 21px 46px;
}

.btn--dashed.btn--404 {
  max-width: 300px;
  margin: 66px auto 0;
}

.btn--transparent {
  color: #fff;
  border: 1px solid #fff;
  padding: 21px 40px;
  background-color: transparent;
}

@media (min-width: 960px) {
  .btn--transparent {
    padding: 21px 60px;
  }
}

.btn--transparent .color {
  color: #c44e00;
  font-size: 18px;
}

.btn--transparent>.icon {
  fill: #c44e00;
}

.btn--transparent:hover {
  background-color: #c44e00;
  border-color: #c44e00;
  color: #fff;
}

.btn--transparent:hover .color {
  color: #fff;
}

.btn--transparent:hover>.icon {
  fill: #fff;
}

.btn--call-back {
  background-color: transparent;
  border: none;
  display: none;
  white-space: nowrap;
  color: #b4b4b4;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.address .btn--call-back,
.btn--call-back {
  text-align: right;
}

.btn--call-back .icon {
  fill: #b4b4b4;
}

.btn--call-back:hover {
  background-color: transparent !important;
  color: #c44e00;
}

.btn--call-back:hover .icon {
  fill: #fff;
}

@media (min-width: 960px) {
  .btn--call-back {
    font-size: 12px;
    display: block;
    overflow: hidden;
    /* transition: all 0.6s ease; */
  }
}

@media (min-width: 1160px) {
  .btn--call-back {
    font-size: 14px;
  }
}

@media (min-width: 1380px) {
  .btn--call-back {
    font-size: 12px;
    margin-top: 13px;
  }

  .btn--call-back .icon {
    margin-bottom: -3px;
    margin-right: 7px;
  }
}

.btn--call-back .icon,
.btn--call-back .title {
  transition: all 0.3s ease;
  opacity: 1;
}

.btn--call-back::before {
  height: 40px;
  width: 40px;
  border: 1px dashed #b4b4b4;
  border-radius: 40px;
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  transition: left 0.3s ease;
}

.sticky .btn--call-back {
  height: 40px;
  width: 40px;
  /* border: 1px dashed #b4b4b4; */
  /* border-radius: 40px; */
  margin: 0 23px 0 0;
  float: left;
  box-sizing: border-box;
}

.sticky .btn--call-back::before {
  top: 0;
  left: 0;
  transition: top 0.3s ease;
}

.sticky .btn--call-back .title {
  /* display: none; */
  opacity: 0;
  top: -40px;
  right: -40px;
  position: relative;
}

.sticky .btn--call-back .icon {
  /* display: none; */
  width: 14px;
  height: 14px;
  /* margin: 0; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky .btn--call-back:hover .icon path {
  fill: #c44e00;
}

.btn--more {
  border-radius: 60px;
  display: block;
  height: 60px;
  position: relative;
  width: 60px;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  background-color: #505050;
  line-height: 60px;
  border: none;
  right: 40px;
  bottom: -60px;
  transition: all 0.6s ease;
  text-align: center;
}

.btn--more .btn__lines {
  background: linear-gradient(180deg,
    #e6e6e6,
    #e6e6e6 1px,
    transparent 0,
    transparent);
  background-size: 100% 3px;
  border-radius: 59px;
  height: 59px;
  left: 50%;
  top: 50%;
  transform: translate(-29.5px, -29.5px);
  width: 59px;
}

.btn--more .btn__bg,
.btn--more .btn__lines {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.btn--more .btn__bg {
  background-color: #505050;
  border-radius: 60px;
  height: 60px;
  left: 0;
  top: 0;
  width: 60px;
}

.btn--more>svg {
  z-index: 2;
}

.btn--more>svg path {
  transition: 0.5s ease-in-out 0.5s;
}

.btn--more:hover .btn__lines {
  height: 60px;
  transform: translate(-45px, -30px);
  width: 60px;
  z-index: 0;
}

.btn--more:hover .btn__bg {
  background-color: #c44e00;
}

.btn--more:hover>svg path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

.btn--more>.icon {
  position: relative;
  fill: #fff;
}

.card .btn--more {
  display: none;
}

@media (min-width: 960px) {
  .card .btn--more {
    display: block;
  }
}

.btn--nav-toggle {
  padding: 30px 0 0;
  border: 0;
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 12;
  background-color: #505050;
  border-radius: 50%;
}

.location .btn--nav-toggle {
  z-index: 17;
}

@media (min-width: 960px) {
  .btn--nav-toggle {
    display: none;
  }
}

.btn--nav-toggle svg {
  width: 40px;
  height: 21px;
}

.btn--nav-toggle .svg-menu-toggle {
  fill: #fff;
  pointer-events: all;
  cursor: pointer;
}

.btn--nav-toggle .svg-menu-toggle .bar {
  transform: rotate(0) translateY(0) translateX(0);
  opacity: 1;
  transform-origin: 20px 10px;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.btn--nav-toggle .svg-menu-toggle .bar:first-of-type {
  transform-origin: 20px 10px;
}

.btn--nav-toggle .svg-menu-toggle .bar:nth-of-type(3) {
  transform-origin: 20px 20px;
}

.btn--nav-toggle .svg-menu-active .bar:first-of-type {
  transform: rotate(-45deg) translateY(0) translateX(0);
}

.btn--nav-toggle .svg-menu-active .bar:nth-of-type(2) {
  opacity: 0;
}

.btn--nav-toggle .svg-menu-active .bar:nth-of-type(3) {
  transform: rotate(45deg) translateY(0) translateX(0);
}

.btn--nav-toggle .inline-svg {
  display: block;
  margin: 0 auto 7px;
  padding-left: 11px;
}

.btn--nav-toggle.btn--nav-active .inline-svg {
  padding-left: 4px;
}

.btn--map {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #505050;
  border-radius: 500px;
  border: 0;
  text-align: center !important;
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--map:hover>svg path {
  fill: #fff;
}

.btn:active {
  background-color: #c44e00;
  border-color: #c44e00;
}

@media (min-width: 960px) {
  .btn:hover {
    background-color: #c44e00;
    border-color: #c44e00;
  }
}

.form {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

@media (min-width: 960px) {
  .form {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.form__block {
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 33px;
  width: 100%;
}

@media (min-width: 960px) {
  .form__block {
    margin-right: 20px;
    margin-bottom: 49px;
    min-width: calc(50% - 20px);
  }
}

.form__block:nth-child(2) {
  margin-right: 0;
}

.form__block--full {
  margin: 0;
  width: auto;
}

@media (min-width: 960px) {
  .form__block--full {
    margin-top: 0;
    min-width: 100%;
    width: 100%;
  }

  .form__block--full:first-of-type {
    margin-top: 0;
  }

  .form__block--full:last-of-type {
    margin-bottom: 28px;
  }
}

.form__block--full p {
  font-size: 12px;
  line-height: 1.2;
  margin: 7px 0 20px;
  padding: 0;
  text-align: center;
  width: 280px;
}

.form__block--full a {
  color: #ff451a;
}

@media (min-width: 960px) {
  .form {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form__block--full p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 260px;
    text-align: center;
    width: auto;
  }

  .form__block--full .text--success {
    font-size: 16px;
    font-weight: 500;
    margin-top: -21px;
  }
}

.input {
  z-index: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  vertical-align: top;
  border: 1px solid #b4b4b4;
}

.input,
.input__field {
  position: relative;
  max-width: 390px;
  width: 100%;
}

.input__field {
  padding: 20px 30px;
  outline: 0;
  border: 0;
  transition: all 0.15s ease-out;
}

@media (min-width: 960px) {
  .input__field {
    /* width: calc(100% - 60px) */
  }
}

.input__field:focus {
  outline: none;
}

.input__label {
  position: absolute;
  left: 30px;
  top: 19px;
  color: #8c8c8c;
  font-weight: 300;
  background-color: transparent;
  z-index: 6;
  transition: all 0.15s ease;
  width: auto;
}
.input__label1 {
  position: absolute;
  left: 50px;
  margin-left:20px;
  margin-top:1px;
  top: 20px;
  color: #8c8c8c;
  font-size:14px;
  font-weight: 300;
  background-color: transparent;
  z-index: 6;
  transition: all 0.15s ease;
  width: auto;
}

@media (min-width: 960px) {
  .input__label {
    left: 30px;
    top: 19px;
  }
  .input__label1 {
    left: 30px;
    top: 19px;
  }
}

.focused .input__label {
  transform: translate(-30px, -50px);
  color: #000;
  font-weight: 500;
}
.focused .input__label1 {
  display:none;
}

.input__error {
  display: none;
  color: #ff451a;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}

.input--error .input__error {
  bottom: -30px;
}

.input--error {
  border-color: #ff451a;
}

@media (min-width: 960px) {
  .input {
    margin: 0;
    width: calc(100% - 30px);
  }
}

.main-content header {
  width: 100%;
}

.header--hero {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header--hero .header__inner {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 62%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

@media (min-width: 960px) {
  .header--hero .header__inner {
    width: 100%;
    top: 55%;
  }
}

.header--main {
  background-color: #e6e6e6;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  margin: 0;
}

@media (min-width: 960px) {
  .header--main {
    padding: 35px 0 38px;
  }
}

@media (min-width: 1160px) {
  .header--main {
    padding: 31px 0 29px;
  }
}

@media (min-width: 1600px) {
  .header--main {
    padding: 56px 0 54px;
  }
}

@media (max-width: 999px) {
  .header--location {
    display: none;
  }
}

.header--transparent {
  text-align: center;
  background-color: #e6e6e6;
  padding: 25px 0 0;
  margin: -20px -20px 50px;
}

.header--transparent .header__inner .text--mutted {
  margin-bottom: 31px;
  display: block;
}

@media (min-width: 960px) {
  .header--transparent {
    background-color: transparent;
    margin: 40px 0;
    padding: 0;
  }

  .header--transparent .header__inner .text--mutted {
    margin-bottom: 0;
  }
}

.main-content p {
  margin: 0 0 20px;
}

.main-content p:last-of-type {
  margin-bottom: 0;
}

.main-content section+section {
  margin-top: 40px;
}

.footer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 960px) {
  .footer {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.footer--visible {
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}

.location .footer--visible {
  z-index: 16;
}

.footer--visible .logo {
  -ms-flex-order: 1;
  order: 1;
}

.footer--visible .nav--footer {
  -ms-flex-order: 2;
  order: 2;
}

.footer--visible .contacts--footer {
  -ms-flex-order: 3;
  order: 3;
}

.footer--visible .nav--social {
  -ms-flex-order: 4;
  order: 4;
}

.footer--visible .contacts--office {
  -ms-flex-order: 5;
  order: 5;
}

.footer--visible .copyright {
  -ms-flex-order: 6;
  order: 6;
}

.footer__inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #141414;
  padding: 80px 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .footer__inner {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 280px;
    padding: 60px 23px 60px 40px;
  }

  .footer__inner .logo {
    margin: 0;
  }

  .footer__inner .contacts--footer {
    position: absolute;
    right: 83px;
    top: 160px;
    text-align: left;
  }

  .footer__inner .contacts--footer .btn.btn--call-back {
    display: none;
  }

  .footer__inner .nav--social {
    position: absolute;
    right: 40px;
  }

  .footer__inner .contacts--office {
    position: absolute;
    top: 160px;
    text-align: left;
  }

  .footer__inner .contacts--office .heading {
    text-align: left;
  }

  .footer__inner .copyright {
    text-align: left;
    margin-top: 14px;
  }
}

@media (min-width: 1160px) {
  .footer__inner {
    height: 180px;
    padding: 60px 23px 60px 40px;
  }

  .footer__inner .contacts--footer,
  .footer__inner .contacts--office,
  .footer__inner .nav--social {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .footer__inner .nav.nav--social {
    margin: 0 0 0 94px;
  }

  .footer__inner .contacts--footer {
    top: -5px;
    right: 0;
  }

  .footer__inner .contacts--office {
    margin: -5px 0 0 -15px;
  }

  .footer__inner .contacts--office .heading {
    margin-bottom: 10px;
  }

  .footer__inner .copyright {
    margin-top: 8px;
  }
}

@media (min-width: 1380px) {
  .footer__inner {
    height: 180px;
    padding: 60px 23px 60px 40px;
  }

  .footer__inner .contacts--footer,
  .footer__inner .contacts--office,
  .footer__inner .nav--social {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .footer__inner .nav.nav--social {
    margin: 0 0 0 175px;
  }

  .footer__inner .contacts--footer {
    top: -5px;
    right: 0;
  }

  .footer__inner .contacts--office {
    margin: -5px 0 0 -13px;
  }

  .footer__inner .contacts--office .heading {
    margin-bottom: 10px;
  }

  .footer__inner .copyright {
    margin-top: 8px;
  }
}

.section__inner--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__title {
  font-size: 20px;
  text-transform: none;
  text-align: left;
  font-weight: 500;
}

.section__text {
  margin: 0 0 20px;
}

@media (min-width: 960px) {
  .section__text {
    margin: 0;
  }
}

.section--horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 35px;
}

.section--horizontal .container {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .section--horizontal {
    margin-top: 55px;
  }

  .section--horizontal .container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section--horizontal .section__header {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0;
}

.location .section--horizontal .section__header .section__title {
  margin: 0 20px 10px;
  text-transform: lowercase;
}

.location .section--horizontal .section__header .section__title::first-letter {
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .section--horizontal .section__header .section__title {
    margin: 0 40px 10px 8px;
  }
}

.section--horizontal .section__header .section__text {
  text-align: center;
}

@media (min-width: 960px) {
  .section--horizontal .section__header .section__text {
    margin: 0 200px 0 0;
    text-align: left;
  }
}

.section--horizontal .section__inner {
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-align: left;
  width: auto;
  margin: 11px 20px 0;
}

.section--horizontal .section__inner p {
  margin: 0 0 20px;
}

@media (min-width: 960px) {
  .section--horizontal .section__inner {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 999px) {
  .section--location {
    display: none;
  }
}

.section--home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
}

.section--news {
  width: auto;
  margin: 40px 10px 70px;
}

@media (min-width: 640px) {
  .section--news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 960px) {
  .section--news>div {
    flex: 1 1 100%;
  }
}

@media (min-width: 1340px) {
  .section--news {
    margin: 40px 20px 70px;
  }
}

@media (min-width: 1660px) {
  .section--news {
    width: 1620px;
    margin: 40px auto 70px;
  }
}

.section--cards {
  margin: 0 0 70px;
}

@media (min-width: 960px) {
  .section--cards {
    margin: 0;
  }
}

.section--gallery {
  margin-bottom: 30px;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-header {
  background-color: #e6e6e6;
  padding: 60px 0 0;
}

.content-header__title {
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
}

.main-content--news .content-header {
  background-color: transparent;
}

.main-content--text .content-header {
  background-color: transparent;
  width: 100%;
  padding: 0;
}

.main-content--text .content-header .content-header__title {
  background-color: #e6e6e6;
  width: 100%;
  display: block;
  padding: 60px 0;
}

.address {
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1.2;
}

.contacts--page .address {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 960px) {
  .contacts--page .address {
    text-align: left;
  }
}

.footer .address {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 960px) {
  .footer .address {
    font-size: 14px;
  }
}

.contacts--office .heading {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 960px) {
  .contacts--office .heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 16px;
    text-align: left;
  }
}

.contacts--top {
  text-align: right;
}

.contacts--page {
  width: auto;
  margin: 29px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.contacts--page .heading {
  font-weight: 500;
}

@media (min-width: 960px) {
  .contacts--page {
    max-width: 960px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 20px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1000px) {
  .contacts--page {
    width: 960px;
    margin: 60px auto;
  }
}

.contacts--page .block {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  width: 275px;
}

@media (min-width: 960px) {
  .contacts--page .block>span {
    margin-left: 20px;
  }
}

.contacts--page .block .block {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .contacts--page .block .block {
    display: none;
  }
}

@media (min-width: 960px) {
  .contacts--page .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
  }
}

.card {
  display: block;
}

.card--home {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.card--home .card__image {
  background-size: cover;
  transition: all 0.3s ease;
}

.card--home .card__image,
.card--home .card__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card--home .card__inner {
  overflow: hidden;
}

.card--home .card__title {
  position: absolute;
  bottom: 30px;
  left: 20px;
  margin-right: 60px;
}

@media (min-width: 936px) {
  .card--home .card__title {
    left: 40px;
    bottom: 60px;
  }
}

.card--home:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.card--home>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card--home:hover .card__image {
  transform: scale(1.1);
}

.card--home:hover .btn--more {
  bottom: 44px;
}

@media (orientation: landscape) {
  .card--home:before {
    padding-top: 280px;
  }
}

@media (min-width: 640px) {
  .card--home {
    position: relative;
    width: 280px;
    min-width: 280px;
    max-width: 500px;
    margin-right: 14px;
    -ms-flex: 1 1 280px;
    flex: 1 1 280px;
  }

  .card--home:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  .card--home>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .card--home:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 640px) and (orientation: landscape) {
  .card--home:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 936px) {
  .card--home {
    height: 500px;
    width: auto;
    max-width: calc(50% - 7px);
    min-width: auto;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.card--news {
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
}

.card--news .card__image-container {
  position: relative;
  overflow: hidden;
}

.card--news .card__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.33333%;
}

.card--news .card__image-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (orientation: landscape) {
  .card--news .card__image-container:before {
    padding-top: 280px;
  }
}

@media (min-width: 640px) and (orientation: landscape) {
  .card--news .card__image-container {
    position: relative;
  }

  .card--news .card__image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.33333%;
  }

  .card--news .card__image-container>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.card--news .card__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (orientation: landscape) {
  .card--news .card__image {
    width: 105%;
    height: auto;
  }
}

.card--news .card__inner {
  margin: 40px 30px;
}

.card--news .card__title {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 670px) {
  .card--news {
    width: 300px;
    max-width: 300px;
    margin-right: 30px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media (min-width: 670px) and (max-width: 999px) {
  .card--news:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1329px) {
  .card--news:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1330px) and (max-width: 1659px) {
  .card--news:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1660px) {
  .card--news:nth-child(5n) {
    margin-right: 0;
  }
}

.card--full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card--full .card__image-container {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0 20px;
  -ms-flex-order: 2;
  order: 2;
}

.card--full .card__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.card--full .card__image-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (orientation: landscape) {
  .card--full .card__image-container:before {
    padding-top: 280px;
  }
}

@media (min-width: 640px) {
  .card--full .card__image-container:before {
    padding-top: 280px;
  }
}

@media (min-width: 960px) {
  .card--full .card__image-container {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0;
  }

  .card--full .card__image-container:before {
    padding-top: 560px;
  }
}

.card--full .card__image {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (orientation: landscape) {
  .card--full .card__image {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 640px) {
  .card--full .card__image {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 960px) {
  .card--full .card__image {
    width: auto;
    height: 100%;
  }
}

.card--full .card__inner {
  padding: 20px;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 960px) {
  .card--full .card__inner {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
  }
}

@media (min-width: 1380px) {
  .card--full:nth-of-type(odd) .card__inner {
    padding: 20px 72px;
  }

  .card--full:nth-of-type(even) .card__inner {
    padding: 20px 90px;
  }
}

@media (min-width: 960px) {
  .card--full .card__inner--right {
    -ms-flex-order: 2;
    order: 2;
  }
}

.card--full .card__title {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 960px) {
  .card--full .card__title {
    width: 100%;
    text-align: left;
    font-size: 36px;
    padding-right: 30px;
    margin: 3px 0 37px;
  }
}

@media (min-width: 1380px) {
  .card--full .card__title {
    width: 100%;
    font-size: 40px;
    padding-right: 30%;
  }
}

.card--full .card__text {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 1380px) {
  .card--full .card__text {
    width: 100%;
    padding-right: 33%;
  }
}

@media (min-width: 1900px) {
  .card--full .card__text {
    padding-right: 40%;
  }
}

@media (min-width: 960px) {
  .card--full {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.card--gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.card--gallery .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

.card--gallery:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.card--gallery>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (orientation: landscape) {
  .card--gallery:before {
    padding-top: 280px;
  }
}

@media (min-width: 640px) and (orientation: landscape) {
  .card--gallery {
    position: relative;
    max-width: 280px;
    margin-right: 20px;
  }

  .card--gallery:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  .card--gallery>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .card--gallery.card--gallery-full {
    width: 100%;
    max-width: 580px;
    margin-right: 0;
  }

  .card--gallery.card--gallery-full:before {
    padding-top: 280px;
  }

  .card--gallery:nth-child(3n + 2) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .card--gallery {
    max-width: calc(50% - 10px);
  }

  .card--gallery:before {
    padding-top: 600px;
  }

  .card--gallery.card--gallery-full {
    width: 100%;
    max-width: 100%;
  }

  .card--gallery.card--gallery-full:before {
    padding-top: 600px;
  }
}

.hero {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.hero__inner {
  padding: 0;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__title {
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.zoominhero {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hero-bg-1-e4f5693584.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: a 10s ease-in infinite;
}

.zoominhero,
.zoomouthero {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.zoomouthero {
  background: none;
  animation: zoomout 10s ease-in infinite;
}

.logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.logo__link {
  display: block;
}

.logo__link:hover .logo-3,
.logo__link:hover .logo-f-4,
.logo__link:hover .logo-h-4 {
  fill: #c44e00;
}

.logo__link:hover .logo-f-5,
.logo__link:hover .logo-h-5 {
  fill: #fff;
}

.logo__image {
  transition: all 0.6s ease;
  height: 30px;
  width: 84px;
}

.logo__image path {
  transition: all 0.6s ease;
}

@media (min-width: 480px) {
  .logo__image {
    width: 140px;
    height: 50px;
  }

  .sticky .logo__image {
    width: 113.5px;
  }

  .sticky .logo__image .logo-h-1 {
    opacity: 0;
  }
}

@media (min-width: 960px) {
  .logo {
    width: 168px;
  }

  .logo__image {
    height: 60px;
    width: 168px;
  }
}

@media (min-width: 1160px) {
  .logo {
    width: 180px;
  }

  .logo__image {
    height: 64px;
    width: 180px;
  }

  .sticky .logo__image {
    width: 113.5px;
    margin-right: 66.5px;
  }

  .sticky .logo__image .logo-h-1 {
    opacity: 0;
  }
}

@media (min-width: 1380px) {
  .sticky .logo__image {
    margin-right: 0;
    width: 180px;
    height: 40px;
  }
}

.logo--hero {
  /* left: 50%; */
  /* margin-left: -43px; */
  position: absolute;
  top: 75px;
  z-index: 2;
}

@media (min-height: 568px) {
  .logo--hero {
    /* left: 50%; */
    /* margin-left: -43px; */
    position: absolute;
    top: 100px;
    z-index: 2;
  }
}

.logo--hero .logo__image {
  height: 120px;
  width: 86px;
}

@media (min-width: 960px) {
  .logo--hero .logo__image {
    height: 160px;
    width: 114px;
  }
}

@media (orientation: landscape) {
  .logo--hero {
    top: 20px;
  }
}

@media (min-width: 960px) {
  .logo--hero {
    /* margin-left: -57px; */
    top: 60px;
  }
}

.logo--footer {
  display: block;
  margin: 0 auto 36px;
}

.logo--footer:after {
  content: "";
  display: table;
  clear: both;
}

.logo--footer .logo-f-4 {
  fill: #c44e00;
}

@media (min-width: 960px) {
  .logo--footer .logo-f-4 {
    fill: #fff;
  }
}

.logo--footer .logo-f-5 {
  fill: #fff;
}

@media (min-width: 960px) {
  .logo--footer .logo-f-5 {
    fill: #141414;
  }
}

@media (min-width: 960px) {
  .logo--footer {
    margin-right: 80px;
  }
}

.logo--footer .logo__image {
  width: 195px;
  height: 70px;
  margin: 0;
}

@media (min-width: 960px) {
  .logo--footer .logo__image {
    width: 168px;
    height: 60px;
  }
}

.map--contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2px 20px 80px;
}

.map__container {
  position: relative;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: hidden;
  width: 100%;
}

.map__container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.map__container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 960px) {
  .map__container {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .map__container:before {
    display: none;
  }
}

/* @media (min-width: 960px) and (-ms-high-contrast: none) {
  .map__container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
} */

.map__container img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map__container--map,
.map__container--map:before {
  display: none;
}

@media (min-width: 960px) {
  .map__container--map {
    display: block;
    height: 440px !important;
  }
}

.map__container--visible {
  display: block;
}

.map__control {
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 0 auto; */
  float: right;
}

.contacts .map__control {
  flex-direction: column-reverse;
}

@media (min-width: 1000px) {
  .contacts .map__control {
    flex-direction: column;
  }
}

.map--location .map__control {
  width: 50px;
  height: 120px;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

@media (min-width: 960px) {
  .map__control {
    width: 50px;
    height: 120px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}

.map__close {
  border-radius: 60px;
  height: 60px;
  position: relative;
  width: 60px;
  position: absolute;
  background: url(../img/close-1d24280a2f.svg) no-repeat #292929;
  background-position: 50% 75%;
  background-size: 18px;
  width: 80px;
  height: 80px;
  top: -40px;
  margin-left: -40px;
  color: transparent;
  z-index: 6;
}

.map__close,
.map__close .btn__lines {
  display: block;
  transition: all 0.3s ease;
  left: 50%;
}

.map__close .btn__lines {
  background: linear-gradient(180deg,
    #e6e6e6,
    #e6e6e6 1px,
    transparent 0,
    transparent);
  background-size: 100% 3px;
  border-radius: 59px;
  content: "";
  height: 59px;
  position: absolute;
  top: 50%;
  transform: translate(-29.5px, -29.5px);
  width: 59px;
}

.map__close .btn__bg {
  background-color: #505050;
  border-radius: 60px;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 60px;
}

.map__close>svg {
  z-index: 2;
}

.map__close>svg path {
  transition: 0.5s ease-in-out 0.5s;
}

.map__close:hover .btn__lines {
  height: 60px;
  transform: translate(-45px, -30px);
  width: 60px;
  z-index: 0;
}

.map__close:hover .btn__bg {
  background-color: #c44e00;
}

.map__close:hover>svg path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

@media (min-width: 960px) {
  .map__close {
    display: none;
  }
}

.map .nav {
  background-color: #e6e6e6;
  padding: 20px;
  z-index: 13;
  width: 100%;
  text-align: center;
}

.map .nav,
.map .nav.nav--visible {
  position: absolute;
  bottom: 0;
  left: 0;
}

.map .nav.nav--visible {
  display: block;
  height: 180px;
}

.map .nav.nav--visible .nav__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.map .nav.nav--visible .js-location-toggle {
  display: inline-block;
  margin-bottom: 30px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%);
}

.map .nav .nav__list {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.map .nav .nav__list .nav__item {
  margin-right: 10px;
  margin-bottom: 12px;
}

@media (min-width: 960px) {
  .map .nav {
    margin: 26px auto 21px;
    position: relative;
    background-color: transparent;
  }

  .map .nav .nav__list {
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .map .nav .nav__list .nav__item {
    margin: 0;
  }
}

.map+.link {
  margin-left: 80px;
}

.map #map {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

@media (min-width: 960px) {
  .map #map {
    height: 600px;
    position: relative;
    z-index: 2;
  }
}

.map .js-location-toggle {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
}

.map .js-location-toggle .text {
  display: none;
}

.map .js-location-toggle .text.text--visible {
  display: inline-block;
}

.map .js-location-toggle.link--to-top {
  bottom: 20px;
  z-index: 13;
}

.map .js-location-toggle.link--to-top.js-location--visible {
  bottom: 140px;
  display: flex;
}

.location .js-moveto.link--to-top {
  display: none;
}

@media (min-width: 960px) {
  .map .js-location-toggle {
    display: none;
  }
}

[class$="controls__control"] {
  /* width: 100%; */
  right: 10px !important;
  bottom: calc(50vh - 60px) !important;
}

.map--location [class$="controls__control"] {
  /* bottom: 320px !important; */
  right: 10px !important;
  left: auto !important;
  width: auto;
}

@media (min-width: 960px) {
  [class$="controls__control"] {
    width: 60px;
    right: 10px !important;
    bottom: 150px !important;
    float: left;
  }

  .map--location [class$="controls__control"] {
    bottom: 220px !important;
    width: 60px;
    right: 20px !important;
    left: auto !important;
  }
}

[class$="controls__control"] ymaps {
  width: 100%;
  height: 50px;
  display: block;
}

@media (min-width: 960px) {
  [class$="controls__control"] ymaps {
    height: 120px;
  }
}

ymaps[class*="-image"] {
  background-repeat: no-repeat;
}

.modal {
  padding: 0;
  border-radius: 0;
  display: none;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.modal__header {
  background-color: #e6e6e6;
  padding: 65px 0 24px;
}

@media (min-width: 960px) {
  .modal__header {
    padding: 48px 0 48px;
  }
}

.modal__inner {
  padding: 40px 20px 40px;
}

@media (min-width: 960px) {
  .modal__inner {
    padding: 80px 65px 70px;
  }
}

.modal__title {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

@media (min-width: 960px) {
  .modal__title {
    font-size: 48px;
  }
}

@media (min-width: 960px) {
  .modal {
    max-width: 960px;
    max-height: 540px;
    width: 100%;
    height: auto;
    top: 50%;
    overflow: visible;
  }
}

@media (min-width: 1160px) {
  .modal {
    top: 58%;
  }
}

.modal a[rel="modal:close"] {
  display: none;
}

.modal a[rel="modal:close"].btn--base {
  display: block;
  max-width: 300px;
  margin: 136px auto 0;
  background-color: #c44e00;
  border-color: #c44e00;
  color: #fff;
}

.modal a[rel="modal:close"].btn--base:hover {
  display: block;
  max-width: 300px;
  margin: 136px auto 0;
  background-color: #b4b4b4;
  border-color: #b4b4b4;
  color: #fff;
}

.modal a[rel="modal:close"].btn--close {
  border-radius: 60px;
  display: block;
  height: 60px;
  position: relative;
  width: 60px;
  transition: all 0.3s ease;
  position: absolute;
  background: url(../img/close-1d24280a2f.svg) no-repeat #292929;
  background-position: 50% 75%;
  background-size: 18px;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  color: transparent;
  z-index: 6;
}

.modal a[rel="modal:close"].btn--close .btn__lines {
  background: linear-gradient(180deg,
    #b4b4b4,
    #b4b4b4 1px,
    transparent 0,
    transparent);
  background-size: 100% 3px;
  border-radius: 59px;
  content: "";
  display: block;
  height: 59px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-29.5px, -29.5px);
  transition: all 0.3s ease;
  width: 59px;
}

.modal a[rel="modal:close"].btn--close .btn__bg {
  background-color: #505050;
  border-radius: 60px;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 60px;
}

.modal a[rel="modal:close"].btn--close>svg {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal a[rel="modal:close"].btn--close>svg path {
  transition: 0.5s ease-in-out 0.5s;
}

.modal a[rel="modal:close"].btn--close:hover .btn__lines {
  height: 60px;
  transform: translate(-45px, -30px);
  width: 60px;
  z-index: 0;
}

.modal a[rel="modal:close"].btn--close:hover .btn__bg {
  background-color: #c44e00;
}

.modal a[rel="modal:close"].btn--close:hover>svg path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

@media (min-width: 960px) {
  .modal a[rel="modal:close"].btn--close {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    top: -30px;
    background-position: 50% 50%;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 14;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.nav__list {
  list-style-type: none;
}

.nav__list--submenu {
  margin-top: 16px;
  display: none;
  transition: all 0.4s ease;
}

.nav__item--current .nav__list--submenu {
  display: block;
}

.nav__item {
  margin-bottom: 20px;
  color: #000;
}

.nav--footer .nav__item:not(.nav__item--parent) .nav__link {
  display: block;
}

.nav__item--dashed {
  border: 1px dashed #8c8c8c;
  color: #8c8c8c;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px 10px 0;
  padding: 0 20px;
}

.nav__item--dashed.nav__item--active {
  border: 1px solid #c44e00;
}

.nav__item--underline {
  border-bottom: 1px dashed #8c8c8c;
  color: #8c8c8c;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px 10px 0;
}

.nav__item--underline:hover {
  border-color: #c44e00;
  color: #c44e00;
}

.nav__item--underline.nav__item--active {
  border: 0;
}

.nav__item--active {
  color: #c44e00;
}

.nav__item--divider {
  width: 360px;
}

@media (min-width: 960px) {
  .nav__item--divider {
    width: 165px;
  }

  .nav--inline .nav__item--divider {
    margin-left: 14px;
    margin-right: 16px;
  }
}

@media (min-width: 1159px) {
  .nav__item--divider {
    width: 200px;
  }
}

@media (min-width: 1160px) {
  .nav__item--divider {
    width: 200px;
  }
}

@media (min-width: 1380px) {
  .nav__item--divider {
    width: 360px;
  }
}

.nav__item--parent .icon {
  float: right;
  width: 8px;
  height: 14px;
}

.nav__item--parent .icon path {
  fill: #fff;
}

.nav__item--parent.nav__item--current .icon {
  transform: rotate(-90deg);
}

.nav__item:hover {
  color: #c44e00;
  border-color: #c44e00;
}

.nav__link {
  font-size: 18px;
  text-decoration: none;
}

.nav__link,
.nav__link:hover {
  color: inherit;
}

.nav--main {
  width: 500px;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav--main .nav__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav--main .nav__item {
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.nav--main .nav__item--active {
  color: #c44e00;
}

.nav--main .nav__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c44e00;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav--main .nav__item:hover {
  color: #c44e00;
}

.nav--main .nav__item:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.nav--main .nav__link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

@media (min-width: 1160px) {
  .nav--main .nav__link {
    font-size: 16px;
  }
}

.nav--main.nav--visible {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
}

@media (min-width: 960px) {
  .nav--main {
    display: -ms-flexbox;
    display: flex;
    width: 453px;
    margin-left: -13px;
    margin-bottom: 2px;
  }

  .sticky .nav--main {
    margin-left: 4px;
  }
}

@media (min-width: 1159px) {
  .nav--main {
    margin-bottom: -1px;
  }
}

@media (min-width: 1160px) {
  .nav--main {
    width: 500px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sticky .nav--main {
    margin-left: 62px;
  }
}

.nav--inline {
  width: 100%;
  margin: 0 auto;
}

.nav--inline .nav__list {
  /* display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center; */
  align-items: center;
  width: 100%;
}

.nav--inline .nav__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

@media (min-width: 960px) {
  .nav--inline .nav__item:first-of-type {
    margin-left: -10px;
  }

  .nav--inline .nav__item:last-of-type {
    margin-right: -32px;
  }
}

.nav--inline .nav__link {
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.header .nav--inline {
  margin: 0 40px;
  width: auto;
}

@media (min-width: 960px) and (max-width: 1159px) {
  .header .nav--inline {
    width: 880px;
    margin: 0 auto;
  }
}
@media (min-width: 1160px) and (max-width: 1400px) {
  .header .nav--inline {
    width: 1060px;
    margin: 0 auto;
  }
}

@media (min-width: 1380px) {
  .header .nav--inline {
    width: 1262px;
    margin: 0 auto;
  }
}

.header .nav--inline .nav__item {
  display: none;
}

@media (min-width: 960px) {
  .header .nav--inline .nav__list::after {
    content: "";
    display: table;
    clear: both;
  }

  .header .nav--inline .nav__item {
    display: block;
    color: #8c8c8c;
    float: left;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 28px;
  }

  .header .nav--inline .nav__item:last-of-type {
    margin-right: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(3) {
    margin-right: 30px;
  }

  .header .nav--inline .nav__item--divider {
    margin: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(5) {
    margin-right: 20px;
    margin-left: 30px;
  }
}

@media (min-width: 960px) {
  .header .nav--inline .nav__item .nav__link {
    font-size: 12px;
  }
}

@media (min-width: 1159px) {

  /* .header .nav--inline .nav__item .nav__link {
    font-size: 14px;
  } */
  .header .nav--inline .nav__item {
    margin-right: 20px;
    margin-top: 28px;
  }

  .header .nav--inline .nav__item:last-of-type {
    margin-right: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(3) {
    margin-right: 11px;
  }

  .header .nav--inline .nav__item--divider {
    margin: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(5) {
    margin-right: 20px;
    margin-left: 13px;
  }
}

@media (min-width: 1160px) {
  .header .nav--inline .nav__item .nav__link {
    font-size: 14px;
  }

  .header .nav--inline .nav__item {
    margin-right: 31px;
    margin-top: 36px;
  }

  .header .nav--inline .nav__item:last-of-type {
    margin-right: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(3) {
    margin-right: 30px;
  }

  .header .nav--inline .nav__item--divider {
    margin: 0;
  }

  .header .nav--inline .nav__item:nth-of-type(5) {
    margin-right: 20px;
    margin-left: 30px;
  }
}

@media (min-width: 1380px) {
  .header .nav--inline .nav__item {
    margin-right: 41px;
    margin-top: 11px;
  }

  .header .nav--inline .nav__item--divider {
    margin: 0;
  }
}

.header .nav--inline .nav__item.nav__item--active {
  display: block;
  width: 100%;
}

@media (min-width: 960px) {
  .header .nav--inline .nav__item.nav__item--active {
    width: auto;
  }
}

.header .nav--inline .nav__item.nav__item--active .nav__link {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .header .nav--inline .nav__item.nav__item--active .nav__link {
    font-size: 12px;
    color: #c44e00;
  }
}

@media (min-width: 1160px) {
  .header .nav--inline .nav__item.nav__item--active .nav__link {
    font-size: 14px;
  }
}

.nav--underline {
  width: 620px;
}

.nav--underline .nav__link {
  line-height: 17px;
  font-size: 16px;
  text-transform: none;
}

.nav--social {
  margin: 0;
}

.nav--social .nav__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav--social .nav__item {
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  border: 0;
}

.nav--social .nav__item:last-of-type {
  margin-right: 0;
}

.nav--social .nav__link {
  display: block;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141414;
  border: 0;
  border-radius: 60px;
  color: #b4b4b4;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 60px;
  z-index: 1;
}

.nav--social .nav__link .btn__lines {
  background: linear-gradient(180deg,
    #e6e6e6,
    #e6e6e6 1px,
    transparent 0,
    transparent);
  background-size: 100% 3px;
  border-radius: 59px;
  content: "";
  display: block;
  height: 59px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-29.5px, -29.5px);
  transition: all 0.3s ease;
  width: 59px;
}

.nav--social .nav__link .btn__bg {
  background-color: #505050;
  border-radius: 60px;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 60px;
}

.nav--social .nav__link>svg {
  z-index: 2;
}

.nav--social .nav__link>svg path {
  transition: 0.5s ease-in-out 0.5s;
}

.nav--social .nav__link:hover .btn__lines {
  height: 60px;
  transform: translate(-45px, -30px);
  width: 60px;
  z-index: 0;
}

.nav--social .nav__link:hover .btn__bg {
  background-color: #c44e00;
}

.nav--social .nav__link:hover>svg path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

.nav--social .nav__link .btn__bg {
  background-color: #141414;
  border: 1px dashed #b4b4b4;
}

.nav--social .nav__link:hover {
  background-color: #c44e00;
}

.nav--social .nav__link:hover .btn__bg {
  border: 1px solid #c44e00;
}

.nav--social .nav__link:hover>.nav__image {
  fill: #fff;
}

.nav--social .nav__link:hover>.nav__image path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

.footer .nav--social {
  margin: 0 auto 32px;
}

.nav__image--vk {
  height: 13px;
  width: 23px;
}

.nav__image--insta {
  height: 18px;
  width: 18px;
}

.nav__image--fb {
  height: 20px;
  width: 10px;
}

.nav__image path {
  fill: #b4b4b4;
}

.nav--footer {
  border-top: 1px solid #505050;
  width: 100%;
  margin-bottom: 35px;
}

.nav--footer .nav__item {
  padding: 20px;
  border-bottom: 1px solid #505050;
  margin-bottom: 0;
}

.nav--footer .nav__item .nav__item {
  border: 0;
  padding: 10px 20px;
}

.nav--footer .nav__item .nav__item .nav__link {
  font-size: 14px;
  color: #b4b4b4;
}

.nav--footer .nav__item .nav__item:last-of-type {
  padding-bottom: 11px;
}

.nav--footer .nav__link {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 960px) {

  .nav--footer,
  .nav--footer .nav__list {
    display: none;
  }
}

@media (min-width: 1600px) {
  .nav--footer {
    display: block;
    width: 600px;
    border: 0;
  }
}

@keyframes a {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.tinyfade {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

.tinyfade,
.tinyfade__image {
  position: relative;
  width: 100%;
}

.tinyfade__image {
  height: 100vh;
  opacity: 0;
  background-size: cover;
  background-position: 50%;
  animation: a 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

.tinyfade__image:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tinyfade__image--current {
  z-index: 2;
  opacity: 1;
}

.tinyfade__image--last {
  z-index: 1;
  opacity: 1;
}

.tinyfade:not(.tinyfade-js) img:first-of-type {
  opacity: 1;
}

.social {
  fill: #b4b4b4;
  margin-bottom: 30px;
}

.social__list {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.social__item {
  margin-right: 20px;
  position: relative;
}

.social__item:last-of-type {
  margin-right: 0;
}

.social__link {
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #b4b4b4;
  border-radius: 60px;
  background-color: #b4b4b4;
  color: #b4b4b4;
  display: block;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 60px;
  transition: all 0.3s ease;
  background-color: #141414;
  z-index: 2;
}

.social__link .btn__lines {
  background: linear-gradient(180deg,
    #e6e6e6,
    #e6e6e6 1px,
    transparent 0,
    transparent);
  background-size: 100% 3px;
  border-radius: 59px;
  height: 59px;
  left: 50%;
  top: 50%;
  transform: translate(-29.5px, -29.5px);
  width: 59px;
}

.social__link .btn__bg,
.social__link .btn__lines {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.social__link .btn__bg {
  background-color: #505050;
  border-radius: 60px;
  height: 60px;
  left: 0;
  top: 0;
  width: 60px;
}

.social__link>svg {
  z-index: 2;
}

.social__link>svg path {
  transition: 0.5s ease-in-out 0.5s;
}

.social__link:hover .btn__lines {
  height: 60px;
  transform: translate(-45px, -30px);
  width: 60px;
  z-index: 0;
}

.social__link:hover .btn__bg {
  background-color: #c44e00;
}

.social__link:hover>svg path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

.social__link .btn__bg {
  background-color: #141414;
}

.social__link:hover {
  border: 1px solid #c44e00;
  background-color: #c44e00;
}

.social__link:hover>.social__image {
  fill: #fff;
}

.social__link:hover>.social__image path {
  fill: #fff;
  transition: 0.25s ease-in-out 0s;
}

.social__image--vk {
  height: 13px;
  width: 23px;
}

.social__image--insta {
  height: 18px;
  width: 18px;
}

.social__image--fb {
  height: 20px;
  width: 10px;
}

.social path {
  fill: #b4b4b4;
  transition: 0.5s ease-in-out 0.5s;
}

.footer .social {
  margin: 0;
}

/* .modal {
  overflow: hidden;
} */

.input__field {
  z-index: 1;
  background: none;
}

.input__label {
  z-index: 0;
}
.input__label1 {
  z-index: 0;
}

.form__block {
  margin-right: 0;
}

.tinyfade:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.logo--hero,
.header--hero .header__inner,
.link--to-down {
  z-index: 11;
}

.about .card__image {
  transform: translate(-50%, -50%) scale(1);
  transition: all ease 0.5s;
}

.about .card:hover .card__image {
  transform: translate(-50%, -50%) scale(1.1);
}

.card--gallery.card .card__image {
  transform: scale(1);
  transition: all ease 0.5s;
}

.card--gallery.card:hover .card__image {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

.simplebar-scrollbar:before {
  background: #c44e00;
}

.booklet {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #c44e00;
  color: #fff;
  opacity: .8;
  z-index: 10;
  
  font-size: 14px;
  padding: 24px 30px 20px 29px;
  letter-spacing: 0.5px;
}
.booklet:hover {
  opacity: 1;
}
.booklet p {
  margin: 0;
}
@media (max-width: 960px) {
  .booklet {
    font-size: 12px;
    padding: 10px 20px;
    bottom: 0;
    right: 0;
  }
  .cookies.modal {
    overflow: hidden;
  }
  .cookies.modal .modal__close * {
    display: none!important;
  }
}

.stock-cont{
    width:200px;
}

.stock{
    background:#c44e00;
    color:#fff;
    text-align:center;
    width:200px;
    height:60px;
    padding:5px;
    font-family:Museo Sans, sans-serif;
    font-size:30px;
    font-weight:bold;
    padding-top:10px;
    border:0;
}

.stock a{
    color:#fff;
}
.stock:hover{
    background:#923a00;
}
@media (max-width: 960px) {
  .stock{
      margin-top:10px;
  }
  }