@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  background: url(../img/dust_scratches.png); }

h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px; }

h2, .title-h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px; }

h3, .title-h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px; }

h4, .title-h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px; }

h5, .title-h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

p a {
  font-size: 14px;
  color: #eb2e00;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  p a:hover {
    color: #ff4b1f;
    text-decoration: none; }

.link-default {
  font-size: 14px;
  font-weight: bold;
  color: #eb2e00 !important;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .link-default:hover {
    color: #ff4b1f;
    text-decoration: none; }

a, a:focus, button, button:focus {
  outline: 0; }

.f-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px !important;
}
.f-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px !important;
}


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

.fixed-top--padding-header {
  margin-bottom: 80px; }
.phone-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.phone {
  font-size: 18px;
  font-weight: 700; }
  .phone__link {
    color: #121212;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
    .phone__link:hover {
      color: #eb2e00; }
  .phone__link--white {
    color: #fff;
    font-size: 17px; }
  .phone__inf {
    display: block;
    font-size: 12px;
    font-weight: 400; }
  .phone__inf--white {
    font-size: 11px;
    color: #fff; }

.phone-group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column; }

.callfeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.callfeed__item--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.email {
  font-size: 16px;
  font-weight: 700; }
  .email__link {
    color: #121212;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
    .email__link:hover {
      color: #eb2e00; }
  .email__inf {
    display: block;
    font-size: 12px;
    font-weight: 400; }
  .email__inf--sidebar-menu {
    text-align: center;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 400; }

.btn-def {
  background: #eb2e00;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: 0;
  padding: 5px 23px; }
  .btn-def:hover {
    border: 1px solid #eb2e00;
    background: transparent;
    color: #eb2e00;
    outline: 0; }
  .btn-def:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25); }

.top-menu {
  background: #1D3453;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
  z-index: 88 !important; }

.nav-item--custom {
  font-size: 14px;
  color: #fff; }

.navbar-light .navbar-nav .nav-link {
  color: #fff; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #eb2e00;
  line-height: 18px;}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #eb2e00; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: .5rem 0rem; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem; }

.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0rem; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h14M4 15h22M4 23h14'/%3E%3C/svg%3E");
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.navbar-toggler {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #fff !important; }

/*--SEARCH-NAV--*/
.search {
  position: relative;
  margin: 0; }

.search-page {
  margin-bottom: 20px;
}

.search__input-page {
  border: 1px solid #fff;
  padding: 7px 10px;
  width: 100%;
}

.search__input-page:focus {
  border: 1px solid #eb2e00;
}

.search__submit-page {
  padding: 7px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  background: #eb2e00;
  color: #fff;
  position: absolute;

right: 0;
}

.search__input {
  max-width: 167px;
  height: 28px;
  font-size: 14px;
  padding-right: 35px;
  border: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  color: #333;
  margin-right: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .search__input:focus {
    max-width: 230px;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25); }
  .search__input::-webkit-input-placeholder {
    color: #121212;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }
  .search__input::-moz-placeholder {
    color: #121212;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }
  .search__input:-ms-input-placeholder {
    color: #121212;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }
  .search__input::-ms-input-placeholder {
    color: #121212;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }
  .search__input::placeholder {
    color: #121212;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }

.search__button {
  border: none;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0; }
  .search__button:focus, .search__button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

.search__button::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  color: #eb2e00; }

/* .search-wrap {
  position: relative;

} */

.search_result {
	background: #fff;
	position: absolute;
	top: 52px;
	font-size: 14px;
	padding: 0 10px;
	z-index: 9;
  left: 0;
  width: 1109px;
  max-height: 400px;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
}

.search_result--none {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #eb2e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_result-svg {
  max-width: 70px;
  margin: 12px 0 11px 0;
}

.search_result p {
	margin: 10px 0;
}

.search__item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
  background: #fff;
  padding: 15px 15px;
}

.search_name {
  margin: 15px 0 10px 0;
  font-weight: 600;
}

.search_text {
  margin: 0 0 15px 0;
}

/*--/SEARCH-NAV--*/
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #fff;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

#sidebar.active {
  left: 0;
  z-index: 90; }

#dismiss {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: #eb2e00;
  border: 1px solid transparent;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#dismiss:hover {
  border: 1px solid #eb2e00;
  background: transparent;
  color: #eb2e00; }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 89;
  display: none; }

#sidebar .sidebar-header {
  padding: 15px;
  background: #1D3453; }

#sidebar .components {
  padding: 20px 0;
  border-bottom: 1px solid #eb2e00; }

.sidebar-title {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-bottom: 0;
  display: block; }

#sidebar .sidebar-list__link {
  padding: 7px 10px 7px 12px;
  font-size: 1.1em;
  display: block;
  color: #1D3453;
  font-size: 16px; }

#sidebar .sidebar-list__link:hover {
  text-decoration: none; }

#sidebar .sidebar-list.active > .sidebar-list__link, .sidebar-list__link[aria-expanded="true"] {
  color: #fff;
  background: #eb2e00; }

.sidebar-list__link[data-toggle="collapse"] {
  position: relative; }

.sidebar-list__link[aria-expanded="false"]::before, .sidebar-list__link[aria-expanded="true"]::before {
  content: '\f078';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 0.6em; }

.sidebar-list__link[aria-expanded="true"]::before {
  content: '\f077'; }

.callfeed--sidebar-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  margin-top: 20px; }

.dropdown-lev1 {
  position: relative; }

.dropdown-lev1.show {
  background: #eb2e00; }

.dropdown-lev1.show .sidebar-list__link {
  color: #fff !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275); }

.sidebar-list__toggler {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 40px;
  height: 35px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .sidebar-list__toggler i {
    color: #eb2e00;
    font-size: 18px; }
  .sidebar-list__toggler::after {
    display: none; }

.dropdown-lev1.show .sidebar-list__toggler {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.dropdown-lev1.show .sidebar-list__toggler i {
  color: #fff !important; }

.dropdown-lev1.active .sidebar-list__toggler i {
  color: #fff !important; }

.sidebar-list__dropdown.dropdown-menu.show {
  display: block;
  position: static !important;
  float: none;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0;
  border: 0px;
  background: #ffefeb;
  border-bottom: 1px solid #ff9d85;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.list-dropdown__link {
  padding: 5px 25px;
  display: block;
  color: #121212; }
  .list-dropdown__link:hover {
    text-decoration: none;
    color: #121212; }

.sidebar-list__dropdown.active {
  background: #ffc6b8; }

  .sidebar-list.active.opened {
    position: relative;
  }

.sidebar-list.active.opened .list-unstyled.dropdown-menu {
  display: block;
  position: static !important;
  float: none;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0;
  border: 0px;
  background: #ffefeb;
  border-bottom: 1px solid #ff9d85;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.left-menu {
  background: #fff;
  padding: 23px 0px 13px 0px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2); }
  .left-menu__title {
    margin-bottom: 15px; }
  .left-menu__title--active .left-menu__link {
    color: #eb2e00; }
  .left-menu__link {
    color: #121212;
    margin-bottom: 15px; }
    .left-menu__link:hover {
      color: #eb2e00;
      text-decoration: none; }



.title-block {
  font-weight: 700;
  font-size: 16px;
  padding: 0 33px 0 20px; }
  .title-block__img {
    margin-right: 10px; }

.list-group {
  list-style: none;
  margin-bottom: 30px; }

.menu-item__link {
  padding: 5px 33px 5px 20px;
  font-size: 14px;
  display: block;
  color: #121212;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .menu-item__link:hover {
    background: #eb2e00;
    color: #fff;
    text-decoration: none; }
  .menu-item.drop {
    position: relative;}
  .menu-item.drop .menu-item__link::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #cdcdcd;
    position: absolute;
    right: 6px;
    top: 10px; }
  .menu-item.drop .menu-item__link:hover::after {
    color: #fff; }

.menu-item.drop.open .menu-item__link {
  background: #eb2e00;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275); }

/* .menu-item.drop.open .menu-item__link::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; } */

.menu-item--active .menu-item__link {
  background: #eb2e00;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275); }

.menu-item--active-drop .menu-item__link {
  background: #eb2e00;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275); }
  .menu-item--active-drop .menu-item__link::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 10px;
    color: #fff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.drop-menu {
  display: none;
  list-style: none;
  padding-left: 0px; }

.menu-item--active-drop .drop-menu {
  display: block;
  list-style: none;
  padding-left: 0px;
  background: #ffefeb;
  border-bottom: 1px solid #ff7452; }

.drop-menu--open {
  display: block;
  background: #fff;
  box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0,0,0, 0.2);
  border-left: none;
  position: absolute;
  top: 0px;
  right: -300px;
  z-index: 5;
  width: 300px;
  padding: 5px 0; }

.drop-menu__link {
  padding: 5px 10px 5px 25px;
  font-size: 14px;
  display: block;
  color: #121212;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }
  .drop-menu__link:hover {
    background: #FFDED0;
    color: #121212;
    text-decoration: none; }

.drop-menu__item--active  .drop-menu__link {
  background: #ffc6b8;
  color: #121212;
  text-decoration: none;}

.constructor, .feedback-home, .home-video, .brands-home {
  margin-bottom: 60px; }

.brands-home {
  text-align: center;
}
.brands-home__title {
  text-align: left;
}
.brands-home__img {
  margin-bottom: 30px;
}

.feedback-info {
  background: #fff;
  padding: 29px 20px 27px 20px;
  margin-bottom: 22px;
  color: #121212;
  font-size: 13px;
  font-weight: 300; }
  .feedback-info__date {
    margin-top: -10px;
    display: block;}
  .feedback-info__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px; }

.box-video {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
  margin-bottom: 22px; }
.box-video__title {
  background: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 9;
  bottom: 0px;
  width: 100%;
}

.video-link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .video-link__img {
    width: 100%;  }
  .video-link:hover {
    text-decoration: none;
    color: #fff; }
  .video-link__title {
    display: block;
    font-weight: 700;
    position: absolute;
    bottom: 34px;
    left: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .video-link:hover .video-link__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .video-link::before {
    content: '';
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -29px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.4);
            box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.4); }
  .video-link::after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
font-weight: 900;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -11px; }
  .video-link:hover::before {
    -webkit-animation: pulse 1.1s infinite ease-in;
            animation: pulse 1.1s infinite ease-in; }
  .video-link:hover::after {
    -webkit-animation: color 1.1s infinite ease-in;
            animation: color 1.1s infinite ease-in; }



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.5);
            box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.5);
    border: 1px solid rgba(235, 46, 0, 0.5); }
  50% {
    -webkit-box-shadow: inset 0 0 0 22px rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 22px rgba(235, 46, 0, 0);
    border: 1px solid #eb2e00; }
  70% {
    -webkit-box-shadow: inset 0 0 0 0px rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(235, 46, 0, 0);
    border: 1px solid #fff; }
  100% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0);
    border: 1px solid #fff; } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.5);
            box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0.5);
    border: 1px solid rgba(235, 46, 0, 0.5); }
  50% {
    -webkit-box-shadow: inset 0 0 0 22px rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 22px rgba(235, 46, 0, 0);
    border: 1px solid #eb2e00; }
  70% {
    -webkit-box-shadow: inset 0 0 0 0px rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(235, 46, 0, 0);
    border: 1px solid #fff; }
  100% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(235, 46, 0, 0);
    border: 1px solid #fff; } }

@-webkit-keyframes color {
  0% {
    color: rgba(255, 255, 255, 0.8); }
  50% {
    color: rgba(235, 46, 0, 0.7); }
  70% {
    color: rgba(255, 255, 255, 0.7); }
  100% {
    color: rgba(255, 255, 255, 0.8); } }

@keyframes color {
  0% {
    color: rgba(255, 255, 255, 0.8); }
  50% {
    color: rgba(235, 46, 0, 0.7); }
  70% {
    color: rgba(255, 255, 255, 0.7); }
  100% {
    color: rgba(255, 255, 255, 0.8); } }

.home-slider-desktop, .home-slider-mobile {
  position: relative;
  margin-bottom: 50px; }

.home-slider-mobile  {
  display: none;
}

.home-slider__inner {
  padding: 50px 130px 40px 40px; }

.home-slider__item {
  position: relative;
  height: 374px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.home-slider__mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .275); }

.home-slider__inner {
  position: relative;
  z-index: 9
}

.home-slider__title {
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px; }

.home-slider__link {
  color: #fff;
  font-weight: 400;
  font-size: 16px; }
  .home-slider__link:hover {
    color: #fff;
    text-decoration: none; }
  .home-slider__link::after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .home-slider__link:hover::after {
    margin-left: 20px; }

.home-slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  margin-top: -60px !important;
  top: 50%;
  right: 10px;
  z-index: 1; }

.home-slider .owl-dots .owl-dot {
  display: block;
  cursor: pointer;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0; }

.home-slider .owl-dots .owl-dot:hover:active,
.home-slider .owl-dots .owl-dot:focus:active {
  margin: 0;
  padding: 0; }

.home-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 10px 7px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: none;
  border: 1px solid #eb2e00;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
  background: #eb2e00; }

.advantages-group {
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px; }
  .advantages-group__img {
    margin-bottom: 20px; }

.content {
  margin-bottom: 55px; }

.content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px; }

.content li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }

.content a {
  color: #121212;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .content a:hover {
    color: #eb2e00; }

.default-form__politika a, .modal-callback__politika a {
  color: #eb2e00;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .default-form__politika a:hover, .modal-callback__politika a:hover {
    color: #eb2e00; }

.content strong {
  font-weight: 600; }

.home-services {
  margin-bottom: 60px; }
  .home-services-group__item {
    position: relative;
    margin: 10px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 236px;
    overflow: hidden; }
  .home-services-group__link {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    display: block;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .home-services-group__link:hover {
      color: #fff !important;
      text-decoration: underline; }
    .home-services-group__link::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(35, 31, 31, 0.4);
      border: 1px solid transparent;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .home-services-group__link:hover::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      border: 1px solid #eb2e00;
      background: rgba(35, 31, 31, 0.2); }
  .home-services-group__title {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 12px;
    z-index: 1; }
  .home-services-group__title .home-services-group__und {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-bottom: 1px solid transparent; }
  .home-services-group__link:hover .home-services-group__title .home-services-group__und {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  /* .home-services-group__link:hover .home-services-group__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); } */

.home-object {
  margin-bottom: 60px; }

.object-slider {
  position: relative; }
  .object-slider__inf {
    background: #fff;
    padding: 15px 30px;
    height: 210px;
    color: #1D3453;
    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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .object-slider__title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.72px;
    margin-bottom: 5px; }
  .object-slider__text {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
    font-weight: 300;
    /* max-height: 111px; */
    overflow-y: hidden; }
  .object-slider .owl-nav, .dop-photo-slider .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -60px;
    right: 0; }
  .object-slider .owl-nav [class*="owl-"], .dop-photo-slider .owl-nav [class*="owl-"] {
    border: 1px solid #eb2e00 !important;
    -webkit-border-radius: 0px !important;
            border-radius: 0px !important;
    color: #eb2e00 !important;
    outline: 0; }
  .object-slider .owl-nav [class*="owl-"]:hover, .dop-photo-slider .owl-nav [class*="owl-"]:hover {
    border: 1px solid #eb2e00 !important;
    background: #eb2e00 !important;
    color: #fff !important; }
  .object-slider .owl-nav [class*="owl-"] i, .dop-photo-slider .owl-nav [class*="owl-"] i {
    padding: 9px 11px;
    font-size: 12px; }
  .object-slider .owl-nav .owl-next, .dop-photo-slider .owl-nav .owl-next {
    margin-right: 0px; }
  .object-slider__item--static {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1); }

.default-form {
  background: url(../img/bg-form.jpg) #fff no-repeat;
  background-position: 533px 54px;
  -webkit-background-size: contain;
          background-size: contain;
  position: relative;
  padding: 20px 20px 30px 20px;
  padding-right: 260px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px; }
  .default-form__politika {margin-bottom: 0px;}
  .default-form__input {
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: rgba(255, 255, 255, 0.9); }
    .default-form__input:focus {
      border: 1px solid rgba(35, 31, 31, 0.1);
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .default-form__textarea {
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    max-height: 130px;
    min-height: 130px;
    resize: none; }
    .default-form__textarea:focus {
      border: 1px solid rgba(35, 31, 31, 0.1);
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .default-form__btn {
    font-size: 16px;
    padding: 7px 40px;
    margin: 0 auto;
    width: 100%;
    display: block; }
    .default-form--feedback .default-form__btn {width: 70%;padding: 10px 40px;}

.default-form .was-validated .default-form__input {
  padding-right: 38px; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #eb2e00; }

.valid-tooltip {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 5;
  display: none;
  max-width: 100%;
  width: 38px;
  height: 38px;
  padding: 10px;
  margin-top: 0;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  background-color: #28a745;
  -webkit-border-radius: 0;
          border-radius: 0; }

.invalid-tooltip {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 5;
  display: none;
  max-width: 100%;
  width: 38px;
  height: 38px;
  padding: 10px 13px;
  margin-top: 0;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  background-color: #eb2e00;
  -webkit-border-radius: 0;
          border-radius: 0; }

.default-form--feedback {
  padding-right: 20px;
  background: #fff; }

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border: 1px solid rgba(35, 31, 31, 0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.custom-file-input {
	cursor: pointer;
}

.custom-file-label::after {
	color: #fff;
	content: "Обзор";
	background-color: #EB2E00;
	border-left: 1px solid #ced4da;
	border-radius: 0;
  padding: .375rem 40px;
}

.brands-slider-wrap {
  margin: 0 40px; }

.brand-slider {
  margin: 20px 0;
  position: relative; }
  .brand-slider__item {
    height: 110px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .brand-slider__img {
    max-width: 100%;
    width: auto; }
  .brand-slider .owl-prev, .brand-slider .owl-next {
    color: #fff !important;
    font-size: 18px;
    margin: 0px;
    background: #eb2e00 !important;
    border: 1px solid #eb2e00 !important;
    -webkit-border-radius: 0px !important;
            border-radius: 0px !important;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
    margin: 0px !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .brand-slider .owl-prev:hover, .brand-slider .owl-next:hover {
      background: transparent !important;
      color: #eb2e00 !important; }
  .brand-slider .owl-prev {
    left: -40px; }
  .brand-slider .owl-next {
    right: -40px; }
  .brand-slider .owl-prev i, .brand-slider .owl-next i {
    padding: 0 7px; }
  .brand-slider .owl-prev:hover i, .brand-slider .owl-next:hover i {
    -webkit-animation: left_chevron 1s ease-in-out infinite;
            animation: left_chevron 1s ease-in-out infinite; }
  .brand-slider .owl-next:hover i {
    -webkit-animation: right_chevron 1s ease-in-out infinite;
            animation: right_chevron 1s ease-in-out infinite; }

@-webkit-keyframes left_chevron {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0); } }

@keyframes left_chevron {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0); } }

@-webkit-keyframes right_chevron {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0); } }

@keyframes right_chevron {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0); } }

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  height: 132px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #1D3453; }

.feedback {
  margin-bottom: 30px; }
  .feedback__item {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1); }
  .feedback__name {
    font-weight: 600;
    margin-bottom: 5px; }
  .feedback__date {
    font-size: 14px;
    font-weight: 300;
    display: block; }
  .feedback__text {
    margin-top: 20px; }
  .feedback__link-img {
    position: relative;
    display: block;
    border: 1px solid rgba(18, 18, 18, 0.2); }
  .feedback__zoom-shadow {
    display: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAACgElEQVRYw91Z25GjMBDsoTYBp+AUSIELwRsCKZACF4IdAhcCDsGEsA4BQuj7QBQsZTQj8fDedZXLZUszNC1NSwjBCpA8AzgDOLlvAGgAQETua3JvBpInkjnJimRLHQ+Spbu5t5AtjESXUJPMjiKcryQ7R7Wb8k7dakOyU7QkL3sQfuxEeIr8XyMcTVxekH4ASI3xd/d5Aujcfyl6+8sw2qCGTxH5E6tyaZyPBQ3FRPLC3jUsOcOLk2RqSF7HJKfNLqsY0poiV0/smWRGjw87UTTidh93F4wi7OKnZIoVxOsQ0j4//iJ5UuKnKJS+hSKQPv3YW9yqIQsh7fr7pmKpxSforWkJzU67tZunTRUpgd9Lb1qCGDhPfi40q2uEpvSee+LF3NqU/PC0dSLynCRKYRg6ABnJlw0i8nvy82nItXhXJvuhbWXTkE3y+WzWW8xJ9N2+EQmWh2nuzc3Ka3Wza51iE3mHPSBHkE+7GN8i460dn9JqFa+EL7e3SBOlw7aPRKMYw377Fb651hJpnxdfqOw7IuETQ10bEhFp4C9G0xy1wqnsy2lb0KjvvDIl3lyIit+35pFlv9NrlWSpJ750ZGql31URJ2xUDWq3sW7iRNEI21WeJf+ijjIkOfvl2pI3rnZoe7gdVLkuKc/+mTFn2PnJwyrGq3OPHMDVEjxBg+/nHrE22QD4JSJdcKRT6V0wK/5fEU9pK6JQWHLGE3fk1x6oD6jZu4n1kHM18eFtQIzyFWdOs4a4hFEfpw3GU9HpBxidZDhNvS+5gSNTQ38Cj3eVPXDYVHkjcftZ3w8jfvzrvQ2IH/Nab2PiP2deG4mXQKTlHUUcQI7eWjv01nkDgL/eskG+Zq8XFAAAAABJRU5ErkJggg==") center center no-repeat rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0; }
  .feedback__link-img:hover .feedback__zoom-shadow {
    display: block; }

.price {
  margin-bottom: 20px; }
  .price__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 25px;
    color: #121212;
    font-weight: 600;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .price__link:hover {
      border: 1px solid #eb2e00;
      text-decoration: none;
      color: #121212; }
  .price div:nth-child(2n) .price__link {
    background: none; }
  .price__dowload-group {
    position: relative; }
  .price__download {
    min-width: 66px;
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #adadad;
    position: relative; }
    .price__download::after {
      content: '';
      width: 32px;
      height: 32px;
      margin-top: -4px;
      color: #eb2e00;
      position: absolute;
      left: -45px;
      top: -50%; }
    .price__download--pdf::after {
      content: '';
      background: url(../img/pdf.png) no-repeat;}
    .price__download--excel::after {
      content: '';
      left: -40px;
      background: url(../img/excel.png) no-repeat;}
  .price__download-hover {
    font-size: 11px;
    font-weight: 400;
    color: #adadad;
    position: relative;
    left: -15px;
    top: 0;
    display: none; }
    .price__download-hover::after {
      content: '';
      background: url(../img/cloud-download.png) no-repeat;
      width: 32px;
      height: 32px;
      margin-top: -5px;
      color: #eb2e00;
      position: absolute;
      left: -45px;
      top: -50%; }
  .price__link:hover .price__download {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .price__link:hover .price__download-hover {
    display: block;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .price__name {
    padding-right: 15px; }

.articles {
  position: relative;
  margin-bottom: 30px; }
  .articles__item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275); }
  .articles__img {
    width: 100%;
    height: 100%; }
  .articles__inf {
    padding: 15px;
    background: #fff;
    height: 100%; }
  .articles__date {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #121212; }
  .articles__link {
    color: #121212; }
    .articles__link:hover {
      color: #121212; }
  .articles__link-img {
    position: relative;
    display: block;
    height: 192px;
    overflow: hidden; }
    .articles__link-img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0, 0.2);
    }
  .object-slider__img {
    width: 100%;
    height: 100%; }
  .articles__title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 10px 0; }
  .articles__text {
    font-size: 14px !important;
    line-height: 21px !important; }

.articles-id__date {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  margin-top: -20px;
  margin-bottom: 30px;
}

.articles-id__text {
  margin-bottom: 30px;
}

.show-more-wrap .paginator_more {
	display: flex;
	justify-content: center;
	align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.show-more-wrap .paginator_more .paginator_more_button {
  background: #eb2e00;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: 0;
  padding: 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.show-more-wrap .paginator_more .paginator_more_button:hover {
  border: 1px solid #eb2e00;
  background: transparent;
  color: #eb2e00;
  outline: 0;
}

.easy-item {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
  height: 340px;
}

.easy-item--auto {
  height: auto;
}


.catalog {
  margin-bottom: 0px; }
  .catalog-goods {margin-bottom: 0px;}
  .catalog-goods__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
            box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
    -webkit-transition: .3s;
            transition: .3s;  }
  .catalog-goods__item:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.2);
            box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.2); }
  .catalog-goods__title {
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    padding: 10px 8px;
    display: block;
    width: 100%; }
  .catalog-goods__photo {
    background: #fff;
    max-height: 117px;
    min-height: 114px;
    overflow: hidden;
    width: 100%;}
  .catalog-goods__img {
    height: 100%;
    width: 100%;}
  .catalog__item {
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
            box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
    -webkit-transition: .3s;
    transition: .3s; }
  .catalog__item:hover {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.2);
    text-decoration: none; }
  .catalog__img {height: 100%;}
  .catalog__title {
    display: block;
    padding: 0 15px;
  }
  .catalog-group__name {
    margin-bottom: 10px;
    margin-top: 30px; }
  .catalog-group__item {
    position: relative;
    margin: 10px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 236px;
    overflow: hidden; }
  .catalog-group__link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    display: block;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .catalog-group__link:hover {
      color: #fff !important;
      text-decoration: underline; }
    .catalog-group__link::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(35, 31, 31, 0.3);
      border: 1px solid transparent;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .catalog-group__link:hover::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      border: 1px solid #eb2e00;
      background: rgba(35, 31, 31, 0); }
  .catalog-group__title {
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
    bottom: 20px;
    left: 15px;
    right: 15px;
    z-index: 1; }
  .catalog-group__title span {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-bottom: 1px solid transparent; }
  .catalog-group__link:hover .catalog-group__title span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .catalog-group__link:hover .catalog-group__title {
    text-decoration: none; }
  .catalog-id__item-images-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
    transition: .3s;
  }
  .catalog-id__item-img-wrap {
    max-height: 160px;
    min-height: 138px;
    overflow: hidden;
    background: #fff;
  }
  .catalog-id__item-img {width: 100%;height: 22vh;}
  .catalog-id__item-images-title, .dop-photo-slider__item-images-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px 3px;
    display: block;
    width: 100%;
  }
  .catalog-id__item-images-link:hover .catalog-id__item-images-title {
    background: rgba(255, 255, 255, 1);
    transition: .3s;
  }
  .catalog-id__zoom-shadow, .dop-photo-slider__zoom-shadow, .photo__zoom-shadow {
    display: none;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMSAyaC05djlsMS0xdi03aDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01IDE0aDl2LTlsLTEgMXY3aC03eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTYgMGgtNWwxLjggMS44LTQuNSA0LjUgMS40IDEuNCA0LjUtNC41IDEuOCAxLjh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjcgOS43bC0xLjQtMS40LTQuNSA0LjUtMS44LTEuOHY1aDVsLTEuOC0xLjh6Ii8+Cjwvc3ZnPgo=) center 35% no-repeat rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0; }
  .catalog-id__item-images-link:hover .catalog-id__zoom-shadow {
    display: block; }

/* .table-default-wrap {
  margin-bottom: 20px; } */

.table-default-title {
  margin-bottom: 10px;
}

.table-default {
  width: auto;
  max-width: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.1);
  margin-bottom: 20px}
  .table-default__thead-tr {
    background: #fff; }
  .table-default__thead-th {
    padding: 12px 5px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px; }
  .table-default__tbody-tr{
    background: #fff;
    transition: .1s; }
  .table-default__tbody-tr:hover{
    background: #f5f5f5; }
  .table-default__tbody-td{
    font-size: 14px;
    padding: 12px 5px;
    text-align: center;
    border: 1px solid #dee2e6; }

.table-default--2col tr td:nth-child(1n), .table-default--2cols tr td:nth-child(1n), .table-default--3cols tr td {
  text-align: left;
}

.table-default--2col tr td:nth-child(2n), .table-default--2cols tr td:nth-child(2n) {
  text-align: right;
}

.table-default--2col tr td, .table-default--2cols tr td, .table-default--3cols tr td {
  padding: 12px 10px;
}

.footer {
  padding: 45px 0 20px 0;
  background: #1D3453; }

.ls-footer {
  position: relative; }
  .ls-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 20px 0; }
  .ls-footer__soc-link {
    margin: 0 5px;
  }
  .ls-footer i {
    color: #fff;
    font-size: 20px; }
  .ls-footer .fa-vk:hover {
    color: #4A76A8; }
  .ls-footer .fa-youtube:hover {
    color: #FF0000; }
  .ls-footer .fa-instagram:hover {
    color: #E13D62; }
  .ls-footer .fa-facebook-square:hover {
    color: #3B5998; }

.footer-menu {
  position: relative; }
  .footer-menu__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px; }
  .footer-menu__group {
    margin-bottom: 11px;
    list-style: none;
    padding-left: 0; }
  .footer-menu__link {
    color: #fff;
    font-weight: 400;
    opacity: .9;
    padding: 5px 0;
    display: block;
    font-size: 16px; }
    .footer-menu__link:hover {
      text-decoration: none;
      color: #eb2e00;
      opacity: 1; }
  .footer-menu__list--active  .footer-menu__link {
    color: #eb2e00;
    opacity: 1; }

.btn-white {
  background: transparent;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: 0;
  padding: 7px 23px; }
  .btn-white:hover {
    border: 1px solid #eb2e00;
    background: transparent;
    color: #eb2e00;
    outline: 0; }
  .btn-white:focus {
    color: #eb2e00;
    border: 1px solid #eb2e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(235, 46, 0, 0.25); }

.modal-callback__content {
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.modal-callback__footer {
  flex-flow: column;}

.modal-callback__politika {
  margin-top: 10px;
  font-size: 14px;}

.modal-callback__header {
  background: #1D3453;
  -webkit-border-radius: 0;
          border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative; }

.callback-form .captcha {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	margin-left: -15px;
}

.error_captcha {
  color: #eb2e00;
}

.callback-success {
	color: #28A745;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.callback-success i {
	font-size: 40px;
}

.callback-success {
  font-weight: 600;
}

.modal-callback__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff; }

.modal-callback__close {
  padding: 0 !important;
  margin: 0 !important;
  width: 28px !important;
  height: 28px !important;
  text-align: center;
  border: 1px solid #eb2e00 !important;
  background: #eb2e00 !important;
  color: #fff;
  text-shadow: none !important;
  opacity: 1;
  font-size: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 0px;
  right: 0px; }
  .modal-callback__close:hover {
    border: 1px solid #eb2e00 !important;
    background: transparent !important;
    color: #eb2e00;
    opacity: 1;
    text-shadow: none !important; }

.callback-form__input {
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: rgba(255, 255, 255, 0.9); }
  .callback-form__input:focus {
    border: 1px solid rgba(35, 31, 31, 0.1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

.callback-form__btn {
  font-size: 16px;
  padding: 7px;
  margin: 0 auto;
  display: block;
  width: 100%; }

.cd-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: rgba(235, 46, 0, 0.9);
  border: 2px solid transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 9999; }
  .cd-top i {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out; }
  .cd-top:hover i {
    -webkit-animation: up 1s ease-in-out infinite;
            animation: up 1s ease-in-out infinite; }

@-webkit-keyframes up {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); } }

@keyframes up {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); } }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  opacity: .5; }

.cd-top:hover {
  border: 2px solid #eb2e00;
  color: #eb2e00;
  background-color: transparent;
  opacity: 1;
  text-decoration: none; }

.breadcrumb {
  background: transparent;
  color: #1D3453;
  padding-top: 0px;
  padding-left: 0; }
  .breadcrumb__link {
    color: #1D3453;
    text-decoration: underline; }
    .breadcrumb__link:hover {
      text-decoration: none;
      color: #eb2e00; }
  .breadcrumb__item {
    padding-right: .5rem; }
  .breadcrumb__item + .breadcrumb__item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #eb2e00;
    content: "/"; }

.copyright__item {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: .8;
  margin: 6px 0;
}

.copyright__link {
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: .8;
}

.copyright__link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.paginator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .paginator__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .paginator__link {
    color: #eb2e00 !important;
    padding: .5rem .75rem;
    margin-left: -1px;
    border: 1px solid #dee2e6; }
    .paginator__link:hover {
      background: #EBD5CF !important; }
  .paginator__link--active {
    background: #eb2e00;
    color: #fff !important;
    border: 1px solid #eb2e00 !important; }
    .paginator__link--active:hover {
      background: #eb2e00 !important; }

.default-list {
  list-style: none; }
  .default-list__li {
    position: relative; }
    .default-list__li::before {
      content: '';
      background: url(../img/li-custom.png);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 4px;
      left: -30px; }


.dop-photo-slider .owl-nav {
	top: -45px; }

.dop-photo-slider__item {
  box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
  max-height: 180px;
  max-width: 409px; }
  .dop-photo-slider__item-images-link {
    display: block; }
  .dop-photo-slider__zoom-shadow {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMSAyaC05djlsMS0xdi03aDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01IDE0aDl2LTlsLTEgMXY3aC03eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTYgMGgtNWwxLjggMS44LTQuNSA0LjUgMS40IDEuNCA0LjUtNC41IDEuOCAxLjh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjcgOS43bC0xLjQtMS40LTQuNSA0LjUtMS44LTEuOHY1aDVsLTEuOC0xLjh6Ii8+Cjwvc3ZnPgo=) center 40% no-repeat rgba(0, 0, 0, 0.2); }
  .dop-photo-slider__item-images-link:hover .dop-photo-slider__zoom-shadow {
    display: block; }
  .dop-photo-slider .owl-dots {
    margin-top: 10px}
  .dop-photo-slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    border: 1px solid #EB4017;
    border-radius: 0px;
    background: transparent;}
  .dop-photo-slider .owl-dots .owl-dot.active span, .dop-photo-slider .owl-dots .owl-dot:hover span {
    background: #EB4017;}

.photo__item {
  box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);}

.photo__link {
  display: block;
  position: relative;
  max-height: 180px;
  overflow: hidden;}

.photo__link:hover .photo__zoom-shadow {
  display: block;}

.photo__image {
  width: 100%;
  min-height: 180px;}

.photo__zoom-shadow {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMSAyaC05djlsMS0xdi03aDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01IDE0aDl2LTlsLTEgMXY3aC03eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTYgMGgtNWwxLjggMS44LTQuNSA0LjUgMS40IDEuNCA0LjUtNC41IDEuOCAxLjh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjcgOS43bC0xLjQtMS40LTQuNSA0LjUtMS44LTEuOHY1aDVsLTEuOC0xLjh6Ii8+Cjwvc3ZnPgo=) center center no-repeat rgba(0, 0, 0, 0.2); }

.b-stock {
  margin-bottom: 20px;
}

.b-stock__img {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .phone {
    font-size: 15px; }
    .phone__inf {
      font-size: 9px; }
  .email {
    font-size: 14px; }
    .email__inf {
      font-size: 10px; }
  .btn-def {
    font-size: 14px;
    padding: 2px 15px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .search__input {
    max-width: 149px; }
    .search__input:focus {
      max-width: 150px; }
  .default-form__btn {
    font-size: 16px;
    padding: 7px 40px;
    margin: 0;
    width: auto;
    display: block; }
  .search_result {
  	width: 929px; }
  .home-services-group__item {
    height: 200px; }
  .phone__link--white {
  	font-size: 14px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .fixed-top--padding-header {
    margin-bottom: 90px; }
  .callfeed__item {
    margin-bottom: 10px; }
  .home-slider-mobile  {
    display: block; }
  .logo__img {
    margin-bottom: 10px; }
  .search__input {
    max-width: 167px;
    height: 40px; }
  .search__button {
    height: 40px;
    width: 40px; }
  .left-sidebar {
    display: none; }
  .home-slider-desktop {
    margin-bottom: 0px; }
  .home-services-group__item {
    height: 170px; }
  .default-form {
    background: #fff;
    padding: 20px;
    padding-right: 20px; }
  .form-captcha {
  	width: auto;
  	margin: 0 auto;
  	display: block;
  	max-width: 304px;}
  .phone-group--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
  .search_result {
    top: 61px;
  	width: 689px; }
  .price__download {
    display: inline; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .fixed-top--padding-header {
    margin-bottom: 90px; }
  .callfeed__item {
    margin-bottom: 10px; }
  .home-slider-mobile  {
    display: block; }
  .logo__img {
    margin-bottom: 10px; }
  .search__input {
    max-width: 167px;
    height: 40px; }
  .search__button {
    height: 40px;
    width: 40px; }
  .advantages-group {margin-bottom: 30px;}
  .left-sidebar {
    display: none; }
  .home-slider-desktop {
    margin-bottom: 0px; }
  .home-home-services-group__item {
    height: 160px; }
  .shome-home-services-group__link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px; }
  .default-form {
    background: #fff;
    padding: 20px;
    padding-right: 20px; }
  .search_result {
    top: 61px;
  	width: 509px; }
  .phone-group--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
  .phone__link--white {
    font-size: 16px; }
  .phone__inf {
    font-size: 10px; }
  .feedback__link-img {
    margin-top: 10px; }
  .price__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
  .price__name {
    display: block; }
  .price__dowload-group {
    margin-top: 45px;
    max-height: 24px; }
  .price__download {
    padding-top: 38px; }
    .price__download::after {
      content: '';
      margin-left: -16px;
      margin-top: 0px;
      position: absolute;
      left: 50%;
      top: 0; }
  .price__download-hover {
    padding-top: 38px;
    left: 0;
    top: -34px; }
    .price__download-hover::after {
      content: '';
      margin-left: -14px;
      margin-top: 0px;
      position: absolute;
      left: 50%;
      top: 0; }
    .price__download {
      display: inline; } }

@media (max-width: 575.98px) {
  h4, .title-h4 {
    font-size: 20px; }
  .catalog__item {
   	font-size: 18px;
   	font-weight: 600;
   	background: #fff;
   	display: flex;
   	justify-content: flex-start;
   	align-items: left;
   	padding: 5px;
   	position: relative;
   	box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.1);
   	transition: .3s; }
  .fixed-top--padding-header {
    margin-bottom: 90px; }
  .callfeed__item {
    margin-bottom: 10px; }
  .home-slider-mobile  {
    display: block; }
  .logo__img {
    margin-bottom: 10px; }
  .search_result {
    top: 61px;
  	width: 100%; }
  .phone-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .phone-group__item {
    margin: 8px 5px; }
  .search__input {
    max-width: 150px;
    height: 40px; }
    .search__input:focus {
      max-width: 220px; }
  .search__button {
    height: 40px;
    width: 40px; }
  .left-sidebar {
    display: none; }
  .home-slider-desktop {
    margin-bottom: 0px; }
  .home-slider__inner {
    padding: 50px 85px 40px 16px; }
  .home-slider__title {
    font-size: 38px;
    font-weight: 700; }
  .home-slider__item {
    height: 250px; }
  .home-services-group__item {
    height: 140px; }
  .home-services-group__link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px; }
  .default-form {
    background: #fff;
    padding: 20px;
    padding-right: 20px; }
    .default-form__btn {
      font-size: 18px;
      width: 100%; }
  .btn-white {
    font-size: 16px;
    padding: 8px 40px; }
  .btn-def {
    font-size: 16px;
    padding: 8px 43px; }
  .feedback__link-img {
    margin-top: 10px; }
  .price__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
  .price__name {
    display: block; }
  .price__dowload-group {
    margin-top: 45px;
    max-height: 24px; }
  .price__download {
    padding-top: 38px; }
    .price__download::after {
      content: '';
      margin-left: -16px;
      margin-top: 0px;
      position: absolute;
      left: 50%;
      top: 0; }
  .price__download-hover {
    padding-top: 38px;
    left: 0;
    top: -34px; }
    .price__download-hover::after {
      content: '';
      margin-left: -14px;
      margin-top: 0px;
      position: absolute;
      left: 50%;
      top: 0; }
  #dismiss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px; }
  .callback-form .captcha {
  	-webkit-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	margin-left: 0px; }
  .object-slider .owl-nav {
  	top: 0; }
  .price__download {
    display: inline; }

  .photo__link {
    display: block;
    position: relative;
    max-height: 150px;
    overflow: hidden;}
  .photo__image {
    width: 100%;
    min-height: auto;}
  .easy-item {
    height: auto; }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%; }

  #sidebar .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center; }

  .list-dropdown__link {
    font-size: 16px;
    padding: 8px 25px; }

  #sidebar .sidebar-list__link {
    padding: 10px 10px 10px 12px;
    font-size: 18px; }

  .title-block__name {
    font-size: 18px;
    text-transform: uppercase; }

  .sidebar-title {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 10px; }

  .sidebar-list__toggler {
  	right: 7px;
  	width: 43px;
  	height: 43px; }

  .object-slider .owl-nav .owl-next, .dop-photo-slider .owl-nav .owl-next {
    margin-right: 5px; }

  .object-slider .owl-nav [class*="owl-"], .dop-photo-slider .owl-nav [class*="owl-"] {
    border: 1px solid rgba(235,46,0, 0.4) !important;
  	color: #fff !important;
    background: rgba(235,46,0, 0.6) !important; }
  .articles__link-img {
    height: auto;
  }
}

@media (max-width: 380px) {
  h4, .title-h4 {
    font-size: 20px; }
  .catalog-id__item-images-link {
    min-height: 100px;
  }
  .catalog-id__item-images-title {
    font-size: 14px;
  }
  .captcha {
  	-webkit-transform: scale(0.9);
  	-ms-transform: scale(0.9);
  	transform: scale(0.9);
  	margin-left: -15px;
  }
  .copyright__text {
    display: flex;
    flex-direction: column;
  }
}

.moreColor, .moreVariants {
  max-height: 270px;
  overflow: hidden;
}

.moreVariants {
  max-height: 420px;
}

.moreColor--full, .moreVariants--full {
  max-height: 100%;
}

.moreColor__button, .moreVariants__button {
	text-align: center;
  background: -moz-linear-gradient(top, rgba(235,235,235,0) 9%, rgba(235,235,235,0.11) 18%, rgba(235,235,235,0.75) 71%, rgba(235,235,235,1) 92%);
  background: -webkit-linear-gradient(top, rgba(235,235,235,0) 9%,rgba(235,235,235,0.11) 18%,rgba(235,235,235,0.75) 71%,rgba(235,235,235,1) 92%);
  background: linear-gradient(to bottom, rgba(235,235,235,0) 9%,rgba(235,235,235,0.11) 18%,rgba(235,235,235,0.75) 71%,rgba(235,235,235,1) 92%);
	padding: 3px;
	margin-top: -80px;
  margin-bottom: 60px;
	z-index: 9;
	position: relative;
	display: none;
	justify-content: center;
	align-items: flex-end;
	height: 80px;
	font-size: 16px;
  font-weight: 600;
	text-transform: uppercase;
}
.moreColor__button:hover, .moreVariants__button:hover {
	text-decoration: none;
}



.moreColor__down, .moreVariants__down {
	display: block;
	background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.1);
	padding: 3px 15px;
	border-radius: 10px;
	position: absolute;
	bottom: -7px;
}

.colors__item {
  width: 50px;
  height: 50px;
  border: solid 1px #ddd;
}

.colors__item--1 {
  background-color: #fff;
}

.colors__item--2 {
  background-color: #000;
}

.colors__item--3 {
  background-color: #ababab;
}

.colors__item--4 {
  background-color: #44322f;
}

.colors__item--5 {
  background-color: #515a61;
}

.colors__item--6 {
  background-color: #99632e;
}

.colors__item--7 {
  background-color: #954e35;
}

.colors__item--8 {
  background-color: #99332e;
}

.colors__item--9 {
  background-color: #4c4c4c;
}

.colors__item--10 {
  background-color: #939598;
}

.colors__item--11 {
  background-color: #9d5836;
}

.colors__item--12 {
  background-color: #571f29;
}

.colors__item--13 {
  background-color: #bf2533;
}

.colors__item--14 {
  background-color: #0b3a2a;
}

.colors__item--15 {
  background-color: #39000f;
}

.colors__item--16 {
  background-color: #d05640;
}

.colors__item--17 {
  background-color: #bf2533;
}
