* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

footer {
  margin-top: auto; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

html {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: 'Gilroy';
  font-weight: normal;
  font-size: 16px;
  color: #1a1b17; }

select,
button,
input,
textarea {
  font-family: 'Gilroy'; }

a {
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
  color: #1a1b17;
  outline: 0; }

.a, .post__link:after, .pagination li a.next:after,
.pagination li a.prev:after, .footer__navigation ul li a:after, .search:after, .navigation ul li a:after {
  content: '';
  display: block; }

.content {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

.content_in {
  max-width: 1010px;
  padding-left: 15px;
  padding-right: 15px; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/subset-Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy/subset-Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
.entry-content {
  line-height: 1.667;
  font-size: 18px;
  color: #1a1b17;
  font-weight: normal; }
  .entry-content a {
    color: #0955aa;
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none; }
  .entry-content h1 {
    font-size: 30px;
    padding-bottom: 25px; }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 22px;
    padding-bottom: 25px; }
  .entry-content p {
    padding-bottom: 25px; }
  .entry-content ul {
    padding-bottom: 15px; }
    .entry-content ul li {
      position: relative;
      padding-bottom: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .entry-content ul li:before {
        content: '';
        display: block;
        width: 16px;
        height: 4px;
        border-radius: 10px;
        min-width: 16px;
        margin-right: 9px;
        margin-left: 6px;
        margin-top: 12px;
        background: #1a1b17; }
  .entry-content ol {
    padding-bottom: 15px;
    counter-reset: ol; }
    .entry-content ol li {
      padding-bottom: 10px;
      list-style: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .entry-content ol li:before {
        counter-increment: ol;
        content: counter(ol) ".";
        font-weight: bold;
        display: block;
        width: 25px;
        min-width: 25px;
        padding-left: 6px;
        font-weight: bold; }
  .entry-content blockquote {
    margin-top: 15px;
    margin-bottom: 40px;
    border: 1px solid #1a1b17;
    font-style: italic;
    padding: 25px 30px 25px 50px;
    background: url(../images/icon/quote-sign.svg) 21px 32px no-repeat;
    background-size: 15px 15px; }
    .entry-content blockquote * {
      padding: 0;
      margin: 0; }
    .entry-content blockquote cite {
      text-align: right;
      display: block; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .entry-content table tr:nth-child(odd) {
      background: #eff0f5; }
    .entry-content table tr td {
      width: auto !important;
      height: auto !important;
      padding: 4px 15px; }
  .entry-content .wp-block-image figcaption {
    font-size: 15px;
    color: #1a1b17;
    margin-top: 0;
    font-weight: normal;
    text-align: left; }
    .entry-content .wp-block-image figcaption br {
      display: none; }
  .entry-content .wp-block-image {
    margin-bottom: 2em;
    margin-top: 1em; }
  .entry-content .wp-block-column {
    margin-bottom: 0; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media screen and (max-width: 767px) {
  .entry-content table {
    font-size: 14px; }
    .entry-content table tr td {
      padding-left: 7px;
      padding-right: 7px; } }
@media screen and (max-width: 580px) {
  .entry-content .wp-block-image figcaption {
    font-size: 14px; }

  .entry-content table {
    font-size: 12px; }
    .entry-content table tr td {
      padding-left: 4px;
      padding-right: 4px; }
  .entry-content ol li:before {
    margin-right: 5px; }
  .entry-content ul li:before {
    margin-right: 21px; } }
/*-----------------submit----------------------*/
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 50px;
  background: #1a1b17;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0; }

/*-----------------input----------------------*/
textarea,
input[type="password"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 2.75rem;
  background: #fdfdfb;
  border: 1px solid #1a1b17;
  padding: 0 1rem;
  font-size: 1.125rem;
  display: block;
  outline: none;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  color: #1a1b17; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #363b48;
  opacity: 1; }

*:-moz-placeholder {
  color: #363b48;
  opacity: 1; }

*::-moz-placeholder {
  color: #363b48;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #363b48;
  opacity: 1; }

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden; }

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important; }

div.wpcf7-mail-sent-ok {
  font-size: 20px !important;
  font-weight: bold;
  color: green !important;
  padding: 0 0 20px 0  !important;
  margin: 0 auto 40px !important;
  border: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px !important;
  color: red !important;
  padding: 0  !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 18px !important;
  color: red !important;
  padding: 0 0 20px 0  !important;
  margin: 0 auto 40px !important;
  border: 0 !important;
  text-align: center;
  display: block; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 900;
  padding: 2.6875rem 0 2.25rem; }
  .header.active {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16); }

.content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  min-width: 18.4375rem;
  margin-right: 6rem; }

.logo__text-1 {
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-weight: 900; }

.logo__text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.625rem;
  color: #fff;
  background: #1a1b17;
  padding: 0 0.625rem;
  margin-left: 0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap; }

.icon-menu {
  width: 1.875rem;
  height: 1.5rem;
  cursor: pointer; }

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 0.25rem;
  background: #191e2a;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  top: 0.375rem; }

.sw-footer {
  top: 0.75rem; }

.icon-menu.active .sw-topper {
  top: 0.75rem;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.icon-menu.active .sw-bottom {
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0; }

.main {
  padding-top: 7.0625rem; }

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 40px; }

.post {
  width: calc(33.3333333% - 10px);
  margin: 0 5px 10px;
  position: relative;
  padding-bottom: 27.5%;
  overflow: hidden; }

@media (hover: hover) {
  .post:hover .post__thumb {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  .post:hover .post__link:after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; } }
.post__link,
.post__content,
.post__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: block; }

.post__thumb {
  -webkit-transition: .7s;
          transition: .7s; }

.post__link {
  z-index: 500; }
  .post__link:after {
    position: absolute;
    top: 1.875rem;
    left: 1.875rem;
    bottom: 1.875rem;
    right: 1.875rem;
    border: 1px solid #fff;
    z-index: 210;
    -webkit-transition: .3s;
            transition: .3s;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.post__content {
  z-index: 200;
  background: rgba(26, 27, 23, 0.33);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3rem 3.375rem; }

.post__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.333;
  min-height: 7.5rem; }

.post__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.8125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.post__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.625rem;
  color: #fff;
  background: #1a1b17;
  padding: 0 0.75rem;
  margin-right: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  z-index: 600; }
  .post__cat:hover {
    background: #0955aa; }

.post__view {
  font-weight: 500;
  color: #fff;
  padding-left: 1.4375rem;
  background: url(../images/icon/eye-solid.svg) 0 center no-repeat;
  background-size: 1rem 1rem;
  font-size: 1rem; }

.post__share {
  font-weight: 500;
  color: #fff;
  padding-left: 1.4375rem;
  background: url(../images/icon/share-solid.svg) 0 center no-repeat;
  background-size: 1rem 1rem;
  font-size: 1rem;
  margin-left: 1rem; }

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 3rem; }
  .pagination li {
    padding: 0 3px; }
    .pagination li span.current,
    .pagination li a.prev,
    .pagination li a.next,
    .pagination li a {
      height: 1.5625rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      padding: 0 0.625rem; }
      .pagination li span.current:hover,
      .pagination li a.prev:hover,
      .pagination li a.next:hover,
      .pagination li a:hover {
        color: #fff;
        background: #1a1b17; }
        .pagination li span.current:hover:after,
        .pagination li a.prev:hover:after,
        .pagination li a.next:hover:after,
        .pagination li a:hover:after {
          border-color: #fff; }
    .pagination li span.current {
      color: #fff;
      background: #1a1b17; }
    .pagination li .dots {
      padding: 0 0.3125rem; }
    .pagination li a.next,
    .pagination li a.prev {
      width: 2rem; }
      .pagination li a.next:after,
      .pagination li a.prev:after {
        width: 0.5rem;
        height: 0.5rem;
        border-top: 0.125rem solid #1a1b17;
        border-left: 0.125rem solid #1a1b17;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-left: 0.25rem;
        -webkit-transition: .3s;
                transition: .3s; }
    .pagination li a.next:after {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      margin-left: -0.25rem; }

.footer {
  margin-top: auto; }

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #1a1b17;
  border-bottom: 1px solid #1a1b17;
  padding: 2.9375rem 0;
  position: relative; }

.facebook-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 13rem;
  width: 13rem;
  height: 2.75rem; }
  .facebook-link:hover {
    color: #fff;
    background: #1a1b17; }

.facebook-link__icon {
  background: #1a1b17 url(../images/icon/facebook-f-brands.svg) center no-repeat;
  background-size: 1.25rem 1.25rem;
  width: 2.625rem;
  height: 2.75rem; }

.facebook-link__text {
  font-weight: 600;
  padding: 0 0.9375rem;
  font-size: 1.125rem;
  border: 1px solid #1a1b17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.75rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer__copiryght {
  text-align: center;
  line-height: 2.222;
  font-size: 1.125rem;
  max-width: 90.9375rem;
  margin: 0 auto;
  padding: 2.1875rem 0;
  font-weight: 500; }

.footer__copiryght a {
	text-decoration: underline;
}

.footer__copiryght a:hover, .footer__copiryght a:active {
	text-decoration: none;
}

.footer__navigation {
  max-width: 58.5625rem;
  margin-left: auto;
  margin-right: 0;
  width: 100%; }
  .footer__navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 1.125rem;
    font-weight: 500; }
    .footer__navigation ul li {
      width: 20%;
      padding: 0.625rem 0; }
      .footer__navigation ul li a {
        display: inline-block;
        position: relative; }
        .footer__navigation ul li a:after {
          position: absolute;
          left: 0;
          bottom: -1px;
          border-top: 1px dashed #1a1b17;
          -webkit-transition: .3s;
                  transition: .3s;
          width: 0; }
        .footer__navigation ul li a:hover:after {
          width: 100%; }

.search_footer {
  margin-right: 2.125rem; }

.search {
  width: 100%;
  max-width: 18.75rem;
  position: relative; }
  .search:after {
    position: absolute;
    background: url(../images/icon/search.svg) center no-repeat;
    background-size: 1.125rem 1.125rem;
    width: 1.125rem;
    right: 1.125rem;
    top: 0;
    height: 100%; }

input[type="search"].search__input {
  padding-right: 2.5rem; }

.navigation {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem; }
  .navigation ul {
    font-size: 1.125rem;
    font-weight: 500; }
    .navigation ul li {
      padding-bottom: 1.25rem; }
      .navigation ul li a {
        display: inline-block;
        position: relative; }
        .navigation ul li a:after {
          position: absolute;
          left: 0;
          bottom: -1px;
          border-top: 1px dashed #1a1b17;
          -webkit-transition: .3s;
                  transition: .3s;
          width: 0; }
        .navigation ul li a:hover:after {
          width: 100%; }

.menu {
  position: fixed;
  top: 6.875rem;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: #fff;
  width: 22.8125rem;
  overflow-y: auto;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: .5s;
          transition: .5s;
  padding: 0.5rem 30px 0 2.1875rem;
  padding-bottom: 40px;
  opacity: 0; }
  .menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

@media (min-width: 1920px) {
  .menu {
    right: 50%;
    margin-right: -960px; } }
.footer__feedback {
  position: absolute;
  right: 1.6rem;
  bottom: 2rem;
  font-size: 1.125rem;
  text-decoration: underline; }
  .footer__feedback:hover {
    text-decoration: none; }

.post__view,
.post__cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.offer-in {
  margin-bottom: 3.125rem; }

.offer-in__content {
  height: 32.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: rgba(26, 27, 23, 0.33);
  padding: 0 20px; }
  .offer-in__content .post__cat {
    margin: 0 0.9375rem; }

.offer-in__title {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.333;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 41.625rem;
  margin: 0 auto;
  padding: 1rem 0; }

.after-content {
  border-top: 1px solid #1a1b17;
  border-bottom: 1px solid #1a1b17;
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px; }

.like-button {
  width: 375px;
  border: 1px solid #1a1b17;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 10px; }
  .like-button > span {
    margin-right: 15px; }

.share42init {
  margin: 0 15px 20px;
  width: 410px; }

.share42-item,
#share42 {
  display: block; }

.fb-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  width: 100%;
  color: #fff;
  background: #3b5997;
  font-size: 20px; }
  .fb-share:hover {
    background: #4c70b9; }

.related-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 30px; }

.related-post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  padding-bottom: 50px; }

.post_related .post__title {
  font-size: 20px;
  min-height: 90px;
  line-height: 1.5; }
.post_related .post__content {
  padding: 30px; }
.post_related:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px; }

