/* general */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap");
.container {
  max-width: 1322px;
  padding: 0 20px;
  margin: 0 auto;
}

.color-white {
  color: #fff;
}

.wpml-ls-statics-footer {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  word-break: break-word;
  padding: 0;
  margin: 0;
  font-family: 'Karla';
  color: #171717;
}

.clear {
  clear: both;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

main {
  display: block;
}

.height100 {
  height: 100%;
}

.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  line-height: 100%;
}

.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.inline-middle .item-inline {
  vertical-align: middle;
}

.relative-section {
  position: relative;
}

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}

.flex-three .item-flex {
  width: 33.33%;
}

.flex-two .item-flex {
  width: 50%;
}

.flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

:focus {
  outline: none !important;
}

.toogle-menu {
  border: 0 none;
  display: none;
  height: 12px;
  width: 18px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  background: none;
  position: relative;
  right: 0;
  padding: 0;
}
.toogle-menu span {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 3px;
}
.toogle-menu span::after, .toogle-menu span::before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  content: "";
  border-radius: 3px;
}
.toogle-menu span::after {
  -webkit-transform: translateY(310%);
          transform: translateY(310%);
}
.toogle-menu span::before {
  -webkit-transform: translateY(-310%);
          transform: translateY(-310%);
}
.toogle-menu.exit span {
  background: transparent;
}
.toogle-menu.exit span::before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.on-sp {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

body.admin-bar {
  margin-top: 32px;
}

.the-header {
  height: 67px;
}
.the-header #header {
  background: #171717;
  padding: 19px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.the-header #header .logo {
  height: 23px;
}
.the-header #header .logo img {
  height: 100%;
}
.the-header #header .hd-center .menu-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.the-header #header .hd-center .menu-main ul li {
  margin: 0 20px;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
.the-header #header .hd-center .menu-main ul li i {
  margin-left: 8px;
  font-size: 14px;
}
.the-header #header .hd-center .menu-main ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.the-header #header .hd-center .menu-main ul li ul {
  position: absolute;
  top: 100%;
  left: -20px;
  right: 0;
  background: #171717;
  padding: 10px 20px;
  width: 150px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the-header #header .hd-center .menu-main ul li ul li {
  width: 100%;
  margin: 10px 0;
  text-transform: none;
}
.the-header #header .hd-center .menu-main ul li.current-menu-item a, .the-header #header .hd-center .menu-main ul li.current-menu-parent > a {
  color: #A2AA00;
}
.the-header #header .hd-center .menu-main ul li a {
  color: #fff;
}
.the-header #header .hd-center .menu-main ul li a:hover {
  color: #A2AA00;
}
.the-header #header .hd-center .hd-search {
  margin-left: 18px;
  height: 24px;
}
.the-header #header .hd-center .hd-search img {
  height: 100%;
}
.the-header #header .hd-center .hd-search .close {
  display: none;
}
.the-header #header .hd-center .hd-search.show img {
  display: none;
}
.the-header #header .hd-center .hd-search.show img.close {
  display: block;
}
.the-header #header .hd-search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #171717;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the-header #header .hd-search-form.show {
  opacity: 1;
  visibility: visible;
}
.the-header #header .hd-search-form form {
  max-width: 1322px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.the-header #header .hd-search-form form input[type="text"] {
  width: calc(100% - 100px);
  border: none;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
}
.the-header #header .hd-search-form form .btn-search {
  width: 100px;
  height: 38px;
  border: none;
  background: #A2AA00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the-header #header .hd-search-form form .btn-search:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .the-header {
    height: 62px;
  }
  .the-header #header .hd-center .menu-main ul li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  body.admin-bar {
    margin-top: 0;
  }

  .on-sp {
    display: block !important;
  }

  .on-pc {
    display: none !important;
  }

  .container {
    padding: 0 16px;
  }

  .the-header {
    height: 48px;
  }
  .the-header #header {
    padding: 12px 0;
    position: fixed;
  }
  .the-header #header .hd-center .hd-search {
    margin-left: 15px;
    height: 18px;
  }
  .the-header #header .hd-search-form form {
    padding: 0 16px;
  }

  .menu-mobile {
    background: #FDFFF4;
    position: fixed;
    top: 48px;
    width: 100%;
    right: -100%;
    bottom: 0;
    overflow-y: auto;
    padding: 24px 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .menu-mobile.menu-open {
    right: 0;
  }
  .menu-mobile .menu-main ul li {
    display: block;
    border-bottom: 1px solid #171717;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
  }
  .menu-mobile .menu-main ul li a {
    color: #171717;
  }
  .menu-mobile .menu-main ul li.current-menu-item a, .menu-mobile .menu-main ul li.current-menu-parent > a {
    color: #A2AA00;
  }
  .menu-mobile .menu-main ul li i {
    position: absolute;
    top: 17px;
    right: 0;
  }
  .menu-mobile .menu-main ul li ul {
    margin-top: 16px;
  }
  .menu-mobile .menu-main ul li ul li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0;
    border: none;
    text-transform: none;
  }
  .menu-mobile .menu-main ul li ul li:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .social {
    margin: 40px -10px 0;
  }
  .menu-mobile .social a {
    color: #171717;
    font-size: 20px;
    margin: 0 10px;
  }
}
#footer .ft-top {
  background: #EFF9D8;
  padding: 40px 0;
}
#footer .ft-top .ft-info {
  margin-bottom: 40px;
  padding: 11px 0;
}
#footer .ft-top .ft-info .ft-logo {
  height: 23px;
}
#footer .ft-top .ft-info .ft-logo img {
  height: 100%;
}
#footer .ft-top .ft-info .social a {
  color: #171717;
}
#footer .ft-top .ft-info .social a:hover {
  color: #A2AA00;
}
#footer .ft-top .ft-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ft-top .ft-menu ul li {
  width: 25%;
  padding: 0 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .ft-top .ft-menu ul li a {
  color: #171717;
}
#footer .ft-top .ft-menu ul li a:hover {
  color: #A2AA00;
}
#footer .ft-top .ft-menu ul li ul {
  display: block;
  margin: 24px 0 0;
}
#footer .ft-top .ft-menu ul li ul li {
  padding: 0;
  margin-bottom: 16px;
  font-weight: 400;
  width: 100% !important;
  text-transform: none;
}
#footer .ft-top .ft-menu ul li ul li:last-child {
  margin-bottom: 0;
}
#footer .ft-bottom {
  background: #171717;
  padding: 8px 0;
}
#footer .ft-bottom .ft-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .ft-bottom .ft-menu-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ft-bottom .ft-menu-2 ul li {
  margin: 0 16px;
  font-size: 14px;
  line-height: 16px;
}
#footer .ft-bottom .ft-menu-2 ul li a {
  color: #fff;
}
#footer .ft-bottom .ft-menu-2 ul li a:hover {
  color: #A2AA00;
}
#footer .ft-bottom p {
  margin: 0 16px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767px) {
  #footer .ft-top .ft-info {
    display: block;
    padding: 0;
    margin: 0 0 24px;
  }
  #footer .ft-top .ft-info .ft-logo {
    margin-bottom: 24px;
  }
  #footer .ft-top .ft-menu ul {
    margin: 0;
    gap: 24px 12px;
  }
  #footer .ft-top .ft-menu ul li {
    width: calc(50% - 6px);
    padding: 0;
  }
  #footer .ft-bottom {
    padding: 16px 0;
  }
  #footer .ft-bottom .ft-menu-2 {
    margin-bottom: 16px;
  }
  #footer .ft-bottom .ft-menu-2 ul li {
    margin: 0 12px;
  }
  #footer .ft-bottom p {
    margin: 0 12px;
  }
}
@media (max-width: 360px) {
  #footer .ft-bottom .ft-menu-2 ul li {
    margin: 0 8px;
  }
}
.social {
  margin: 0 -10px;
}
.social a {
  margin: 0 10px;
  font-size: 20px;
  color: #fff;
}
.social a:hover {
  color: #A2AA00;
}

.breadcrumb {
  background: #FDFFF4;
  padding: 24px 0;
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb a {
  color: #979898;
}
.breadcrumb a:hover {
  color: #A2AA00;
}
.breadcrumb span.line {
  color: #979898;
  margin: 0 8px;
}

.page-custom {
  padding: 40px 0 80px;
  max-width: 848px;
  margin: 0 auto;
}
.page-custom h1 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.page-custom h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 40px;
}
.page-custom h3:first-child {
  margin-top: 0;
}
.page-custom p:last-child {
  margin-bottom: 0;
}

.error-custom {
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.error-custom .featured {
  width: 50%;
}
.error-custom .info {
  padding: 0 50px;
  width: 50%;
}
.error-custom .info h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.error-custom .info p {
  margin-bottom: 40px;
  color: #101010;
}
.error-custom .info p:last-child {
  margin-bottom: 0;
}
.error-custom .info a {
  display: inline-block;
  background: #171717;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #FDFFF4;
}
.error-custom .info a:hover {
  opacity: 0.8;
}

.mn-title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.news-list .news-it {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #171717;
}
.news-list .news-it:last-child {
  margin-bottom: 0;
}
.news-list .news-it .info {
  padding-top: 16px;
}
.news-list .news-it .info h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
.news-list .news-it .info h3 a {
  color: #171717;
}
.news-list .news-it .info h3 a:hover {
  opacity: 0.8;
}
.news-list .news-it .info p {
  opacity: 0.7;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.news-list .news-it .info p span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #171717B2;
  margin: 0 10px;
  vertical-align: middle;
}
.news-list .news-it .info p a {
  color: #171717;
}
.news-list .news-it .info p a:hover {
  color: #000;
}

.mn-btn {
  margin: 0;
}
.mn-btn a {
  display: inline-block;
  background: #171717;
  border-radius: 8px;
  padding: 12px 32px;
  color: #FDFFF4 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.mn-btn a:hover {
  opacity: 0.8;
}

.news-big {
  width: 67%;
  padding-right: 40px;
}
.news-big .box {
  padding: 24px 0 0 24px;
  position: relative;
}
.news-big .box:before {
  background: #C2EAF6;
  top: 0;
  right: 32px;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.news-big .featured {
  position: relative;
}
.news-big .info {
  padding: 24px 56px 24px 0;
  position: relative;
}
.news-big .info h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.news-big .info h3 a {
  color: #171717;
}
.news-big .info h3 a:hover {
  opacity: 0.8;
}
.news-big .info p {
  margin-bottom: 0;
}

.news-small-list .news-small {
  display: block;
  margin-bottom: 16px;
  background: #FEF4CE;
}
.news-small-list .news-small:last-child {
  margin-bottom: 0;
}
.news-small-list .news-small h3 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 0;
}
.news-small-list .news-small h3 a {
  display: block;
  padding: 32px 24px;
  color: #171717;
}
.news-small-list .news-small h3 a:hover {
  opacity: 0.8;
}
.news-small-list .news-small:nth-child(2) {
  background: #F0F6D8;
}
.news-small-list .news-small:nth-child(3) {
  background: #FFDCC3;
}
.news-small-list .news-small:nth-child(4) {
  background: #D8CCF6;
}
.news-small-list .news-small:nth-child(5) {
  background: #F5D3D3;
}

.news-list-horizontal {
  gap: 32px 16px;
}
.news-list-horizontal .news-it {
  width: calc(50% - 8px);
  background: #F0F6D8;
}
.news-list-horizontal .news-it:nth-child(2) {
  background: #C2EAF6;
}
.news-list-horizontal .news-it:nth-child(3) {
  background: #F5D3D3;
}
.news-list-horizontal .news-it:nth-child(4) {
  background: #FEF4CE;
}
.news-list-horizontal .news-it:nth-child(5) {
  background: #D8CCF6;
}
.news-list-horizontal .news-it:nth-child(6) {
  background: #FFDCC3;
}
.news-list-horizontal .news-it .featured {
  width: 57%;
}
.news-list-horizontal .news-it .info {
  width: 43%;
  padding: 26px 24px;
}
.news-list-horizontal .news-it .info h3 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 16px;
  max-height: 54px;
  overflow-y: hidden;
}
.news-list-horizontal .news-it .info h3 a {
  color: #171717;
}
.news-list-horizontal .news-it .info h3 a:hover {
  opacity: 0.8;
}
.news-list-horizontal .news-it .info p {
  margin-bottom: 0;
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  width: 30px;
  height: 30px;
  border: 1px solid #171717;
  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: 4px;
  margin: 0 5px;
  font-weight: 500;
  color: #171717;
  line-height: 1;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #171717;
  color: #fff;
}

