@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/RobotoCondensed-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/RobotoCondensed-Light.ttf');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-style: italic;
  src: url('/fonts/RobotoCondensed-LightItalic.ttf');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-style: italic;
  src: url('/fonts/RobotoCondensed-Italic.ttf');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  src: url('/fonts/RobotoCondensed-Bold.ttf');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-style: italic;
  src: url('/fonts/RobotoCondensed-BoldItalic.ttf');
}
body {
  background: #FFFFFF;
  color: #6C6C6C;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  /*
  Переносы
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  */
}
a {
  outline: none;
  color: #E30613;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: #E30613;
  outline: none;
}
a:hover {
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-weight: 300;
}
.content ul {
  padding: 0;
}
.content ul li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .content ul li {
    padding-left: 35px;
  }
}
.content ul li:before {
  color: #E30613;
  content: "■";
  position: absolute;
  left: 0;
  top: -2px;
}
hr {
  border-color: #AAAAAA;
}
.top-menu {
  margin: 13px 0;
  text-align: right;
}
.top-menu ul {
  padding: 0;
  margin-bottom: 0;
}
.top-menu ul li {
  position: relative;
}
.top-menu ul li .submenu {
  display: none;
  position: absolute;
  z-index: 100;
  margin-top: -10px;
}
.top-menu ul li .submenu li {
  width: 130px !important;
  list-style: none;
}
.top-menu ul li .submenu li a {
  color: #6C6C6C;
}
.top-menu ul li .submenu li a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .top-menu {
    text-align: center;
  }
}
ul.inline-menu {
  padding: 0;
}
ul.inline-menu > li {
  display: inline-block;
  padding: 0 15px;
}
ul.inline-menu > li > a {
  color: #6C6C6C;
}
ul.inline-menu > li > a:hover {
  text-decoration: none;
}
ul.inline-menu > li:first-child {
  padding-left: 0;
}
ul.inline-menu > li:last-child {
  padding-right: 0;
}
.lang-menu {
  position: relative;
  padding-left: 60px !important;
}
.lang-items {
  display: none;
  margin-right: -25px;
  background: #FFFFFF;
  border-radius: 4px;
}
.lang-items li {
  padding: 1px 15px;
}
ul.lang-wrapper {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 10;
  padding-right: 25px;
}
ul.lang-wrapper a.lang-active img {
  opacity: 0.4;
  width: 20px;
}
ul.lang-wrapper a.lang-active:before {
  display: block;
  content: '';
  border: 7px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #DDD;
  background-color: white;
  position: absolute;
  top: 13px;
  right: -20px;
}
ul.lang-wrapper a.lang-active:before:hover {
  border-top-color: #000;
}
ul.lang-wrapper li {
  display: block;
  width: 30px !important;
}
ul.lang-wrapper li a {
  padding: 0;
}
ul.lang-wrapper img {
  width: 24px;
}
.main-menu .hamburger {
  display: none;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 992px) {
  .main-menu .hamburger {
    display: block;
    padding-bottom: 8px;
  }
}
.main-menu .hamburger .oi {
  font-size: 30px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .main-menu li.col {
    padding: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 992px) {
  .main-menu li .caret {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
    color: #AAAAAA;
    position: relative;
  }
  .main-menu li .caret:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #6C6C6C;
    margin-top: 4px;
  }
}
.main-menu a:hover .caret:before {
  border-color: transparent transparent transparent #FFFFFF;
}
.main-menu a:hover.selected .caret:before {
  border-color: #FFFFFF transparent transparent transparent;
}
.main-menu .selected .caret:before {
  border-width: 10px 5px 0 5px;
  border-color: #6C6C6C transparent transparent transparent;
}
.main-menu ul {
  padding: 0;
}
@media (max-width: 992px) {
  .main-menu ul {
    margin: 0 0 0 0;
    background: #AAAAAA;
    display: none;
  }
}
.main-menu ul li {
  display: inline-block;
  text-align: center;
}
.main-menu ul li .submenu {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .main-menu ul li .submenu {
    display: none;
  }
}
.main-menu ul li .submenu li {
  background: #AAAAAA;
  display: block;
}
.main-menu ul li .submenu li a {
  background: #CCCCCC;
  border-bottom: solid #969696 1px;
  color: #6C6C6C;
}
.main-menu ul li .submenu li a:hover {
  background: #AAAAAA;
  color: #FFFFFF;
}
.main-menu ul li > a {
  font-size: 1.29rem;
  font-weight: 400;
  display: block;
  position: relative;
  height: 185px;
  padding: 0;
  background: #C5C5C5;
  color: #FFFFFF;
  border-bottom: solid 5px #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: 50% 50%;
}
@media (min-width: 992px) {
  .main-menu ul li > a .en {
    font-size: 1rem;
  }
}
.main-menu ul li > a.hvr-underline-from-center:before {
  height: 7px;
  bottom: -12px;
}
@media (max-width: 992px) {
  .main-menu ul li > a {
    background: #E2E2E2;
    background-image: none !important;
    text-align: left;
    height: inherit;
    padding: 10px 20px;
    color: #6C6C6C;
    border-bottom: solid 1px #AAAAAA;
  }
  .main-menu ul li > a:hover {
    color: #FFFFFF;
    background: #E30613;
    border-bottom: solid 1px #AAAAAA;
  }
}
.main-menu ul li > a .red-line {
  background: #E30613;
  display: block;
  position: relative;
  line-height: 35px;
  height: 35px;
  top: 128px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-menu ul li > a .red-line {
    background: none;
    position: static;
    height: inherit;
  }
}
.main-menu ul li > a:hover,
.main-menu ul li > a.active,
.main-menu ul li > a.active2 {
  text-decoration: none;
}
@media (max-width: 992px) {
  .main-menu ul li > a:hover,
  .main-menu ul li > a.active,
  .main-menu ul li > a.active2 {
    box-shadow: none;
  }
}
ul li.mo {
  display: none;
}
@media (max-width: 992px) {
  ul li.mo {
    display: block;
  }
}
ul li.mo img {
  width: 30px;
}
.lang {
  background: #C5C5C5;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .lang {
    background: #E2E2E2;
  }
}
.main-menu-home a:hover.selected .caret:before {
  border-color: #FFFFFF transparent transparent transparent;
}
.main-menu-home .selected .caret:before {
  border-width: 10px 5px 0 5px;
  border-color: #6C6C6C transparent transparent transparent;
}
.main-menu-home ul {
  padding: 0;
}
@media (max-width: 768px) {
  .main-menu-home ul {
    display: none;
  }
}
.main-menu-home ul li {
  display: inline-block;
  text-align: center;
}
.main-menu-home ul li > a {
  font-size: 1.29rem;
  font-weight: 400;
  display: block;
  position: relative;
  height: 185px;
  padding: 0;
  background: #C5C5C5;
  color: #FFFFFF;
  border-bottom: solid 5px #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: 50% 50%;
}
@media (min-width: 992px) {
  .main-menu-home ul li > a .en {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .main-menu-home ul li > a {
    font-size: 1rem;
    height: 155px;
  }
}
.main-menu-home ul li > a.hvr-underline-from-center:before {
  height: 7px;
  bottom: -12px;
}
.main-menu-home ul li > a .red-line {
  background: #E30613;
  display: block;
  position: relative;
  line-height: 35px;
  height: 35px;
  top: 128px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-menu-home ul li > a .red-line {
    top: 98px;
  }
}
.main-menu-home ul li > a:hover,
.main-menu-home ul li > a.active {
  text-decoration: none;
}
.main-menu .ddm .submenu,
.top-menu .ddm .submenu {
  padding-top: 13px !important;
  position: absolute;
  z-index: 100;
}
.main-menu .ddm .submenu li,
.top-menu .ddm .submenu li {
  border-bottom: none;
  border-top: none;
  border-left: solid 1px #E2E2E2;
  border-right: solid 1px #E2E2E2;
  text-align: left;
  padding: 5px;
  background: #FFFFFF;
  width: 169px;
}
.main-menu .ddm .submenu li:first-child,
.top-menu .ddm .submenu li:first-child {
  border-top: solid 1px #E2E2E2;
  padding-top: 10px;
}
.main-menu .ddm .submenu li:last-child,
.top-menu .ddm .submenu li:last-child {
  border-bottom: solid 1px #E2E2E2;
  padding-bottom: 15px;
}
@media (max-width: 1170px) {
  .main-menu .ddm .submenu li,
  .top-menu .ddm .submenu li {
    width: 133px;
    padding: 2px;
  }
}
.main-menu .ddm .submenu li a,
.top-menu .ddm .submenu li a {
  height: auto;
  line-height: 1.3rem;
  text-align: left;
  font-size: 17px;
  border: none;
  background: #FFFFFF;
  display: inline-block;
  font-weight: 300;
}
@media (max-width: 1170px) {
  .main-menu .ddm .submenu li a,
  .top-menu .ddm .submenu li a {
    font-size: 0.85rem;
  }
}
.main-menu .ddm .submenu li a.hvr-underline-from-center:before,
.top-menu .ddm .submenu li a.hvr-underline-from-center:before {
  height: 2px;
  bottom: -4px;
}
.main-menu .ddm .submenu li a:hover,
.top-menu .ddm .submenu li a:hover {
  color: #6C6C6C;
  background: none;
}
header.head {
  position: relative;
}
header.head .logo {
  max-width: 145px;
}
@media (max-width: 992px) {
  header.head .logo {
    text-align: center;
  }
}
header.head .logo img {
  width: 95px;
  height: 95px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  header.head .logo img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  header.head .logo {
    margin: auto;
  }
}
header.head:before {
  content: '';
  display: block;
  background: #E2E2E2;
  height: 163px;
  position: absolute;
  width: 100%;
  border-bottom: solid #E30613 35px;
}
@media (max-width: 992px) {
  header.head:before {
    height: 183px;
    border-bottom: solid #E30613 55px;
  }
}
@media (max-width: 768px) {
  header.head:before {
    height: 158px;
  }
}
h1.title {
  color: #E30613;
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: -0.7px;
  margin-top: 30px;
  margin-bottom: 40px;
}
h2.title {
  margin-bottom: 45px;
}
h2.title-logo {
  margin-bottom: 45px;
  padding: 12px 0 12px 130px;
  min-height: 100px;
  background: url(../img/logo.svg) 0 50% no-repeat;
  background-size: 100px;
}
@media (max-width: 768px) {
  h2.title-logo {
    padding: 0;
    background: none;
  }
}
h4.title {
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
.splash {
  margin-bottom: 53px;
  opacity: 0;
  transition: opacity 1s;
}
.content {
  line-height: 1.65rem;
}
header.section {
  position: relative;
}
header.section:before {
  content: '';
  display: block;
  height: 1px;
  width: 65%;
  position: absolute;
  top: 50%;
  left: 35%;
  background: #AAAAAA;
}
@media (max-width: 992px) {
  header.section:before {
    left: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  header.section:before {
    left: 100%;
    width: 0%;
  }
}
header.section:after {
  content: '';
  display: block;
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E30613;
  z-index: -1;
}
@media (max-width: 992px) {
  header.section:after {
    width: 50%;
  }
}
@media (max-width: 768px) {
  header.section:after {
    width: 100%;
  }
}
header.section.line:before {
  left: 0;
  width: 100%;
}
header.section.line:after {
  background: none;
}
header.section h3 {
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 5px 0;
  position: relative;
  font-weight: 400;
}
header.section h3:after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -90px;
  right: 0;
  background: url("../img/logo_gray.svg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  header.section h3:after {
    background: none;
  }
}
a.go-top,
a.go-bot {
  position: fixed;
  padding: 4px 10px;
  background: #AAAAAA;
  border-left: solid 1px #E2E2E2;
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
  border-radius: 5px 0 0 4px;
  right: 0;
  bottom: 100px;
  z-index: 900;
  color: #FFFFFF;
  opacity: 0.8;
}
a.go-top:hover,
a.go-bot:hover {
  opacity: 1;
}
a.go-bot {
  bottom: 50px;
}
.gallery p {
  margin-bottom: 40px;
}
.strong {
  font-weight: 500;
}
.carousel-slick {
  height: 300px;
  border: solid #AAAAAA 1px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0 50px;
  overflow: hidden;
}
.carousel-slick .item {
  padding: 30px;
}
@media (max-width: 992px) {
  .carousel-slick .item {
    padding: 20px;
  }
}
.carousel-slick .item .img {
  display: block;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 20px;
}
.carousel-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  z-index: 50;
  border: none;
  background: none;
  text-indent: -9000px;
  width: 40px;
  height: 40px;
  border-top: solid #AAAAAA 2px;
  border-right: solid #AAAAAA 2px;
  transform: rotate(-135deg);
  outline: none;
  opacity: 0.8;
}
.carousel-slick .slick-arrow:hover {
  opacity: 1;
}
.carousel-slick .slick-next {
  left: inherit;
  right: 30px;
  transform: rotate(45deg);
}
.frame {
  border: solid #AAAAAA 1px;
  border-radius: 10px;
  padding: 25px 50px 20px 50px;
}
@media (max-width: 992px) {
  .frame {
    padding: 20px;
  }
}
.frame-news {
  border: solid #AAAAAA 1px;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 992px) {
  .frame-news {
    padding: 10px;
  }
}
.bg-gray {
  background: #f2f2f2;
}
@media (max-width: 576px) {
  .copy {
    font-size: 17px;
  }
}
.alert-success {
  color: #6C6C6C;
  font-weight: 500;
  background-color: #E2E2E2;
  border: none;
  border-radius: 0;
}
a.btn-outline-secondary:focus {
  color: #6C6C6C !important;
  box-shadow: none !important;
}
a.btn-outline-secondary:active,
a.btn-outline-secondary:hover {
  color: #FFFFFF !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .contact {
    min-height: 476px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.small {
  font-size: 0.9em;
  font-weight: 300;
}
.pl-20 {
  padding-left: 20px;
}
.pr-50 {
  padding-right: 50px;
}
.flex-dc {
  flex-direction: column;
}
.flex-1-0-a {
  flex: 1 0 auto;
}
.flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.error {
  color: #E30613;
}
.chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  position: relative;
  top: 10px;
  transform: rotate(-45deg);
  vertical-align: top;
}
.chevron.bottom:before {
  top: 2px;
  transform: rotate(135deg);
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #E30613;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before,
.hvr-underline-from-center.active:before {
  left: 0;
  right: 0;
}
footer.tail {
  background: #E30613;
  padding: 2rem 0 0 0;
  color: #FFFFFF;
}
footer.tail a {
  color: #FFFFFF;
}
footer.tail .map ul {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin: 0 0 1rem 0;
}
@media (max-width: 992px) {
  footer.tail .map ul {
    font-size: 1.2rem;
  }
}
footer.tail .map ul li {
  padding-bottom: 5px;
}
footer.tail .map ul li:first-child {
  margin-bottom: 5px;
  border-bottom: solid 1px #FFFFFF;
}
footer.tail .labels {
  text-align: right;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer.tail .labels {
    text-align: center;
  }
}
footer.tail .labels ul {
  margin: 20px 0 0 0;
  position: absolute;
  left: 15px;
  bottom: 0px;
}
@media (max-width: 768px) {
  footer.tail .labels ul {
    position: static;
  }
}
footer.tail .labels ul li {
  padding-right: 10px;
  display: inline-block;
}
footer.tail .labels ul li:first-child {
  border: none;
}
footer.tail .labels ul li img {
  height: 70px;
}
footer.tail .copyright {
  background: #FFFFFF;
  margin-top: 2rem;
  padding: 15px 0;
  color: #6C6C6C;
}
footer.tail .copyright a {
  color: #6C6C6C;
}
footer.tail .copyright a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  footer.tail .copyright {
    text-align: center;
  }
}
.footer-menu {
  text-align: right;
}
@media (max-width: 992px) {
  .footer-menu {
    text-align: center;
  }
}
.footer-menu ul.inline-menu {
  padding: 0;
  margin: 0;
}
.footer-menu ul.inline-menu li {
  padding-bottom: 0;
}
.footer-menu ul.inline-menu li:last-child a {
  padding-right: 0;
}
.footer-menu ul.inline-menu li a {
  font-size: 1.2rem;
}
.carousel {
  height: 550px;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .carousel {
    height: 400px;
  }
}
.carousel-item {
  height: 550px;
  width: 100%;
  background: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .carousel-item {
    height: 400px;
  }
}
.carousel-item .container {
  height: 100%;
}
.carousel-item .container .row {
  height: 100%;
}
.carousel-item .container .row .col-12 {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .carousel-item .container {
    max-width: 100%;
  }
}
.carousel-item .container .slider-title {
  color: #FFFFFF;
  background: #E30613;
  width: 35%;
  font-size: 2.1rem;
  line-height: 2.5rem;
  vertical-align: middle;
  position: absolute;
  bottom: 40px;
}
.carousel-item .container .slider-title p {
  padding-top: 13px;
}
.carousel-item .container .slider-title:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #E30613;
  left: -100%;
  right: 100%;
  display: block;
  z-index: 0;
}
@media (max-width: 1170px) {
  .carousel-item .container .slider-title {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 992px) {
  .carousel-item .container .slider-title {
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    bottom: 0;
  }
  .carousel-item .container .slider-title:before {
    display: none;
  }
}
.carousel-inner {
  width: 100%;
}
.carousel-indicators {
  width: auto;
  right: 80px;
  bottom: 80px;
  margin: 0 0 20px 0;
  left: auto;
}
@media (max-width: 992px) {
  .carousel-indicators {
    text-align: center;
    right: 0;
    left: 0;
  }
}
.carousel-indicators li {
  background: #AAAAAA;
  height: 12px;
  width: 12px;
  margin: 4px;
  border-radius: 100%;
  border: solid 1px #FFFFFF;
}
.carousel-indicators li.active {
  background: #6C6C6C;
}
@media (max-width: 992px) {
  .carousel-control-next,
  .carousel-control-prev {
    padding-top: 470px;
  }
}
@media (max-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    padding-top: 318px;
  }
}
.diamond-prev,
.diamond-next {
  width: 40px;
  height: 40px;
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
}
@media (max-width: 992px) {
  .diamond-prev,
  .diamond-next {
    width: 30px;
    height: 30px;
  }
}
.diamond-next {
  border-left: none;
  border-top: none;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  margin: auto;
}
