@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("../fonts/RobotoCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Roboto Condensed", sans-serif; }

h1, .h1 {
  font-size: 35px; }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 33px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    h1, .h1 {
      font-size: 20px; } }

h2, .h2 {
  font-size: 32px; }
  @media (max-width: 991.98px) {
    h2, .h2 {
      font-size: 28px; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 26px; } }
  @media (max-width: 575.98px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  /*basic heading styles*/
  font-size: 24px; }
  @media (max-width: 991.98px) {
    h3, .h3 {
      font-size: 22px; } }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 20px; } }
  @media (max-width: 575.98px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  /*basic heading styles*/ }

h5, .h5 {
  /*basic heading styles*/ }

h6, .h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/ }
  ul li {
    /*basic list-item styles*/ }

a {
  color: inherit;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/ }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.not-found {
  margin: 0 0 50px 0; }
  .not-found a {
    width: 100%;
    height: 580px; }
  .not-found img {
    width: 100%;
    height: 580px; }
    @media (max-width: 1199.98px) {
      .not-found img {
        height: auto;
        object-fit: contain; } }

.not-found-text {
  color: #b10836;
  font-weight: bold; }

.header-wrap {
  background-color: #CE1141; }

.wpmll {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .wpmll a:hover {
    color: red;
    text-decoration: none; }
  .wpmll #globe-2 {
    padding-left: 5px;
    font-size: 1.3em;
    color: #CE1141;
    display: none; }
  .wpmll #globe-1 {
    display: block;
    padding-left: 5px;
    font-size: 1.2em;
    color: #CE1141; }

.wpml-ls-legacy-dropdown {
  width: 100%; }

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  font-size: 1.2em;
  padding-left: calc(1px + -0.3em + .7em);
  padding-right: 5px;
  min-width: 150px; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none; }

.wpml-ls-legacy-dropdown a {
  text-align: left;
  border: none; }

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: #fff;
  color: #CE1141; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding-left: calc(0px + -0.3em + .7em);
  font-size: 1.2em;
  padding-right: 5px; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none; }

.up-header {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 0 20px 0; }
  .up-header .row {
    width: 100%; }
  .up-header .logo {
    margin: 15px 0; }
    .up-header .logo img {
      height: 60px; }

.sb-search {
  display: none; }

.search-f {
  display: flex;
  justify-content: flex-end;
  position: relative; }
  .search-f__wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .search-f .s {
    border: 1px solid #CE1141;
    padding-left: 10px; }
    .search-f .s:hover, .search-f .s:focus {
      outline-color: #CE1141;
      border-radius: 0; }
  .search-f .searchsubmit {
    color: #fff;
    background-color: #CE1141;
    border-color: #CE1141;
    border: none;
    width: 40px;
    height: 40px; }
    .search-f .searchsubmit:hover, .search-f .searchsubmit:focus {
      background-color: #ed2558;
      outline-color: red; }
  .search-f .hide {
    display: none; }