.post-panel {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: #fff;
  padding-left: 60px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s;
          transition: .3s; }
  .post-panel.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.post-panel__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1010px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  .post-panel__content .share42init {
    margin: 0; }

.post-panel__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3333;
  width: calc(100% - 450px); }

.breadcrumbs {
  font-size: 1rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1b17;
  margin-bottom: 30px; }
  .breadcrumbs a {
    text-decoration: underline; }
    .breadcrumbs a:hover {
      text-decoration: none; }

.banner > img {
  max-width: 100%;
  display: block;
  height: auto; }

.offer-in__view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.input-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.input-list__item {
  width: calc(33.33333% - 15px);
  padding-bottom: 15px; }
  .input-list__item p {
    padding-bottom: 0; }

.input-list__item_full {
  width: 100%; }

.input-list__item_ml {
  margin-left: auto; }

@media screen and (max-width: 767px) {
  .input-list__item {
    width: 100%; } }
@media (min-width: 1920px) {
  .menu {
    right: 50%;
    margin-right: -960px; } }
@media screen and (max-width: 1780px) {
  html {
    font-size: 15px; } }
@media screen and (max-width: 1600px) {
  html {
    font-size: 13px; }

  .entry-content {
    font-size: 17px; } }
@media screen and (max-width: 1300px) {
  .content {
    padding-left: 15px;
    padding-right: 15px; }

  .menu {
    padding-right: 15px; }

  .footer__navigation ul li {
    width: 33.33333%; } }
