.carousel-control-next, .carousel-control-prev {
  opacity: 1.0;
  border: 1px rgba(255, 255, 255, 0.7) solid;
}

.cursor-pointer {
  cursor: pointer !important;
}

.hide, .hidden {
  display: none !important;
}

.title-category {
  font-size: 1.8em;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 32px 0;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  height: 5.6rem;
}

.fl-cont {
  border: 1px #ddd solid;
  border-bottom: none !important;
  margin-bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.price-table {
  width: 100%;
  border: 1px #fff solid;
  color: #fff;
}

.price-table td {
  border: 1px #fff solid;
  padding: 3px;
}

.price-table td a {
  color: #fff;
}

.post-content {
  padding: 0 0 10px 0;
  text-align: justify;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f9fd;
}

.card-project-name a {
  font-family: 'RalewayLight', sans-serif;
  color: #fff;
}

.welcome-content > p span {
  color: inherit;
}

.fa-question-circle {
  cursor: pointer;
}

.highslide-html-content {
  width: 90%;
}

.swal2-container {
  z-index: 9999 !important;
}

.swal2-popup {
  background-color: #F2F7FC;
}

.breadcrumbs {
  background: url(/img/common/breadcrumbs2.jpg) no-repeat scroll center center / cover;
  padding: 0;
  position: relative;
  max-height: 190px;
}

.breadcrumb li {
  margin-right: 1.0rem;
}

.breadcrumb li a:after {
  content: '>';
  padding-left: 1.0rem;
}

.breadcrumb li:last-child a:after {
  content: '';
  padding-left: 1.0rem;
}

.blog-sidbar ul,
.blog-sidbar ol {
  padding-left: 20px;
  list-style: disc;
}

.blog-sidbar ul li,
.blog-sidbar ol li {
  line-height: 1.5rem;
  list-style-position: inside !important;
  list-style-image: none !important;
  list-style-type: disc !important;
}

.description-inner p {
  color: #2e2e2e;
  font-family: Verdana, sans-serif;
  font-weight: 300;
}

.welcome-content p,
.welcome-content ol,
.welcome-content ul,
.welcome-services,
.blog-sidbar p {
  color: #2e2e2e;
  font-family: Verdana, sans-serif;
  font-weight: 300;
}

.welcome-content ol,
.welcome-content ul {
  margin: 0 0 15px 40px;
  list-style-type: disc;
}

.welcome-content ul li {
  list-style: disc;
}

.company-name {
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-size: 36px
}

.header__contact {
  line-height: 40px;
  font-size: 16px;
}

.header__img {
  height: 18px;
  padding: 0 10px 0 0;
}

.welcome-services__link {
  width: 200px;
  margin: 15px 0 0 0;
}


.current-price {
  color: #28a645;
  font-weight: 600;
  font-size: 1.2rem;
}

.oldprice {
  color: #ff0000;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 140%;
  position: relative;
  margin-right: 1.5rem;
}

.oldprice::after {
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";
  top: 2px;
  left: 0;
  border-bottom: 2px solid #546E7A;
  transform: rotate(5deg);
  pointer-events: none;
}


@media (max-width: 990px) {

  .company-name {
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
  }
}

ol .carousel-indicators {
  margin: 0;
}


.video-background-block:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
}

.video-background-block_position {
  position: relative;
}

.video-background-block__video {
  width: 100%;
  display: block;
}

.video-background-block__title {
  font-size: 50px;
  font-weight: 500;
}

.video-background-block__header {
  font-size: 36px;
  color: #f9c322;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0;
}

.video-background-block__text {
  font-size: 18px;
}

.video-background-block__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
  margin: auto;
  text-align: center;
  z-index: 5;
}

.video-background-block__link {
  background: linear-gradient(180deg, #F5B276 0%, #C0392B 100%);
  display: block;
  border-radius: 6px;
  max-width: 350px;
  line-height: 45px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  transition: all .6s;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 0;
}

.video-background-block__link:hover {
  opacity: 0.8;
}

.video-background-block__link:focus {
  border: none;
  outline: none;
}

.g-modal-callback__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}

.g-modal-callback__overlay_show {
  opacity: 1;
  visibility: visible;
}

.g-modal-callback__window {
  padding: 41px 27px 27px 27px;
  background: #fff;
  width: 350px;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 0;
  left: 0;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .2);
  transform: translate(0, -20%);
  font-family: 'Montserrat';
}

.g-modal-callback__overlay_show .g-modal-callback__window {
  transform: translate(0, -50%);
}

