/* Variables */
/* Common styles */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: arial, "Open Sans",sans-serif;
  overflow-x: hidden; }

button:hover {
  opacity: 0.8; }

input[type=number] {
  -moz-appearance: textfield !important; }

header .header_container, .menu ul, .menu .mobile_menu ul, .header_icons, .basket_icon .basket_content_main .basket_content_header, .basket_icon .basket_content_main .basket_content .basket_content_item, .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description .price_and_spinner, .basket_icon .basket_content_main .basket_content .basket_content_item .delete_basket_item, .basket_icon .basket_content_main .basket_common_price, .language .lang_container, .language .lang_container a, .birthday_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.basket_icon .basket_content_main .basket_content .basket_content_item .delete_basket_item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

header .header_container, .basket_icon .basket_content_main .basket_content .basket_content_item, .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description .price_and_spinner, .basket_icon .basket_content_main .basket_common_price {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

header .header_container, .menu .mobile_menu ul, .basket_icon .basket_content_main .basket_content_header, .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description .price_and_spinner, .basket_icon .basket_content_main .basket_content .basket_content_item .delete_basket_item, .basket_icon .basket_content_main .basket_common_price, .language .lang_container a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.basket_icon .basket_content_main .basket_content .basket_content_item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.menu .mobile_menu ul, .language .lang_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.basket_icon .basket_content_main .basket_make_order a {
  text-transform: uppercase;
  background: #ec1e1e;
  color: #fff;
  border: 1px solid #ec1e1e;
  font-weight: bold;
  cursor: pointer;
  outline: none; }

.active_section {
  color: #ec1e1e;
  border-bottom: 2px solid #ec1e1e; }

header {
  transition: 0.2s linear;
  background-color: #000;
  padding: 14px 0;
  z-index: 11;
  width: 100%;
  box-sizing: border-box; }
  header .header_container {
    max-width: 1183px;
    width: 100%;
    margin: 0 auto; }
    header .header_container .logo_ {
      height: 60px; }

.menu {
  padding-left: 111px; }
  .menu ul li {
    margin-right: 20px; }
    .menu ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      text-transform: uppercase; }
      .menu ul li a:hover {
        opacity: 0.8; }
  .menu .mobile_menu {
    position: absolute;
    top: 87px;
    width: 100%;
    background: #000;
    left: 0;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    z-index: 20; }

.header_icons > div {
  margin-left: 19px; }

.header_icons img {
  cursor: pointer; }

.basket_icon {
  position: relative; }
  .basket_icon .basket_content_main {
    position: fixed;
    right: -369px;
    top: 88px;
    background: #fff;
    width: 350px;
    box-shadow: 0 0 11px grey;
    z-index: 100;
    transition: 0.5s; }
    .basket_icon .basket_content_main .basket_content_header {
      padding: 0 23px;
      height: 50px;
      border-bottom: 1px solid #dedede; }
      .basket_icon .basket_content_main .basket_content_header h3 {
        text-align: center;
        width: 100%;
        text-transform: uppercase; }
      .basket_icon .basket_content_main .basket_content_header button {
        width: 34px;
        height: 31px;
        border-radius: 50%;
        border: 1px solid #ec1e1e;
        padding-left: 2px;
        background: #ec1e1e;
        color: #fff;
        text-align: center;
        outline: none;
        cursor: pointer; }
    .basket_icon .basket_content_main .basket_content {
      margin: 0 !important;
      max-height: 346px;
      overflow: auto; }
      .basket_icon .basket_content_main .basket_content .basket_content_item > img {
        max-width: 100px;
        cursor: default; }
      .basket_icon .basket_content_main .basket_content .basket_content_item {
        border-bottom: 1px solid #dedede;
        padding: 20px 11px; }
        .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description {
          width: 168px; }
          .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description h4 {
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 9px;
            display: -webkit-box;
            word-break: break-word;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1; }
          .basket_icon .basket_content_main .basket_content .basket_content_item .basket_item_description .price_and_spinner p {
            font-size: 15px;
            font-weight: bold; }
        .basket_icon .basket_content_main .basket_content .basket_content_item .delete_basket_item {
          height: 68px; }
      .basket_icon .basket_content_main .basket_content::-webkit-scrollbar {
        width: 7px; }
      .basket_icon .basket_content_main .basket_content::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px; }
      .basket_icon .basket_content_main .basket_content::-webkit-scrollbar-thumb {
        background: #ec1e1e;
        border-radius: 10px; }
      .basket_icon .basket_content_main .basket_content::-webkit-scrollbar-thumb:hover {
        background: #b30000; }
    .basket_icon .basket_content_main .basket_common_price {
      border-bottom: 1px solid #dedede;
      padding: 20px 36px 23px 23px; }
      .basket_icon .basket_content_main .basket_common_price .common_ {
        font-size: 14px;
        font-weight: bold; }
      .basket_icon .basket_content_main .basket_common_price .basket_total_price {
        font-size: 20px;
        font-weight: bold;
        color: #ec1e1e; }
    .basket_icon .basket_content_main .basket_make_order a {
      width: 100%;
      height: 50px;
      font-size: 18px;
      display: block;
      text-decoration: none;
      text-align: center;
      padding-top: 14px;
      box-sizing: border-box; }
      .basket_icon .basket_content_main .basket_make_order a:hover {
        opacity: 0.8; }

.language {
  position: relative; }
  .language .lang_container {
    position: absolute;
    right: 0;
    top: 21px;
    width: 150px;
    background: #fff;
    box-shadow: 0 0 11px grey;
    padding: 12px 0;
    display: none; }
    .language .lang_container a {
      color: #000;
      text-decoration: none;
      padding: 13px 0 15px 20px;
      font-size: 14px; }
      .language .lang_container a:hover {
        background: #f6f6f6; }
      .language .lang_container a img {
        margin-right: 10px; }
  .language:hover .lang_container {
    display: block; }

.birthday_date select {
  width: 87px;
  height: 29px;
  border: 1px solid #d8d8d8;
  outline: none;
  -webkit-appearance: none;
  padding-left: 8px; }
.birthday_date .centered_select {
  margin: 0 21px; }

.birthday_date > div {
  position: relative; }
  .birthday_date > div:after {
    content: url("../images/select_arrow.png");
    position: absolute;
    right: 11px;
    top: 5px; }

.centered_arrow:after {
  right: 29px !important; }

.change_pass {
  width: 100%;
  max-width: 315px; }
  .change_pass a {
    font-size: 14px;
    color: black; }

.toggle_menu {
  display: none;
  color: #fff;
  background: none;
  border: none;
  font-size: 21px;
  outline: none;
  position: relative;
  top: -2px; }

textarea {
  resize: none; }

.not_empty {
  position: relative; }
  .not_empty:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -4px;
    display: block;
    width: 10px;
    height: 10px;
    background: #ec1e1e;
    border-radius: 50%; }

.basket_layer, .loader_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(37, 37, 37, 0.17); }

.basketLayerDisplayNone {
  display: none; }

.loader_container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.loader_container {
  z-index: 999; }

.loader {
  color: rgba(11, 66, 1, 0.85);
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
.loader_container {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  color: #ec1e1e; }

header.scrolling .logo_ img {
  max-width: 44px;
  margin-top: 8px; }
header.scrolling .menu a {
  font-size: 12px; }
header.scrolling .header_icons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center; }
  header.scrolling .header_icons img {
    max-width: 17px;
    margin-top: 4px; }

.menu_list, .submenu {
  transition: 0.2s linear; }

.submenu.fixed {
  position: sticky;
  top: 35px;
  background: #fff;
  z-index: 9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 2px 7px grey; }
  .submenu.fixed a {
    font-size: 13px;
    position: relative; }

#m_list.fixed {
  background: #fff;
  z-index: 9;
  border-color: white; }
  #m_list.fixed span {
    padding: 9px 22px !important; }
  #m_list.fixed .has_child span:after {
    content: "\f078";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 8px;
    right: 0; }

#m_list {
  background: #fff; }
  #m_list .menu_list {
    margin-bottom: 0; }

#fixed_submenu {
  display: none;
  position: absolute;
  top: 40px;
  background: white;
  box-shadow: 0 2px 7px grey; }

.swiper-pagination {
  text-align: center;
  padding-left: 14px; }

.swiper-pagination span {
  outline: none;
  background-color: #f9c2b4; }

.swiper-pagination-bullet-active {
  background: #ec1e1e !important; }

::placeholder {
  font-family: arial, "Open Sans", sans-serif; }

.menu_list_content {
  max-width: 1183px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.main_menu_ {
  width: 100%;
  max-width: unset !important; }
  .main_menu_ .menu_list {
    width: 100%;
    max-width: unset !important;
    padding: 14px 0; }

.menu_main_item .submenu {
  display: none;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0 10px 8px rgba(128, 128, 128, 0.37);
  z-index: 4; }
  .menu_main_item .submenu div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

#category .submenu div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.menu_list_content {
  position: relative; }

.main_menu_ {
  margin-top: 0 !important; }

html, body {
  scroll-behavior: smooth; }

.main_post_content {
  max-width: 1183px;
  margin: 89px auto 0;
  width: 100%; }

.main_post_content h2 {
  text-align: center;
  font-size: 32px;
  margin: 52px 0; }

.main_post_content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.post_item {
  max-width: 375px;
  width: 100%;
  border-bottom: 3px solid black;
  transition: 0.3s; }

.post_item:hover {
  border-bottom: 3px solid #ec1e1e; }

.post_item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 21px 0;
  min-height: 230px; }

.post_item img {
  max-width: 375px;
  width: 100%;
  transition: 0.3s; }

.post_item img:hover {
  opacity: 0.7; }

.post_info span a {
  text-decoration: none;
  color: #333;
  font-size: 16px; }

.item_heading {
  text-decoration: none;
  font-size: 25px;
  color: black;
  font-weight: 600;
  margin: 16px 0; }

.post_info p.descr {
  margin-bottom: 18px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; }

.post_info p.comment {
  font-size: 14px;
  margin-bottom: 5px; }

.post_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .post_content .blog_post_img {
    max-width: 715px;
    width: 100%; }
    .post_content .blog_post_img img {
      max-width: 750px;
      width: 100%; }
    .post_content .blog_post_img p {
      margin-bottom: 20px; }
    .post_content .blog_post_img h1 {
      font-size: 28px;
      margin-bottom: 20px; }
  .post_content .post_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0; }
    .post_content .post_tags a {
      color: #979797; }
      .post_content .post_tags a:hover {
        color: #979797; }
      .post_content .post_tags a span {
        color: #979797; }
        .post_content .post_tags a span:hover {
          color: #979797; }
    .post_content .post_tags div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .post_content .post_tags div a {
        display: block;
        border: 1px solid #f0f0f0;
        padding: 11px 21px;
        text-transform: uppercase;
        font-size: 11px;
        margin-right: 10px; }
        .post_content .post_tags div a:hover {
          background: #f0f0f0;
          color: #979797; }

.next_prev_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: 2px solid #d0d0d0; }
  .next_prev_posts img {
    max-width: 120px;
    width: 100%; }
  .next_prev_posts div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .next_prev_posts .prev_post div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .next_prev_posts .prev_post div a {
      margin-left: 22px; }
  .next_prev_posts .prev_post a:nth-child(1) {
    color: #000;
    max-width: 144px; }
  .next_prev_posts .prev_post a:nth-child(2) {
    text-transform: uppercase; }
    .next_prev_posts .prev_post a:nth-child(2):hover {
      color: black; }
  .next_prev_posts .prev_post a {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    color: #979797; }
  .next_prev_posts .next_post div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .next_prev_posts .next_post div a {
      margin-right: 22px; }
  .next_prev_posts .next_post a:nth-child(1) {
    color: #000;
    max-width: 144px; }
  .next_prev_posts .next_post a:nth-child(2) {
    text-transform: uppercase; }
    .next_prev_posts .next_post a:nth-child(2):hover {
      color: black; }
  .next_prev_posts .next_post a {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    color: #979797; }

.related_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 2px solid #d0d0d0;
  margin-top: 29px; }
  .related_posts img {
    max-width: 178px;
    width: 100%; }
  .related_posts .related_post_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 178px;
    margin-right: 25px;
    margin-bottom: 22px; }
    .related_posts .related_post_item .r_p_header {
      display: block;
      margin: 6px 0;
      color: #353535; }
    .related_posts .related_post_item p {
      display: block;
      margin: 6px 0;
      color: #353535;
      font-size: 14px;
      display: -webkit-box;
      word-break: break-word;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; }

.rel_posts {
  color: #5c5c5c;
  font-size: 20px;
  margin-top: 32px;
  font-weight: 100; }

.comments_content {
  margin-top: 30px; }
  .comments_content h3 {
    font-size: 15px;
    margin-bottom: 22px;
    color: #000; }
    .comments_content h3 span {
      color: #000 !important; }
  .comments_content .comments_content_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .comments_content .answer_to_comment {
    position: absolute;
    right: 0;
    top: 64px;
    font-size: 11px !important;
    cursor: pointer !important; }
  .comments_content img {
    max-width: 77px;
    width: 100%;
    border-radius: 50%;
    margin-right: 32px; }
  .comments_content p {
    margin: 6px 0;
    color: #979797; }
  .comments_content span {
    cursor: default !important;
    color: #979797 !important;
    font-size: 12px !important; }

.comments_content {
  padding-bottom: 36px;
  border-bottom: 2px solid #d0d0d0; }

#comment_section {
  display: none; }
  #comment_section .cancel_reply {
    cursor: pointer !important; }

.cancel_reply {
  position: absolute !important;
  right: 0;
  text-transform: unset !important; }

.leaveAcomment {
  margin-top: 31px; }
  .leaveAcomment h3 {
    margin-bottom: 20px;
    position: relative; }
  .leaveAcomment .commentForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .leaveAcomment .commentForm textarea {
      height: 151px;
      padding: 10px;
      border: 2px solid #d0d0d0;
      width: 100%;
      box-sizing: border-box; }
      .leaveAcomment .commentForm textarea::placeholder {
        color: grey; }
    .leaveAcomment .commentForm input {
      padding: 11px;
      margin-top: 15px;
      border: 2px solid #d0d0d0;
      width: 100%;
      box-sizing: border-box; }
      .leaveAcomment .commentForm input::placeholder {
        color: grey !important; }
    .leaveAcomment .commentForm label {
      width: 100%;
      font-size: 14px;
      margin-left: 4px; }
    .leaveAcomment .commentForm .cheched_save {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin: 19px 0; }
      .leaveAcomment .commentForm .cheched_save input {
        width: 20px;
        margin-top: 0; }
    .leaveAcomment .commentForm button {
      padding: 14px;
      border: 1px solid #e0e0e0;
      background: #e0e0e0;
      font-size: 15px;
      color: #545454;
      cursor: pointer;
      transition: 0.3s; }
      .leaveAcomment .commentForm button:hover {
        background: black;
        border-color: black;
        color: white; }

.views {
  margin: 8px 0 36px;
  color: #979797; }
  .views span {
    color: #979797 !important; }
  .views i {
    color: #979797; }

.latest_posts img {
  width: 74px;
  border-radius: 50%;
  height: 74px; }
.latest_posts h3 {
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0; }
.latest_posts .latest_posts_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 2px solid #e0e0e0;
  margin-top: 25px; }
  .latest_posts .latest_posts_item div {
    margin-left: 30px; }
    .latest_posts .latest_posts_item div a {
      display: block;
      margin-top: 8px;
      color: #979797;
      font-size: 19px; }

.video_gallery h3 {
  text-transform: capitalize; }

.follow_me {
  margin-top: 36px; }
  .follow_me h3 {
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0; }
  .follow_me div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .follow_me div a {
      display: block;
      margin: 0 8px 0 0;
      background-color: #000;
      border-style: solid;
      border-color: black;
      border-width: 2px;
      padding: 14px 0;
      color: white;
      transition: 0.3s;
      width: 50px;
      height: 50px;
      text-align: center;
      box-sizing: border-box; }
      .follow_me div a:hover {
        color: black;
        background-color: white; }

#hi .lang_container {
  z-index: 9999 !important; }

.contact_info p a {
  color: #8f8f8f;
  text-decoration: none; }

.logo_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .logo_phone .header_phone {
    margin-left: 36px;
    color: #ec1e1e;
    white-space: nowrap;
    font-size: 30px; }

.mobile_drop_icon {
  display: none !important; }

@media (min-width: 1024px) {
  .fixed .menu_main_item:hover .submenu {
    display: block; } }
@media (max-width: 1024px) {
  .mobile_drop_icon {
    display: block !important;
    cursor: pointer; }

  .mobile_active_drop .mobile_drop_icon {
    color: #ec1e1e;
    position: relative !important; }

  #m_list.fixed .has_child .mobile_drop_icon:after {
    top: -23px; }

  #m_list.fixed .has_child .menu_item:after {
    content: ''; } }

/*# sourceMappingURL=header.css.map */
