@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic);

@font-face {
    font-family: 'FontBebasNeueRegular';
    src: url('../fonts/BebasNeueRegular/BebasNeueRegular.woff?v=3.2.1') format('woff'),
         url('../fonts/BebasNeueRegular/BebasNeueRegular.ttf?v=3.2.1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root{
	--FontBebasNeueRegular: FontBebasNeueRegular, sans-serif;
	--red: #e21117;
	--dark-red: #FF2100;
	--gray: #9f9f9f;
    --white: #fff;
}

.header__telephones {
    width: 190px;
    text-align: center;
}

.header__address h1 {
    margin: 0 0 10px;
    font: 700 8rem / 5.8rem var(--FontBebasNeueRegular);
    text-transform: uppercase;
    color: #000;
    letter-spacing: 10px;
}

.header__logo img {
    height: 190px;
}

.footer__logo img {
  padding-right: 15px;
}

.header__telephones a {
    /* text-align: right;
    margin-top: 10px; */
    font-family: FontBebasNeueRegular, sans-serif;
    color: #6b707b;
    font-size: 19px;
    vertical-align: super;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.header__telephones P {
    /* text-align: right;
    margin-top: 10px; */
    font-family: FontBebasNeueRegular, sans-serif;
    color: #6b707b;
    font-size: 19px;
    vertical-align: super;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: none;
}

/* main menu */

.main-menu a {
    display: inline-block;
    vertical-align: top;
    /* font-weight: bold; */
    font-size: 24px;
    line-height: 18px;
    padding: 16px 10px;
    color: #2c3443;
    text-transform: uppercase;
    font-family: FontBebasNeueRegular, sans-serif;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

/* top slider */

.top-slider__slide {
    position: relative;
    padding-top: 80px;
    min-height: 572px;
}

/* about company index page */

.advantages-item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.advantages-item-img-overlay {
    border-bottom: 100px solid #FF3118;
}

.categories-item-img:hover .categories-item-img-overlay {
    border-bottom: 800px solid #FF3118;
  }

  .advantages-item-img:hover .advantages-item-img-overlay {
    border-bottom: 800px solid #FF3118;
  }

  .advantages-item-img-overlay {
    border-bottom: 100px solid #FF3118;
  }

  a {
	color:var(--gray);
}

div[itemprop="articleBody"] ul li:before, div.content-category ul li:before, .about-us ul li:before {
  content: '\2714';
  padding-right: 7px;
  color: var(--gray);
}

.advantages-item-name {
  margin: 15px 65px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray);
  opacity: 1;
}

.work-item {
  margin: 15px 0;
  background-color: var(--gray);
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card {
  margin-bottom: 7px;
  border-radius: 0;
  border: 1px solid var(--gray);
}

.card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border: none 0;
  background-color: var(--gray);
  color: #fff;
}

/* ----- Advantages ----- */

.m-tit {
	position: relative;
	margin: 0 0 60px;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: var(--red);
}
.m-tit:before {
	content: '';
	position: absolute;
	left: 50%; bottom: -20px;
	transform: translateX(-50%);
	width: 35px; height: 2px;
	background-color: var(--red);
}
.b-tit {
	position: relative;
	margin: 0 0 20px;
	text-align: left;
	font-size: 2rem;
	text-transform: uppercase;
	color: var(--gray);
}
.b-tit:before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 35px;
	height: 2px;
	background-color: var(--gray);
}

.advantages__name {
	display: block;
	margin: auto;
	width: auto;
	font-size: 2.2rem;
	text-transform: uppercase;
	color: var(--gray);
}

.our-products__item a:hover {
	color: var(--gray);
}

.fb-form__input--submit {
	background-color: var(--red);
	color: #fff;
	font-size:1.6rem;
	transition: .25s;
}

.about-us__left {
	margin-right: 10px;
	padding: 10px 35px;
	width: 50%;
	border: 1px solid var(--red);
	text-align: justify;
}

.footer__copyright-link {
	color: var(--gray);
}

.our-products__preview {
    background-color: #373d49;
}

.our-products__item a:hover{
	color: var(--white);
}

/* .our-products .m-tit {
  color: var(--red);
}

.our-products__name {
  color: var(--red);
} */

.work-stages__right {
  display: flex;
  align-items: center;
}

.stalin-cenir-foto {
  max-width: 500px;
}

.work-stages__preview img {
  border: 1px solid var(--red);
}

@media screen and (max-width: 600px) {
  .stalin-cenir-foto {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* .ekho_vojny-foto {
  max-width: 530px;
} */

.ekho_vojny-foto {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ekho_vojny-foto:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.mine-gallery-box {
  padding-bottom: 1075px;
}

@media screen and (max-width: 600px) {
  .mine-gallery-box {
    padding-bottom: 4000px;
  }
}

.mine-gallery-box2 {
  padding-bottom: 550px;
}

@media screen and (max-width: 600px) {
  .mine-gallery-box2 {
    padding-bottom: 2050px;
  }
}

.mine-gallery-box3 {
  padding-bottom: 1915px;
}

@media screen and (max-width: 600px) {
  .mine-gallery-box3 {
    padding-bottom: 7280px;
  }
}

.header__wrapper--second {
  border-top: none;
  border-bottom: none;
}

.o_muzee_vlevo {
  text-align: left;
}

.header__address h1 {
  color: #e21117;
}

.header__telephones a {
  color: #2c3443;
}

.header__telephones P {
  color: #2c3443;
}

.mev_text{
  font-size: 18px;
  margin: 20px 55px 20px 60px;
}

.ekho_vojny-foto {
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 0px;
}

.header__telephones a:hover {
  color: #e21117;
}

.header__telephones P:hover {
  color: #e21117;
}

div[itemprop="articleBody"] ul li:before, div.content-category ul li:before, .about-us ul li:before {
  content: '\2714';
  padding-right: 7px;
  color: var(--red);
}

/* social icons */

.header-icons {
  text-align: right;
  height: 30px;
}

div .header-icons {
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-icons img {
  height:25px;
  width:25px;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
  /*background-color: white;*/
  background: transparent;
}

.header-icons .hi-item {
display: inline-block;
transition: transform 0.3s ease;
}

.header-icons .hi-item:hover {
transform: translateY(0px) scale(1.2);
}

.header-icons .hi-item:active {
transform: translateY(0px) scale(0.8);
}

.footer {
  background-color: #456084;
}

.advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  height: 50%;
  padding: 5px;
}

.about-us__right {
  margin-left: 10px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: row-reverse; */
  /* justify-content: space-around; */
}

.messendzher_ikonka {
  margin-bottom: 5px;
  height: 25px;
}

.main-menu{
}
.main-menu li{

}
.main-menu a{
  display: block;
  transition: .25s;
}
.main-menu a:hover,
.main-menu > li.active > a,
.main-menu li.current > a{
  text-decoration: none;
}
.main-menu li ul {
    position: absolute;
    z-index: 9999;
    padding: 10px 5px;
    border: 2px solid #f0f0f0;
    background-color: #fff;
    /* opacity: 0;
    visibility: hidden; */
    display: none;
    transition: .35s;
    font-size: 15px;
    border-radius: 5px;
}
.main-menu ul li+li {
    margin-top: 5px;
}
.main-menu ul a {
    padding: 7px 15px;
}

.main-menu{
  margin-left: auto;
  margin-right: auto;
}
.main-menu a{
  padding: 20px 0;
}
.main-menu{
  flex-direction: column;
  padding: 10px 0;
  text-align: center;
}
/* .main-menu li ul{
  display: none;
  position: relative;
  border: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
  background: none;
} */

.main-menu li:hover ul {
  /* opacity: 1;
  visibility: visible; */
  display: block;
}

.main-menu ul li+li{
  margin-top: 2px;
}
.main-menu a{
  padding: 5px 0;
}

.nav-child a {
  text-align: left;
}

.work-stages__tit a {
  color: #2c3443;
}

.work-stages__preview {
  width: 220px;
  height: 220px;
}

.gallery-slide__preview img{
  border: unset;
  height: 220px;
}

.about-us__left {
  width: 46%;
}

.advantages-item {
  padding: unset;
  height: 56%;
}

.ob-istoriko {
  display: flex;
  flex-wrap: nowrap;
}

.work-stages__preview_1 {
  width: 220px;
  height: 220px;
  position: relative;
}

.m-padding_1.container {
  padding: 38px 15px;
}

.work-stages__preview_1 img {
  object-fit: cover;
  height: 115%;
  width: 115%;
  padding: 8px;
  border: 1px solid var(--red);
}

.work-stages__right_1 {
  padding-top: 24px;
  display: flex;
  align-items: center;
}

.work-stages__left_1 {
  margin-right: 75px;
}

.thumb img {
  -webkit-filter: grayscale(0);
  filter: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.thumb {
  padding: 5px;
}

h2.nazvanie_muzeya {
  color: var(--red);
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}

h3.nazvanie_muzeya {
  font-size: 2rem;
  text-align: left;
  margin-left: 11px;
}

.row.galleryAll {
  margin-bottom: 30px;
}

.slick-slide {
  height: auto;
}

.form2 {
  background: url(/images/design/form2.jpg) center / cover no-repeat;
  background-attachment: fixed;
}

.form_1.m-padding {
  padding: 60px 0;
}
.form_1 {
  position: relative;
}

.form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.probel {
  margin-bottom: 75px;
}

.bilety {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  text-align: center;
  margin-bottom: 90px;
}

.bilety_3 {
  border-right: solid 1px #d4d1d1;
}

.bilety_2 {
  border-right: solid 1px #d4d1d1;
}

.bilety_1 {
  border-bottom: solid 1px #d4d1d1;
}

.gallery_video {
  margin: 15px 0px 55px 0px;
}

.cmi_a a {
  font-size: 18px;
  color: #3A5454;
  font-weight: 400;
}

.cmi_a a:hover {
  color: var(--red);
}

.cmi_block {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .ist-kul_centr_container {
    max-width: 1340px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  .header__address h1 {
    line-height: normal;
  }

  .about-us__left {
    width: 100%;
  }

  .custom-arrow .slick-arrow {
    left: unset;
    top: unset;
    bottom: 70px;
  }

  .custom-arrow .slick-prev {
    left: unset;
  }

  .custom-arrow {
    padding-bottom: 0px;
  }

  .advantages-item {
    width: 100%;
  }

  .about-us__left {
    margin-right: 0px;
  }

  .about-us__left {
    margin: 0px;
  }
}
