html, body, a, table, th, td, p, picture, div, ul, ol, li, dd, dl, input, textarea, blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
img {
  border: 0 none;
  vertical-align: top;
}
hr {
  border: 0 none;
}
:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
button, input, optgroup, select, textarea {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
blockquote, q {
  quotes: none;
}
@font-face {
  font-family: "Roboto Condesed";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v19-cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-cyrillic-regular.woff") format("woff"), url("../fonts/roboto-condensed-v19-cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v19-cyrillic-regular.svg") format("svg");
}
h1, ._h1, h2, ._h2, h3, ._h3, h4, ._h4, h5, ._h5, h6, ._h6 {
  font-family: "Roboto Condesed", sans-serif;
}
h1, ._h1 {
  color: #31312d;
  font-size: 158%;
  line-height: 125%;
  margin-bottom: 20px;
  margin-top: -4px;
}
h2, ._h2 {
  color: #485156;
  font-size: 145%;
  line-height: 130%;
  margin-bottom: 12px;
}
h3, ._h3 {
  color: #485156;
  font-size: 125%;
  line-height: 135%;
  margin-bottom: 10px;
}
h4, ._h4 {
  color: #485156;
  font-size: 120%;
  line-height: 130%;
  margin-bottom: 10px;
}
h5, ._h5 {
  color: #485156;
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 10px;
}
h6, ._h6 {
  color: #485156;
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 10px;
}
body {
  align-items: center;
  color: #485156;
  display: flex;
  font-family: "Arial";
  font-size: 15.3px;
  flex-direction: column;
  line-height: 135%;
}
dfn {
  font-style: normal;
}
table {
  margin-bottom: 12px;
}
p {
  margin-bottom: 12px;
}
ul, ol {
  margin-bottom: 12px;
}
li {
  margin: 0 0 0 30px;
}
ul > li {
  list-style-type: square;
}
hr {
  border: 0px none;
  border-bottom: 3px dotted lightgrey;
  margin-bottom: 8px;
  margin-top: 12px;
}
a {
  color: #485156;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:hover img {
  opacity: 0.75;
}
blockquote {
  padding-left: 38px;
  color: #746b20;
}
blockquote:before {
  display: block;
  background-size: 30px 30px;
  background: url(../img/common-icon/marked-info.svg);
  content: "";
  height: 30px;
  float: left;
  margin: 5px 0 0 -38px;
  opacity: 0.7;
  width: 30px;
}
blockquote a {
  color: #746b20;
}
.header {
  margin-bottom: 20px;
  order: -1;
  width: 100%;
}
.header-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 10px 14px 10px;
  max-width: 1510px;
  margin: auto;
}
.header-logo {
  flex-grow: 2;
  flex-shrink: 1;
  order: 1;
  margin-right: 80px;
}
.header-logo__img {
  height: auto !important;
  max-width: 210px;
  width: 100% !important;
}
.header-info {
  order: 2;
  flex-shrink: 5;
  margin-left: 20px;
}
.header-phone {
  color: #485156;
  font-family: "Roboto Condesed", sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
}
.header-phone__icon {
  background: url(../img/common-icon/phone.svg);
  background-size: 100%, 100%;
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.header-phone__time {
  font-size: 13px;
  font-family: "Arial";
  margin: 3px 0 0 2px;
}
.header-slogan {
  color: #485156;
  font-family: "Roboto Condesed", sans-serif;
  font-size: 28px;
  line-height: 130%;
}
.header-lang {
  margin-left: -32px;
  order: 3;
}
.header-mobile {
  display: none;
  order: 4;
  margin-left: 20px;
}
.header-line {
  background: black;
  height: 10px;
  width: 100%;
}
@media only screen and (max-width: 1120px) {
  .header-slogan {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-body {
    align-items: center;
  }
  .header-info {
    display: none;
  }
  .header-lang {
    margin-left: 20px;
  }
  .header-mobile {
    display: block;
  }
}
.top-nav {
  order: -1;
  position: relative;
  width: 100%;
}
.top-nav__body {
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 1023px) {
  .top-nav {
    background: #fbfbfb;
  }
  .top-nav__body {
    background: #fbfbfb;
    border-bottom: 13px solid #485156;
    border-top: 10px solid #485156;
    padding: 15px;
    position: absolute;
    right: 0;
    max-width: calc(350px + 30px);
    top: -30px;
  }
}
.home-image {
  order: -1;
}
.home-image__img {
  aspect-ratio: attr(width) / attr(height);
  height: auto !important;
  margin-top: -20px;
  margin-bottom: 20px;
  width: 100% !important;
}
.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px 0 8px;
  margin-bottom: 15px;
  max-width: 1300px;
  order: 3;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .content {
    padding: 0 10px 0 10px;
  }
}
.main {
  margin-bottom: 15px;
  order: 2;
  padding: 0 30px 0 30px;
  width: calc(100% - 350px);
}
.main-before {
  order: 1;
}
.main-after {
  order: 3;
}
@media only screen and (max-width: 1280px) {
  .main {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 1023px) {
  .main {
    order: 1;
    padding: 0;
    width: 100%;
  }
}
.leftbar {
  order: 1;
  max-width: 350px;
  width: 100%;
}
.rightbar {
  order: 3;
  max-width: 350px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .leftbar {
    max-width: 300px;
  }
  .rightbar {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .leftbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    order: 2;
  }
  .rightbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 650px) {
  .leftbar, .rightbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer {
  border-top: 6px solid #485156;
  order: 4;
  width: 100%;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 10px 10px;
  max-width: 1420px;
  margin: auto;
  width: 100%;
}
.footer-left-section {
  margin: 0 25px 15px 0;
}
.footer-right-section {
  margin: 0 0 15px 0;
}
.footer-slogan {
  margin-bottom: 16px;
  width: 100%;
}
.footer-slogan__header {
  color: #485156;
  font-size: 19px;
  margin-bottom: 10px;
}
.footer-slogan__text {
  color: #485156;
  font-size: 16px;
  line-height: 130%;
}
.footer-phones {
  color: black;
  font-family: "Roboto Condesed", sans-serif;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}
.footer-phones::before {
  background: url(../img/common-icon/phone.svg);
  background-position: 100%, 100%;
  content: "";
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  width: 34px;
}
.footer-phones__num {
  color: black;
}
.footer-address {
  font-size: 15px;
  line-height: 130%;
  padding-left: 45px;
  position: relative;
}
.footer-address::before {
  background: url(../img/common-icon/address.svg);
  background-position: 100%, 100%;
  content: "";
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 34px;
}
.footer-address__header {
  color: #485156;
  font-size: 18px;
  margin-bottom: 2px;
}
.footer-copy {
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  .footer-body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-left-section {
    margin-right: 0;
    width: 100%;
  }
  .footer-right-section {
    margin-left: 0;
    width: 100%;
  }
}
.menu-head {
  background: #485156;
  display: flex;
  margin: 0;
  padding: 0 15px 0 15px;
}
.menu-head li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-head li a {
  color: white;
  display: block;
  font-family: "Roboto Condesed", sans-serif;
  font-size: 17px;
  line-height: 220%;
  padding: 2px 0 2px 15px;
  text-decoration: none;
}
.menu-head li a:hover {
  color: black;
}
.menu-head li.active > a {
  color: black;
}
.menu-head li a::before {
  color: white;
  content: ":";
  padding-right: 15px;
}
.menu-head > li:first-child a {
  padding-left: 0;
}
.menu-head > li:first-child a::before {
  display: none;
}
.menu-head li:hover > ul {
  display: block;
  position: absolute;
}
.menu-head li ul {
  background-color: white;
  border-bottom: 10px solid #485156;
  display: none;
  left: 34px;
  padding: 2px 0 8px 0;
  min-width: 250px;
  z-index: 1000;
}
.menu-head li ul li a {
  border-bottom: 1px solid #e2e2e2;
  color: #485156;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 15px 6px;
}
.menu-head li ul li.active a {
  background: #485156;
  border: none;
  color: white;
}
.menu-head li ul li a::before {
  display: none;
}
.menu-head li ul li ul {
  background: #ededed;
  border-bottom: 10px solid #485156;
  display: none;
  left: 250px;
  top: -2px;
}
.menu-sidebar {
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}
.menu-sidebar a {
  color: #58595a;
  display: block;
  background: #ededed;
  font-family: "Roboto Condesed", sans-serif;
  font-size: 17px;
  line-height: 120%;
  position: relative;
  padding: 6px 15px 6px 50px;
  text-decoration: none;
}
.menu-sidebar a::before {
  background: #d8d9da;
  content: "❯";
  text-align: center;
  color: white;
  display: block;
  height: 100%;
  left: 0;
  line-height: 190%;
  position: absolute;
  top: 0;
  width: 35px;
}
.menu-sidebar a:hover::before {
  background: black;
}
.menu-sidebar a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 6px solid transparent;
  border-right: 6px solid #d8d9da;
  border-bottom: 6px solid #d8d9da;
}
.menu-sidebar a:hover::after {
  border-right: 6px solid black;
  border-bottom: 6px solid black;
}
.menu-sidebar a:hover {
  color: black;
}
.menu-sidebar li {
  list-style: none;
  margin: 0 0 4px 0;
}
.menu-sidebar li.active > a {
  color: #485156;
}
.menu-sidebar li.active > a::after {
  border-right: 6px solid #485156;
  border-bottom: 6px solid #485156;
}
.menu-sidebar li.active > a::before {
  background: #485156;
}
.menu-sidebar ul {
  padding-top: 6px;
}
.menu-sidebar ul a {
  background: white;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 1px;
  padding-top: 1px;
}
.menu-sidebar ul a::before {
  background: white;
  border-left: 1px solid #c5c5c7;
  border-bottom: 1px solid #c5c5c7;
  content: "";
  display: block;
  height: 12px;
  left: 12px;
  position: absolute;
  top: -1px;
  width: 12px;
}
.menu-sidebar ul a::after {
  display: none;
}
.menu-sidebar ul a:hover::before {
  background: white;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}
.menu-sidebar ul li.active > a {
  color: #485156;
}
.menu-sidebar ul li.active > a::before {
  background: white;
  border-left: 2px solid #485156;
  border-bottom: 2px solid #485156;
}
.menu-sidebar ul ul {
  margin-bottom: 6px;
}
.menu-sidebar ul ul li {
  margin-bottom: 1px;
}
.menu-sidebar ul ul a {
  background: white;
  padding-left: 65px;
}
.menu-sidebar ul ul a::before {
  border-left: 1px solid #c5c5c7;
  border-bottom: 1px solid #c5c5c7;
  content: "";
  display: block;
  height: 12px;
  left: 40px;
  position: absolute;
  top: -2px !important;
  width: 12px;
}
.menu-sidebar ul ul a::after {
  display: none;
}
.menu-sidebar ul ul li.active > a {
  color: #485156;
}
.menu-sidebar ul ul li.active > a::before {
  background: white;
  border-left: 2px solid #485156;
  border-bottom: 2px solid #485156;
}
.menu-sidebar ul ul {
  margin-bottom: 6px;
}
.menu-sidebar ul ul li {
  margin-bottom: 1px;
}
.menu-sidebar ul ul a {
  background: white;
  padding-left: 65px;
}
.menu-sidebar ul ul a::before {
  border-left: 1px solid #c5c5c7;
  border-bottom: 1px solid #c5c5c7;
  content: "";
  display: block;
  height: 12px;
  left: 40px;
  position: absolute;
  top: 0;
  width: 12px;
}
.menu-sidebar ul ul a::after {
  display: none;
}
.menu-sidebar ul ul li.active > a {
  color: #485156;
}
.menu-sidebar ul ul li.active > a::before {
  background: white;
  border-left: 2px solid #485156;
  border-bottom: 2px solid #485156;
}
.menu-sidebar ul ul ul a {
  background: white;
  padding-left: 85px;
}
.menu-sidebar ul ul ul a::before {
  border-left: 1px solid #c5c5c7;
  border-bottom: 1px solid #c5c5c7;
  content: "";
  display: block;
  height: 12px;
  left: 65px;
  position: absolute;
  top: 0;
  width: 12px;
}
.menu-sidebar ul ul ul a::after {
  display: none;
}
.menu-sidebar ul ul ul li.active > a {
  color: #485156;
}
.menu-sidebar ul ul ul li.active > a::before {
  background: white;
  border-left: 2px solid #485156;
  border-bottom: 2px solid #485156;
}
@media only screen and (max-width: 1023px) {
  .menu-sidebar {
    margin: 0;
  }
}
.blog {
  margin-left: 40px;
}
@media only screen and (max-width: 650px) {
  .blog {
    margin-left: 0;
  }
}
.breadcrumbs {
  color: #746b20;
  margin: 0 0 20px 0;
  padding-left: 18px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.breadcrumbs::before {
  background: #746b20;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}
.breadcrumbs__li, .breadcrumbs__sep, .breadcrumbs__cur {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.breadcrumbs__sep {
  font-weight: bold;
  margin: 0 4px 0 4px;
}
.breadcrumbs__a {
  color: #746b20;
}
.breadcrumbs__a:hover {
  color: #746b20;
}
.button-mobile-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 30px;
  width: 40px;
}
.button-mobile-menu__line {
  width: 100%;
  height: 6px;
  background: #485156;
}
.button-mobile-menu_small {
  height: 22px;
  width: 30px;
}
.button-mobile-menu_small > div {
  height: 4px !important;
}
h2.chapter {
  border-bottom: 3px dotted lightgrey;
  padding-bottom: 10px;
}
h3.chapter {
  border-bottom: 3px dotted lightgrey;
  margin-bottom: 13px;
  padding-bottom: 12px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  background: white;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 2002;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 2003;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 2004;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  background: grey !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.75;
  padding: 10px;
  color: white !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-counter {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  border: 10px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  background: white;
  padding: 6px 10px 18px 10px;
  text-align: center;
  line-height: 18px;
  color: grey;
  margin-bottom: 18px;
  word-wrap: break-word;
}
.mfp-title:empty {
  padding: 0 !important;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 5px auto 10px auto;
  width: 100%;
}
.columns_norowgap {
  gap: 0 20px;
}
.columns_2 .columns__col {
  width: calc(50% - 20px/2);
}
@media only screen and (max-width: 650px) {
  .columns_2 .columns__col {
    width: 100%;
  }
}
.common-form {
  margin: auto;
}
.common-form__fieldset {
  background: white;
  border: 1px solid #c9c8c8;
}
.common-form__legend {
  padding: 0 10px 0 10px;
}
.common-form__text, .common-form__textarea, .common-form__select {
  border: 1px solid #c9c8c8;
  padding: 5px;
  margin-bottom: 15px;
  text-align: left;
}
.common-form__text, .common-form__textarea, .common-form__select {
  width: 100%;
}
.common-form__submit {
  cursor: pointer;
  color: white;
  background: #485156;
  border: 1px solid #485156;
  margin-bottom: 15px;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.common-form__submit:hover {
  opacity: 0.7;
  color: white;
  background: #485156;
  border: 1px solid #485156;
}
.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 20px auto 20px auto;
  padding: 0;
  width: 100%;
}
.gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.gallery img {
  box-sizing: content-box;
  border: solid 1px #c9c8c8;
  height: auto;
}
.gallery p {
  color: #746b20;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.gallery span {
  color: #485156;
  font-size: 13px;
}
.gallery a {
  display: block !important;
  position: relative;
}
.gallery_noborder img {
  border: none !important;
}
.gallery_nosize img {
  aspect-ratio: auto !important;
}
.gallery_1, .gallery_2, .gallery_3, .gallery_4 {
  max-width: 790px;
  max-width: 790px;
}
.gallery_2, .gallery_3, .gallery_4 {
  justify-content: flex-start;
}
.gallery_1 {
  flex-direction: column;
  flex-wrap: nowrap;
}
.gallery_2 li {
  width: calc(50% - 20px/2);
}
.gallery_2 img {
  aspect-ratio: 1.2;
  width: 100%;
}
.gallery_2-hand img {
  aspect-ratio: 2.35;
  width: 100%;
}
s .gallery_2-knife img {
  aspect-ratio: 2;
  width: 100%;
}
.gallery_3 li {
  width: calc(33.33% - (20px*2.7)/4);
}
.gallery_3 img {
  width: 100%;
}
.gallery_4 li {
  width: calc(25% - (20px*3.8)/5);
}
.gallery_4 img {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .gallery_4 li {
    width: calc(50% - 20px/2);
  }
}
@media only screen and (max-width: 430px) {
  .gallery_2 li {
    max-width: 400px;
    width: 100%;
  }
  .gallery_3 li {
    width: calc(50% - 20px/2);
  }
}
.lang-switcher {
  font-family: "Roboto Condesed", sans-serif;
  color: #485156;
  display: block;
  background: #ededed;
  font-size: 16px;
  line-height: 34px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
}
.lang-switcher::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent black transparent transparent;
}
.lang-switcher:hover {
  opacity: 0.7;
}
.marked {
  padding-left: 38px;
}
.marked:before {
  display: block;
  background-size: 30px 30px;
  content: "";
  height: 30px;
  float: left;
  margin: 5px 0 0 -38px;
  opacity: 0.7;
  width: 30px;
}
.marked_info {
  color: #746b20;
}
.marked_info a {
  color: #746b20;
}
.marked_info::before {
  background: url(../img/common-icon/marked-info.svg);
}
.marked_alert {
  color: red;
}
.marked_alert a {
  color: red;
}
.marked_alert::before {
  background: url(../img/common-icon/marked-alert.svg);
}
.scroll {
  margin-bottom: 10px;
  overflow: auto;
}
.sidebar-block {
  margin-bottom: 25px;
  width: 100%;
}
.sidebar-block__title {
  color: black;
  border-bottom: 3px solid lightgrey;
  font-size: 18px;
  line-height: 130%;
  position: relative;
  padding: 0 0 10px 28px;
  margin: 0 0 12px 0;
}
.sidebar-block__title:before {
  content: "";
  background: url(../img/marker-circle-active.svg);
  background-size: 100%, 100%;
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}
@media only screen and (max-width: 1023px) {
  .sidebar-block {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 650px) {
  .sidebar-block {
    width: 100%;
    max-width: 500px;
  }
}
.ytplayer {
  cursor: pointer;
  height: 0;
  margin: 10px 0 20px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.2%;
}
.ytplayer::before, .ytplayer::after, .ytplayer__border-top, .ytplayer__border-bottom {
  content: "";
  position: absolute;
  z-index: 100;
  background: white;
}
.ytplayer::before {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.ytplayer::after {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}
.ytplayer__border-top {
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.ytplayer__border-bottom {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.ytplayer__img {
  width: 100%;
  top: -16.82%;
  left: 0;
}
.ytplayer__button {
  width: 90px;
  height: 60px;
  background-color: #333;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.ytplayer__button::before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.ytplayer__button:hover {
  background: red;
}
.ytplayer__img, .ytplayer__button {
  cursor: pointer;
}
.ytplayer__img, .ytplayer iframe, .ytplayer__button, .ytplayer__button::before {
  position: absolute;
}
.ytplayer__button, .ytplayer__button::before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.ytplayer iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1200;
}
.video-container {
  margin: 20px auto 10px auto;
  max-width: 790px;
}
._img100 {
  height: auto !important;
  width: 100% !important;
}
._linklike {
  color: #485156;
  text-decoration: underline;
  cursor: pointer;
}
._linklike:hover {
  text-decoration: none;
}
._linkhide {
  color: #485156;
  text-decoration: none;
}
._linkhide:hover {
  color: #485156;
}
._f13 {
  font-size: 13px;
}
._color1 {
  color: #746b20;
}
._color1 a {
  color: #746b20;
}
._color2 {
  color: #227429;
}
._color2 a {
  color: #227429;
}
._colortext {
  color: #485156;
}
._green {
  color: green;
}
._red {
  color: red;
}
._white {
  color: white;
}
._mw300 {
  max-width: 300px;
}
._mw350 {
  max-width: 350px;
}
._mw400 {
  max-width: 400px;
}
._mw450 {
  max-width: 450px;
}
._mw500 {
  max-width: 500px;
}
._mw550 {
  max-width: 550px;
}
._mw600 {
  max-width: 600px;
}
._mw650 {
  max-width: 650px;
}
._mw700 {
  max-width: 700px;
}
._mw750 {
  max-width: 750px;
}
._mw800 {
  max-width: 800px;
}
._mwmax {
  max-width: 790px;
}
._w100d {
  width: 100%;
}
._odd tr:nth-child(2n) {
  background: #ededed;
}
._even tr:nth-child(2n + 1) {
  background: #ededed;
}
._al {
  text-align: left !important;
}
._ar {
  text-align: right !important;
}
._ac, table.ac td, ul.ac p {
  text-align: center;
}
._vt {
  vertical-align: top;
}
._vm {
  vertical-align: middle;
}
._vb {
  vertical-align: bottom;
}
._fl {
  float: left;
  margin-right: 8px;
}
._fr {
  float: right;
}
._clear {
  clear: both;
}
._p0 {
  padding: 0px;
}
._p2 {
  padding: 2px;
}
._p5, table._p5 td {
  padding: 5px;
}
._p10, table._p10 td {
  padding: 10px;
}
._pl10 {
  padding-left: 10px;
}
._pb10 {
  padding-bottom: 10px;
}
._pr10 {
  padding-right: 10px !important;
}
._pt10 {
  padding-top: 10px;
}
._leftpad {
  padding-left: 30px;
}
._mauto {
  margin-left: auto;
  margin-right: auto;
}
._m0 {
  margin: 0;
}
._mt0 {
  margin-top: 0;
}
._mb0 {
  margin-bottom: 0;
}
._mr0 {
  margin-right: 0;
}
._m10 {
  margin: 10px;
}
._ml10 {
  margin-left: 10px !important;
}
._mb10 {
  margin-bottom: 10px !important;
}
._mr10 {
  margin-right: 10px !important;
}
._hand {
  cursor: pointer;
}
._dnone {
  display: none !important;
}
._dblock {
  display: block;
}
._diblock {
  display: inline-block;
}
._dinline {
  display: inline;
}
._bord, table._bord td {
  border: 1px solid lightgrey;
}
._bordbot {
  border-bottom: 1px solid lightgrey;
}
._bordbot tr {
  border-bottom: 1px solid lightgrey;
}
._bordnone {
  border: none !important;
}
._bg1 {
  background: #e6e2d2;
}
._bg2 {
  background: #4c585e;
}
._bg-n-light {
  background: #ededed;
}
._bg-n-dark {
  background: #c9c8c8;
}
._upper {
  text-transform: uppercase;
}
._bo {
  font-weight: bold;
}
._decno {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  ._dnone-p {
    display: none;
  }
}
