body {
  font-family: "Muli", sans-serif !important;
  font: "Muli", sans-serif !important; }
  body.body-stop {
    overflow: hidden; }

input, textarea {
  position: relative;
  z-index: 2; }

label {
  z-index: 1; }

.container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.row {
  width: 1140px; }

/**Header**/
.header {
  background: #1e1e1e;
  height: 120px; }

.header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%; }

.header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 253px; }

.logo {
  width: 100%; }
  .logo img {
    width: 100%; }

.logo-text {
  font-size: 11.8px;
  color: #626262;
  text-transform: uppercase;
  font-weight: bold; }

.header-right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 62%; }

.header-tel-search {
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.phone-block {
  font-size: 18px;
  color: #8f8f8f;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 30px; }

.icon {
  left: 0px;
  position: absolute;
  top: 3px;
  color: #cc1f34; }

.tel-item {
  font-size: 18px;
  color: #8f8f8f;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s; }
  .tel-item:hover {
    color: #cc1f34; }

.phone-block span {
  margin-right: 7px; }

.search-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #8f8f8f;
  box-sizing: border-box;
  width: 215px;
  padding: 2px 4px;
  color: #8f8f8f; }

input.search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #8f8f8f;
  box-sizing: border-box;
  width: 215px;
  padding: 2px 4px;
  color: #8f8f8f;
  font-size: 16.5px; }
  input.search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  input.search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  input.search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  input.search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  input.search-field:focus ~ label.search-label, input.search-field:valid ~ label.search-label {
    top: -13px;
    font-size: 11px; }

.search-label {
  position: absolute;
  color: #8f8f8f;
  left: 4px;
  top: 2px;
  font-size: 16.5px;
  transition: 0.3s; }

.search-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #cc1f34;
  margin-left: 10px;
  border: none;
  transition: 0.3s;
  cursor: pointer; }
  .search-btn:hover {
    color: #fff; }

.header-menu {
  width: 100%; }

.menu-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.menu-item {
  list-style: none;
  margin: 0 5px;
  color: #cc1f34;
  transition: 0.3s; }
  .menu-item:hover {
    color: #fff; }
    .menu-item:hover .menu-link {
      color: #fff; }
  .menu-item .menu-link {
    color: #cc1f34;
    transition: 0.3s; }
  .menu-item:first-child {
    margin-left: 0px; }
  .menu-item:last-child {
    margin-right: 0px; }

.lang-block {
  color: #fff; }

.lang-dropdown-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.dropdown {
  position: relative;
  height: 25px;
  overflow: hidden;
  border: 1px solid #1e1e1e;
  width: 50px;
  transition: 0.3s;
  background: #1e1e1e; }
  .dropdown.open {
    box-shadow: 0px 0px 14px 0px #cc1f34;
    height: 50px; }

.dropdown p {
  font-size: 18px;
  width: 50px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
  background: #1e1e1e;
  z-index: 3;
  transition: 0.3s;
  cursor: pointer; }
  .dropdown p.active-lang {
    top: 0px;
    z-index: 4; }
  .dropdown p:hover {
    color: #cc1f34; }

.dropdown p a {
  font-size: 18px;
  width: 50px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer; }
  .dropdown p a:hover {
    color: #cc1f34; }
  .dropdown p a:visited {
    color: white; }

.selected-lang {
  width: 50px;
  height: 25px; }

.change-lang-btn {
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
  width: 12px;
  height: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .change-lang-btn:hover i {
    color: #cc1f34; }
  .change-lang-btn i {
    display: flex;
    justify-content: center;
    font-size: 18px;
    align-items: center;
    transition: 0.3s; }
  .change-lang-btn.open-dropdown {
    transform: rotate(180deg); }

.change-lang-arrow {
  font-size: 20px; }

.mob-menu-btn {
  display: none; }

.mob-menu-block {
  display: none; }

.btn-line {
  width: 36px;
  height: 3px;
  background: #cc1f34;
  position: relative;
  transition: 0.3s; }
  .btn-line:after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #cc1f34;
    position: absolute;
    top: -10px;
    transition: 0.3s;
    transform-origin: 50% 50%; }
  .btn-line:before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #cc1f34;
    position: absolute;
    bottom: -10px;
    transition: 0.3s;
    transform-origin: 50% 50%; }

.mob-menu-btn {
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px; }
  .mob-menu-btn.active-menu .btn-line {
    background: #1e1e1e; }
    .mob-menu-btn.active-menu .btn-line:after {
      transform: rotate(135deg);
      top: 0;
      width: 30px; }
    .mob-menu-btn.active-menu .btn-line:before {
      transform: rotate(-135deg);
      bottom: 0;
      width: 30px; }

.mob-menu-block {
  background: #1e1e1e;
  height: 0px;
  overflow: hidden;
  transition: 0.5s ease-out; }
  .mob-menu-block.open-menu {
    height: 1090px; }

.row.mob-menu-flex {
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box; }

.mob-menu-list {
  list-style: none; }

.menu-list-item {
  margin-bottom: 30px; }

.menu-list-link {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold; }

.sub-menu-list-block {
  margin-top: 30px;
  list-style: none;
  padding-left: 15px; }

.sub-menu-list-item {
  margin-bottom: 25px; }

.sub-menu-list-link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold; }

.mob-menu-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; }

.mob-menu-btns a {
  background: #3d3d3d;
  padding: 20px 30px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.delivery-ico {
  width: 45px;
  height: 32px;
  margin-left: 30px; }

.delivery-ico svg {
  width: 100% !important;
  height: 100% !important;
  fill: #fff !important; }

.mob-search-block {
  width: 100%; }

form.mob-search-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px; }

.bar {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -3px; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #cc1f34;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

.mob-search-field:focus ~ .bar:before, .mob-search-field:focus ~ .bar:after {
  width: 50%; }

input.mob-search-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cc1f34;
  width: 100%;
  color: #fff;
  padding: 12px 10px;
  font-size: 22.5px; }
  input.mob-search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  input.mob-search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  input.mob-search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  input.mob-search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  input.mob-search-field:focus ~ label.mob-search-label, input.mob-search-field:valid ~ label.mob-search-label, input.mob-search-field .email-active-field {
    top: 0px;
    font-size: 15px; }

button.mob-search-btn {
  position: absolute;
  right: 0;
  height: 100%;
  color: #fff;
  font-size: 20px;
  border: none;
  background: transparent; }

.mob-search-label {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 29px;
  font-size: 22.5px;
  transition: 0.3s; }

.mob-menu-contact-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px; }

.mob-contact-item {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  margin-bottom: 25px;
  height: 28px; }

.mob-marker {
  font-size: 22px !important;
  position: absolute;
  left: 0;
  color: #cc1f34;
  top: 0;
  width: 20px;
  text-align: center; }

a.mob-contact-text {
  font-size: 15px;
  color: #8f8f8f; }

.mob-lang-block {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }

.mob-lang-switch {
  width: 200px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  background: #181818;
  position: relative; }

.red-lang-bg {
  position: absolute;
  left: 0%;
  top: 0;
  background: #cc1f34;
  height: 100%;
  width: 50%;
  z-index: 2;
  border-radius: 6px;
  transition: 0.3s cubic-bezier(0, 0.58, 1, 1.58); }
  .red-lang-bg.switch {
    left: 50%; }

.mob-lang-item {
  height: 100%;
  width: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 4; }

.mob-lang-item[data-active-lang="false"] {
  color: #8f8f8f; }

p.mob-eng-lang {
  left: 0; }

p.mob-sp-lang {
  right: 0; }

.about-slider {
  min-height: 925px;
  background: url("/img/about-bg.png") top center no-repeat; }

.about-container {
  background: rgba(0, 0, 0, 0.79); }

.about-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 62px; }

.block-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px; }

.title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  color: #fff; }

.title-text.black-title {
  color: #282c2d; }

.about-text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  transition: 0.3s; }

.about-text-block p {
  color: #8f8f8f;
  font-size: 17px;
  margin-bottom: 8px; }

.show-more-about-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin-top: 30px;
  text-align: center; }
  .show-more-about-btn:hover {
    background: #8d0011; }

.slider-item {
  display: flex !important;
  min-height: 480px !important;
  padding: 0 3.7% !important; }

.slider-block {
  width: 100%; }

.slider-item.default-slide-style {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%; }
  .slider-item.default-slide-style .slider-text-part {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%; }
    .slider-item.default-slide-style .slider-text-part .slider-logo {
      margin-top: 40px; }
    .slider-item.default-slide-style .slider-text-part .slider-text-block .slider-item-text {
      font-size: 40px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold; }
  .slider-item.default-slide-style .slider-img-part {
    height: 100%;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider-item.default-slide-style .slider-img-part img {
      width: 100%; }

.slider-item.samsung-slide-style {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%; }
  .slider-item.samsung-slide-style .slider-text-part {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 83%; }
    .slider-item.samsung-slide-style .slider-text-part .slider-logo {
      margin-bottom: 60px; }
    .slider-item.samsung-slide-style .slider-text-part .slider-text-block .slider-item-text {
      font-size: 54.5px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold; }
  .slider-item.samsung-slide-style .slider-img-part {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0; }

.slider-item.reverse-text-slide-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%; }
  .slider-item.reverse-text-slide-style .slider-text-part {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 45%; }
    .slider-item.reverse-text-slide-style .slider-text-part .slider-logo {
      margin-bottom: 45px; }
    .slider-item.reverse-text-slide-style .slider-text-part .slider-text-block .slider-item-text {
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold; }
      .slider-item.reverse-text-slide-style .slider-text-part .slider-text-block .slider-item-text .slider-item-bold-text {
        font-size: 58px; }
  .slider-item.reverse-text-slide-style .slider-img-part {
    height: 100%;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider-item.reverse-text-slide-style .slider-img-part img {
      width: 100%; }

ul.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  height: 14px;
  width: 100%; }

.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 14px;
  height: 14px;
  width: 14px; }

.slick-dots li.slick-active .dots-item {
  background: #cc1f34; }

.slick-dots li .dots-item {
  transition: 0.3s;
  color: transparent;
  /* content: "fdf"; */
  border: 2px solid #cc1f34;
  border-radius: 50%;
  background: transparent;
  height: 10px;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.slider-container {
  background: rgba(0, 0, 0, 0.7); }

.slider-item {
  min-height: 470px;
  width: 100%;
  padding: 0 5px; }

.brands-container {
  background: #e2e2e2; }

.brands-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 62px; }

.brands-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0px 120px;
  box-sizing: border-box; }

.brand-item {
  margin: 15px 25px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s; }
  .brand-item:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%; }

.brand-item img, .brand-item svg {
  width: 100%; 
  height: auto;
  max-height: 100%; 
}

.rect-brand {
  max-width: 155px;
  max-height: 82px;
  width: auto;
  height: auto;
  background-size: 100% auto; }

.circle-brand {
  width: 82px;
  height: 82px;
  background-size: 100%; }

.brand-item svg {
  width: 100%;
  height: 100%; }

.products-container {
  background: url("/img/products-bg.png") center center no-repeat;
  padding-top: 85px; }

.product-item-container {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.container.products-slider {
  margin: 20px 0;
  position: relative;
  padding: 0 0px;
  box-sizing: border-box; }

.product-item {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 475px;
  padding: 0 40px;
  margin: 0; }

.product-item-name {
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center; }

.product-item-links-block {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

p.product-item-links-text {
  text-align: center; }

.product-link-item {
  color: #cc1f34;
  font-size: 16px;
  transition: 0.3s; }
  .product-link-item:hover {
    color: #fff; }

.product-link-item-line {
  color: #cc1f34;
  font-size: 16px; }

.sta1 {
  transition: 0.2s; }

.left-product-arrow.slick-arrow {
  height: 60px;
  width: 30px;
  position: absolute;
  top: 150px;
  left: 20px;
  transition: 0.2s;
  z-index: 10; }
  .left-product-arrow.slick-arrow:hover {
    cursor: pointer; }
    .left-product-arrow.slick-arrow:hover .sta1 {
      fill: #fff; }

.right-product-arrow.slick-arrow {
  height: 60px;
  width: 30px;
  position: absolute;
  top: 150px;
  right: 20px;
  transition: 0.2s;
  z-index: 10; }
  .right-product-arrow.slick-arrow:hover {
    cursor: pointer; }
    .right-product-arrow.slick-arrow:hover .sta1 {
      fill: #fff; }

.question-container {
  height: 207px;
  background: url("/img/question-bg.png") center center no-repeat; }

.question-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

a.question-link {
  color: white;
  text-transform: uppercase;
  padding: 15px 45px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  font-size: 16px;
  transition: 0.2s; }
  a.question-link:hover {
    border: 2px solid white;
    background: #8d0011; }

.why-container {
  padding-top: 85px;
  background: url("/img/why-bg.png") center center no-repeat;
  padding-bottom: 90px; }

.why-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.why-points-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 50px; }

.point-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px; }

.point-item-circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #cc1f34;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }

.point-item-number {
  font-size: 38.5px;
  color: #8f8f8f; }

.point-item-text {
  text-align: center;
  width: 100%;
  color: #fff; }

.call-us-now {
  background: rgba(123, 36, 47, 0.6);
  padding: 10px 33px;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.2s;
  text-transform: uppercase; }
  .call-us-now:hover {
    background: #8d0011; }

.call-us-now-phone {
  font-size: 23.33px; }

.contact-container {
  padding-top: 85px;
  padding-bottom: 90px;
  background: #e2e2e2; }

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.contact-fields-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 35px; }

.left-contact-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-right: 30px; }

.right-contact-side {
  width: 45%;
  position: relative; }

.contact-field-block {
  position: relative;
  width: 100%; }

.contact-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cc1f34;
  padding: 15px 25px;
  font-size: 15px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box; }

.right-contact-side label.contact-field-label {
  top: 24px; }

label.contact-field-label {
  position: absolute;
  top: 14px;
  left: 24px;
  transition: 0.2s;
  font-size: 15px;
  color: #282c2d; }

.contact-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cc1f34;
  padding: 15px 25px;
  font-size: 15px;
  width: 100%;
  margin-bottom: 31px;
  box-sizing: border-box; }
  .contact-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .contact-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .contact-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .contact-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .contact-field:focus ~ label.contact-field-label, .contact-field:valid ~ label.contact-field-label {
    top: -18px;
    font-size: 10.5px;
    color: #cc1f34; }

.contact-field-textarea {
  background: rgba(255, 255, 255, 0.2);
  min-height: 202px;
  margin-top: 10px; }
  .contact-field-textarea:focus ~ label.contact-field-label, .contact-field-textarea:valid ~ label.contact-field-label, .contact-field-textarea label.contact-field-label.email-active-field, .contact-field-textarea label.contact-field-label.email-active-field {
    top: -18px;
    font-size: 10.5px;
    color: #cc1f34; }

.contact-field-label.email-active-field, .contact-field-label.email-active-field {
  top: -18px;
  font-size: 10.5px;
  color: #cc1f34; }

.contact-submit-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold; }
  .contact-submit-btn:hover {
    background: #8d0011; }

.cat-container {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.row.cat-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cat-logo-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0px; }

.cat-logo-block svg {
  height: 44px;
  width: 140px; }

.cat-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.cat-item {
  width: 128px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 20px;
  padding-top: 45px; }
  .cat-item:hover .cat-img-block img {
    opacity: 1; }
  .cat-item:hover .cat-name {
    opacity: 1; }
  .cat-item.active-cat .cat-img-block {
    box-shadow: 0px 0px 30px -1px #cc1f34;
    background: rgba(0, 0, 0, 0.5); }
    .cat-item.active-cat .cat-img-block img {
      opacity: 1; }

.cat-block .left-cat-arrow, .cat-block .right-cat-arrow {
  top: 77px; }

.cat-img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.5s; }
  .cat-img-block img {
    opacity: 0.6; }

.cat-name {
  color: white;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s; }

.now-active-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0; }
  .now-active-cat h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase; }

.container.sub-cat {
  background: rgba(0, 0, 0, 0.3);
  height: 0px;
  transition: 0.3s;
  overflow: hidden;
  margin-bottom: 40px; }
  .container.sub-cat.show-sub-cat {
    height: 65px; }

.row.sub-cat-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.sub-cat-slider {
  display: none !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }
  .sub-cat-slider.show-sub-cat-slider {
    display: flex !important; }

.sub-cat-block {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  padding: 22px 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .sub-cat-block:after {
    content: "";
    box-shadow: 0px 60px 104px 52px #cc1f34;
    display: block;
    position: absolute;
    width: 13%;
    bottom: 0;
    height: 0px;
    opacity: 0;
    transition: 0.3s;
    left: 37%; }
  .sub-cat-block:hover:after, .sub-cat-block.active-sub-cat:after {
    opacity: 1; }
  .sub-cat-block:hover .sub-class-text, .sub-cat-block.active-sub-cat .sub-class-text {
    color: #cc1f34; }

.left-cat-arrow {
  height: 40px;
  width: 20px;
  position: absolute;
  left: -50px;
  top: 14px;
  /* bottom: 0; */ }
  .left-cat-arrow:hover {
    cursor: pointer; }
    .left-cat-arrow:hover .sta1 {
      fill: #fff; }

.right-cat-arrow {
  height: 40px;
  width: 20px;
  position: absolute;
  right: -50px;
  top: 14px;
  /* bottom: 0; */ }
  .right-cat-arrow:hover {
    cursor: pointer; }
    .right-cat-arrow:hover .sta1 {
      fill: #fff; }

.sub-class-text {
  color: #fff;
  font-size: 24px;
  transition: 0.3s; }

.container.cat-products-sub-title {
  background: rgba(0, 0, 0, 0.3);
  height: 60px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px; }
  .container.cat-products-sub-title h6 {
    font-size: 24px; }

.cat-products-swap-container {
  display: none; }
  .cat-products-swap-container.show-sub-cat {
    display: flex; }

.cat-products-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.cat-products-item {
  width: 256px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  border-radius: 5px;
  padding: 17px 23px 17px;
  box-sizing: border-box;
  background: white;
  transition: 0.3s;
  margin-bottom: 25px;
  margin: 14px; }
  .cat-products-item:hover {
    box-shadow: 0px 0px 64px -5px #cc1f34; }

.cat-products-item-img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 210px;
  max-height: 210px;
  min-width: 100%;
  min-height: 210px; }

.cat-products-item-img {
  max-width: 210px;
  max-height: 210px; }

.cat-products-item-name {
  font-size: 20px;
  color: #282c2d;
  font-weight: bold;
  margin: 15px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden; }

.cat-products-item-desc {
  font-size: 18px;
  color: #282c2d;
  text-align: center;
  display: none; }

.cat-products-btns-block {
  padding: 40px 0;
  display: flex;
  justify-content: center; }

.how-to-buy-btn, .show-more-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin: 0 10px; }
  .how-to-buy-btn:hover, .show-more-btn:hover {
    background: #8d0011; }
  .how-to-buy-btn.inactive, .show-more-btn.inactive {
    opacity: 0.3;
    cursor: no-drop; }

.cat-product-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  display: none; }
  .cat-product-popup.show-popup {
    display: flex; }

.cat-product-popup-blur {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2; }

.cat-product-popup-block {
  background: white;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.row.cat-product-popup-flex {
  z-index: 4; }

.cat-product-popup-block {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  padding: 50px 30px;
  position: relative; }

.cat-product-popup-img-block {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3%; }

.cat-product-popup-desc-block {
  width: 57%; }

.go-back {
  position: absolute;
  font-size: 18px;
  color: #282c2d;
  border: 1px solid #282c2d;
  border-radius: 4px;
  padding: 10px 19px;
  top: 15px;
  left: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s; }
  .go-back:hover {
    color: #cc1f34;
    border: 1px solid #cc1f34; }

.cat-product-popup-item-name {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #282c2d; }

.cat-product-popup-item-short-desc {
  font-size: 18px;
  margin-bottom: 25px;
  color: #282c2d; }

.cat-product-popup-item-desc {
  font-size: 16px;
  color: #282c2d; }

.cat-product-popup-item-link-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px; }

.order-container {
  background: #0a0a0f url("/img/smart-bg.png") bottom center no-repeat; }

.order-flex {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 80px; }

.order-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: bold;
  text-transform: uppercase; }

.order-sub-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px; }

.order-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold; }
  .order-btn:hover {
    background: #8d0011; }

.contact-page-container {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.row.contact-page-block {
  padding-top: 90px; }

.contact-page-main-block {
  margin-top: 82px; }

h4.contact-page-subpage {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.contact-page-main-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 60px; }

.contact-part-title p {
  color: #cc1f34;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px; }

.location-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.team-block {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.team-man:first-child {
  margin-right: 60px; }

.team-man-label {
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 10px; }

.team-man-info {
  font-size: 16px;
  color: #d6d6d6;
  margin-bottom: 20px;
  display: block; }

.team-man-name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px; }

.container.map-container {
  background: #141414;
  height: 145px; }

.have-a-question-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin: 50px 0; }
  .have-a-question-btn:hover {
    background: #8d0011; }

.about-page-container {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.about-page-flex {
  padding: 90px 0 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.about-page-text {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 25px;
  width: 100%; }

.see-our-team-btn {
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
  border: 2px solid #939393;
  color: #fff;
  padding: 13px 22px;
  transition: 0.2s; }
  .see-our-team-btn:hover {
    background: #8d0011; }

.products-page-slider {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.products-page-flex {
  padding-top: 90px;
  padding-bottom: 80px; }

.products-page-main-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px; }

a.product-inner-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

.row.cat-flex.inner-prod-flex {
  padding-top: 90px; }

.team-page-container {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.team-page-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 0 75px; }

.team-member-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px; }
  .team-member-block:first-child {
    margin-bottom: 50px; }

.team-member-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.team-member-name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px; }

.team-member-img {
  margin-right: 50px; }

.team-member-prof {
  font-size: 16px;
  color: #cc1f34;
  margin-bottom: 30px; }

.team-member-desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
  line-height: 25px; }

.team-member-callback {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.team-member-callback-btn {
  background: transparent;
  border-radius: 8px;
  border: 2px solid #cc1f34;
  padding: 14px 60px;
  color: #cc1f34;
  text-transform: uppercase;
  transition: 0.2s; }
  .team-member-callback-btn:hover {
    border: 2px solid #8d0011;
    background: #8d0011;
    color: #fff; }
  .team-member-callback-btn:first-child {
    margin-right: 30px; }

.apps-container {
  background: #141414 url("/img/cat-bg.png") top center no-repeat; }

.apps-flex {
  padding: 90px 0 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.apps-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px; }

.apps-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .apps-item:first-child {
    padding-left: 0; }
  .apps-item:last-child {
    padding-right: 0; }

svg#Layer_1 {
  height: 58px;
  width: 71px;
  fill: #cc1f34; }

.apps-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px; }

.apps-text {
  font-size: 16px;
  color: #fff;
  line-height: 25px; }

.apps-line {
  background: #cc1f34;
  height: 2px;
  width: 100%;
  margin: 28px 0 25px; }

.apps-link-block {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.apps-link {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  text-transform: uppercase; }
  .apps-link i {
    color: #cc1f34;
    font-size: 32px;
    margin-right: 8px; }

.call-to-action-container {
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100; }
  .call-to-action-container.show-call-action {
    display: flex; }

.call-to-action-bg {
  background: rgba(6, 6, 6, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 1100px;
  width: 100%;
  z-index: 5; }

.popup-window {
  background: #060606;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 95px 170px 100px;
  z-index: 10;
  width: 700px;
  box-sizing: border-box;
  margin-top: 60px; }

.popup-window h4 {
  color: #fff;
  margin-bottom: 25px;
  text-align: center; }

.close-popup-btn {
  position: absolute;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25px;
  right: 25px;
  cursor: pointer; }
  .close-popup-btn .close-popup-btn-line-before {
    width: 18px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    height: 2px;
    background: #cc1f34;
    position: absolute;
    top: 10;
    left: 0; }
  .close-popup-btn .close-popup-btn-line-after {
    width: 18px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    height: 2px;
    background: #cc1f34;
    position: absolute;
    top: 10;
    left: 0; }

h3.popup-title {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px; }

form.call-to-action-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 45px; }

.popup-form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.popup-form-item-hidden {
  visibility: hidden;
  height: 0;
  margin: 0; }

.popup-form-field {
  border: none;
  background: transparent;
  border-bottom: 1px solid #cc1f34;
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px; }

textarea.popup-form-field {
  background: #353535;
  min-height: 230px; }

.popup-form-label {
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 15px;
  left: 10px;
  transition: 0.3s; }

.popup-form-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }
.popup-form-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }
.popup-form-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }
.popup-form-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }
.popup-form-field:focus ~ label.popup-form-label, .popup-form-field:valid ~ label.popup-form-label, .popup-form-field label.popup-form-label.email-active-field, .popup-form-field label.popup-form-label.email-active-field {
  top: -16px;
  font-size: 10.5px;
  color: #cc1f34; }

.popup-form-label.email-active-field, .popup-form-label.email-active-field {
  top: -16px;
  font-size: 10.5px;
  color: #cc1f34; }

.popup-submit-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold; }
  .popup-submit-btn:hover {
    background: #8d0011; }

.how-to-form.call-to-action-form p {
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 25px;
  margin-bottom: 31px; }

.date-dropdown-block, .time-dropdown-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 48px;
  position: relative;
  margin-bottom: 30px; }

.date-dropdown, .time-dropdown {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #060606;
  border-bottom: 1px solid #cc1f34;
  overflow: hidden;
  height: 48px;
  transition: 0.3s;
  z-index: 3; }
  .date-dropdown.open-dropdown, .time-dropdown.open-dropdown {
    height: 144px;
    z-index: 6;
    border: none;
    box-shadow: 0px 0px 18px 1px rgba(255, 0, 0, 0.59); }

.time-dropdown {
  z-index: 4;
  opacity: 0; }
  .time-dropdown.open-dropdown {
    height: 144px;
    z-index: 6;
    border: none;
    opacity: 1;
    box-shadow: 0px 0px 18px 1px rgba(255, 0, 0, 0.59); }

.date-dropdown.open-dropdown {
  height: 192px; }

.date-dropdown-item-main input {
  z-index: 4; }

.date-dropdown-item-main p {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  z-index: 7; }

.date-dropdown-item, .time-dropdown-item {
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  transition: 0.2s;
  width: 100%;
  cursor: pointer; }
  .date-dropdown-item:hover, .time-dropdown-item:hover {
    color: #cc1f34; }
  .date-dropdown-item input, .time-dropdown-item input {
    width: 100%;
    border: none; }

.time-dropdown-selected {
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  border-bottom: 1px solid #cc1f34;
  width: 100%; }

#date-dropdown-item-1, #time-dropdown-item-1 {
  top: 0px; }

#date-dropdown-item-2, #time-dropdown-item-2 {
  top: 48px; }

#date-dropdown-item-3, #time-dropdown-item-3 {
  top: 96px; }

#date-dropdown-item-4, #time-dropdown-item-4 {
  top: 144px; }

.datepicker-field {
  padding-left: 0;
  font-size: 16px; }

.dropdown-btn, .dropdown-btn-time {
  color: white;
  font-size: 23px;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  cursor: pointer;
  right: 4px;
  z-index: 4;
  top: 10px; }
  .dropdown-btn.reverse-dropdown-btn, .dropdown-btn-time.reverse-dropdown-btn {
    transform-origin: 50% 50%;
    transform: rotate(180deg); }
  .dropdown-btn:hover, .dropdown-btn-time:hover {
    color: #cc1f34; }

footer.container {
  background: #2f2f2f; }

.footer-flex.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 20px; }

.footer-item {
  width: 21%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.footer-logo.footer-item .logo {
  width: 100%;
  background-size: 100%;
  margin-top: -10px;
  margin-bottom: 22px; }

.footer-logo-text {
  color: #8f8f8f;
  font-size: 15px; }

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: bold; }

.subscribe-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative; }

.subscribe-btn {
  border: none;
  background: #cc1f34;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 3px 0px #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold; }
  .subscribe-btn:hover {
    background: #8d0011; }

.subs-email-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cc1f34;
  margin-bottom: 25px;
  padding: 12px 10px;
  font-size: 15px;
  color: white; }

input.subs-email-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cc1f34;
  color: #fff;
  padding: 12px 10px;
  font-size: 15px; }
  input.subs-email-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  input.subs-email-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  input.subs-email-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  input.subs-email-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  input.subs-email-field:focus ~ label.subscribe-label, input.subs-email-field:valid ~ label.subscribe-label, input.subs-email-field .subscribe-label.email-active-field, input.subs-email-field .subscribe-label.email-active-field {
    top: -5px;
    font-size: 10.5px; }

.subscribe-label.email-active-field, .subscribe-label.email-active-field {
  top: -5px;
  font-size: 10.5px; }

.subscribe-label {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 11px;
  font-size: 15px;
  transition: 0.3s; }

.useful-list {
  list-style: none;
  padding-left: 10px; }

.useful-item {
  margin-bottom: 27px;
  position: relative; }

.useful-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  left: -9px;
  background: #cc1f34;
  top: calc(50% - 1px);
  border-radius: 50%; }

.useful-link {
  color: #cc1f34;
  font-size: 14px;
  transition: 0.2s;
  font-weight: bold; }
  .useful-link:hover {
    color: #fff; }

.contat-us-item {
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px; }

.mob-contact-icon {
  position: absolute;
  left: 0;
  font-size: 22px !important;
  width: 21px;
  text-align: center;
  color: #cc1f34;
  top: 2px; }

.contat-us-item .cotact-us-text, .contat-us-item .cotact-us-text a{
  font-size: 15px;
  color: #8f8f8f;
  margin-bottom: 3px; }

.contact-phones {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.cotact-us-bold-text {
  font-weight: bold; }

.post-footer.container {
  background: #262626; }

.row.post-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  padding-top: 28px; }

.copyright {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.copy-text {
  color: #949494;
  font-size: 13px; }

.oneplsone-block {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.oneplsone-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }

.oneplsone-text {
  text-transform: uppercase;
  color: #949494;
  font-size: 12px; }

.oneplsone-logo {
  height: 40px;
  width: 40px;
  margin-left: 10px; }

  .flash-container {
    background: #000;
    
  }

  .flash-container p{
    color: #fff;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
  }

  .brands-block svg .black {
    fill:#1D1D1B;
  }
  .cat-logo-block svg .black {
    fill: #ffffff;
  }

@media (max-width: 1200px) {
  .row {
    width: 960px; }

  .header-right-side {
    width: 71%; }

  .cat-products-item {
    width: 32%;
    margin: 6px; } }
@media (max-width: 992px) {
  .row {
    width: 720px; }

  .header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

  .header-right-side {
    display: none; }

  .mob-menu-block {
    display: flex; }

  .mob-menu-btn {
    display: flex; }

  .footer-flex.row {
    flex-wrap: wrap; }

  .footer-item {
    width: 45%;
    margin-bottom: 30px; }

  .slider-item.samsung-slide-style {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%; }
    .slider-item.samsung-slide-style .slider-text-part {
      height: 100%;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
      width: 83%; }
      .slider-item.samsung-slide-style .slider-text-part .slider-logo {
        margin-bottom: 60px; }
      .slider-item.samsung-slide-style .slider-text-part .slider-text-block .slider-item-text {
        font-size: 54.5px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold; }
    .slider-item.samsung-slide-style .slider-img-part {
      height: 100%;
      width: 67%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 0;
      bottom: 0; }

  .contact-page-main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    flex-direction: column;
    padding-bottom: 60px; }

  .left-contact-part {
    margin-bottom: 25px; }

  .cat-products-item {
    width: 48%; }

  .apps-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px; }
    .apps-item:last-child {
      padding: 0 15px; }
    .apps-item:first-child {
      padding: 0 15px; } }
@media (max-width: 768px) {
  .row {
    width: 540px; }

  .slider-container {
    padding-top: 30px; }

  .slider-item.default-slide-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%; }
    .slider-item.default-slide-style .slider-text-part {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 80%;
      text-align: center; }
      .slider-item.default-slide-style .slider-text-part .slider-logo {
        margin-top: 24px; }
      .slider-item.default-slide-style .slider-text-part .slider-text-block .slider-item-text {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold; }
    .slider-item.default-slide-style .slider-img-part {
      height: 100%;
      width: 70%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 60px; }
      .slider-item.default-slide-style .slider-img-part img {
        width: 100%; }

  .slider-item.samsung-slide-style {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 100%; }
    .slider-item.samsung-slide-style .slider-text-part {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 83%; }
      .slider-item.samsung-slide-style .slider-text-part .slider-logo {
        margin-bottom: 60px;
        margin-top: 175px; }
      .slider-item.samsung-slide-style .slider-text-part .slider-text-block .slider-item-text {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        text-align: center; }
    .slider-item.samsung-slide-style .slider-img-part {
      height: 100%;
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      right: 0;
      bottom: 0; }

  .slider-item.reverse-text-slide-style {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: 100%; }
    .slider-item.reverse-text-slide-style .slider-text-part {
      height: 100%;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      width: 60%;
      margin-bottom: 30px; }
      .slider-item.reverse-text-slide-style .slider-text-part .slider-logo {
        margin-bottom: 20px;
        width: 100%; }
        .slider-item.reverse-text-slide-style .slider-text-part .slider-logo img {
          width: 100%; }
      .slider-item.reverse-text-slide-style .slider-text-part .slider-text-block .slider-item-text {
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold; }
        .slider-item.reverse-text-slide-style .slider-text-part .slider-text-block .slider-item-text .slider-item-bold-text {
          font-size: 30px; }
    .slider-item.reverse-text-slide-style .slider-img-part {
      height: 100%;
      width: 88%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .slider-item.reverse-text-slide-style .slider-img-part img {
        width: 100%; }

  .contact-fields-block {
    flex-direction: column; }

  .left-contact-side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px; }

  .right-contact-side {
    width: 100%; }

  .team-member-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px; }

  .team-member-img {
    margin-right: 0px;
    margin-bottom: 20px; }

  .team-member-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }

  .team-member-desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 25px;
    text-align: left; }

  .team-member-prof {
    font-size: 16px;
    color: #cc1f34;
    margin-bottom: 20px; }

  .cat-products-item {
    margin: 5px; } }
@media (max-width: 640px) {
  .mob-menu-btn {
    display: flex;
    position: absolute;
    right: 10px;
    top: 24px; }

  .mob-menu-block {
    display: flex; }

  .row {
    width: 100%; }

  .header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

  .header-right-side {
    display: none; }

  .logo {
    height: 15vw;
    width: 50vw;
    background-size: 100%;
    margin-bottom: 5px; }

  .row.header-flex {
    padding: 0 15px;
    box-sizing: border-box;
    position: relative; }

  .header-logo {
    width: 100%; }

  .block-title {
    padding: 0 40px;
    box-sizing: border-box; }

  .about-block {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 55px; }

  .title-text {
    font-size: 24px;
    color: #fff;
    text-align: center; }

  .slider-item {
    padding: 0 1% !important; }

  .left-product-arrow.slick-arrow {
    height: 40px;
    width: 20px; }
    .left-product-arrow.slick-arrow:hover {
      cursor: pointer; }
      .left-product-arrow.slick-arrow:hover .sta1 {
        fill: #cc1f34; }

  .right-product-arrow.slick-arrow {
    height: 40px;
    width: 20px; }
    .right-product-arrow.slick-arrow:hover {
      cursor: pointer; }
      .right-product-arrow.slick-arrow:hover .sta1 {
        fill: #cc1f34; }

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

  .question-container {
    background-position-x: 66%; }

  .product-item {
    width: 100%;
    justify-content: flex-start;
    padding: 0 50px; }

  .product-item-img-block {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .product-item-img {
    max-width: 100%;
    max-height: 100%; }

  .why-container {
    background-size: auto 100%; }

  .why-points-block {
    flex-direction: column; }

  .row.why-flex {
    padding: 0 40px;
    box-sizing: border-box; }

  .point-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 30px; }

  .point-item-circle {
    margin-bottom: 0px;
    margin-right: 15px; }

  .point-item-text {
    text-align: left;
    width: 55%;
    color: #fff; }

  .call-us-now {
    padding: 10px 20px; }

  .row.brands-flex {
    padding: 35px 0; }

  .row.contact-flex {
    padding: 0 40px; }

  .cat-block {
    width: 67%; }

  .cat-products-item {
    margin: 1%;
    width: 48%; }

  .cat-name {
    opacity: 1; }

  .cat-products-btns-block {
    padding: 40px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; }

  .show-more-btn {
    margin-bottom: 20px; }

  .sub-cat-slider.show-sub-cat-slider {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center; }

  .sub-cat-block p {
    text-align: center; }

  .container.cat-products-sub-title {
    background: transparent; }
    .container.cat-products-sub-title h6 {
      font-size: 24px;
      text-align: center; }

  .row.order-flex {
    padding: 55px 32px;
    align-items: center; }

  .order-title {
    text-align: center; }

  .order-sub-title {
    text-align: center; }

  .order-sub-title {
    margin-bottom: 50px; }

  .row.cat-product-popup-flex {
    z-index: 4; }

  .cat-product-popup.show-popup {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    overflow-y: hidden; }

  .row.cat-product-popup-flex {
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll; }

  .cat-product-popup-block {
    flex-direction: column;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%; }

  .cat-product-popup-img-block {
    width: 100%;
    margin-right: 0;
    min-height: 450px;
    margin-top: 25px; }

  .cat-product-popup-desc-block {
    width: 100%;
    margin-top: 25px; }

  .team-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }

  .contact-part-title {
    display: flex;
    justify-content: center;
    align-items: center; }

  .location-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .contact-page-main-block {
    padding: 0 40px; }

  p.team-man-label {
    text-align: center; }

  a.team-man-info {
    text-align: center; }

  p.team-man-name {
    text-align: center; }

  .team-man:first-child {
    margin-right: 0px;
    margin-bottom: 35px; }

  a.team-man-info {
    text-align: center;
    width: 100%;
    display: block; }

  h4.contact-page-subpage {
    font-size: 18px;
    padding: 0 40px; }

  .row.about-page-flex {
    padding: 90px 40px; }

  .products-page-main-block {
    padding: 0 40px;
    box-sizing: border-box; }

  .cat-products-item-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 180px;
    max-height: 180px;
    min-width: 100%;
    min-height: 180px; }

  .cat-products-item-img {
    max-width: 100%;
    max-height: 100%; }

  .row.cat-flex.inner-prod-flex {
    padding-top: 90px; }

  .inner-prod-title {
    font-size: 30px; }

  .team-member-callback {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  .team-member-callback-btn:first-child {
    margin-bottom: 15px;
    margin-right: 0px; }

  .row.team-page-flex {
    padding: 90px 40px 75px;
    box-sizing: border-box; }

  .apps-item {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 50px; }
    .apps-item:last-child {
      padding: 0 40px; }
    .apps-item:first-child {
      padding: 0 40px; }

  .call-to-action-container {
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll; }

  .popup-window {
    padding: 70px 40px 20px; }

  .footer-logo.footer-item .logo {
    background-size: 100% 100%;
    margin-top: -10px;
    width: calc(100vw - 70px);
    margin-bottom: 22px;
    height: calc(28.5vw - 20px); }

  .footer-flex.row {
    padding: 0; }

  .subscribe-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .subs-email-field {
    width: 100%; }

  .footer-item {
    width: 100%;
    padding: 32px 35px;
    margin: 0; }

  .stay-turned-block {
    background: #262626; }

  .contact-us-block.footer-item {
    padding-top: 0; }

  .row.post-footer-flex {
    justify-content: center;
    flex-wrap: wrap; }

  .copyright {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; 
  } 
}
@media (max-width: 380px) {
  .cat-products-item {
    width: 100%; }

  .cat-products-item {
    margin: 2% 3%; } 
  }
@media (max-width: 370px) {
  .cat-img-block {
    margin: 0px 30px;
    margin-bottom: 15px; } 
}