@media screen and (max-width: 1200px) {
  .footer__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .footer__navigation {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    margin: 0;
    max-width: 100%;
    padding-top: 1.875rem; }
    .footer__navigation ul li {
      width: 20%; }

  .search_footer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: auto;
    width: auto; }

  .logo {
    margin-right: 2.125rem; }

  .post__title {
    font-size: 20px;
    min-height: 80px; }

  .post_related .post__content,
  .post__content {
    padding: 20px 20px; }

  .post-panel {
    padding-left: 0;
    width: calc(100% - 40px); }
    .post-panel .share42init {
      width: 200px; }
      .post-panel .share42init a {
        font-size: 16px; }

  .post-panel__title {
    width: calc(100% - 230px); } }
@media screen and (max-width: 991px) {
  .footer__feedback {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }

  html {
    font-size: 16px; }

  .search_footer {
    width: calc(100% - 20rem - 13rem - 2.125rem - 2.125rem); }

  .content {
    padding-left: 10px;
    padding-right: 10px; }

  .post {
    width: calc(50% - 10px);
    padding-bottom: 39.5%; }

  .menu {
    padding-right: 10px;
    top: 99px; }

  .header {
    padding: 35px 0 30px; }

  .main {
    padding-top: 100px; }

  .footer__copiryght {
    padding: 25px 0; }

  .footer__content {
    padding-bottom: 65px; } }