.g-modal-callback__title {
  padding: 0 0 25px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.g-modal-callback__label {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.g-modal-callback__input {
  margin: 0 0 20px 0;
}

#g-modal-callback__submit {
  background: linear-gradient(180deg, #F9C322 0%, #EF7F1A 100%);
  color: #fff !important;
  height: 45px;
  font-weight: 600;
}

.g-input {
  padding: 0 12px;
  border: 1px solid #dbdbdb !important;
  height: 35px;
  color: #555;
  background: #f8fafe !important;
}

.g-input:focus {
  border: 1px solid #343a40 !important;
}

.g-animation {
  transition: .6s all;
}

.g-modal-callback__policy {
  font-size: .75rem;
}

.g-modal-callback__link {
  text-decoration: underline;
}

.g-modal-callback__link:hover {
  text-decoration: none;
}

.g-modal-callback__close {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}

.g-modal-callback__close:hover {
  opacity: .6;
}

.g-modal-callback__result {
  font-size: .75rem;
  padding: 0 0 20px 0;
}

.g-modal-callback-window-close__position {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}

.g-modal-callback input[name="city"],
#contact-form input[name="city"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  top: -9999px;
  overflow: hidden;
}

.main-page-project__link {
  position: relative;
  display: block;
}

/* .main-page-project__link:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #c0392b;
	content: "";
	display: block;
	opacity: 0;
	transition: .4s all;
} */

.main-page-project__link:before {
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\eb1f";
  color: #fff;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  display: block;
  font-size: 80px;
  opacity: 0;
  transition: .4s all;
  text-align: center;
}

.main-page-project__link:hover:after {
  opacity: 1;
}

.main-page-project__link:hover:before {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-page-project__header {
  font-size: 26px;
  font-weight: 500;
  color: #c0392b;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.main-page-project__text-link {
  width: 160px;
  margin: 35px 0 0 0;
}

.main-page-project__container {
  padding-top: 30px;
}

.main-page-project-list__position {
  padding: 30px 0 60px 0;
}

.main-page-project-list__h3 {
  padding: 30px 0 0 0;
  font-size: 1.75rem;
  font-weight: 500;
}

.main-page-catalog__container {
  border: 1px solid #ccc;
  background: #f5f9fd;
  margin: 0 0 60px 0;
  padding: 30px 30px 30px 60px;
}

.main-page-catalog__container:after,
.main-page-catalog-menu:after {
  content: "";
  display: block;
  clear: both;
}

.main-page-catalog__header {
  font-size: 26px;
}

.main-page-catalog__header_red {
  color: #c0392b;
}

.main-page-catalog__left-col {
  display: inline-block;
  width: calc(70% - 15px);
  vertical-align: middle;
  padding: 0 15px 0 0;
}

.main-page-catalog__right-col {
  display: inline-block;
  width: calc(30% - 15px);
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.main-page-catalog-menu__item {
  float: left;
  padding: 0 20px 0 0;
}

.main-page-catalog__p {
  padding: 0 0 20px 0;
}

.main-page-catalog-menu__link {
  padding: 0 20px;
}

.main-page-catalog-menu__link_red {
  background: #c0392b;
  color: #fff !important;
}

.g-new-header {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
  color: #C1392B;
  padding: 0;
  margin: 0 0 18px 0;
}

.projects-offer {
  display: block;
  margin: 0 0 30px 0;
  transition: all 0.3s ease-out 0s;
}

.projects-offer:hover {
  opacity: .9;
}

.projects-offer picture * {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-button-green {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat';
  display: block;
  line-height: 40px;
  text-align: center;
  border: 0;
  color: #fff;
  background: #28A645;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .6s all;
}

.g-button-green:hover {
  border: 1px solid #28A645;
  color: #28A645;
  background-color: transparent;
}

.expositions__video {
  max-width: 100%;
}

.expositions__description {
  margin-bottom: 18px;
}

.credit__title {
  color: #555555;
  margin: 20px 0;
  font-weight: 600;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.credit-form__label {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: 'Montserrat';
}

.credit-form__input {
  height: 45px !important;
  border: 1px solid #C9C9C9 !important;
  background: #fff !important;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}

.credit-form__policy {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-family: 'Montserrat';
}

.credit-form__policy a {
  color: #c00003;
  text-decoration: underline;
}

.credit-form__policy a:hover {
  text-decoration: none;
}

.credit-form__button {
  background: linear-gradient(180deg, #F9C322 0%, #EF7F1A 100%);
  color: #fff !important;
  height: 45px;
  font-weight: 600;
}

/* contacts styles start */
.contacts-header {
  margin-bottom: 32px;
}

.contacts-info-item {
  font-family: 'Montserrat';
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.contacts-info .contacts-info-item:last-child {
  margin-bottom: 0;
}

.contacts-info-item--hasicon strong {
  display: block;
  margin-bottom: 10px;
}

.contacts-info-item a {
  color: #000;
  transition: .4s all;
  font-weight: 300;
}

.contacts-info-item a:not(.contacts-info-item__icon):hover {
  text-decoration: underline;
}

.contacts-info-item__icon:hover {
  opacity: .7;
}

.contacts-info-item strong {
  font-weight: 700;
}

.contacts-map {
  height: 402px;
  width: 100%;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-info-item__icon {
  margin-right: 10px;
}

.contacts-exposition {
  margin: 50px 0;
}

.contacts-subtitle {
  margin-bottom: 50px;
}

.contacts-subtitle p {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #000;
}

.contacts__image {
  width: 100%;
}

/* contacts styles end */

.carousel-control-next,
.carousel-control-prev {
  background-color: #c0392b;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}

.carousel-control-next {
  right: 2px;
}

.carousel-control-prev {
  left: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .main-page-catalog__left-col {
    width: calc(60% - 15px);
  }

  .main-page-catalog__right-col {
    width: calc(40% - 15px);
  }

  .main-page-catalog__container {
    padding: 20px;
  }

  .g-new-header {
    font-size: 32px;
  }

}

@media screen and (max-width: 991px) {

  .carousel-control-next,
  .carousel-control-prev {
    top: 66%;
  }

}


@media screen and (max-width: 767px) {

  .exposition-btn {
    line-height: 1.2em;
    font-size: 1.0em !important;
    padding: .5em !important;
  }

  .video-background-block::after {
    display: none;
  }

  .main-page-project__header {
    padding: 20px 0 0 0;
  }

  .main-page-catalog__left-col {
    width: 100%;
    padding: 0;
  }

  .main-page-catalog__right-col {
    display: none;
  }

  .main-page-catalog__container {
    padding: 30px;
  }

  .g-new-header {
    font-size: 26px;
  }

  .contacts-info {
    margin-top: 30px;
  }

  .contacts__image {
    margin-bottom: 30px;
  }

  .contacts-exposition .col-md-6:last-child .contacts__image {
    margin-bottom: 0;
  }

  .contacts-map {
    height: 250px;
  }

}

@media screen and (max-width: 479px) {

  .main-page-catalog__p {
    padding: 0 0 10px 0;
  }

  .exposition-btn {
    line-height: 1.2em;
    font-size: 1.0em !important;
    padding: .5em !important;
  }

  .main-page-catalog-menu__item {
    padding: 10px 0 0 0;
  }

}

@media screen and (max-width: 360px) {
  .exposition-btn {
    line-height: 1.2em;
    font-size: 1.0em !important;
    padding: .5em !important;
  }

}

.font-size-0 {
  font-size: 0 !important;
}

.font-size-10 {
  font-size: 0.7143rem !important;
}

.font-size-12 {
  font-size: 0.8571rem !important;
}

.font-size-14 {
  font-size: 1rem !important;
}

.font-size-16 {
  font-size: 1.143rem !important;
}

.font-size-18 {
  font-size: 1.286rem !important;
}

.font-size-20 {
  font-size: 1.429rem !important;
}

.font-size-24 {
  font-size: 1.714rem !important;
}

.font-size-26 {
  font-size: 1.857rem !important;
}

.font-size-30 {
  font-size: 2.143rem !important;
  line-height: 1.2;
}

.font-size-40 {
  font-size: 2.857rem !important;
  line-height: 1.2;
}

.font-size-50 {
  font-size: 3.571rem !important;
  line-height: 1.2;
}

.font-size-60 {
  font-size: 4.286rem !important;
  line-height: 1.2;
}

.font-size-70 {
  font-size: 5rem !important;
  line-height: 1.2;
}

.font-size-80 {
  font-size: 5.714rem !important;
  line-height: 1.2;
}

.header-top {
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 15px;
  font-weight: 600;
}

.menu-item_active, .menu-item_active:hover {
  color: #000 !important;
}

.header-menu ul li:hover a {
  color: #000 !important;
}

.header-menu ul li a, .header-menu ul li a .menu-item_active {
  color: #272727;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: uppercase;
}


.specification-description ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

.specification-description li {
  display: block;
  margin-bottom: .5em;
  margin-left: 2em;
  font-size:16px;
  font-family: Montserrat !important;
}

.specification-description li::before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  background-color: #ff9800;
  width: 1.3em;
  margin-left: -2em;
  text-align: center;
  margin-right: .5rem;
  padding: 2px;
  border-radius: 3px;
  color: #fff;
}

.latest-tweet- p {
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
}
