@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
  url('fonts/flexslider-icon.woff') format('woff'),
  url('fonts/flexslider-icon.ttf') format('truetype'),
  url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo';
  src: local('Exo Bold'), local('Exo-Bold'), url('/fonts/exobold.woff2') format('woff2'), url('/fonts/exobold.woff') format('woff'), url('/fonts/exobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html, body {
  padding: 0;
  margin: 0;
}

body * {
  font-family: Arial, sans-serif;
  /* font-size: 14px;*/
}

.container {
  max-width: 1440px;
}

.header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__contact-map {
  color: #f15723;
  font-size: 19px;
  margin-right: 5px;
}

.header__logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 11px;
  text-align: right;
}

.header__contact {

}

.col-border-right {
  border-right: 1px solid #DFDFDF;
}

.header__contact-select {
  position: relative;
  margin-bottom: 0;
}

.header__contact-select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-danger {
  background-color: #f15723;
  border-color: #f15723;
}

.header__contact-city {
  width: 70px;
  border: none;
  -webkit-appearance: none;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}

.header__contact-city:focus {
  outline: 0;
}

.header__contact-phone {
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
}

.header__contact-schedule {
  font-size: 12px;
  font-style: italic;
  color: #b3b3b3;
  padding-left: 15px;
}

.header__callback {
  text-align: center;
}

.header__callback-button {
  padding: 10px 25px;
  font-weight: bold;
}

.menu-top {
  background-color: #E5E6EA;
}

.menu-top__ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}

.menu-top__ul-li {
  display: inline-block;
}

.menu-top__ul-li > a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.menu-top__icon {
  background-color: #f15723;
}

.menu-top__icon-a {
  display: block;
  padding: 20px 22px;
}

.menu-top__icon-a:hover {
  cursor: pointer;
}

.has-search .form-control {
  padding-left: 2.375rem;
  font-size: 14px;
}

/*.menu-top__search{
    margin-left: 45px;
}*/
.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 8px;
}

.slider-home-slide {
  max-width: 100% !important;
  height: 87vh;
  background-size: cover;
  background: no-repeat;
  background-position: center center;
}

.catalog-home__table {
  border-collapse: collapse;
}

.catalog-home__block {
  text-align: center;
  padding: 25px 0px;
  margin: -1px 0 0 -1px;
  border: 1px solid #E2E2E2;
}