.header-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0; }
  .header-menu > li {
    font-weight: 100;
    text-decoration: none;
    list-style: none;
    border-right: 1px solid #fff; }
    .header-menu > li:first-child {
      border-left: 1px solid #fff; }
    .header-menu > li > a {
      font-family: "Roboto Condensed", sans-serif;
      color: #fff;
      padding: 15px 15px; }
      .header-menu > li > a:hover {
        background-color: #b10836; }
  .header-menu .current-menu-item a {
    background-color: #b10836; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Navbar */
.nav {
  background-color: #4c6881;
  overflow: hidden;
  z-index: 50; }

.nav ul {
  padding: 0;
  margin: 0; }

.sol-menu li {
  float: left;
  display: block;
  list-style: none; }

.sol-menu li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

ul.sag-menu {
  float: right;
  padding: 8px 10px;
  overflow: hidden; }

.sag-menu i {
  color: #FFFFFF;
  margin: 8px;
  cursor: pointer; }

input.search {
  display: none;
  padding: 5px;
  max-width: 100%; }

.altmenu-ac {
  display: none; }

.menu-ac {
  display: none;
  padding: 0;
  cursor: pointer;
  color: red; }

.home-menu .hamburger-menu .menu-item {
  display: none; }

.home-menu .open .menu-item {
  display: block; }

.home-menu .open > .dz {
  display: none;
  transition: all 0.3s ease-in-out; }

@media (max-width: 576px) {
  .ac {
    display: none; }
  .nav ul li {
    float: none; }
  .menu-ac {
    display: block; } }

@media (min-width: 576px) {
  .ac {
    display: block !important; } }

@media (min-width: 576px) {
  .mobile-nav-wrap {
    display: none; } }

.mobile-header-nav {
  background-color: #222222;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 100%; }
  .mobile-header-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .mobile-header-nav li a {
      color: white;
      display: block;
      padding: 15px 0;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .mobile-header-nav li a:hover {
        background-color: #2f2f2f; }

.hamburger-menu {
  display: inline-block;
  height: auto;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out; }
  .hamburger-menu:hover {
    cursor: pointer; }
  .hamburger-menu .menu-item {
    background: #fff;
    display: block;
    height: 3px;
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out;
    width: 40px; }
  .hamburger-menu.open .menu-item {
    margin: 0 0 5px; }
    .hamburger-menu.open .menu-item:first-child {
      transform: rotate(45deg);
      transform-origin: 10px; }
    .hamburger-menu.open .menu-item:nth-child(2) {
      opacity: 0; }
    .hamburger-menu.open .menu-item:nth-child(3) {
      transform: rotate(-45deg);
      transform-origin: 8px; }

@media (max-width: 991.98px) {
  .search-f__wrap {
    width: 100%; }
  .search-f {
    width: 100%; }
  .search-f .s {
    width: 100%; } }

@media (max-width: 767.98px) {
  .up-header .logo img {
    height: 45px; } }

@media (max-width: 575.98px) {
  .search-f {
    width: 100%; }
    .search-f__wrap {
      width: 100%; }
    .search-f .s {
      width: 100%; }
  .up-header .row {
    margin: 0 auto; }
  .wpmll {
    justify-content: flex-start;
    padding: 0 15px 15px 15px; }
    .wpmll #globe-1 {
      padding-left: 5px;
      font-size: 1.6em;
      color: #CE1141;
      display: block; }
    .wpmll #globe-2 {
      display: none; }
  .wpml-ls-legacy-dropdown a {
    text-align: left; }
  .menu-wrap {
    padding: 0; }
  .header-menu {
    flex-direction: column; }
    .header-menu .current-menu-item {
      background-color: #b10836; }
    .header-menu li {
      width: 100%;
      border-bottom: 1px solid #fff;
      border-right: none; }
      .header-menu li:first-child {
        border-top: 1px solid #fff;
        border-left: none; }
      .header-menu li:hover {
        background-color: #b10836; }
  .hamburger-menu {
    margin: 5px;
    padding: 5px;
    height: 35px; } }

#home-slider {
  width: 100%; }
  #home-slider .slick-track {
    width: 100%;
    height: 330px; }
  #home-slider .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
    width: 100%; }
    #home-slider .slick-slide a {
      display: block;
      width: 100%;
      height: 100%; }

.main-products {
  margin-bottom: 30px; }
  .main-products__title {
    font-size: 32px;
    color: #000;
    padding: 30px 0;
    font-family: "Roboto", sans-serif; }
  .main-products__repeater {
    border-right: 1px solid #ddd; }
    .main-products__repeater a:hover {
      color: #000; }
    .main-products__repeater:last-child {
      border: none; }
    .main-products__repeater p {
      font-size: 20px;
      color: #000;
      font-weight: 600;
      font-family: "Roboto", sans-serif; }
  .main-products__image {
    display: flex;
    justify-content: center; }
    .main-products__image img {
      max-height: 130px;
      object-fit: contain; }

.about-us {
  padding: 25px 0; }

@media (max-width: 1198.98px) {
  .main-products__repeater {
    border-right: 1px solid #ddd; }
    .main-products__repeater:nth-child(4) {
      border-right: none; } }

@media (max-width: 767.98px) {
  .main-products__repeater {
    border-right: 1px solid #ddd; }
    .main-products__repeater:nth-child(odd) {
      border: none; }
    .main-products__repeater:nth-child(4) {
      border-right: 1px solid #ddd; } }

@media (max-width: 575.98px) {
  .main-products__title {
    padding: 15px;
    font-size: 25px; }
  .main-products__repeater {
    border-right: none; } }

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 55px 0; }
  .contacts__title {
    color: #b10836;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 0;
    font-family: "Roboto", sans-serif; }
  .contacts__sub-title {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
    width: 99%; }
  .contacts__address, .contacts__phone, .contacts__mail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .contacts__address, .contacts__phone, .contacts__mail {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .contacts__address, .contacts__phone, .contacts__mail {
        font-size: 16px; }
        .contacts__address i, .contacts__phone i, .contacts__mail i {
          padding: 0 10px; } }
    .contacts__address i, .contacts__phone i, .contacts__mail i {
      margin-right: 10px; }
    .contacts__address a:hover, .contacts__phone a:hover, .contacts__mail a:hover {
      color: #000; }
  .contacts__mail {
    color: #b10836;
    font-size: 25px; }

.acf-map {
  width: 100%;
  height: 405px; }

@media (max-width: 1199.98px) {
  .contacts__wrap-info {
    margin-bottom: 15px; }
  .acf-map {
    margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .page-template-template-contacts {
    display: block;
    height: auto; }
  .contacts {
    padding: 35px 0; }
    .contacts__title {
      padding: 15px 10px 5px 10px; }
    .contacts__sub-title {
      padding: 0 10px; } }

.social-links a.link_whatsapp {
  /* 	background-color: green; */
  color: #25D366; }

.social-links a.link_telegram {
  color: #0088cc; }

.social-links a.link_vider {
  color: #7360F2; }

.catalog {
  padding: 50px 0; }
  .catalog__wrap {
    padding-bottom: 50px; }

.elem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  padding: 5px 15px;
  position: relative;
  list-style: none;
  color: #000;
  font-family: "Roboto", sans-serif; }
  .elem a:hover {
    color: #000; }
  .elem:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b10836;
    top: 13px;
    left: 0px; }

.sxc-white {
  text-align: center;
  max-width: 1140px;
  margin: 50px auto; }

.widget-title {
  color: #b10836;
  font-weight: bold;
  font-size: 40px;
  padding: 25px 0;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto; }

@media (max-width: 575.98px) {
  .catalog {
    padding: 50px 15px; } }

.download-wrapper {
  padding: 50px 0;
  min-height: 785px; }

.download {
  padding: 30px 0; }
  .download--title {
    font-family: "Roboto", sans-serif;
    color: #b10836; }

.pdf--point {
  color: #b10836; }

.pdf__expansion, .pdf__mb {
  font-size: 19.2px;
  color: #b10836; }

.pdf__link-wrap {
  margin-bottom: 15px; }

.pdf a {
  color: #223a66;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Roboto", sans-serif; }
  .pdf a:hover {
    color: #ce1141; }

.pdf i {
  font-size: 1.4em;
  color: #b10836;
  margin: 0 20px; }

@media (max-width: 767.98px) {
  .pdf__link-wrap {
    margin-bottom: 25px; }
  .pdf i {
    margin: 0; } }

@media (max-width: 575.98px) {
  .pdf__link-wrap {
    margin-bottom: 25px; }
  .pdf i {
    margin: 0; }
  .pdf a {
    font-size: 0.9em; } }

.about-us__wrap {
  position: relative; }

.about-video {
  position: absolute;
  right: 10%;
  top: -14px;
  display: flex;
  align-items: center; }
  .about-video video {
    width: 220px;
    height: 120px; }

@media (max-width: 767.98px) {
  .about-video {
    position: relative;
    left: 0;
    z-index: 5; } }

.up-footer {
  background-color: #b10836;
  padding: 15px 0; }

.phone, .email {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px; }
  .phone i, .email i {
    font-size: 15px;
    margin-right: 10px; }
  .phone a:hover, .email a:hover {
    color: #fff;
    text-decoration: underline; }

.soc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  transition: all 1s ease-out; }
  .soc > div {
    margin-right: 15px; }
  .soc a:hover {
    color: #fff; }
  .soc i:hover {
    transform: scale(1.2);
    transition: all .3s ease-out; }

.down-footer {
  background-color: #CE1141;
  padding: 25px 0; }

.footer--title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative; }
  .footer--title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b10836;
    bottom: -15px; }

.footer .footer-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .footer .footer-menu li {
    color: #fff;
    font-weight: 100; }
    .footer .footer-menu li a {
      font-size: 16px; }
    .footer .footer-menu li a:hover {
      color: #fff; }

.footer-link {
  color: #fff;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 100; }
  .footer-link a {
    font-size: 16px; }
  .footer-link a:hover {
    color: #fff; }

.copyright__content {
  text-align: center;
  color: grey; }
  .copyright__content a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 100; }
    .copyright__content a:hover {
      color: grey;
      text-decoration: underline; }

.copyright p {
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .up-footer {
    text-align: center; }
  .footer-logo {
    padding: 10px 0; }
  .phone, .email, .soc {
    justify-content: center;
    padding: 10px 0; } }

@media (max-width: 575.98px) {
  .up-footer {
    text-align: center; }
  .footer-logo {
    padding: 10px 0; }
  .footer--title {
    margin-bottom: 20px;
    text-align: center; }
    .footer--title:before {
      left: 0; }
  .footer .footer-menu {
    text-align: center; }
  .phone, .email, .soc {
    justify-content: center;
    padding: 10px 0; }
  .footer-resp {
    padding: 20px; }
  .footer-link li {
    text-align: center; } }
