.grey {
  color: #5b5b5b;
}
.light {
  color: #c5c5c5;
}
.red {
  color: #ce0e2d;
}
.bg-lightgrey {
  background: #eee;
  color: black;
}
.lightgrey {
  color: #b0b0b0;
}
.bg-red {
  background: #ce0e2d;
}
.fira {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
}
.mons {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
* {
  transition: all 250ms;
  outline: none !important;
}
body {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 25px;
  color: #5b5b5b;
  font-weight: 400;
}
a,
a.casual {
  text-decoration: none;
  color: #ce0e2d;
}
a:hover,
a.casual:hover {
  color: black;
}
img {
  max-width: 100%;
}
main {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.pano {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
header nav a.nav-link {
  color: white;
  text-transform: uppercase;
}
header nav li.nav-item.active a.nav-link {
  cursor: default;
  color: #ce0e2d !important;
}
header nav li.nav-item:not(.active):hover a.nav-link {
  color: white;
}
header .navbar-collapse.show {
  padding: 30px !important;
  background: white;
  margin-top: 12px;
  border-radius: 8px;
}
header .navbar-collapse.show .navbar-nav {
  margin-bottom: 20px !important;
}
header .navbar-collapse.show .navbar-nav .nav-item a.nav-link,
header .navbar-collapse.show .navbar-nav header nav.navbar.nav-scrolled .navbar-collapse.collapse.show li.nav-item a,
header .navbar-collapse.show .navbar-nav header nav.navbar.nav-scrolled .navbar-collapse.collapse.show .navbar-text .nav-item a,
header .navbar-collapse.show .navbar-nav header .navbar-collapse.show .navbar-text.text-white a,
header .navbar-collapse.show .navbar-nav header .navbar-collapse.show .navbar-text.text-white a.lang {
  font-size: 125%;
}
header .navbar-collapse.show .navbar-nav .nav-item:not(.active) a.nav-link,
header .navbar-collapse.show .navbar-nav header nav.navbar.nav-scrolled .navbar-collapse.collapse.show li:not(.active).nav-item a,
header .navbar-collapse.show .navbar-nav header nav.navbar.nav-scrolled .navbar-collapse.collapse.show .navbar-text .nav-item:not(.active) a,
header .navbar-collapse.show .navbar-nav header .navbar-collapse.show .navbar-text.text-white a,
header .navbar-collapse.show .navbar-nav header .navbar-collapse.show .navbar-text.text-white a.lang {
  color: #333 !important;
}
header .navbar-collapse.show .navbar-text.text-white {
  margin-top: 20px;
}
header .navbar-collapse.show .navbar-text.text-white a,
header .navbar-collapse.show .navbar-text.text-white a.lang {
  color: #333 !important;
}
.mobnb {
  margin-right: 40px;
  margin-left: auto;
}
@media (min-width: 1050px) {
  .mobnb {
    display: none;
  }
}
@media (max-width: 720px) {
  .mobnb {
    display: none;
  }
}
@media (min-width: 1050px) and (max-width: 1450px) {
  #pho {
    display: none;
  }
}
@media (max-width: 1450px) {
  .collapse.navbar-collapse {
    justify-content: flex-end;
  }
}
header nav .container-fluid,
footer nav .container-fluid,
section nav .container-fluid {
  max-width: 98vw;
}
header .con .container-fluid,
footer .con .container-fluid,
section .con .container-fluid {
  max-width: 1200px;
}
footer {
  font-weight: 300;
  color: white;
  background: #eaeaea;
}
footer a {
  color: #b0b0b0;
}
footer a:hover {
  color: #ce0e2d;
}
footer a:active {
  color: black;
}
footer .navbar {
  background: #c5c5c5;
}
a.lang {
  padding: 5px 7px;
  color: white !important;
  border: 1px solid #ce0e2d;
  text-decoration: none;
}
a.lang:hover {
  background: #ce0e2d;
}
header nav.navbar.nav-scrolled li:not(.active) a.lang:hover,
header nav.navbar.nav-scrolled .navbar-text a.lang:hover {
  color: white !important;
}
article h1,
.article h1,
article h2,
.article h2,
article h3,
.article h3 {
  color: #ce0e2d;
}
article h2,
.article h2 {
  margin: 36px 0 15px;
}
article p,
.article p {
  color: #5b5b5b;
  font-size: 22px;
  font-weight: 300;
}
article .more-links,
.article .more-links {
  margin-top: 36px;
  font-size: 18px;
}
.cover {
  background-size: cover !important;
}
.contain {
  background-size: contain !important;
}
.br8 {
  border-radius: 8px;
}
.br12 {
  border-radius: 12px;
}
.br25 {
  border-radius: 25px;
}
.br40 {
  border-radius: 40px;
}
.mt-6 {
  margin-top: 60px;
}
.mb-6 {
  margin-bottom: 60px;
}
.pt-6 {
  padding-top: 60px;
}
.pb-6 {
  padding-bottom: 60px;
}
.my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-7 {
  margin-top: 90px;
}
.mb-7 {
  margin-bottom: 90px;
}
.mt-8 {
  margin-top: 120px;
}
.mb-8 {
  margin-bottom: 120px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.lh-100 {
  line-height: 1;
}
.lh-120 {
  line-height: 1.2;
}
.lh-150 {
  line-height: 1.5;
}
.song {
  font-size: 8vh;
  padding-top: 69vh;
}
.navbar-toggler {
  border-color: white;
}
.dotted {
  background: url('/img/ITG_Dott_02.svg') repeat-x center left;
  height: 4px;
  width: 100%;
  opacity: 0.33;
}
.mw-120 {
  max-width: 120px;
}
.mw-150 {
  max-width: 150px;
}
.mw-200 {
  max-width: 200px;
}
.mw-220 {
  max-width: 220px;
}
.mw-250 {
  max-width: 250px;
}
.w-p100 {
  width: 100%;
}
@media (min-width: 1600px) {
  header nav.navbar .navbar-brand .l-v {
    display: none !important;
  }
  .collapse navbar-collapse {
    padding-top: 0 !important;
  }
}
@media (max-width: 1599px) {
  header nav.navbar .navbar-brand .l-h {
    display: none !important;
  }
  .collapse navbar-collapse {
    padding-top: 3rem !important;
  }
}
/*header nav.navbar.nav-scrolled .navbar-collapse.collapse li:not(.active) a, header nav.navbar.nav-scrolled .navbar-collapse.collapse .navbar-text a { color:white !important; }*/
header nav.navbar .navbar-brand {
  padding: 0;
}
header nav.navbar .navbar-brand .when-up {
  display: inline-block;
}
header nav.navbar .navbar-brand .when-scrolled {
  display: none;
}
header nav.navbar.nav-scrolled {
  background: url('/img/Oblique-strip-07.png') left top !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #d1cbcb;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
header nav.navbar.nav-scrolled li:not(.active) a,
header nav.navbar.nav-scrolled .navbar-text a {
  color: #5b5b5b !important;
}
header nav.navbar.nav-scrolled li:not(.active) a:hover,
header nav.navbar.nav-scrolled .navbar-text a:hover {
  color: #000 !important;
}
header nav.navbar.nav-scrolled .navbar-brand .when-up {
  display: none;
}
header nav.navbar.nav-scrolled .navbar-brand .when-scrolled {
  display: inline-block;
}
header nav.navbar.nav-scrolled .navbar-toggler {
  filter: invert(1);
}
.left-image {
  width: 90%;
  margin: 0 auto 0 0;
  border-radius: 40px;
  height: 320px;
  background-size: cover !important;
}
.left-block {
  width: 360px;
  margin: 0 auto 0 0;
  border-radius: 40px;
  height: 320px;
  background-size: contain !important;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.inline {
  display: inline-block;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.lst-nws .ln-box {
  background-size: cover;
  border-radius: 25px;
  width: 90%;
  height: 240px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 8px 8px 12px 8px rgba(0, 0, 0, 0.03);
}
.lst-nws .ln-box div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 24px;
  text-align: left;
  line-height: 1;
}
.ye:hover {
  color: #ce0e2d;
}
.o3 {
  opacity: 0.3;
}
.o5 {
  opacity: 0.5;
}
.o7 {
  opacity: 0.7;
}
h2.mons {
  font-size: 2.5rem;
}
.marka-top {
  height: auto;
  width: auto;
  max-width: 65%;
  max-height: 75%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -5%);
}
.pu {
  height: 5px;
  width: 68%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -5%);
  z-index: 999;
}
.marki .marka .mark,
.marki .marka .mark img {
  opacity: 0;
  transition: none;
}
.marki2 .marka .mark,
.marki2 .marka .mark img {
  opacity: 0;
  transition: none;
}
@keyframes appear {
  0% {
    transform: translateY(90%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.marka .mark {
  transform: translateY(90%);
}
.marki .marka:nth-of-type(1) .mark {
  animation: appear 1.9s ease 3150ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(2) .mark {
  animation: appear 2.2s ease 3250ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(3) .mark {
  animation: appear 1.1s ease 3350ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(4) .mark {
  animation: appear 1.7s ease 3390ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(1) .mark {
  animation: appear 2.9s ease 3320ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(2) .mark {
  animation: appear 2.1s ease 3260ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(3) .mark {
  animation: appear 2.2s ease 3420ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(4) .mark {
  animation: appear 1.5s ease 3340ms 1;
  animation-fill-mode: forwards;
}
@keyframes appearimg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.marki .marka:nth-of-type(1) .mark img {
  animation: appearimg 777ms ease 4150ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(2) .mark img {
  animation: appearimg 777ms ease 4650ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(3) .mark img {
  animation: appearimg 777ms ease 4350ms 1;
  animation-fill-mode: forwards;
}
.marki .marka:nth-of-type(4) .mark img {
  animation: appearimg 777ms ease 4090ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(1) .mark img {
  animation: appearimg 777ms ease 4320ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(2) .mark img {
  animation: appearimg 777ms ease 4260ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(3) .mark img {
  animation: appearimg 777ms ease 4420ms 1;
  animation-fill-mode: forwards;
}
.marki2 .marka:nth-of-type(4) .mark img {
  animation: appearimg 777ms ease 4340ms 1;
  animation-fill-mode: forwards;
}
.subtitle,
.subtitle p {
  color: #c5c5c5;
}
.hide {
  display: none !important;
}
.hyde {
  display: none;
}
#c2_admin {
  z-index: 99;
}
@media (min-width: 1450px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1450px) {
  .navbar-expand-lg .navbar-toggler {
    display: inline-block !important;
  }
}
.card-addr {
  border: 1px solid #f5f5f5;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 15px 2px rgba(0, 0, 0, 0.1);
}
.card-addr .border-right {
  border-right: 1px solid #b0b0b0;
}
.contactform .border-right {
  border-right: 3px solid #ce0e2d;
}
.contactform img {
  width: 80%;
}
.contactform input.form-control {
  padding: 10px 18px;
  width: 100%;
}
.contactform input.form-control::placeholder,
.contactform textarea.form-control::placeholder {
  color: #c5c5c5;
}
.contactform button {
  padding: 10px 18px;
  width: 100% !important;
  text-align: left !important;
}
.contactform .form-check {
  padding-top: 8px;
}
.prnews,
.fulltext {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 7px 7px 15px 2px rgba(0, 0, 0, 0.1);
  /*.prn-3, .prn-2 {
    .daat { bottom:2px; }
  }
  .prn-3 .tx, .prn-3 .txc, .prn-2 .tx, .prn-2 .txc { display:none; }
  .prn-1 .tx { display:none; }
  .prn-0 .txc { display:none; }*/
}
.prnews .border-right,
.fulltext .border-right {
  border-right: 3px solid #ce0e2d;
}
.prnews .daat,
.fulltext .daat {
  left: 35%;
  transform: translateX(-50%);
  bottom: 12px;
}
.prnews .daat2,
.fulltext .daat2 {
  left: 20%;
  top: 10px;
}
.inform-x3 .gb {
  height: 240px;
  width: 90%;
  max-width: 320px;
  min-width: 280px;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  border-radius: 25px;
}
.inform-x3 .gb img {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 2;
  height: 240px;
  width: auto;
  max-width: none;
  transition: all 500ms ease;
}
.inform-x3 .gb .txt {
  /*top:175px;*/
  top: 240px;
  left: 25px;
  transition: all 500ms ease;
  position: absolute;
  z-index: 2;
  height: 240px;
  width: auto;
  max-width: 65%;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}
.inform.buro {
  /*.dig span img { transform:scale(0.8); transition:all 599ms ease; }
  .dig span img.norm { transform:scale(1); }*/
}
.inform.buro .dig {
  font-size: 80px;
  position: absolute;
  top: 60px;
  left: 15px;
}
.inform.buro .dig span {
  transition: none;
}
.inform.buro .text {
  position: absolute;
  left: 30px;
  bottom: -27px;
  line-height: 1;
  transition: all 499ms ease;
  opacity: 0;
}
.inform.buro .text span {
  transition: none;
}
.inform.buro .text.shown {
  bottom: 41px;
  opacity: 1;
}
.dropd {
  position: fixed;
  top: 0px;
  left: 400px;
  width: 180px;
  height: auto;
  display: none;
  margin-top: 66px;
  transition: none;
  z-index: 1029;
}
.dropd .dropd-bg {
  background: url("/img/Oblique-strip-300х160.png");
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 8px 8px 3px;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.dropd a {
  padding: 8px 12px;
  background: transparent;
  margin-bottom: 5px;
  color: #282828;
  border-radius: 6px;
}
.dropd a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: black;
}
.switch {
  width: 70px;
  height: 40px;
}
.switch div {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 20px;
  transition: width 333ms ease-in-out;
  text-align: right;
}
.switch img {
  width: 40px;
  height: 40px;
  transition: all 333ms ease-in-out;
  vertical-align: baseline;
}
.switch:hover div {
  width: 70px;
}
.switch:active div {
  background: #c5c5c5;
}
.switch.inline {
  display: inline-block;
  vertical-align: 4px;
}
.switch.inline div {
  display: inline-block;
}
.switch_grey {
  width: 50px;
  height: 30px;
}
.switch_grey div {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 15px;
  transition: width 333ms ease-in-out;
  text-align: right;
}
.switch_grey img {
  width: 30px;
  height: 30px;
  transition: all 234ms ease-in-out;
  vertical-align: baseline;
}
.switch_grey:hover div {
  width: 50px;
}
.switch_grey:active div {
  background: #c5c5c5;
}
.switch_grey.inline {
  display: inline-block;
  vertical-align: -5px;
}
.switch_grey.inline div {
  display: inline-block;
}
section#section-text img {
  border-radius: 8px;
}
.subtitle p {
  font-weight: 300 !important;
}
blockquote {
  padding: 16px;
  border-left: 9px solid #ce0e2d;
}
blockquote p {
  font-size: 130%;
  line-height: 1.2;
}
.anchor {
  vertical-align: 60px;
}
.contactform input.form-control,
.contactform textarea.form-control {
  border-radius: 15px;
}
.form-control:focus,
.form-check-input:focus {
  border-color: #ce0e2d !important;
  box-shadow: 0 0 0 0.25rem rgba(206, 14, 45, 0.25) !important;
}
.form-check-input:checked {
  background-color: #ce0e2d;
  border-color: #ce0e2d;
}
.form-control::placeholder {
  font-weight: 300;
}
.lightbox {
  cursor: pointer;
}
.lightbox.lightbox-zoom {
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1030;
  border: 20px solid white;
  border-radius: 6px;
  box-shadow: 0 0 200px 2000px rgba(0, 0, 0, 0.2);
  background: white;
  width: auto;
  max-width: max(520px, 80%);
  height: auto;
}
.lightbox.lightbox-zoom:hover {
  cursor: none;
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  opacity: 1;
  cursor: not-allowed;
}
.mob-show,
.mini-show {
  display: none;
}
.mob-hide,
.mini-hide {
  display: inherit;
}
.text-right-left {
  text-align: right;
}
.text-left-right {
  text-align: left;
}
.md-scale-09 {
  transform: scale(1);
}
.preview {
  overflow: hidden;
}
.trdn_result p.trdn_url.mt-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (max-width: 1250px) {
  .scale-1 {
    transform: scale(1);
  }
  .scale-2 {
    transform: scale(1);
  }
}
@media (max-width: 1050px) {
  .font-size-36 {
    font-size: 26px;
  }
  .font-size-32 {
    font-size: 24px;
  }
  .font-size-28 {
    font-size: 20px;
  }
  .mob-show {
    display: inherit;
  }
  .mob-hide {
    display: none;
  }
  .text-right-left {
    text-align: left;
  }
  .text-left-right {
    text-align: right;
  }
  .sotrudnik h6 {
    display: inline;
  }
  .inform-x3 .gb img {
    height: 220px;
  }
  h2 {
    font-size: 2rem !important;
  }
  .scale-1 {
    transform: scale(0.75);
  }
  .scale-2 {
    transform: scale(0.85);
  }
  .mob-float-none {
    float: none !important;
  }
  .daat2 {
    position: initial !important;
    margin-left: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .left-image,
  .inform .cover {
    width: 100% !important;
  }
  .mob-quad {
    width: 100% !important;
    height: 90vw !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .md-scale-09 {
    transform: scale(0.9);
  }
}
@media (max-width: 756px) {
  .i2 {
    display: none;
  }
  .buro > div {
    margin-bottom: 20px;
  }
  section:not(.pano,.galleryslider) .con,
  footer .con {
    padding-left: 25px;
    padding-right: 25px;
  }
  .left-image {
    margin-bottom: 32px;
  }
  .lst-nws .ln-tt {
    height: auto !important;
  }
  .lst-nws .switch {
    margin-bottom: 45px !important;
  }
  section.pano .con .in-pano div {
    height: 35vh !important;
  }
  body.paned main {
    top: 35vh !important;
  }
  section#section-text img {
    float: none !important;
    max-width: 90%;
  }
  .scale-1 {
    transform: scale(1);
  }
  .scale-2 {
    transform: scale(1);
  }
  .mini-show {
    display: inherit;
  }
  .mini-hide {
    display: none;
  }
  .preview img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
  .ye {
    font-size: 20px;
  }
}
@media (max-width: 465px) {
  .i1,
  .i2 {
    display: none;
  }
}
@media (max-width: 360px) {
  .i1,
  .i2 {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */