/*Fonts Params*/
@font-face {
  font-family: "Noah-am";
  src: url(../fonts/noah.ttf) format("truetype");
}
@font-face {
  font-family: "Noah";
  font-weight: 400;
  src: url(../fonts/Noah-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noah";
  font-weight: bold;
  src: url(../fonts/Noah-Bold.ttf) format("truetype");
}
/*Layout Params*/
/*Colors*/
/*Fonts Params*/
@font-face {
  font-family: "Noah-am";
  src: url(../fonts/noah.ttf) format("truetype");
}
@font-face {
  font-family: "Noah";
  font-weight: 400;
  src: url(../fonts/Noah-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noah";
  font-weight: bold;
  src: url(../fonts/Noah-Bold.ttf) format("truetype");
}
/*Layout Params*/
/*Colors*/
body, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Noah, Noah-am;
  min-height: 2000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
}

.main_header {
  max-width: 1366px;
  height: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header_logo {
  width: 24.9999% !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.main_header_logo > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_header_control {
  width: 24.9999% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 20px;
}
.main_header_control_social {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AAAAAA;
  z-index: 10;
}
@media (max-width: 767px) {
  .main_header_control_social {
    font-size: calc(18px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .main_header_control_social {
    font-size: calc(18px + 2 * (100vw / 1366));
  }
}
.main_header_control_social > svg:hover {
  color: #3AAFA9;
  cursor: pointer;
}
.main_header_control_search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}
@media (max-width: 767px) {
  .main_header_control_search {
    font-size: calc(18px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .main_header_control_search {
    font-size: calc(18px + 2 * (100vw / 1366));
  }
}

.main_header_control {
  position: relative;
}
.main_header_control_search > div {
  position: absolute;
  width: 100%;
  left: 0;
}
.main_header_control_search > div > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  height: 35px;
}
.main_header_control_search > div > form > span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  background-color: none;
  color: #3AAFA9;
  border: 1px solid #3AAFA9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 15px;
}
.main_header_control_search > div > form > span:hover {
  background-color: #3AAFA9;
  color: white;
}
.main_header_control_search > div > form > span.hideSearch {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  color: #908E8F;
  border: none;
  font-size: 20px;
}
.main_header_control_search > div > form > span.hideSearch:hover {
  color: #3AAFA9;
}
.main_header_control_search > div > form > div > input {
  width: 100% !important;
  position: relative;
  height: 100%;
}
.main_header_control_search > div > form > div > button {
  background: none;
  border: none;
  position: absolute;
  right: 10%;
  font-size: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10%;
  z-index: 5;
  color: #908E8F;
}

.input_groups_serach {
  width: 90%;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
}

.searchResult {
  position: absolute;
  top: 35px;
  width: 100%;
  max-height: 95vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  background-color: white;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.searchResult::-webkit-scrollbar {
  width: 10px;
}
.searchResult::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.searchResult::-webkit-scrollbar-thumb {
  background: #3AAFA9;
}
.searchResult::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.searchResult_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.searchResult_list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 10px;
  background-color: #F0F0F0;
}
.searchResult_list_item > a {
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.searchResult_list_item > a:hover {
  color: #3AAFA9;
}
.searchResult_list_item > a > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}
.searchResult_list_item > a > div > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: bold;
  color: #3AAFA9;
  text-transform: uppercase;
}
.searchResult_list_item > a > div > div {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.searchResult_list_item > a > div > div > span {
  font-size: 12px;
}
.searchResult_list_item > a > div > div > span:first-child {
  color: #3AAFA9;
}
.searchResult_list_item > a > div > div > span:last-child {
  color: #AAAAAA;
}

.site_footer {
  width: 100% !important;
  height: 400px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  background-color: #2E3943 !important;
  color: white !important;
}
.site_footer_main {
  width: 83.333vw !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 40px 0 0 0 !important;
  gap: 40px !important;
  margin-left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}
.site_footer_main_top {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-bottom: 40px;
}
.site_footer_main_top_about {
  width: 49.9998vw !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 20px !important;
}
.site_footer_main_top_about > header {
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #3AAFA9 !important;
  font-weight: bold !important;
}
.site_footer_main_top_about > p {
  font-size: 16px !important;
  color: #908E8F !important;
}
.site_footer_main_top_contact {
  width: 33.3332vw !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 20px !important;
}
.site_footer_main_top_contact > header {
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #3AAFA9;
  font-weight: bold !important;
}
.site_footer_main_top_contact > .footer_social {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px !important;
}
.site_footer_main_top_contact > .footer_social > a > svg {
  font-size: 30px !important;
  color: white !important;
}
.site_footer_main_top_contact > .footer_social > a > svg:hover {
  color: #3AAFA9 !important;
}
.site_footer_main_top_contact > .footer_contacts {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 10px !important;
}
.site_footer_main_top_contact > .footer_contacts_item {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.site_footer_main_top_contact > .footer_contacts_item > span {
  font-size: 14px !important;
  color: #908E8F !important;
}
.site_footer_main_top_contact > .footer_contacts_item > svg {
  font-size: 14px !important;
}
.site_footer_main_bottom {
  width: 100% !important;
}
.site_footer_main_bottom > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style-type: none !important;
  font-size: 16px !important;
  border-bottom: 1px solid white !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 40px !important;
  margin: 0;
  padding: 0;
}
.site_footer_main_bottom > ul > li {
  padding: 10px 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.site_footer_main_bottom > ul > li > a {
  color: white !important;
  text-decoration: none !important;
}
.site_footer_main_bottom > ul > li > a:hover {
  color: #3AAFA9 !important;
}
.site_footer_second {
  width: 100% !important;
  height: 80px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 16px !important;
}

#searchLoader {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
#searchLoader > svg {
  width: 80px;
  height: 80px;
}
#searchLoader > span {
  font-size: 20px;
  color: #3AAFA9;
}

.main_nav {
  max-width: 1366px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin-top: 10px;
}
.main_nav_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  height: 100%;
  margin: 0;
  padding: 0;
}
.main_nav_cont_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .main_nav_cont_item {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .main_nav_cont_item {
    font-size: calc(12px + 3 * (100vw / 1366));
  }
}
.main_nav_cont_item > a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_nav_cont_item > a:hover {
  border-top: 2px solid #3AAFA9;
  color: #3AAFA9;
  font-weight: bold !important;
}

#main_slider {
  width: 99.9996% !important;
  height: 500px;
}

.carousel {
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.carousel_item {
  width: 83.333vw !important;
  height: 500px;
  position: relative;
}
.carousel_item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel_preview {
  width: calc(83.333% + 80px);
  padding: 0 40px;
  height: 149px;
  border-bottom: 1px solid #AAAAAA;
  position: relative;
}
.carousel_preview_item {
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 15px 10px 5px 10px;
}
.carousel_preview_item > span:first-child {
  width: 100%;
  color: #AAAAAA;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 2 * (100vw / 1366));
  }
}
.carousel_preview_item > span:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #3AAFA9;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(11px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(11px + 2 * (100vw / 1366));
  }
}
.carousel_preview_item > p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 2 * (100vw / 1366));
  }
}

.preview_next_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background-color: #AAAAAA;
  border: 1px solid #3AAFA9;
  color: white;
  border: none;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview_next_btn:hover {
  background-color: #3AAFA9;
  color: white;
}

.preview_prev_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #AAAAAA;
  border: 1px solid #3AAFA9;
  color: white;
  border: none;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview_prev_btn:hover {
  background-color: #3AAFA9;
  color: white;
}

.control_btn_preview {
  background: transparent;
  border: none;
}

.slick-slide {
  margin: 0 10px;
}

.carousel_info {
  width: 33.3332vw !important;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  right: 100px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  background-color: rgba(35, 31, 32, 0.6);
  padding-left: 20px;
  cursor: pointer;
}
.carousel_info > p {
  text-transform: uppercase !important;
  line-height: 25px !important;
}
.carousel_info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel_info_top > span {
  border-bottom: 1px solid transparent;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 8.5 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 5 * (100vw / 1366));
  }
}
.carousel_info_topG {
  width: 8.3333vw !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel_info_topG > button {
  background-color: rgba(35, 31, 32, 0.5);
  color: white;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.carousel_info_topG > button:hover {
  background-color: #3AAFA9;
}
.carousel_info > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 6 * (100vw / 1366));
  }
}
.carousel_info:hover > p {
  color: #3AAFA9 !important;
  font-weight: bold;
}
.carousel_info:hover .carousel_info_top > span {
  border-bottom: 1px solid #3AAFA9;
}

.carousel_preview .slick-current {
  border-bottom: 5px solid #3AAFA9 !important;
  background-color: #F5F5F5;
}

.content {
  max-width: 1366px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  gap: 50px;
}

.center_bar {
  width: 74.9997% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 20px;
}

.right_bar {
  width: 24.9999% !important;
}

.category {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.category_header {
  width: 100%;
  background-color: #F5F5F5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px solid #3AAFA9;
  width: calc((100% - 60px) / 3);
}
.category_header > h1 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #3AAFA9;
  margin: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .category_header > h1 {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .category_header > h1 {
    font-size: calc(13px + 5 * (100vw / 1366));
  }
}
.category_header > div {
  width: calc((100% - 60px) / 3);
  position: relative;
}
.category_header > div > form > svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #908E8F;
}

.posts_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.post_row {
  width: calc((100% - 40px) / 3);
}
.post_row:hover {
  cursor: pointer;
  background: #F5F5F5;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.6);
          box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_row:hover_img > img {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.post_row:hover .post_row_control > a {
  opacity: 1;
}
.post_row:hover .post_row_desc {
  color: #3AAFA9 !important;
}
.post_row:hover_control > span {
  color: #908E8F;
}
.post_row_img {
  width: 100%;
  height: 200px;
}
.post_row_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_row_control {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_row_control > a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background-color: #908E8F;
  color: white;
  opacity: 0;
}
.post_row_control > a:hover {
  background-color: #3AAFA9;
}
.post_row_control > span {
  position: absolute;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #AAAAAA;
}
@media (max-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
.post_row_desc {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
  padding: 0 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}

.category_col {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.category_col_header {
  width: 100%;
  background-color: #F5F5F5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px solid #3AAFA9;
}
.category_col_header > h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #3AAFA9;
  margin: 0;
}
@media (max-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(13px + 5 * (100vw / 1366));
  }
}

.posts_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.post_col {
  width: 100%;
  height: 270px;
}
.post_col:hover {
  cursor: pointer;
  background: #F5F5F5;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.6);
          box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_col:hover_img > img {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.post_col:hover .post_col_control > a {
  opacity: 1;
}
.post_col:hover .post_col_desc {
  color: #3AAFA9 !important;
}
.post_col:hover_control > span {
  color: #908E8F;
}
.post_col_img {
  width: 100%;
  height: 150px;
}
.post_col_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_col_control {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_col_control > a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background-color: #908E8F;
  color: white;
  opacity: 0;
}
.post_col_control > a:hover {
  background-color: #3AAFA9;
}
.post_col_control > span {
  position: absolute;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #AAAAAA;
}
@media (max-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
.post_col_desc {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  padding: 0 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}

.category_col_header {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 20px;
}

.current_post {
  width: 100%;
  padding-left: 113.8333333333px;
}
.current_post_header {
  width: 100%;
}
.current_post_header > h1 {
  width: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
  margin-top: 0;
}
@media (max-width: 767px) {
  .current_post_header > h1 {
    font-size: calc(20px + 34 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .current_post_header > h1 {
    font-size: calc(20px + 20 * (100vw / 1366));
  }
}
.current_post_img {
  width: 100%;
  position: relative;
}
.current_post_img > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.current_post_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.current_post_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 40px;
}
@media (max-width: 767px) {
  .current_post_details {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 767px) {
  .current_post_details {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}
.current_post_details_cat {
  color: #3AAFA9;
}
.current_post_details_posted {
  color: #AAAAAA;
}
.current_post_details_posted > span {
  color: black;
}

.center_banner {
  width: 100%;
  height: 150px;
  margin: 20px 0;
}
.center_banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rightbar_banner {
  width: 100%;
}
.rightbar_banner > img {
  width: 100%;
  height: auto;
}

@media (min-width: 100px) and (max-width: 480px) {
  .carousel {
    margin-top: 0;
  }

  .current_post {
    padding-left: 0;
  }

  .rightbar_banner {
    display: none;
  }

  #main_slider {
    width: 100%;
    height: 300px;
  }

  .carousel {
    max-width: 1366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .carousel_item {
    width: 100vw !important;
    height: 300px;
    position: relative;
  }
  .carousel_item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .carousel {
    margin-top: 0;
  }

  .carousel_preview {
    width: calc(83.333% + 80px);
    padding: 0 40px;
    height: 134px;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
  }
  .carousel_preview_item {
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  .carousel_preview_item > span:first-child {
    width: 100%;
    color: #AAAAAA;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 2 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .carousel_preview_item > span:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    color: #3AAFA9;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(10px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(10px + 2 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .carousel_preview_item > p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 2 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  #categorySearchForm {
    width: 50%;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .preview_next_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #3AAFA9;
    color: white;
    border: none;
    margin-right: 0;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .preview_prev_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #3AAFA9;
    color: white;
    border: none;
    margin-left: 0;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .control_btn_preview {
    background: transparent;
    border: none;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .slick-slide {
    margin: 0;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .carousel_info {
    width: calc(100% - 40px) !important;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    color: white;
    background-color: rgba(35, 31, 32, 0.6);
    padding-left: 20px;
  }
  .carousel_info:hover .carousel_info_top > span {
    border-bottom: 1px solid #3AAFA9;
    cursor: pointer;
  }
  .carousel_info_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel_info_top > span {
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 8.5 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 5 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .carousel_info_topG {
    width: 16.6666vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .carousel_info_topG > button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: black;
    width: 50%;
    color: white;
    border: none;
    font-size: 15px;
    padding: 10px;
  }
  .carousel_info_topG > button:hover {
    color: #3AAFA9;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .carousel_info > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 6 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .content {
    max-width: 1366px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    gap: 40px;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .center_bar {
    width: 100% !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .right_bar {
    width: 100% !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .category {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .category_header {
    width: 100% !important;
    background-color: #F5F5F5;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 3px solid #3AAFA9;
    width: calc((100% - 30px) / 2);
  }
  .category_header > h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #3AAFA9;
    margin-left: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .category_header > h1 {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .category_header > h1 {
    font-size: calc(14px + 6 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .category_header > div {
    width: calc((100% - 30px) / 2);
    position: relative;
  }
  .category_header > div > form > svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #908E8F;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .posts_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .post_row {
    width: calc((100% - 20px) / 2);
  }
  .post_row:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .post_row:hover_img > img {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  .post_row:hover .post_row_control > a {
    opacity: 1;
  }
  .post_row:hover .post_row_desc {
    color: #3AAFA9 !important;
  }
  .post_row_img {
    width: 100%;
    max-height: 150px;
  }
  .post_row_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_row_control {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_row_control > a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background-color: #908E8F;
    color: white;
    opacity: 0;
  }
  .post_row_control > a:hover {
    background-color: #3AAFA9;
  }
  .post_row_control > span {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #AAAAAA;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .post_row_desc {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .category_col {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .category_col_header {
    width: 100%;
    background-color: #F5F5F5;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 3px solid #3AAFA9;
  }
  .category_col_header > h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #3AAFA9;
    margin: 0;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(14px + 6 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .posts_col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .post_col {
    width: calc((100% - 30px) / 2);
  }
  .post_col:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .post_col:hover_img > img {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  .post_col:hover .post_col_desc {
    color: #3AAFA9 !important;
  }
  .post_col:hover .post_col_control > a {
    opacity: 1;
  }
  .post_col_img {
    width: 100%;
    max-height: 120px;
  }
  .post_col_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_col_control {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_col_control > a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background-color: #908E8F;
    color: white;
    opacity: 0;
  }
  .post_col_control > a:hover {
    background-color: #3AAFA9;
  }
  .post_col_control > span {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #AAAAAA;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .post_col_desc {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 100px) and (max-width: 480px) and (max-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) and (min-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .burger_menu {
    font-size: 20px;
    background-color: transparent;
    border: none;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .main_nav {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .main_nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: absolute;
    top: 140px;
    z-index: 999;
    width: 100%;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    left: 0;
    gap: 40px;
    padding: 20px 0;
  }
  .main_nav_cont_item {
    width: 100% !important;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .category_params {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .category_params > #categorySearchForm {
    width: 100%;
  }
  .category_params > .category_filter {
    width: 100%;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .main_header_control_social {
    position: absolute;
    top: 85px;
    right: 200%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    gap: 10px;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .main_header_control_search {
    position: absolute;
    top: 100px;
    right: 80vw !important;
  }
  .main_header_control_search > div {
    position: absolute;
    width: 80vw;
    left: 0;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .site_footer {
    gap: 0 !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .site_footer_main {
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .site_footer_main_top {
    width: 100% !important;
  }
  .site_footer_main_top_about {
    display: none !important;
  }
  .site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  body > footer > div.site_footer_main > div.site_footer_main_top {
    width: 100% !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  body > footer > div.site_footer_main > div.site_footer_main_top > div.site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .footer_social {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .footer_contacts {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .footer_nav {
    display: none !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .site_footer > .site_footer_main {
    width: 100% !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .site_footer_main_bottom {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .site_footer {
    gap: 0 !important;
  }
  .site_footer_main {
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .site_footer_main_top_about {
    display: none !important;
  }
  .site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .footer_social {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .footer_contacts {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .footer_nav {
    display: none !important;
  }

  .site_footer_main_bottom {
    display: none !important;
  }

  .current_post {
    padding-left: 0;
  }

  #main_slider {
    width: 100%;
    height: 300px;
  }

  .rightbar_banner {
    display: none;
  }

  .carousel {
    max-width: 1366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .carousel_item {
    width: 100vw !important;
    height: 300px;
    position: relative;
  }
  .carousel_item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .carousel {
    margin-top: 0;
  }

  .carousel_preview {
    width: calc(83.333% + 80px);
    padding: 0 40px;
    height: 134px;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
  }
  .carousel_preview_item {
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  .carousel_preview_item > span:first-child {
    width: 100%;
    color: #AAAAAA;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .carousel_preview_item > span:first-child {
    font-size: calc(10px + 2 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .carousel_preview_item > span:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    color: #3AAFA9;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(10px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .carousel_preview_item > span:last-child {
    font-size: calc(10px + 2 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .carousel_preview_item > p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .carousel_preview_item > p {
    font-size: calc(13px + 2 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .preview_next_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #3AAFA9;
    color: white;
    border: none;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .preview_prev_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #3AAFA9;
    color: white;
    border: none;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .control_btn_preview {
    background: transparent;
    border: none;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .slick-slide {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .carousel_info {
    width: calc(100% - 40px) !important;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    color: white;
    background-color: rgba(35, 31, 32, 0.6);
    padding-left: 20px;
  }
  .carousel_info:hover .carousel_info_top > span {
    border-bottom: 1px solid #3AAFA9;
    cursor: pointer;
  }
  .carousel_info_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel_info_top > span {
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 8.5 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .carousel_info_top > span {
    font-size: calc(11px + 5 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .carousel_info_topG {
    width: 16.6666vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .carousel_info_topG > button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: black;
    width: 50%;
    color: white;
    border: none;
    font-size: 15px;
    padding: 10px;
  }
  .carousel_info_topG > button:hover {
    color: #3AAFA9;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .carousel_info > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .carousel_info > p {
    font-size: calc(12px + 6 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .content {
    max-width: 1366px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    gap: 40px;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .center_bar {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .right_bar {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .category {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .category_header {
    width: 100%;
    background-color: #F5F5F5;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 3px solid #3AAFA9;
  }
  .category_header > h1 {
    width: calc((100% - 60px) / 3);
    text-transform: uppercase;
    font-weight: bold;
    color: #3AAFA9;
    margin-left: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .category_header > h1 {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .category_header > h1 {
    font-size: calc(14px + 6 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .category_header > div {
    width: calc((100% - 60px) / 3);
    position: relative;
  }
  .category_header > div > form > svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #908E8F;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .posts_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .post_row {
    width: calc((100% - 40px) / 3);
  }
  .post_row:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .post_row:hover_img > img {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  .post_row:hover .post_row_control > a {
    opacity: 1;
  }
  .post_row:hover .post_row_desc {
    color: #3AAFA9 !important;
  }
  .post_row_img {
    width: 100%;
    max-height: 150px;
  }
  .post_row_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_row_control {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_row_control > a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background-color: #908E8F;
    color: white;
    opacity: 0;
  }
  .post_row_control > a:hover {
    background-color: #3AAFA9;
  }
  .post_row_control > span {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #AAAAAA;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .post_row_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .post_row_desc {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .post_row_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .category_col {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .category_col_header {
    width: calc((100% - 60px) / 3);
    background-color: #F5F5F5;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 3px solid #3AAFA9;
  }
  .category_col_header > h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #3AAFA9;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .category_col_header > h1 {
    font-size: calc(14px + 6 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .posts_col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .post_col {
    width: calc((100% - 60px) / 3);
  }
  .post_col:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .post_col:hover_img > img {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  .post_col:hover .post_col_desc {
    color: #3AAFA9 !important;
  }
  .post_col:hover .post_col_control > a {
    opacity: 1;
  }
  .post_col_img {
    width: 100%;
    max-height: 150px;
  }
  .post_col_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_col_control {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_col_control > a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background-color: #908E8F;
    color: white;
    opacity: 0;
  }
  .post_col_control > a:hover {
    background-color: #3AAFA9;
  }
  .post_col_control > span {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #AAAAAA;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .post_col_control > span {
    font-size: calc(10px + 3 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .post_col_desc {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) and (max-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) and (min-width: 767px) {
  .post_col_desc {
    font-size: calc(12px + 4 * (100vw / 1366));
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .burger_menu {
    font-size: 20px;
    background-color: transparent;
    border: none;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .main_nav {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .main_nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: absolute;
    top: 120px;
    z-index: 999;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    left: 0;
    gap: 40px;
    padding: 20px 0;
  }
  .main_nav_cont_item {
    width: 100% !important;
    margin-top: 20px;
    border: none;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .main_header_control_social {
    position: absolute;
    top: 85px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    gap: 10px;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .main_header_control_search {
    position: absolute;
    top: 85px;
    right: 20px;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .site_footer {
    gap: 0 !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .site_footer_main {
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .site_footer_main_top {
    width: 100% !important;
  }
  .site_footer_main_top_about {
    display: none !important;
  }
  .site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  body > footer > div.site_footer_main > div.site_footer_main_top {
    width: 100% !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  body > footer > div.site_footer_main > div.site_footer_main_top > div.site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .footer_social {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .footer_contacts {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .footer_nav {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 930px) {
  .site_footer > .site_footer_main {
    width: 100% !important;
  }
}
@media (min-width: 931px) and (max-width: 1024px) {
  .site_footer {
    gap: 0 !important;
  }
  .site_footer_main {
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .site_footer_main_top_about {
    display: none !important;
  }
  .site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .footer_social {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .footer_contacts {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .footer_nav {
    display: none !important;
  }

  .site_footer_main_bottom {
    display: none !important;
  }

  .carousel {
    margin-top: 0;
  }

  .current_post {
    padding-left: 0;
  }

  .rightbar_banner {
    display: none;
  }

  .burger_menu {
    font-size: 20px;
    background-color: transparent;
    border: none;
    display: none;
  }

  .main_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main_nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    top: 120px;
    z-index: 999;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: white;
    left: 0;
    gap: 40px;
    padding: 20px 0;
    border: none;
  }
  .main_nav_cont_item {
    width: 100% !important;
    margin-top: 20px;
  }

  .carousel {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .burger_menu {
    font-size: 20px;
    background-color: transparent;
    border: none;
    display: none;
  }

  .main_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main_nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: white;
    left: 0;
    gap: 40px;
    padding: 0;
  }
  .main_nav_cont_item {
    height: 100%;
    border: none;
  }

  body {
    margin-left: 0 !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    max-width: 1366px;
  }

  .site_footer {
    gap: 0 !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .site_footer_main {
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .site_footer_main_top {
    width: 100% !important;
  }
  .site_footer_main_top_about {
    display: none !important;
  }
  .site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  body > footer > div.site_footer_main > div.site_footer_main_top {
    width: 100% !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }

  body > footer > div.site_footer_main > div.site_footer_main_top > div.site_footer_main_top_contact {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer_social {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .footer_contacts {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .footer_nav {
    display: none !important;
  }

  .site_footer > .site_footer_main {
    width: 100% !important;
  }
}
@media (min-width: 1367px) and (max-width: 4000px) {
  .site_footer {
    width: 100% !important;
    height: 400px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    background-color: #2E3943 !important;
    color: white !important;
  }
  .site_footer_main {
    width: 83.333vw !important;
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 40px 0 20px 0 !important;
    gap: 20px !important;
    margin-left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
  .site_footer_main_top {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .site_footer_main_top_about {
    width: 49.9998vw !important;
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px !important;
  }
  .site_footer_main_top_about > header {
    font-size: 24px !important;
    text-transform: uppercase !important;
    color: #3AAFA9 !important;
    font-weight: bold !important;
  }
  .site_footer_main_top_about > p {
    font-size: 16px !important;
    color: #908E8F !important;
  }
  .site_footer_main_top_contact {
    width: 33.3332vw !important;
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px !important;
  }
  .site_footer_main_top_contact > header {
    font-size: 24px !important;
    text-transform: uppercase !important;
    color: #3AAFA9;
    font-weight: bold !important;
  }
  .site_footer_main_top_contact > .footer_social {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px !important;
  }
  .site_footer_main_top_contact > .footer_social > a > svg {
    font-size: 30px !important;
    color: white !important;
  }
  .site_footer_main_top_contact > .footer_social > a > svg:hover {
    color: #3AAFA9 !important;
  }
  .site_footer_main_top_contact > .footer_contacts {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px !important;
  }
  .site_footer_main_top_contact > .footer_contacts_item {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .site_footer_main_top_contact > .footer_contacts_item > span {
    font-size: 14px !important;
    color: #908E8F !important;
  }
  .site_footer_main_top_contact > .footer_contacts_item > svg {
    font-size: 14px !important;
  }
  .site_footer_main_bottom {
    width: 100% !important;
  }
  .site_footer_main_bottom > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    list-style-type: none !important;
    font-size: 16px !important;
    border-bottom: 1px solid white !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 40px !important;
  }
  .site_footer_main_bottom > ul > li {
    padding: 10px 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .site_footer_main_bottom > ul > li > a {
    color: white !important;
    text-decoration: none !important;
  }
  .site_footer_main_bottom > ul > li > a:hover {
    color: #3AAFA9 !important;
  }
  .site_footer_second {
    width: 100% !important;
    height: 100px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-size: 16px !important;
  }

  .burger_menu {
    font-size: 20px;
    background-color: transparent;
    border: none;
    display: none;
  }

  .main_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main_nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: white;
    left: 0;
    gap: 40px;
    padding: 0;
  }
  .main_nav_cont_item {
    height: 100%;
    border: none;
  }

  body {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1366px;
  }

  #main_slider {
    width: 99.9996% !important;
    height: 500px;
  }

  .carousel {
    max-width: 1366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .carousel_item {
    width: 1150px !important;
    height: 500px;
    position: relative;
  }
  .carousel_item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.currentPost_prev_btn {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
  border: none;
  font-size: 40px;
  color: white;
}

.currentPost_next_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
  border: none;
  font-size: 40px;
  color: white;
}

.table_header {
  width: 100%;
  height: 50px;
}
.table_header_cont {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
.table_header_cont > span {
  height: 100%;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.activeDash {
  color: white;
  background-color: #3AAFA9;
}

.current > table {
  display: none;
}

.showTable {
  display: table !important;
}

.gallery_item_prev {
  position: relative;
}
.gallery_item_prev > span {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0 5px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 15px;
  cursor: pointer;
}

/*Site Footer Section*/
.site_footer {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2E3943;
  color: white;
}
.site_footer_main {
  width: 83.333vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 20px 0;
  gap: 40px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.site_footer_main_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site_footer_main_top_about {
  width: 49.9998vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.site_footer_main_top_about > header {
  font-size: 24px;
  text-transform: uppercase;
  color: #3AAFA9;
  font-weight: bold;
}
.site_footer_main_top_about > p {
  font-size: 16px;
  color: #908E8F;
}
.site_footer_main_top_contact {
  width: 33.3332vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.site_footer_main_top_contact > header {
  font-size: 24px;
  text-transform: uppercase;
  color: #3AAFA9;
  font-weight: bold;
}
.site_footer_main_top_contact > .footer_social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.site_footer_main_top_contact > .footer_social > a > svg {
  font-size: 30px;
  color: white;
}
.site_footer_main_top_contact > .footer_social > a > svg:hover {
  color: #3AAFA9;
}
.site_footer_main_top_contact > .footer_contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.site_footer_main_top_contact > .footer_contacts_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site_footer_main_top_contact > .footer_contacts_item > span {
  font-size: 14px;
  color: #908E8F;
}
.site_footer_main_top_contact > .footer_contacts_item > svg {
  font-size: 14px;
}
.site_footer_main_bottom {
  width: 100%;
}
.site_footer_main_bottom > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-size: 16px;
  border-bottom: 1px solid white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site_footer_main_bottom > ul > li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site_footer_main_bottom > ul > li > a {
  color: white;
  text-decoration: none;
}
.site_footer_main_bottom > ul > li > a:hover {
  color: #3AAFA9;
}
.site_footer_second {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.active_post_pos {
  color: #3AAFA9;
  border-bottom: 1px solid #3AAFA9;
}

#categorySearchForm {
  position: relative;
}
#categorySearchForm > svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #908E8F;
}

.noResult {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.noResult > svg {
  font-size: 50px;
  color: #908E8F;
}
.noResult > h3 {
  font-size: 25px;
  color: #908E8F;
}

.category_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.category_params > form {
  width: 75%;
}
.category_params > div {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.category_params > div > span {
  height: 34px;
  padding: 5px;
  color: #908E8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.category_params > div > span:hover {
  background-color: #3AAFA9;
  color: white;
}
.category_params > div > span > svg {
  font-size: 24px;
}

.active_filter {
  background-color: #3AAFA9;
  color: white !important;
}

.main_nav_cont_item > a {
  font-weight: 400 !important;
}

.main_nav_cont_item:hover {
  font-weight: bold !important;
}

.content {
  padding-bottom: 40px;
}

.ak_alert {
  width: 310px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  color: white;
  font-size: 13px;
  border-radius: 3px;
  display: none;
}
.ak_alert_text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ak_alert_success {
  background: #d4edda;
  border-left: 5px solid #a4d4af;
}
.ak_alert_success_text {
  color: #155724;
}
.ak_alert_error {
  background: #3AAFA9;
  border-left: 5px solid #003c64;
}
.ak_alert_error_text {
  color: white;
}

.post_row_desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post_col_desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post_col_img > img:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(1.2) !important;
          filter: brightness(1.2) !important;
}

.post_row_img > img:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(1.2) !important;
          filter: brightness(1.2) !important;
}

.post_col:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post_col:hover .post_col_control > span {
  color: #343a40;
  border-bottom: 1px solid #3AAFA9;
}

.post_row:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post_row:hover .post_row_control > span {
  color: #343a40;
  border-bottom: 1px solid #3AAFA9;
}

.post_row_control > span {
  border-bottom: 1px solid transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_col_control > span {
  border-bottom: 1px solid transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_col_desc {
  text-align: left;
}

.post_row_desc {
  text-align: left;
}

div.current_post_img > div > div > div > div {
  margin: 0;
  padding: 0;
  width: 100%;
}

.pluso {
  margin-top: 40px;
  padding-right: 20px;
}

#searchInput {
  background: #ECECF0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
}

body > main > section > section.current_post > article > div.current_post_content > div > div {
  margin-right: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}