@media screen and (max-width: 767px) {
  .footer__navigation ul li {
    width: 33.333%; }

  .logo_footer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 35px 0; }

  .search_footer {
    max-width: 100%;
    margin-right: 25px;
    width: calc(100% - 13rem - 25px); }

  .after-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .after-content .like-button,
    .after-content .share42init {
      width: 100%;
      max-width: 500px;
      margin-left: 0;
      margin-right: 0; } }
@media screen and (max-width: 640px) {
  .post {
    width: calc(100% - 10px);
    padding-bottom: 85%; }

  .post_related .post__title,
  .post__title {
    min-height: 1px; }

  .menu {
    width: 340px; }

  .offer-in__content {
    height: auto;
    padding: 60px 20px; }

  .offer-in {
    margin-left: -10px;
    margin-right: -10px; }

  .entry-content {
    font-size: 16px; }

  .post-panel__title {
    display: none; }

  .post-panel__content .share42init {
    width: 100%; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 14px; }

  .menu {
    width: 240px;
    top: 93px; }

  .main {
    padding-top: 95px; }

  .footer__navigation ul li {
    width: 50%; }

  .post_related .post__content,
  .post__content {
    padding: 20px 15px; } }
@media screen and (max-width: 370px) {
  html {
    font-size: 12px; }

  .menu {
    top: 90px; }

  .main {
    padding-top: 90px; }

  .post__title {
    font-size: 17px; } }

/*ads*/
.ad_top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.like-button .fb_iframe_widget iframe,
.like-button .fb_iframe_widget span{
	height:20px!important;
	width:155px!important;
}