.catalog-home__title {
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.catalog-home {
  padding-bottom: 30px;
}

.catalog-home__border {
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("../images/title-border-bottom-red.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 17px;
  margin-bottom: 40px;
}

.catalog-home__block-text {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.catalog-home__block-text a {
  color: #000
}

.catalog-home__block-border {
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("../images/border-bottom-red.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
}

.fa-ong-arrow-right-catalog {
  font-weight: bold;
}

.catalog-home__block:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
}

.block-info {
  background-color: #F2F3F7;
}

.block-info__block {
  display: table;
  text-align: center;
  padding: 40px 40px;
}

.block-info__block-img {
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
}

.block-info__block-text {
  display: block;
  vertical-align: middle;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.about-home {
  display: block;
  padding-bottom: 30px;
}

.block-contact-home__left {
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.block-contact-home__right {
  background-image: url("../images/contact-bg-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block-contact-home__left-h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.block-contact-home__left-h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}

.block-contact-home__left-phone {

  padding: 8px 25px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}

.block-contact-home__left-phone a {
  font-size: 26px !important;
  color: #fff
}

.block-contact-home__left-btn {
  border: 1px solid #f15723;
  padding: 10px 25px;
  background-color: #f15723;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
  margin-left: 20px;

}

.btn-danger:hover, .product-callback-left-btn:hover, .block-contact-home__left-btn:hover {
  background: #d84f20 !important;
}

.block-contact-home__left-btn:hover {
  color: #fff;
  text-decoration: none
}

.block-contact-home__left-text a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-top: 50px;
}

.carousel-brand__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 1s;
}

.carousel-brand__image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  cursor: pointer;
}

.carousel-brand .slick-slide {
  text-align: center;
}

.carousel-brand .slick-slide img {
  display: inline-block;
}

.carousel-brand__prev {
  font-size: 24px;
  color: #4e555b;
}

.carousel-brand__next {
  font-size: 24px;
  color: #4e555b;
}

.carousel-brand {
  padding: 65px 0;
}

.carousel-brand .slick-prev:before {
  content: '';
}

.carousel-brand .slick-next:before {
  content: '';
}

.footer {
  background-color: #09223F;
}

.footer__right-menu-link {
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.footer__right-menu-link:hover {
  color: #fff;
}

.footer__right-menu li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
}

.footer__right-menu li:last-child {
  margin-bottom: 0;
}

.footer__right-menu {
  margin-bottom: 0;
  padding: 0;
}

.footer__left {
  border-right: 1px solid #203349;
  padding: 35px 0;
  text-align: center;
  margin-right: 54px;
}

.footer__right {
  padding-left: 40px;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 30px 0;
  border-top: 1px solid #203349;
  margin: 0;
}

.footer__top {
  padding: 40px 0;
}

.content__table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.similar {
  margin-top: 50px;
}

.content__table-product-slider {
  border: 1px solid #E2E2E2;
  padding: 20px;
  margin: -1px 0 0 -1px;
}

.content__table-product {
  border: 1px solid #E2E2E2;
  padding: 20px;
  margin: -1px 0 0 -1px;
}

.content__table-product-image {
  /*height: 200px;*/
}

.content__table-product-border {
  display: block;
  height: 2px;
  border-bottom: 2px solid #ECECEC;
  margin-top: 15px;
}

.content-h1 {
  font-size: 24px;
  font-weight: bold;
  border-left: 2px solid #f15723;
  padding-left: 20px;
  margin: 40px 0;
}

.category-filter {
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.category-filter.active {
  border: 1px solid #f15723;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f15723;
}

.content__table-product:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 1);
}

.content__table-product-slider:hover {

}

.content__table-product-title a {
  font-family: Exo, Arial, Helvetica, sans-serif;
  display: block;
  color: #305895;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 20px 10px 0;
  margin: 0;
  text-align: left;
}

.content__table-product-param table {
  border: none;
}

.content__table-product-param table td {
  border: none;
  font-size: 18px;
  padding: 5px;
}

.content__more {
  text-align: center;
}

.content__more-title {
  display: inline-block;
  padding: 10px 109px;
  border: 1px solid #59667A;
  margin: 40px auto;
  color: #2c384a;
}

.mod-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  background: transparent;
  color: #8c8c8c;
  font-size: 13px;
  padding-left: 0;
  padding-top: 40px;
  margin-bottom: 5px;
}

.breadcrumb a {
  color: #000;
  font-size: 13px;
}

.breadcrumb .nvdel i {
  color: #0e0e0e;
  padding-left: 5px;
  padding-right: 5px;
}

.page-title {
  padding-bottom: 17px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  background-image: url("../images/page-title-line.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.category-item {
  text-align: center;
}

.content__table-product-image {
  text-align: center;
}

.phone-product {
  color: #f15723;
}

.answer {
  font-size: 20px;
}

.manager {
  font-size: 14px;
}

.pdf a {
  margin-left: 10px;
  text-decoration: underline;
  color: #09223f;
  font-size: 16px;
}

.product-item table {
  border: none;
  width: 100%;
  padding: 5px;
  text-align: left;
  margin-bottom: 20px;
}

.product-item table td {
  border: none;
  font-size: 16px;
}

.product-main-img {
  width: 100%;
  height: 350px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-prev {
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 1000;
  cursor: pointer;
}

.product-next {
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}

.item-description-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.soc-icon {
  margin-top: 20px;
}

.doosan-block-right {
  background-image: url("../images/doosan-block-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 30px 50px 30px;
  color: #fff;
}

.doosan-block-right p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.doosan-block-left {
  background-image: url("../images/doosan-block.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-thumb-slider {
  margin-top: 15px;
}

.product-callback-left-btn {
  border: 1px solid #f15723;
  padding: 10px 15px;
  background-color: #f15723;
  color: #fff;
  margin-bottom: 15px;
  font-size: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
  display: block;
  text-align: center;
}

.product-right-phone {
  border: 1px solid #8995A8;
  padding: 7px 29px;
  color: #000;
  font-size: 18px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
}

.product-right-phone a {
  color: #000;
}

.product-card-phone {
  padding-left: 0px;
}

.catalog-category-image {
  display: block;
  margin-bottom: 15px;
}

.catalog-category-item {
  margin-bottom: 15px;
}

.catalog-category-title {
  text-align: center;
}

.catalog-category-title a {
  color: #000;
}

/*** video background START***/
.big-background {
  z-index: 550;
  text-align: center;
  height: 840px;
  min-height: 840px;
  position: relative;
  overflow: hidden;
  background: url(/images/mainbg.jpg) no-repeat;
  background-size: cover;
}

.pattern {
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.big-background .big-background-container {
  max-width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-home-title {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}

.slider-home-h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}

.slider-home-btn {
  display: inline-block;
  background-color: #f15723;
  color: #fff;
  font-size: 18px;
  padding: 15px 40px;
  border: 1px solid #f15723;
  border-radius: 3px;
  font-weight: bold;
}

.slider-home-btn:hover {
  color: #fff;
  text-decoration: none;
}

.slider-home-border {
  margin-bottom: 15px;
}

/*** video background END***/

.catalog-home__image {
  display: block;
  height: 200px;
}

.catalog-home-more {
  padding-top: 150px;
}

.catalog-home-more a {
  color: #000;
}

.catalog-home__block-text {
  color: #000;
}

.left-menu-col {
  display: none;
  background-color: #09223F;
  position: relative;
}

.left-menu__ul {
  padding-left: 25px;
}

.left-menu__ul-link {
  color: #fff;
  font-size: 15px;
}

.left-menu__ul-link-main {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.left-menu__ul-li-child {
  color: #fff;
  list-style-type: none;
}

.left-menu {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 20px;
}

.active-main {
  color: #fa585e;
}

.left-menu__ul-li-root {
  list-style-type: none;
  margin-bottom: 10px;
}

.left-menu__ul-child {
  padding-left: 15px;
}

.menu-top__icon-color {
  background-color: #041e3b;
}

.menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.content-default {
  padding-bottom: 60px;
}

.home-menu {
  display: none;
  background-color: #041e3b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.flexslider {
  margin: 0;
}

.flex-direction-nav a:before {
  font-size: 30px;
}

.image-mini {
  width: 20px;
}

.phone-text-mini {
  font-size: 12px;
}

.product-callback-left-btn-text {
  font-size: 10px;
}

.product-card-callback {
  float: left;
  margin-right: 20px;

}

.product-card-phone {
  /* padding-left: 5px;*/
  text-align: center;
  float: left;
}

.product-thumb-slider__li {
  cursor: pointer;
  opacity: 0.7;
}

#product-thumb-slider .flex-active-slide {
  opacity: 1;
}

.menu-top__icon-left-mobile {
  display: none;
  background-color: #f15723;
}

.menu-top {
  position: relative;
}

.menu-right-block {
  display: none;
  background-color: #041E3B;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.right-menu__ul {
  text-align: left;
  padding-left: 25px;
  display: none;
}

.right-menu__ul-li {
  list-style-type: none;
}

.right-menu__ul-link {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.menu-right-close {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.menu-top__icon-left-a {
  display: block;
  padding: 20px 22px;
}

.menu-top__icon-left-color {
  background-color: #041E3B;
}

.right-menu-col {
  display: none;
}

.modalFormFooter {
  justify-content: center;
}

.modalFormBtn {
  background-color: #f15723;
  border-color: #f15723;
  padding: 10px 25px;
}

.modalFormBtn:hover {
  background-color: #041E3B;
}

.contact-map__block {
  display: none;
}

.active-map {
  display: block;
}

.contact-map__ul-li {
  border: 1px solid #ccc;
  padding: 15px;
  cursor: pointer;
  min-height: 190px;
}

@media (min-width: 768px) {
  .contact-map__ul-li {
    /* min-height: 315px; */
  }
}

.contact-map__ul-li h3 {
  font-size: 19px;
  font-weight: bold;
}

.contact-map {
  margin-bottom: 15px;
}

/***/
.product-image {
  margin: 0 auto;
}

.header__contact-phone-item {
  display: none;
  font-size: 18px;
}

.header__contact-phone-item a {
  font-size: 18px !important;
  color: #000
}

.header__contact-phone-item.active {
  display: inline-block;
}

.menu-top {

}

.ui-autocomplete {
  z-index: 1000;
}

.contact-map__text {
  font-size: 14px;
}

.contact-map__text-mini {
  font-size: 11px;
}

.product-param-item {
  border-bottom: 1px dotted #dddddd;
  /* line-height: 32px;*/
  margin-bottom: 10px;
}

.product-param-item-left {
  float: left;
  font-size: 16px;
  margin-bottom: -3px;
  background-color: #FFFFFF;
}

.product-param-item-right {
  float: right;
  font-size: 16px;
  margin-bottom: -3px;
  background-color: #FFFFFF;
}

#product-thumb-slider {
  overflow: hidden;
}

.filter-param {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.filter-category {
  margin-bottom: 30px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.filter-active {
  border: 1px solid #ED1C24;
  border-radius: 5px;
  color: #ED1C24;
}

.products-block {
  position: relative;
}

.loader_ajax {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.loader_ajax_spinner {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/spinner.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10%;
}

.header-page-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  margin-bottom: 55px;
  background-color: #2C4C65;
}

.breadcrumb-color {
  color: #fff;
}

.breadcrumb-color a, .breadcrumb-color i:before {
  color: #fff;
}

.page-title-color {
  color: #fff;
  font-size: 30px;
}

.bg-top-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pageHeaderBottom {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.pageHeaderBottom a {
  color: #fff;
}

.pageHeaderBottom__left, .pageHeaderBottom__right {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.pageHeaderBottom__left {
  margin-right: 55px;
}

.pageHeaderBottom {
  padding-bottom: 95px;
}

.pageHeaderBottom img {
  margin-right: 10px;
}

.page-title-border-right {
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../images/title-right-border.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.header-bg-top {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.header-bg-top__fon {
  background: rgba(0, 8, 101, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-page-top-index {
  position: relative;
  z-index: 1000;
}

.pdf {
  margin-top: 30px;
}

.pdf a {
  color: #f15723;
  font-weight: bold;
}


@media all and (min-width: 768px) {

  .d-md-table-cell {
    display: block !important
  }

}

@media (min-width: 768px) {

  .block-contact-home__left-phone {
    width: auto
  }


}

@media (max-width: 1366px) {

  .menu-top__ul-li > a {
    padding: 20px 8px;
  }

  .block-info__block {
    padding: 20px 20px;
  }

  .block-contact-home__left-btn {
    margin-left: 0px
  }

}

@media (max-width: 768px) {
  .catalog-home__block {
    width: 100%;
  }

  .product-card-callback {
    float: none;
    margin-right: 0px;
    padding-right: 0px;

  }

  .product-card-phone {
    float: none;
    margin-bottom: 20px;
  }

  .product-callback-left-btn {
    margin-bottom: 15px !important;
  }

  .block-contact-home__left-btn {
    margin-left: 0px
  }

  .header__logo a {
    text-align: center;
  }

  .header__contact {
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .menu-top__ul {
    display: none;
  }

  .block-contact-home__left-phone {
    display: block;
  }

  .block-contact-home__left-btn {
    display: block;
  }

  .block-contact-home__left-text {
    display: block;
  }

  .big-background {
    display: none;
  }

  .menu-top__icon-left-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-top__search {
    margin-left: 15px;
  }

  .right-menu__ul {
    display: block;
  }

  .footer__left {
    border: none;
  }

  .home-contact-block {
    padding: 0 15px;
  }

  .block-contact-home__left-phone {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .block-contact-home__left-btn {
    width: 100%;
    display: block;
    margin-left: 0;
  }


  .block-contact-home__left-text a {
    padding-top: 15px;
  }

  .block-contact-home__left-h2 {
    font-size: 20px;
  }
}

.ui-front {
  z-index: 800 !important
}

/*ps styles*/

.sub-h2 {
  font-size: 20px;
  text-align: center;
}

.text-mono {
  white-space: nowrap;
}

/*blocks*/
.multi-block, .row-block {
  display: flex;
  justify-content: space-between;
}

.multi-block {
  padding: 40px 0;
}

.row-block {
  width: 49%;
}

.item-block {
  margin-bottom: 20px;
  width: 48%;
}

.item-block img {
  display: block;
  margin: auto;
  height: 60px;
}

.item-block h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


/*cust*/
.big-background-container {
  width: 100%;
  padding: 0 5%;
}

/*media*/
@media screen and (max-width: 1200px) {
  .multi-block {
    flex-direction: column;
  }

  .row-block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .row-block {
    flex-direction: column;
  }

  .item-block {
    width: 100%;
  }
}


/* Styles 19.02.2020 */
.logo-line {
  text-align: left;
  margin-top: 16px;
}

.header_city {
  padding-top: 12px;
}

.header_city .left p {
  margin: 0;
  color: #305895;
  text-decoration: underline
}

.header_city .right p {
  margin: 0;
  color: #305895;
  text-decoration: underline
}

.header_city .left p:hover {
  /* font-weight: bold; */
  text-decoration: underline;
}

.header_city .right p:hover {
  /* font-weight: bold; */
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .header_city {

    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .header_city .left p {
    margin: 0
  }

  .header_city .right p {
    margin: 0
  }

  .content-default img {
    max-width: 100%;
  }

  .logo-line {
    text-align: center;
    margin-top: 0
  }

}

/*media*/
@media screen and (max-width: 1200px) {
  .header_city {

  }

  .header_city .left p {
    margin: 0;
    font-size: 12px !important;
  }

  .header_city .right p {
    margin: 0;
    font-size: 12px !important;
  }

  .logo-line span {
    font-size: 12px !important;
  }

  .content-default img {
    max-width: 100%;
  }
}

#search_result {
  width: 100%;
  height: 100px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
}

.active_menu_item {
  border-bottom: 2px solid #f15723;
}

#myBtn {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  background-color: #f15723;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}

.form_messages_err {
  color: rgba(174, 15, 15, 0.9);
  padding: 10px;
}

.form_modal_err {
  color: rgba(174, 15, 15, 0.9);
  padding: 10px;
  display: none;
}

.form_messages_success, .form_modal_success {
  color: rgb(58, 140, 7);
  padding: 10px;
}

.zag {
  font-size: 1.1em;
  margin-top: 31px;
  font-weight: 600;
}

.zagju {
  font-size: 1.2em;
  margin-top: 31px;
  font-weight: 600;
}

.lin {
  color: #f15723 !important;
}

.lizing-order-button {
  cursor: pointer;
  margin-top: 50px;
  white-space: nowrap;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px;
  width: 220px;
  height: 50px;
}
.lizing-order-button:hover{
  box-shadow: 0 0 15px 0 orangered;
  transition: .3s;
}

.p-button {
  margin-top: 50px;
}
.lizing-pref{
  margin-top: 50px!important;
}
.pref-block-wrapper{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 20% 20% 20%;
  gap:20px;
  justify-content: center;

}
.pref-item-image{
  background-image: url('');
}
.pref-item-image{
  height: 120px;
}
.pref-item-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pref-description{
  margin-top: 20px;
}
.pref-block{
  display: grid;
  justify-items: center;
}
.pref-description{
  font-size: 20px;
  color:#333333;
  text-align: center;
}
.telenumber{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  margin-top: 50px;
}
.lizing-proposal{
  font-size: 36px;
  color:#333333
}
.lizing-order-button2 {
  cursor: pointer;
  margin-top: 50px;
  white-space: nowrap;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  height: 50px;
}
.lizing-order-button2:hover{
  box-shadow: 0 0 15px 0 orangered;
  transition: .3s;
}
@media(max-width: 576px){
  .lizing-title{
    font-size: 24px;

  }
  .lizing-description{
    font-size: 20px;
  }
  .pref-block-wrapper{
    grid-template-columns: 1fr;
  }
  .lizing-order-button{
    width: 190px;
    font-size: 16px;
    padding: 13px;
  }
  .lizing-order-button2{
    width: 300px;
    font-size: 16px;
    padding: 13px;

  }
  .lizing-pref{
    font-size: 20px;
  }
  .pref-item-image{
    height: 100px;
  }
  .pref-description{
    font-size: 16px;
  }
  .telenumber{
    font-size: 24px;
  }
  .lizing-proposal{
    font-size: 20px;
  }


}
@media(min-width: 576px) and (max-width: 992px){
  .lizing-title{
    font-size: 24px;

  }
  .lizing-description{
    font-size: 20px;
  }
  .pref-block-wrapper{
    grid-template-columns: 1fr 1fr;
  }
  .lizing-order-button{
    width: 190px;
    font-size: 16px;
    padding: 13px;
  }
  .lizing-order-button2{
    width: 300px;
    font-size: 16px;
    padding: 13px;

  }
  .lizing-pref{
    font-size: 20px;
  }
  .pref-item-image{
    height: 100px;
  }
  .pref-description{
    font-size: 16px;
  }
  .telenumber{
    font-size: 24px;
  }
  .lizing-proposal{
    font-size: 20px;
  }


}
.frame_wrapper{
  margin-top: 60px;
}
.frame_wrapper h3{
  margin-bottom: 20px;
}
.frame_wrapper iframe{
  width: 100%;
  max-width: 640px;
  height: 480px;
  object-fit: contain;
}
@media(max-width: 576px){
  .frame_wrapper iframe{
    height: 280px;

  }
  .pageHeaderBottom p,ul{
    font-size: 14px;
  }
  .frame_wrapper h3{
    font-size: 18px;
  }
  .lizing-order-button2{
    width: 250px;
    margin: 0 auto;
  }
}