@charset "UTF-8";
/* Интегрируем переменные с цветом */
/* Базовые переменные для сайта */
@font-face {
  font-family: 'fontello';
  src: url("https://millimetro-opc.ru/fonts/fontello.eot?49097032");
  src: url("https://millimetro-opc.ru/fonts/fontello.eot?49097032#iefix") format("embedded-opentype"),  url("https://millimetro-opc.ru/fonts/fontello.woff2?49097032") format("woff2"),  url("https://millimetro-opc.ru/fonts/fontello.woff?49097032") format("woff"),  url("https://millimetro-opc.ru/fonts/fontello.ttf?49097032") format("truetype"),  url("https://millimetro-opc.ru/fonts/fontello.svg?49097032#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49097032#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-vkontakte:before {
  content: '\f189';
}

/* '' */
html {
  font-size: 14px;
}

body {
  background-color: #ccc9c922;
  color: #131313;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
}

.header {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px;
}

.btn-zamer {
  text-align: center;
}
.btn-zamer a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f10384;
  font-weight: 700;
  display: block;
  width: 100%;
}

.top-nav {
  background-color: #fff;
  padding: 10px;
}
.top-nav_btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: -50px;
}
.top-nav_btn:hover {
  cursor: pointer;
}
.top-nav_menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-nav_menu li {
  margin-right: 30px;
  position: relative;
}
.top-nav_menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #131313;
  font-weight: 700;
}
.top-nav_menu li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f10384;
  -webkit-transform: translateY(30px) scale(0);
          transform: translateY(30px) scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-nav_menu li a:hover {
  text-decoration: none;
  color: #f10384;
}
.top-nav_menu li a:hover::after {
  -webkit-transform: translateY(30px) scale(1);
          transform: translateY(30px) scale(1);
}
.top-nav_menu .submenu {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 0;
  text-align: center;
  width: 100%;
}
.top-nav_menu .submenu li:last-child {
  margin-bottom: 15px;
}
.top-nav_menu .submenu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #131313;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
.top-nav_menu .submenu li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f10384;
  -webkit-transform: translateY(7px) scale(0);
          transform: translateY(7px) scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-nav_menu .submenu li a:hover {
  text-decoration: none;
  color: #f10384;
}
.top-nav_menu .submenu li a:hover::after {
  -webkit-transform: translateY(7px) scale(1);
          transform: translateY(7px) scale(1);
}
.top-nav_menu .width-menu {
  width: 200px;
}
.top-nav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.submenu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.text-category {
  background-color: #fff;
}

.title-text-category {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: #66cccc;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

.text-category_menu {
  list-style: none;
  padding: 0;
}
.text-category_menu li {
  margin-left: 35px;
  margin-top: 15px;
}
.text-category_menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f10384;
  font-weight: 400;
}
.text-category_menu li a:hover {
  text-decoration: none;
  color: #66cccc;
}

.title-text-category-menu {
  margin-left: 35px;
  margin-right: 35px;
}

.last-p {
  padding-bottom: 35px;
}

.content {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content h1 {
  text-align: center;
  color: #f10384;
}
.content h2 {
  text-align: center;
  color: #66cccc;
}
.content p {
  line-height: 22px;
  text-align: justify;
  text-indent: 1.5em;
  margin: 25px;
}

.content-post img {
  max-width: 100%;
  height: auto;
}
.content-post a {
  text-decoration: none;
  cursor: pointer;
}
.content-post p {
  line-height: 22px;
  text-align: justify;
  text-indent: 1.5em;
  margin: 25px;
}
.content-post span {
  font-size: 22px;
  padding-left: 25px;
  color: #f10384;
}
.content-post .tovar {
  background-color: #fff;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.footer {
  background-color: #66cccc;
  color: #fff;
  margin-top: 35px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer p {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 380px) {
  .logo img {
    width: 70%;
  }
}
@media (max-width: 879px) {
  .header div {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1343px) {
  .top-nav_btn {
    top: -25px;
  }
}
@media (max-width: 1343px) {
  .top-nav_btn {
    display: block;
  }
  .top-nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .top-nav_menu li {
    line-height: 2;
  }
  .top-nav_menu li a::after {
    display: none;
  }
  .top-nav_menu__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-nav_menu .submenu {
    visibility: hidden;
    opacity: 0;
    text-align: left;
  }
  .top-nav_menu .submenu li a::after {
    display: none;
  }
  .top-nav_menu .width-menu {
    width: 100%;
  }
  .top-nav ul li:hover .submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }

  .submenu {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