.search-form {
  margin-bottom: 40px;
}
.search-form form {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #A2AA00;
}
.search-form form input[type="text"] {
  width: calc(100% - 100px);
  border: none;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
}
.search-form form .btn-search {
  width: 100px;
  height: 38px;
  border: none;
  background: #A2AA00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-form form .btn-search:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .social a {
    margin: 0 6px;
    font-size: 16px;
  }

  .news-list-horizontal .news-it .featured {
    width: 100%;
  }
  .news-list-horizontal .news-it .info {
    width: 100%;
  }

  .error-custom .info {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .social a {
    margin: 0 8px;
    font-size: 17px;
  }

  .news-list .slick-slide {
    width: 250px;
    margin-right: 24px;
  }
  .news-list .news-it .info h3 {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
  }

  .mn-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 56px;
    text-align: center;
  }

  .news-big .box {
    padding: 16px 0 0 16px;
  }
  .news-big .box:before {
    right: 15px;
  }
  .news-big .box .info {
    padding: 24px 38px 16px 0;
  }
  .news-big:first-child .box:before {
    background: #C5EBDF;
  }
  .news-big:nth-child(2) .box:before {
    background: #FEF4CE;
  }
  .news-big:nth-child(3) .box:before {
    background: #C2EAF6;
  }
  .news-big:nth-child(4) .box:before {
    background: #FFDCC3;
  }

  .news-small-list {
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-small-list .news-small {
    margin: 0;
    width: calc(50% - 8px);
  }
  .news-small-list .news-small h3 a {
    padding: 24px;
  }
  .news-small-list .news-small:nth-child(2) {
    background: #C5EBDF;
  }
  .news-small-list .news-small:nth-child(3) {
    background: #FFDCC3;
  }
  .news-small-list .news-small:nth-child(4) {
    background: #C2EAF6;
  }
  .news-small-list .news-small:nth-child(5) {
    background: #D8CCF6;
  }
  .news-small-list .news-small:nth-child(6) {
    background: #F5D3D3;
  }

  .news-list-horizontal {
    gap: 24px 0;
  }
  .news-list-horizontal .news-it {
    width: 100%;
  }
  .news-list-horizontal .news-it .info {
    padding: 24px 24px 16px;
  }

  .breadcrumb {
    padding: 16px 0;
    border-bottom: 1px solid #979898;
  }

  .page-custom h1 {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.04em;
  }

  .error-custom {
    padding: 40px 0;
    display: block;
  }
  .error-custom .featured {
    width: 100%;
  }
  .error-custom .featured img {
    height: 211px;
  }
  .error-custom .info {
    width: 100%;
    padding: 34px 0 0;
  }
  .error-custom .info h2 {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }
  .error-custom .info p {
    font-size: 14px;
    line-height: 24px;
  }
}
/* pages */
.home-top .left {
  width: 76%;
  padding: 40px 16px 40px 0;
  position: relative;
}
.home-top .left .slider-function {
  position: absolute;
  right: 16px;
  width: calc(56.5% - 32px);
  bottom: 110px;
}
.home-top .left .slider-function .slider-arrow {
  text-align: right;
}
.home-top .left .slider-function .slider-arrow img {
  cursor: pointer;
}
.home-top .left .slider-function .slider-arrow img:hover {
  opacity: 0.8;
}
.home-top .left .slider-function .slider-next {
  margin-left: 30px;
}
.home-top .left .slider-function .slider-dots {
  width: 100%;
  margin-top: 0;
  text-align: left;
}
.home-top .left .slider-function .slider-dots .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}
.home-top .left .slider-function .slider-dots .slick-dots li {
  width: 16.66%;
  margin: 0;
  height: 3px;
  background: transparent;
}
.home-top .left .slider-function .slider-dots .slick-dots li.slick-active {
  background: #408000;
}
.home-top .left .slider-function .slider-dots .slick-dots li button {
  display: none;
}
.home-top .left .box .featured {
  width: 43.5%;
}
.home-top .left .box .info {
  width: 56.5%;
  padding: 67px 16px 169px;
}
.home-top .left .box .info h3 {
  font-size: 44px;
  line-height: 51px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home-top .left .box .info h3 a {
  color: #171717;
}
.home-top .left .box .info h3 a:hover {
  opacity: 0.8;
}
.home-top .left .box .info p {
  font-size: 14px;
  line-height: 16px;
}
.home-top .right {
  width: 24%;
  background: #F0F6D8;
  padding: 16px 16px 20px;
}
.home-top .right h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.home-partner {
  padding: 40px 0;
}
.home-partner .it {
  width: 16.66%;
  text-align: center;
  padding: 0 10px;
}

.home-lastest-news {
  padding: 80px 0;
}
.home-lastest-news .box .left {
  width: 67.4%;
}
.home-lastest-news .box .left .list {
  gap: 24px 16px;
}
.home-lastest-news .box .left .list .news-big {
  width: calc(50% - 8px);
}
.home-lastest-news .box .left .list .news-big .featured {
  height: 200px;
}
.home-lastest-news .box .left .list .news-big .info h3 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.home-lastest-news .box .left .list .news-big:nth-child(2) .box:before {
  background: #D8CCF6;
}
.home-lastest-news .box .left .list .news-big:nth-child(3) .box:before {
  background: #FEF4CE;
}
.home-lastest-news .box .left .list .news-big:nth-child(4) .box:before {
  background: #FFDCC3;
}
.home-lastest-news .box .right {
  width: 32.6%;
}

.home-follow {
  padding: 140px 0 125px;
}
.home-follow .left {
  width: 49%;
  padding-right: 87px;
}
.home-follow .left .mn-title {
  margin-bottom: 36px;
}
.home-follow .left .follow-form {
  width: 100%;
}
.home-follow .left .follow-form .wpcf7-form-control-wrap {
  margin-bottom: 36px;
  display: block;
}
.home-follow .left .follow-form .input-it {
  border: 1px solid #979898;
  padding: 12px 16px;
  color: #979898;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Karla';
  width: 100%;
  -webkit-appearance: none !important;
}
.home-follow .left .follow-form .submit-it {
  margin-top: 4px;
  display: inline-block;
  background: #171717;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #FDFFF4;
  padding: 12px 32px;
  font-family: 'Karla';
  border: none;
  -webkit-appearance: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-follow .left .follow-form .submit-it:hover {
  opacity: 0.8;
}
.home-follow .left .follow-form br {
  display: none;
}
.home-follow .box {
  height: 355px;
  position: relative;
  padding: 20px 20px 0 0;
}
.home-follow .box:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 20px;
  bottom: 20px;
  background: #D8CCF6;
  content: "";
}
.home-follow .box img {
  position: relative;
}
.home-follow .right {
  width: 51%;
}

.home-for-you {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .home-top .left {
    width: 100%;
    padding: 40px 0;
  }
  .home-top .left .box .info h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .home-top .right {
    width: 100%;
  }

  .home-lastest-news .box .left {
    width: 100%;
  }
  .home-lastest-news .box .right {
    width: 100%;
    margin-top: 40px;
  }

  .home-follow {
    padding-top: 40px;
  }
  .home-follow .left {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .home-top {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .home-top .left {
    padding: 21px 0 24px;
  }
  .home-top .left .box .featured {
    height: 358px;
    width: 100%;
  }
  .home-top .left .box .info {
    width: 100%;
    padding: 24px 16px 54px;
  }
  .home-top .left .box .info h3 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 24px;
  }
  .home-top .left .box .info p {
    font-size: 14px;
    line-height: 16px;
  }
  .home-top .left .slider-function {
    bottom: 24px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 16px;
  }
  .home-top .left .slider-function .slider-arrow img {
    width: 8px;
  }
  .home-top .left .slider-function .slider-arrow .slider-next {
    margin-left: 23px;
  }
  .home-top .left .slider-function .slider-dots .slick-dots li {
    height: 2px;
  }
  .home-top .right {
    padding: 16px 0 14px 16px;
  }
  .home-top .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .home-top .right .news-list .slick-slide {
    width: 250px;
    margin-right: 24px;
  }

  .home-partner {
    padding: 40px 0;
    gap: 24px;
  }
  .home-partner .it {
    width: calc(50% - 12px);
  }

  .home-lastest-news {
    padding: 40px 0;
  }
  .home-lastest-news .box .left .list {
    gap: 16px 0;
  }
  .home-lastest-news .box .left .list .news-big {
    width: 100%;
    padding: 0;
  }
  .home-lastest-news .box .right {
    margin-top: 24px;
  }

  .home-follow {
    padding-bottom: 40px;
  }
  .home-follow .left {
    padding: 0;
    width: 100%;
  }
  .home-follow .left .mn-title {
    margin-bottom: 16px;
  }
  .home-follow .left .follow-form {
    margin-top: 36px;
  }
  .home-follow .box {
    height: 208px;
    padding: 0 16px 16px 0;
  }
  .home-follow .box:before {
    top: 16px;
    right: 0;
    bottom: 0;
    left: 16px;
  }

  .home-for-you {
    padding: 40px 0;
  }
}
.about-custom {
  padding: 40px 0;
  max-width: 1064px;
  margin: 0 auto;
}
.about-custom .about-top {
  padding-bottom: 40px;
}
.about-custom .about-top .about-box {
  gap: 56px;
  margin-bottom: 40px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.about-custom .about-top .about-box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-custom .about-top .about-box:nth-child(2n) .wp-block-image {
  padding: 20px 0 0 20px;
}
.about-custom .about-top .about-box:nth-child(2n) .wp-block-image:before {
  top: 0;
  right: 20px;
  bottom: 20px;
  left: 0;
}
.about-custom .about-top .about-box:nth-child(2) .wp-block-image:before {
  background: #F0F6D8;
}
.about-custom .about-top .about-box:nth-child(3) .wp-block-image:before {
  background: #FFDCC3;
}
.about-custom .about-top .about-box:nth-child(4) .wp-block-image:before {
  background: #C2EAF6;
}
.about-custom .about-top .about-box:nth-child(5) .wp-block-image:before {
  background: #D8CCF6;
}
.about-custom .about-top .about-box:last-child {
  margin-bottom: 0;
}
.about-custom .about-top .about-box p a {
  color: #408000;
  font-weight: 700;
  text-decoration: underline;
}
.about-custom .about-top .about-box p a:hover {
  text-decoration: none;
}
.about-custom .about-top .about-box h3 {
  color: #101010;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-custom .about-top .about-box .wp-block-image {
  position: relative;
  padding: 20px 20px 0 0;
  width: 100%;
  overflow-y: hidden;
}
.about-custom .about-top .about-box .wp-block-image:before {
  background: #FEF4CE;
  top: 0;
  right: 0;
  left: 20px;
  bottom: 20px;
  content: "";
  position: absolute;
}
.about-custom .about-top .about-box .wp-block-image img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-custom .about-team .team-list .team-it {
  padding: 40px 0;
}
.about-custom .about-team .team-list .team-it .user-list {
  margin: 0 -13px -40px;
}
.about-custom .about-team .team-list .team-it .user-list .it {
  padding: 0 13px;
  margin-bottom: 40px;
  width: 20%;
}
.about-custom .about-team .team-list .team-it .user-list .it .team-avata {
  height: 192px;
}
.about-custom .about-team .team-list .team-it .user-list .it .info {
  padding-top: 16px;
}
.about-custom .about-team .team-list .team-it .user-list .it .info h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.about-custom .about-team .team-list .team-it .user-list .it .info h4 a {
  color: #171717;
}
.about-custom .about-team .team-list .team-it .user-list .it .info h4 a:hover {
  color: #A2AA00;
}
.about-custom .about-team .team-list .team-it .user-list .it .info p {
  color: #979898;
  margin-bottom: 16px;
}
.about-custom .about-team .team-list .team-it .user-list .it .info .team-social a {
  color: #408000;
  font-size: 20px;
  margin-right: 16px;
}
.about-custom .about-team .team-list .team-it .user-list .it .info .team-social a:hover {
  color: #171717;
}

@media (max-width: 991px) {
  .about-custom .about-team .team-list .team-it .user-list .it {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .about-custom {
    padding-bottom: 0;
  }
  .about-custom .about-top {
    padding-bottom: 0;
  }
  .about-custom .about-top h1 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 40px;
  }
  .about-custom .about-top .about-box {
    gap: 24px 0;
  }
  .about-custom .about-top .about-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-custom .about-top .about-box p:last-child {
    margin-bottom: 0;
  }
  .about-custom .about-top .about-box .wp-block-image {
    padding: 16px 16px 0 0;
  }
  .about-custom .about-top .about-box .wp-block-image:before {
    left: 16px;
    bottom: 16px;
  }
  .about-custom .about-top .about-box:nth-child(2n) .wp-block-image {
    padding: 16px 0 0 16px;
  }
  .about-custom .about-top .about-box:nth-child(2n) .wp-block-image:before {
    right: 16px;
    bottom: 16px;
  }
  .about-custom .about-team .mn-title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 40px;
  }
  .about-custom .about-team .team-list .team-it .user-list {
    margin: 0 -8px -24px;
  }
  .about-custom .about-team .team-list .team-it .user-list .it {
    margin-bottom: 24px;
    padding: 0 8px;
    width: 50%;
  }
  .about-custom .about-team .team-list .team-it .user-list .it .team-avata {
    height: 171px;
  }
  .about-custom .about-team .team-list .team-it .user-list .it .info h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .about-custom .about-team .team-list .team-it .user-list .it .info p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-custom .about-team .team-list .team-it .user-list .it .info .team-social a {
    font-size: 18px;
  }
}
.single-main .single-top {
  background: #FDFFF4;
  padding-bottom: 40px;
}
.single-main .single-top .single-box {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}
.single-main .single-top .left {
  width: calc(50% - 8px);
}
.single-main .single-top .left h1 {
  color: #000;
  font-weight: 500;
  margin-bottom: 32px;
}
.single-main .single-top .left .author-it {
  margin-bottom: 32px;
}
.single-main .single-top .left .author-it:last-child {
  margin-bottom: 0;
}
.single-main .single-top .left .author-it .avata {
  width: 50px;
  height: 50px;
}
.single-main .single-top .left .author-it .avata img {
  border-radius: 50%;
}
.single-main .single-top .left .author-it .info {
  width: calc(100% - 50px);
  padding-left: 16px;
}
.single-main .single-top .left .author-it .info .name-author {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}
.single-main .single-top .left .author-it .info .name-author a {
  color: #000;
  text-decoration: underline;
}
.single-main .single-top .left .author-it .info .des-author {
  margin: 8px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.single-main .single-top .left .author-it .info .des-author i {
  font-size: 12px;
  margin-right: 6px;
}
.single-main .single-top .right {
  width: calc(50% - 8px);
}
.single-main .single-bottom {
  padding: 56px 0 80px;
  max-width: 1064px;
  margin: 0 auto;
}
.single-main .single-bottom .left {
  width: calc(100% - 309px);
  padding-right: 40px;
}
.single-main .single-bottom .single-custom h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 40px;
}
.single-main .single-bottom .single-custom h2:first-child {
  margin-top: 0;
}
.single-main .single-bottom .single-custom h2.list-start {
  counter-reset: section;
}
.single-main .single-bottom .single-custom h2.list-start ~ h3::before {
  counter-increment: section;
  content: counter(section) ". ";
}
.single-main .single-bottom .single-custom h2.list-end ~ h3::before {
  display: none;
}
.single-main .single-bottom .single-custom h2.list-step-start {
  counter-reset: sectionstep;
}
.single-main .single-bottom .single-custom h2.list-step-start ~ h3::before {
  counter-increment: sectionstep;
  content: "Step " counter(sectionstep) ". ";
}
.single-main .single-bottom .single-custom .wp-block-image img {
  width: 100%;
}
.single-main .single-bottom .single-custom figcaption {
  text-align: center;
  font-style: italic;
  opacity: 0.7;
  min-width: 500px;
  margin: 10px auto 0;
}
.single-main .single-bottom .single-custom .ft-snippet {
  background: #FFDCC3;
  padding: 24px;
}
.single-main .single-bottom .single-custom .ft-snippet h5 {
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  color: #171717;
  border-bottom: 1px solid #404040;
  margin-bottom: 24px;
}
.single-main .single-bottom .single-custom .ft-snippet p {
  line-height: 28px;
}
.single-main .single-bottom .single-custom .ft-snippet ul {
  margin: 24px 0;
}
.single-main .single-bottom .single-custom .ft-snippet ul li {
  padding-left: 36px;
}
.single-main .single-bottom .single-custom .ft-snippet ul li::before {
  width: 6px;
  height: 6px;
  background: #171717;
  left: 10px;
  top: 10px;
}
.single-main .single-bottom .single-custom .ft-snippet .wp-block-image {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: right;
}
.single-main .single-bottom .single-custom .ft-snippet .wp-block-image img {
  width: auto;
}
.single-main .single-bottom .single-custom .wp-block-table {
  margin: 40px 0;
}
.single-main .single-bottom .single-custom h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 40px 0 16px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.single-main .single-bottom .single-custom p a {
  color: #408000;
}
.single-main .single-bottom .single-custom h4 {
  font-size: 24px;
  line-height: 1.2;
}
.single-main .single-bottom .single-custom h5 {
  font-size: 20px;
  line-height: 1.2;
}
.single-main .single-bottom .single-custom h6 {
  font-size: 16px;
  line-height: 1.2;
}
.single-main .single-bottom .single-custom .box-yellow {
  margin: 40px 0;
  background: #FEF4CE;
  padding: 40px 32px;
}
.single-main .single-bottom .single-custom .box-yellow p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.single-main .single-bottom .single-custom .box-yellow h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #408000;
  margin: 0;
  text-transform: uppercase;
}
.single-main .single-bottom .single-custom ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 16px;
  position: relative;
  display: block;
}
.single-main .single-bottom .single-custom ul li:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #408000;
  content: "";
  border-radius: 50%;
}
.single-main .single-bottom .single-custom ul li:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom ol {
  margin-left: 16px;
}
.single-main .single-bottom .single-custom ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  list-style: decimal;
}
.single-main .single-bottom .single-custom ol li::marker {
  color: #408000;
}
.single-main .single-bottom .single-custom ol li:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom table {
  margin: 0;
  border: 1px solid #D4D5D4;
}
.single-main .single-bottom .single-custom table tr td {
  padding: 16px;
  font-size: 16px;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #D4D5D4;
}
.single-main .single-bottom .single-custom table tr:nth-child(2n+1) td {
  background: #eee;
}
.single-main .single-bottom .single-custom table tr:first-child td {
  background: #FFDCC3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  padding: 20px 16px;
  border: none !important;
}
.single-main .single-bottom .single-custom .box-pd-list {
  margin: 40px 0;
  background: #FDFFF4;
  padding: 24px;
}
.single-main .single-bottom .single-custom .box-pd-list h3 {
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #404040;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns {
  margin-bottom: 24px;
  gap: 32px;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns h4 {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-weight: 800;
  background: #D8CCF6;
  text-transform: uppercase;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns h4 a {
  color: #171717;
  padding: 16px;
  display: block;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns .wp-block-column:last-child h4 {
  background: #C2EAF6;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns:last-child .wp-block-column h4 {
  background: #FFDCC3;
}
.single-main .single-bottom .single-custom .box-pd-list .wp-block-columns:last-child .wp-block-column:last-child h4 {
  background: #F5D3D3;
}
.single-main .single-bottom .single-custom .box-product {
  margin: 24px 0;
  position: relative;
}
.single-main .single-bottom .single-custom .box-product:before {
  position: absolute;
  right: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.single-main .single-bottom .single-custom .box-product.bg-purple:before {
  background: #D8CCF6;
}
.single-main .single-bottom .single-custom .box-product.bg-blue:before {
  background: #C2EAF6;
}
.single-main .single-bottom .single-custom .box-product.bg-orange:before {
  background: #FFDCC3;
}
.single-main .single-bottom .single-custom .box-product .wp-block-columns {
  position: relative;
  gap: 0;
  padding: 24px 0;
}
.single-main .single-bottom .single-custom .box-product .wp-block-columns .wp-block-column {
  width: 50%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.single-main .single-bottom .single-custom .box-product .wp-block-columns .wp-block-column:first-child {
  padding: 0 24px;
}
.single-main .single-bottom .single-custom .box-product h4 {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
  font-weight: 800;
}
.single-main .single-bottom .single-custom .box-product ul {
  margin-bottom: 24px;
}
.single-main .single-bottom .single-custom .box-product ul:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom .box-product ul li {
  padding-left: 24px;
  font-weight: 300;
}
.single-main .single-bottom .single-custom .box-product ul li:before {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  background-color: transparent;
  top: 4px;
}
.single-main .single-bottom .single-custom .box-product ul.list-pros li:before {
  background-image: url(../images/pros.svg);
}
.single-main .single-bottom .single-custom .box-product ul.list-cons li:before {
  background-image: url(../images/cons.svg);
}
.single-main .single-bottom .single-custom .box-product .wp-block-image {
  margin: 0;
  overflow-y: hidden;
  height: 100%;
}
.single-main .single-bottom .single-custom .box-product .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-main .single-bottom .single-custom .review-pd .wp-block-column:last-child {
  background: #F0F6D8;
  padding: 24px;
}
.single-main .single-bottom .single-custom .review-pd h3 {
  margin: 0 0 24px;
  text-transform: none;
}
.single-main .single-bottom .single-custom .review-pd ul {
  margin-bottom: 24px;
}
.single-main .single-bottom .single-custom .review-pd ul:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom .review-pd ul.list-pros li:before {
  background-image: url(../images/pros2.svg);
}
.single-main .single-bottom .single-custom .review-pd ul.list-cons li:before {
  background-image: url(../images/cons2.svg);
}
.single-main .single-bottom .single-custom .review-pd ul li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  padding-left: 32px;
}
.single-main .single-bottom .single-custom .review-pd ul li:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .single-custom .review-pd ul li:before {
  top: 50%;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.single-main .single-bottom .source {
  margin-top: 40px;
  background: #DFDFDF;
  padding: 24px;
}
.single-main .single-bottom .source h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  border-bottom: 1px solid #404040;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.single-main .single-bottom .source ul, .single-main .single-bottom .source ol {
  margin-left: 16px;
}
.single-main .single-bottom .source ul li, .single-main .single-bottom .source ol li {
  font-size: 16px;
  line-height: 28px;
  list-style: decimal;
}
.single-main .single-bottom .source ul li:last-child, .single-main .single-bottom .source ol li:last-child {
  margin-bottom: 0;
}
.single-main .single-bottom .source ul li a, .single-main .single-bottom .source ol li a {
  color: #171717;
  text-decoration: underline;
}
.single-main .single-bottom .source ul li a:hover, .single-main .single-bottom .source ol li a:hover {
  text-decoration: none;
}
.single-main .single-bottom .sidebar {
  width: 309px;
}
.single-main .single-bottom .sidebar .sidebar-box {
  background: #F0F6D8;
  padding: 16px;
}
.single-main .single-bottom .sidebar .sidebar-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .single-main .single-bottom .left {
    width: 100%;
    padding: 0 0 40px;
  }
  .single-main .single-bottom .sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-main .single-top {
    padding: 0;
  }
  .single-main .single-top .container {
    padding: 0;
  }
  .single-main .single-top .single-box {
    -webkit-column-gap: 0;
            column-gap: 0;
    display: block;
  }
  .single-main .single-top .single-box .left {
    width: 100%;
    padding: 40px 16px;
  }
  .single-main .single-top .single-box .left h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: left;
  }
  .single-main .single-top .single-box .left .author-it {
    margin-bottom: 24px;
  }
  .single-main .single-top .single-box .left .author-it:last-child {
    margin-bottom: 0;
  }
  .single-main .single-top .single-box .right {
    width: 100%;
  }
  .single-main .single-bottom {
    padding-bottom: 40px;
  }
  .single-main .single-bottom .single-custom h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.04em;
  }
  .single-main .single-bottom .single-custom p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-main .single-bottom .single-custom ul li, .single-main .single-bottom .single-custom ol li {
    font-size: 14px;
    line-height: 24px;
  }
  .single-main .single-bottom .single-custom table tr:first-child td {
    font-size: 16px;
    line-height: 24px;
  }
  .single-main .single-bottom .single-custom table tr td {
    font-size: 14px;
    line-height: 24px;
  }
  .single-main .single-bottom .single-custom figcaption {
    min-width: 200px;
  }
  .single-main .single-bottom .single-custom .review-pd h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .single-main .single-bottom .single-custom .review-pd ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .single-main .single-bottom .single-custom .ft-snippet {
    padding: 24px 16px;
  }
  .single-main .single-bottom .single-custom .ft-snippet ul li {
    padding-left: 26px;
  }
  .single-main .single-bottom .single-custom .box-pd-list .wp-block-columns {
    gap: 24px;
  }
  .single-main .single-bottom .single-custom .box-product:before {
    right: 16px;
  }
  .single-main .single-bottom .single-custom .box-product .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px 0 24px 16px;
  }
  .single-main .single-bottom .single-custom .box-product .wp-block-columns .wp-block-column:first-child {
    width: 100%;
    padding: 0 40px 0 8px;
  }
  .single-main .single-bottom .single-custom .box-product .wp-block-columns .wp-block-column:last-child {
    width: 100%;
  }
  .single-main .single-bottom .single-custom .box-product .wp-block-image {
    margin-bottom: 24px;
  }
  .single-main .single-bottom .single-custom .box-product .wp-block-image img {
    height: 280px;
  }
  .single-main .single-bottom .source {
    padding: 24px 16px;
  }
  .single-main .single-bottom .source ul li, .single-main .single-bottom .source ol li {
    font-size: 14px;
    line-height: 24px;
  }
  .single-main .single-bottom .sidebar {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
@media (max-width: 380px) {
  .single-main .single-top .single-box .left h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .single-main .single-bottom .single-custom h2 {
    font-size: 25px;
    line-height: 1.3;
  }
}
.blog-top {
  padding: 40px 0;
}
.blog-top .title {
  max-width: 850px;
  margin: 0 auto 40px;
}
.blog-top .title .mn-title {
  margin-bottom: 16px;
}
.blog-top .title p {
  margin-bottom: 0;
  color: #313131;
}
.blog-top .box .news-small-list {
  width: 33%;
}

.blog-list {
  padding: 40px 0;
}
.blog-list .blog-it {
  padding: 40px 0;
}
.blog-list .blog-it h2 {
  margin-bottom: 40px;
}
.blog-list .mn-btn {
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .blog-top {
    padding-bottom: 0;
  }
  .blog-top .title .mn-title {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }
  .blog-top .title p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-top .box .news-big {
    width: 100%;
    padding: 0;
  }
  .blog-top .box .news-big .box:before {
    background: #C2EAF6;
  }
  .blog-top .box .news-big .info h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
  }
  .blog-top .box .news-big .info p {
    height: 48px;
    overflow-y: hidden;
  }
  .blog-top .box .news-small-list {
    width: 100%;
    margin-top: 24px;
  }

  .blog-list {
    padding: 0;
  }
  .blog-list .blog-it h2 {
    margin-bottom: 56px;
  }
}

/* Author bio style */
.author-bio {
	background: #DFDFDF;
    padding: 24px;
}

.author-bio .author-infor {
	display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #404040;
}

.author-infor img {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}



.author-infor .author-name {
	margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.author-infor .author-name a{
	color: #101010;
}

.author-description {
	margin-top: 20px;
}

/* Customer review */
.form-customer-feedback .customer-ftoggle {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0px 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #000;
    position: fixed;
    right: -33px;
    bottom: 186px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.5s;
    z-index: 99;
}

.form-customer-feedback .customer-ftoggle.ani-right {
    right: -70px;
}

.form-customer-feedback .customer-ftoggle.ani-left {
    right: -35px;
}

.form-customer-feedback .customer-feedback {
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 40px;
    z-index: 99;
    text-align: center;
    width: 391px;
    opacity: 0;
    transition: 0.5s;
}

.form-customer-feedback .customer-feedback.ani-fade {
    top: 50%;
    opacity: 1;
}

.form-customer-feedback .customer-feedback .form-group {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #E1E8E7;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #888C91;
    margin-bottom: 20px;
}

.form-customer-feedback .customer-feedback textarea.form-group {
    margin-bottom: 24px;
}

.form-customer-feedback form br {
    display: none;
}

.form-customer-feedback select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/arrow-blue.svg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
    position: relative;
}

.form-customer-feedback .form-group-email {
    display: none;
}

.form-customer-feedback ::placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback :-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback ::-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback h2,
.form-customer-feedback h3 {
    font-size: 20px;
    line-height: 27px;
    color: #676A6E;
    margin-bottom: 16px;
    font-weight: 400;
}

.form-customer-feedback .customer-feedback .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.form-customer-feedback.ani-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.499);
    z-index: 9999999999;
}

.form-customer-feedback .your-option {
    position: relative;
}

.form-customer-feedback .your-option::before {
    content: '*';
    position: absolute;
    top: -5%;
    left: 35%;
    color: #A2AA00;
    font-size: 15px;
    z-index: 100;
    opacity: 1;
}

.form-customer-feedback .your-option.hide-star::before {
    opacity: 0;
}

.form-customer-feedback .form-hidden {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.form-customer-feedback .star-rating .rating-symbol {
    position: relative;
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(1):hover:after {
    content: 'Hate';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(2):hover:after {
    content: 'Dislike';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(3):hover:after {
    content: 'Neutral';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(4):hover:after {
    content: 'Like';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(5):hover:after {
    content: 'Love';
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:after {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -3px;
    z-index: 101;
    left: 50%;
    background-color: #FFF;
    transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
}

.form-customer-feedback .rating-symbol > .rating-symbol-foreground {
    top: 2px;
}

.form-customer-feedback .star-rating {
    margin-bottom: 16px;
}

.form-customer-feedback .star-rating span {
    display: flex;
    justify-content: space-between;
}

.form-customer-feedback .star-rating span .rating-symbol,
.form-customer-feedback .star-rating span .rating-symbol-foreground {
    padding: 10px 0;
}

.form-customer-feedback textarea {
    height: 108px;
    resize: none;
}

.form-customer-feedback .form-submit {
    padding: 20px 0;
    min-width: 186px;
    border: none;
	background: #171717;
	color: #FDFFF4;
	font-family: 'Karla';
	border: none;
    -webkit-appearance: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 18px;
    font-weight: 700;
}

.form-customer-feedback .close-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.form-customer-feedback .wpcf7-not-valid-tip {
    display: none;
}

.form-customer-feedback .wpcf7-not-valid {
    border: 1px solid rgb(255, 0, 0) !important;
}

.form-customer-feedback .form-feedback {
    display: none;
}

.form-customer-feedback .mailsent {
    display: none;
}

.form-customer-feedback .mailsent h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px;
}

.form-customer-feedback .mailsent p {
    font-size: 14px;
    line-height: 16px;
    color: #676A6E;
    margin-bottom: 40px;
}

.form-customer-feedback .mailsent img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.form-customer-feedback .wpcf7-spinner::before {
    display: none;
}

.form-customer-feedback textarea.form-group {
    display: none;
}

.form-customer-feedback .wpcf7-spinner {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/loadinghc.gif);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0.8;
}
.customer-feedback .rating-symbol {
  color: #A2AA00;
  font-size: 36px;
}
@media (max-width: 767px) {
    .form-customer-feedback .star-rating .rating-symbol:hover:before {
        top: -3px;
    }
    .form-customer-feedback .customer-ftoggle {
        font-size: 10px;
        line-height: 20px;
        bottom: 150px;
        right: -27px;
    }
    .form-customer-feedback .customer-ftoggle.ani-left {
        right: -30px;
    }
    .form-customer-feedback .customer-feedback {
        padding: 24px 16px;
    }
    .form-customer-feedback .customer-feedback {
        width: 92.3vw;
    }
    .form-customer-feedback h2,
    .form-customer-feedback h3 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .form-customer-feedback h3 {
        margin-bottom: 8px;
    }
    .form-customer-feedback .your-option::before {
        left: 110px;
    }
    .form-customer-feedback .star-rating {
        margin-bottom: 31px;
    }
    .form-customer-feedback .star-rating > span {
        padding: 0 17px;
    }
    .form-customer-feedback .star-rating span .rating-symbol,
    .form-customer-feedback .star-rating span .rating-symbol-foreground {
        padding: 9px 0;
    }
    .form-customer-feedback .close-btn {
        top: 21px;
    }
    .form-customer-feedback .close-btn img {
        vertical-align: baseline;
    }
    .form-customer-feedback form {
        padding: 10px;
    }
}
