/*
Theme Name: Sc-Research
Description: Child theme for Qoxag
Author: tg - @wmtel
Author URI: http://t.me/wmtel
Template: qoxag
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: theme-options, post-formats, featured-images
*/

.hidden {
  display: none;
}

.format-icons {
  top: unset !important;
  right: 5px !important;
  bottom: 15px !important;
}

.aioseo-breadcrumbs {
  padding-bottom: 30px;
}

.red {
  color: red;
}

.bg-red {
  background-color: rgba(223, 68, 68, 0.05) !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.max-height {
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-orange {
  color: #eb9d20;
}
.align-content-center {
  align-content: center !important;
}
.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-right {
  justify-content: right !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}

/* FRONTPAGE */

.frontpage-hero h1 {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.frontpage-hero p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e31;
}

.frontpage-hero {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 1140px !important;
}

/* FRONTPAGE END */

/* SINGLE POST PAGE */

.single-wrap .post-single .post-header {
  margin-top: 0;
}

.post-single .post-header {
  margin-bottom: 0px !important;
}

.single-wrap .post-fields.widget {
  display: none;
}

@media (max-width: 991px) {
  .single-wrap .post-fields.widget {
    margin-bottom: 32px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
  .single-wrap .post-fields.widget h5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* SINGLE POST PAGEEND */

/* CATEGORY PAGE */

.wpc-orderby-select {
  width: auto !important;
  max-width: 100% !important;
  height: 30px;
}

/* CATEGORY PAGE END */

/* SEARCH FORM */

.qoxag-serach input {
  border-radius: 30px !important;
  border: 1px solid #d9d9d9 !important;
  background: #fff !important;
  max-width: 466px !important;
  height: 60px !important;
  flex-shrink: 0 !important;
  padding-left: 25px !important;
  padding-right: 65px !important;
}

.qoxag-serach {
  position: relative !important;
  max-width: 466px !important;
}

.qoxag-serach .input-group-append {
  position: absolute !important;
  border-left: 1px solid #d9d9d9 !important;
  top: 10px !important;
  right: 0 !important;
  height: 40px !important;
  width: 60px !important;
  text-align: center !important;
}

.qoxag-serach .search-button {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 10px;
  color: #eb9d20 !important;
  height: 20px !important;
  width: 20px !important;
}

.qoxag-serach .search-button:hover {
  color: #707070 !important;
  /* color: #101010!important; */
}

#search-form-header {
  display: flex;
}

#search-input-header {
  display: none;
  width: 155px;
  background: #ffffff;
  z-index: 1000;
  height: 25px;
  border-radius: 30px !important;
  border: 1px solid #d9d9d9 !important;
  padding-left: 15px;
}

#search-form-header.open #search-input-header {
  display: inline-block;
}
#search-form-header button {
  border: none;
  background: transparent;
  font-size: 20px;
  color: #707070;
}

@media (max-width: 415px) {
  #search-input-header {
    position: absolute;
    left: -117px;
    bottom: -42px;
  }
}

.elementor-703 .elementor-element.elementor-element-640db26 > .elementor-widget-container {
  padding: 0 25px 0 0;
}

@media (max-width: 1250px) {
  .elementor-element-c7e5ea5 > .elementor-container {
    justify-content: space-between;
  }
  .elementor-703 .elementor-element.elementor-element-c7ffa39 {
    width: auto;
  }
  .elementor-703 .elementor-element.elementor-element-ad401b5 {
    width: auto;
  }
}

@media (max-width: 1100px) {
  .elementor-703 .elementor-element.elementor-element-640db26 > .elementor-widget-container {
    padding: 0 15px 0 0;
  }
}

/* SEARCH FORM END */

.not-found .search-forms .qoxag-serach {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .not-found {
    padding-top: 80px;
  }
}

.img-search-not-found {
  /*float: left;*/
  padding: 0 20px 20px 0;
  width: 115px;
}

.not-found-reset-wrap {
  margin-top: 1em;
}

.recently-viewed-layout {
  justify-content: center;
  row-gap: 30px;
}

.full-post-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #1e1e31;
  text-decoration: underline !important;
}

.qoxag-grid-single {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 30px 20px;
}

.qoxag-post-grid .row div:last-child > .qoxag-grid-single {
  border-bottom: 1px solid #d9d9d9 !important;
}

.qoxag-grid-single.thumb-top .post-thumbnail {
  height: 150px !important;
  margin-bottom: 30px !important;
}

.qoxag-grid-single .post-content {
  padding: 0 !important;
  background: transparent !important;
}

.qoxag-grid-single.thumb-left .post-content {
  padding-left: 15px !important;
}

/*.qoxag-grid-single.thumb-top {
    max-width: 370px;
}*/

.qoxag-grid-single.thumb-top {
  height: 100%;
}
.qoxag-grid-single.thumb-top {
  margin-bottom: 0px !important;
}

.qoxag-wrapper.qoxag-post-grid .col-lg-4,
.qoxag-wrapper.qoxag-post-grid .col-md-6,
.qoxag-wrapper.qoxag-post-grid .col-sm-12 {
  margin-bottom: 20px;
}

.qoxag-grid-single .post-links {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}
.qoxag-grid-single .post-links div {
  line-height: 19px;
}
.qoxag-grid-single .post-cat {
  margin-bottom: 15px !important;
  line-height: 15px !important;
}
.qoxag-grid-single .post-heading {
  margin-bottom: 10px !important;
}
.qoxag-grid-single .post-rating {
  margin-bottom: 18px;
}
.qoxag-grid-single .post-excerpt {
  color: #646464 !important;
  font-family: Roboto, sans-serif !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.qoxag-grid-single .post-cat {
  padding: 5px 15px 5px 15px !important;
}
.qoxag-grid-single .post-cat span {
  font-family: Roboto, sans-serif !important;
  line-height: normal !important;
}
/*.qoxag-grid-single .category-layout .post-heading a{*/
.qoxag-grid-single .post-heading a,
.qoxag-grid-single h3.post-heading {
  color: #1e1e31 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  line-height: normal !important;
  /*text-decoration-line: underline;*/
}
.qoxag-grid-single .reviews-count {
  position: absolute;
  top: 35px;
  right: 25px;
  background-color: #fff;
  padding: 5px 5px 0px 5px;
  border-radius: 5px;
}
.reviews-count .reviews-count-val,
.reviews-count .reviews-count-val a {
  color: #1e1e31;
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-align: right;
}
.qoxag-grid-single .reviews-count .reviews-count-icon {
  text-align: right;
}
.qoxag-grid-single.thumb-left .reviews-count {
  display: none;
}

.post-rating .stars-avg-rating {
  height: 25px;
}
.post-rating .stars-avg-rating {
  margin: 0;
}
.post-rating span {
  display: inline-block;
  vertical-align: middle;
}
.post-rating .rating-text {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}

.rating-stars i {
  margin-right: 15px;
}

.rating-stars i.stars-style-solid:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMEwxNS40Mzg5IDguNDU0OTJMMjQuMzg4MiA4LjYzNzI5TDE3LjI1NTMgMTQuMDQ1MUwxOS44NDczIDIyLjYxMjdMMTIuNSAxNy41TDUuMTUyNjggMjIuNjEyN0w3Ljc0NDcyIDE0LjA0NTFMMC42MTE3OTQgOC42MzcyOUw5LjU2MTA3IDguNDU0OTJMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4=") !important;
}
.rating-stars i.stars-style-solid.rated:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+") !important;
}
.rating-stars i.stars-style-solid.rated-0_1:after,
.rating-stars i.stars-style-solid.rated-0_2:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0Q5RDlEOSIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
/*
.rating-stars i.stars-style-solid.rated-0_3:after,.rating-stars i.stars-style-solid.rated-0_4:after  {
	content: url('data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+')!important;
}
*/
.rating-stars i.stars-style-solid.rated-0_3:after,
.rating-stars i.stars-style-solid.rated-0_4:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
.rating-stars i.stars-style-solid.rated-0_5:after,
.rating-stars i.stars-style-solid.rated-0_6:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
/*
.rating-stars i.stars-style-solid.rated-0_5:after,.rating-stars i.stars-style-solid.rated-0_6:after  {
	content: url('data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+')!important;
}
*/
.rating-stars i.stars-style-solid.rated-0_7:after,
.rating-stars i.stars-style-solid.rated-0_8:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+") !important;
}
.rating-stars i.stars-style-solid.rated-0_9:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+") !important;
}

.sidebar .widget {
  padding: 20px !important;
  border-radius: 5px !important;
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 30px !important;
}
.sidebar .widget .widget-title {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: none;
  color: #1e1e31 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

@media (max-width: 991px) {
  .sidebar .post-fields.widget {
    display: none;
  }
}

/* POST FIELDS WIDGET */

.post-fields .row {
  margin-top: 20px;
  padding: 0;
}
.post-fields .widget-title {
  border-bottom: 1px solid #d9d9d9 !important;
}
.post-fields .post-fields-label {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-fields .post-fields-value {
  color: #eb9d20;
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.like-post-val {
  color: #df4444;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* POST FIELDS WIDGET END */

/* RECENT COMMENTS WIDGET */

.recentcomments-widget .recent-comment-block {
  padding: 0px 0px 15px 0px;
}

.recentcomments-widget .qoxag-grid-single {
  border-radius: unset;
  border: none;
  padding: 20px 0 0 0;
  margin: 0 0 15px 0;
  border-top: 1px solid #d9d9d9;
}

.recentcomments-widget .recent-comment-block:last-child {
  margin: 0;
  padding: 0;
}

.recentcomments-widget .qoxag-grid-single .post-heading a,
.recentcomments-widget .qoxag-grid-single h3.post-heading {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.recentcomments-widget .qoxag-grid-single .post-rating {
  margin-bottom: 0;
}

.recentcomments-widget .post-content .text-center {
  text-align: left !important;
}

.recentcomments-widget .qoxag-grid-single.thumb-left .post-thumbnail {
  max-width: 80px;
}
.recentcomments-widget .comment-meta .comment-author-link {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 14px */
  display: flex;
  align-items: center;
}

.recentcomments-widget .comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.recentcomments-widget .comment-meta .comment-author-link svg {
  margin-right: 5px;
}

.recentcomments-widget .comment-meta .comment-date {
  float: right;
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 14px */
}

.recentcomments-widget .comment-text {
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.recentcomments-widget .rating-stars i {
  margin-right: 5px;
}

.recentcomments-widget .qoxag-grid-single .post-cat {
  margin-bottom: 5px !important;
}

.recentcomments-widget .post-rating .rating-text {
  font-size: 12px;
  line-height: 15px;
}

.recentcomments-widget .post-rating .stars-avg-rating {
  text-align: left;
}

.recentcomments-widget .rating-stars i.stars-style-solid:after,
.comment-content .rating-stars i.stars-style-solid:after,
.comment-meta.commentmetadata .rating-stars i.stars-style-solid:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMEwxNS40Mzg5IDguNDU0OTJMMjQuMzg4MiA4LjYzNzI5TDE3LjI1NTMgMTQuMDQ1MUwxOS44NDczIDIyLjYxMjdMMTIuNSAxNy41TDUuMTUyNjggMjIuNjEyN0w3Ljc0NDcyIDE0LjA0NTFMMC42MTE3OTQgOC42MzcyOUw5LjU2MTA3IDguNDU0OTJMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4=") !important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated:after,
.comment-content .rating-stars i.stars-style-solid.rated:after,
.comment-meta.commentmetadata .rating-stars i.stars-style-solid.rated:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMEwxNS40Mzg5IDguNDU0OTJMMjQuMzg4MiA4LjYzNzI5TDE3LjI1NTMgMTQuMDQ1MUwxOS44NDczIDIyLjYxMjdMMTIuNSAxNy41TDUuMTUyNjggMjIuNjEyN0w3Ljc0NDcyIDE0LjA0NTFMMC42MTE3OTQgOC42MzcyOUw5LjU2MTA3IDguNDU0OTJMMTIuNSAwWiIgZmlsbD0iI0VCOUQyMCIvPgo8L3N2Zz4=") !important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_1:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_2:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0Q5RDlEOSIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_3:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_4:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_5:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_6:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
/*
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_3:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_4:after  {
	content: url('data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+')!important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_5:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_6:after  {
	content: url('data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+')!important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_7:after,.rating-stars i.stars-style-solid.rated-0_8:after  {
	content: url('data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+')!important;
}*/
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_7:after,
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_8:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}
.recentcomments-widget .rating-stars i.stars-style-solid.rated-0_9:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCA5LjU1MDA3TDUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMTIuNSAwTDE1IDcuNTgzMzFWMjEuMTgzM0wxMi41IDE5LjM0OTlMMTAgMjEuMTgzM1Y3LjU4MzMxTDEyLjUgMFoiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4KICA8cGF0aCBkPSJNNSA5LjQ1MDA3VjEzLjUzMzRMMCA5LjU1MDA3TDUgOS40NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMTAgNy41ODMzN1YyMS4xODMzTDUgMjQuODMzM0w0Ljc2NiAyNUw1IDI0LjJMNy41IDE1LjUzMzNMNSAxMy41MzM0VjkuNDUwMDNMOS40MTYgOS4zNTAwM0wxMCA3LjU4MzM3WiIgZmlsbD0iI0VCOUQyMCIvPgogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4KICA8cGF0aCBkPSJNMjAuMjMzIDI1TDIwIDI0LjgzMzNMMTUgMjEuMTgzM1Y3LjU4MzM3TDE1LjU4MyA5LjM1MDAzTDIwIDkuNDUwMDNWMTMuNTMzNEwxNy41IDE1LjUzMzNMMjAgMjQuMkwyMC4yMzMgMjVaIiBmaWxsPSIjRUI5RDIwIi8+CiAgPHBhdGggZD0iTTI1IDkuNTUwMDdMMjAgMTMuNTMzNFY5LjQ1MDA3TDI1IDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==") !important;
}

.recentcomments-widget .reviews-count-icon,
.recentcomments-widget .reviews-count-val,
.recentcomments-widget .like-post-val {
  height: 16px;
}
.recentcomments-widget .like-post-icon,
.recentcomments-widget .reviews-count {
  height: 20px;
}
.recentcomments-widget .post-excerpt {
  margin-bottom: 15px !important;
}
/* RECENT COMMENTS WIDGET END */

.pr-30px {
  padding-right: 30px !important;
}
.pl-30px {
  padding-left: 30px !important;
}
.mb-30px {
  padding-bottom: 30px !important;
}
#aboutus h2 {
  color: #1e1e31 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin-bottom: 30px !important;
}
#aboutus p {
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
#aboutus .col-image {
  min-width: 274px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #aboutus .col-image {
    min-width: 274px;
    padding: 0 0 30px 0;
    margin: 0 auto;
  }
  #aboutus .ab-item {
    flex-wrap: wrap;
  }
  #aboutus .ab-item-reverse {
    flex-wrap: wrap-reverse;
  }
}

/* SINGLE POST */

.single-wrap {
  padding-right: 0px !important;
}

.post-single .post-header {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.post-single .post-header .post-image {
  max-width: 275px;
  min-width: 275px;
  height: 210px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.post-single .post-header .post-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}

.post-single .post-header > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0;
}

.post-single .post-header .icon {
  padding: 15px;
}

.post-single .post-header .contacts > div {
  width: 100%;
  display: flex;
  align-items: center;
  color: #1e1e31;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-single .post-header .contacts > div svg {
  margin-right: 15px;
  min-width: 30px;
  min-height: 30px;
}

.post-single h1.entry-title {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* text-decoration-line: underline; */
}

.post-single .meta-wrapper {
  justify-content: left;
  align-items: center;
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.post-single .meta-wrapper a {
  color: #1e1e31;
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.post-single .meta-wrapper span {
  margin-right: 10px;
}

.post-single .meta-wrapper > * {
  margin-right: 8px;
}

.post-single .wpulike-heart .wp_ulike_general_class {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-right: 15px;
}

.wpulike-heart button {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.post-single .question .answer {
  padding-left: 15px;
  padding-right: 15px;
}

.post-single .question h3 {
  /*cursor: pointer;*/
  background-color: #eb9d20;
  padding: 0px 15px 0px 15px;
  color: #ffffff;
}
/*
.post-single .answer {
  display: none;
}*/

.post-single .post-rating .stars-avg-rating {
  margin-bottom: 15px;
  text-align: left;
}

.post-single .post-rating .stars-avg-rating .rating-stars {
  margin-right: 0;
}

.comment-error-msg {
  padding: 0 29px 0 29px;
  margin-bottom: 25px;
  border: 1px solid #df4444;
  background: rgba(223, 68, 68, 0.05);
}

#comment-form-agree {
  display: flex;
  padding: 0 !important;
}

#comment-form-agree input {
  margin: 0;
  accent-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

#comment-form-agree label {
  margin-bottom: 0;
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0 15px;
}

#comment-form-agree label a {
  color: #6610f2;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
}

.comment-awaiting-moderation {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #4dca00 !important;
  border-left: 5px solid #4dca00 !important;
  background: rgba(68, 223, 84, 0.05) !important;
}

.comments-list li {
  margin-bottom: 15px !important;
}

.comments-list .comment-body {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 5px;
  border: 1px solid #d9d9d9 !important;
  padding: 20px;
}

.comments-list .comment-body .comment-body-top {
  padding: 20px !important;
  border-bottom: 1px solid #d9d9d9 !important;
  display: flex;
  justify-content: space-between;
}

.comments-list .comment-body .comment-body-bottom {
  padding: 20px !important;
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.comments-list .children {
  padding-top: 15px !important;
}

.comments-list .comment-body .comment-body-top .comment-meta.commentmetadata {
  text-align: right;
}

.comments-list .comment-body .comment-body-bottom .reply {
  margin-top: 20px !important;
  text-align: right !important;
}

.comments-list .comment-body .comment-body-bottom .reply a {
  color: #eb9d20 !important;
  text-align: right !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 100% !important; /* 14px */
  text-decoration-line: underline !important;
}

.comments-list .comment-body .comment-body-bottom .reply .dashicons.dashicons-editor-break {
  display: none;
}

.comment-meta.commentmetadata .stars-avg-rating {
  display: flex;
  align-items: flex-start;
  margin: 5px 0 0 0;
}

.comment-meta.commentmetadata .stars-avg-rating .rating-text {
  padding-top: 5px;
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comment-meta.commentmetadata .rating-stars i {
  margin-right: 5px;
}

.comments-list .children {
  background-image: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9Ijk5IiB2aWV3Qm94PSIwIDAgNiA5OSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTMgMFY5Ni4xMTY1IiBzdHJva2U9IiNEOUQ5RDkiLz4KICA8ZWxsaXBzZSBjeD0iMyIgY3k9Ijk2LjExNjUiIHJ4PSIzIiByeT0iMi44ODM1IiBmaWxsPSIjRUI5RDIwIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-left: 12px;
}

.comments-list .comment-body .comment-author cite {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  line-height: 16px;
}

.comments-list .comment-body .comment-author.vcard .comment-author-email {
  color: #6610f2;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-decoration-line: underline;
  margin-top: 12px;
}

.blog-post-comment .comment-respond {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 30px 0;
}

.blog-post-comment .comment-respond form > *,
.blog-post-comment .comment-respond h3 {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-post-comment .comment-respond .commentform-bottom {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

.blog-post-comment .comment-respond .form-control {
  border-radius: 5px !important;
  border: 1px solid #d9d9d9 !important;
}

.blog-post-comment .stars-avg-rating .rating-stars {
  margin-right: 3px;
}

.comments-list {
  margin-bottom: 30px !important;
}

.blog-post-comment .comment-respond {
  margin-top: 0px !important;
}

.comments-list .comment-body .comment-author.vcard {
  margin-right: 15px;
}

.comment-form .acf-comment-fields.acf-fields {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  /* padding: 12px 30px; */
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 30px;
  background: #eb9d20;
  width: 240px;
  height: 60px;
}

.blog-post-comment .comment-respond h3 {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#stars-rating-review .br-widget a:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMEwxNS40Mzg5IDguNDU0OTJMMjQuMzg4MiA4LjYzNzI5TDE3LjI1NTMgMTQuMDQ1MUwxOS44NDczIDIyLjYxMjdMMTIuNSAxNy41TDUuMTUyNjggMjIuNjEyN0w3Ljc0NDcyIDE0LjA0NTFMMC42MTE3OTQgOC42MzcyOUw5LjU2MTA3IDguNDU0OTJMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4=") !important;
}

#stars-rating-review .br-widget a.br-active:after,
#stars-rating-review .br-widget a.br-selected:after {
  content: url("data:image/svg+xml; base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgOS41NTAwN0w1IDkuNDUwMDdWMTMuNTMzNEwwIDkuNTUwMDdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQogIDxwYXRoIGQ9Ik0xMi41IDBMMTUgNy41ODMzMVYyMS4xODMzTDEyLjUgMTkuMzQ5OUwxMCAyMS4xODMzVjcuNTgzMzFMMTIuNSAwWiIgZmlsbD0iI0Q5RDlEOSIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNEOUQ5RDkiLz4NCiAgPHBhdGggZD0iTTUgOS40NTAwN1YxMy41MzM0TDAgOS41NTAwN0w1IDkuNDUwMDdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xMCA3LjU4MzM3VjIxLjE4MzNMNSAyNC44MzMzTDQuNzY2IDI1TDUgMjQuMkw3LjUgMTUuNTMzM0w1IDEzLjUzMzRWOS40NTAwM0w5LjQxNiA5LjM1MDAzTDEwIDcuNTgzMzdaIiBmaWxsPSIjRUI5RDIwIi8+DQogIDxwYXRoIGQ9Ik0xNSA3LjU4MzMxVjIxLjE4MzNMMTIuNSAxOS4zNDk5TDEwIDIxLjE4MzNWNy41ODMzMUwxMi41IDBMMTUgNy41ODMzMVoiIGZpbGw9IiNFQjlEMjAiLz4NCiAgPHBhdGggZD0iTTIwLjIzMyAyNUwyMCAyNC44MzMzTDE1IDIxLjE4MzNWNy41ODMzN0wxNS41ODMgOS4zNTAwM0wyMCA5LjQ1MDAzVjEzLjUzMzRMMTcuNSAxNS41MzMzTDIwIDI0LjJMMjAuMjMzIDI1WiIgZmlsbD0iI0VCOUQyMCIvPg0KICA8cGF0aCBkPSJNMjUgOS41NTAwN0wyMCAxMy41MzM0VjkuNDUwMDdMMjUgOS41NTAwN1oiIGZpbGw9IiNFQjlEMjAiLz4gPC9zdmc+") !important;
}

.comment-form .comment-form-rating {
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  padding-bottom: 30px;
}

.comment-form .comment-form-rating .comment-form-rating-text {
  margin-right: 30px;
}

.comment-form {
  padding-top: 30px;
}

#comment-form-agree input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
}

#comment-form-agree input[type="checkbox"]:checked::before {
  content: "\2714"; /* Оранжевая галочка */
  display: block;
  text-align: center;
  line-height: 20px; /* Позиционирование галочки по вертикали */
  color: orange; /* Цвет галочки */
  font-weight: bold;
}

.comment-form #stars-rating-review .br-widget a {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-single .post-rating .stars-avg-rating {
    margin-top: 10px;
    text-align: center;
  }
  .comments-list .comment-body .comment-body-top {
    padding-bottom: 0px !important;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .comments-list .comment-body .comment-author.vcard,
  .comments-list .comment-body .comment-body-top .comment-meta.commentmetadata {
    margin-bottom: 20px;
  }
  .comments-list .comment-body .comment-author cite {
    justify-content: center;
  }
  .comments-list .comment-body .comment-author.vcard .comment-author-email,
  .comments-list .comment-body .comment-body-top .comment-meta.commentmetadata .comment-meta-date {
    /* text-align: center; */
  }
  .comment-form .commentform-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 340px) {
  .comment-form .comment-form-rating .comment-form-rating-text {
    margin-right: 12px;
  }
  .comments-list .comment-body .comment-body-top {
    padding: 10px !important;
  }
  .comment-form #stars-rating-review .br-widget a {
    margin-right: 9px;
  }
}

/* FILTER */

.wpc-filters-range-wrapper input[type="number"],
.wpc-orderby-select {
  background: #ffffff;
  border-radius: 30px !important;
  border: 1px solid #d9d9d9 !important;
  padding-left: 15px;
  height: 30px;
  font-size: 14px;
  line-height: 16px;
}

.wpc-filters-range-wrapper input:-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wpc-filters-range-min-column,
.wpc-filters-range-max-column {
  position: relative;
}

.wpc-filters-range-wrapper input[type="number"].filter_leverage_landscapes {
  padding-left: 27px;
}

.wpc-filters-range-wrapper .filter_leverage_landscapes_pre {
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 14px;
  line-height: 16px;
}

.wpc-filter-range-form.wpc-filter-range-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label {
  width: 100%;
  justify-content: space-between;
}

.wpc-custom-selected-terms:not(.wpc-show-on-mobile) {
  display: block !important;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  display: flex;
  flex-wrap: wrap;
}

.wpc-filters-section {
  margin-bottom: 30px !important;
  position: relative !important;
}

.wpc-filters-widget-main-wrapper input[type="checkbox"],
.wpc-filters-widget-main-wrapper input[type="radio"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative !important;
  border: 1px solid #d9d9d9 !important;
  background: #ffffff !important;
  border-radius: 5px !important;
}

.wpc-filters-widget-main-wrapper input[type="radio"]:after,
.wpc-filters-widget-main-wrapper input[type="checkbox"]:after {
  content: "";
  opacity: 0 !important;
  display: block !important;
  left: 5.25px !important;
  top: 5.25px !important;
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 0px !important;
  background: #eb9d20 !important;
  box-sizing: content-box !important;
  transform: unset !important;
  border: none !important;
}

.wpc-filters-widget-main-wrapper input[type="radio"]:checked:after,
.wpc-filters-widget-main-wrapper input[type="checkbox"]:checked:after {
  opacity: 1 !important;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label,
.widget-area li.wpc-term-item label {
  /*display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    margin-left: 0;
    line-height: 1.3;*/
  padding-left: 15px !important;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item input[type="checkbox"],
.wpc-filters-widget-main-wrapper li.wpc-term-item input[type="radio"] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  min-height: 24px;
}
body .wpc-filters-widget-main-wrapper li.wpc-term-item {
  margin-bottom: 15px !important;
}

body .wpc-filters-widget-main-wrapper li.wpc-term-item a {
  color: #646464 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

body .wpc-filters-widget-main-wrapper li.wpc-term-item.wpc-term-selected a {
  color: #eb9d20 !important;
  font-weight: 700 !important;
}

.wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-header .widget-title {
  color: #1e1e31 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  padding-bottom: 10px !important;
}
.wpc-filters-widget-main-wrapper .wpc-filter-set-widget-title .widget-title {
  color: #1e1e31 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px !important;
}

/* FILTER END */

@media (max-width: 991px) {
  .sidebar {
    margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .post-single .post-header {
    display: block;
  }
  .post-single .post-header div {
    justify-content: center;
  }
  .post-single .post-header .post-image {
    max-width: none;
  }
}

@media (max-width: 460px) {
  .post-single .post-header div.contacts div {
    justify-content: left;
  }
}

/* CONTACT FORM */

div.wpforms-container-full .wpforms-confirmation-container-full {
  border: 1px solid #4dca00 !important;
  border-left: 5px solid #4dca00 !important;
  background: rgba(68, 223, 84, 0.05) !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full .success {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

div.wpforms-container-full .wpforms-confirmation-container-full .success-img {
  padding-right: 30px;
}

div.wpforms-container-full .wpforms-confirmation-container-full .success .success-title {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}

/* CONTACT FORM END */

:target {
  scroll-margin-top: 100px;
}

/* HEADER */

#menu-header > li.current-menu-item > span {
  color: #eb9d20 !important;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e31;
  padding: 0px 15px 0px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.qoxag-widget-logo.logo span {
  display: inline-block;
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .elementor-703 .elementor-element.elementor-element-640db26 .elementskit-navbar-nav > li > a,
  .elementor-703 .elementor-element.elementor-element-640db26 .elementskit-navbar-nav > li > span.active {
    padding: 0px 8px 0px 8px !important;
  }
}

@media (max-width: 1024px) {
  .elementskit-navbar-nav > li > span.active {
    border-bottom: 1px solid #eaeaea;
    padding: 15px !important;
  }
}

/* HEADER END */

ul#menu-header ul.elementskit-dropdown {
  display: flex;
  flex-wrap: wrap;
  min-width: 294px;
  padding: 10px;
}

ul#menu-header ul.elementskit-dropdown li {
  width: 33.3333%;
}

ul#menu-header ul.elementskit-dropdown li.all-link-menu {
  width: 100%;
}

ul#menu-header ul.elementskit-dropdown li > .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px !important;
  margin: 0 !important;
  border: 0 !important;
  display: block !important;
}

ul#menu-header ul.elementskit-dropdown li.all-link-menu a {
  color: #eb9d20;
  text-decoration: underline;
}

ul#menu-header ul.elementskit-dropdown li.all-link-menu a:hover {
  text-decoration: none;
}

ul#menu-header ul.elementskit-dropdown li > .dropdown-item:hover {
  text-decoration: underline;
}

ul#menu-header > li:nth-child(2) > ul.elementskit-dropdown li {
  width: 100%;
}

ul#menu-header > li:nth-child(3) > ul.elementskit-dropdown {
  min-width: 560px;
}

ul#menu-header ul.elementskit-dropdown ul.elementskit-dropdown {
  min-width: auto !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  pointer-events: auto;
  padding: 0 !important;
  box-shadow: none !important;
  flex-direction: column;
}

ul#menu-header ul.elementskit-dropdown ul.elementskit-dropdown li {
  width: 100%;
}

ul#menu-header ul.elementskit-dropdown li button.sub-menu-toggle {
  display: none !important;
}

ul#menu-header ul.elementskit-dropdown li .icon-down-arrow1 {
  display: none;
}

ul#menu-header > li:nth-child(3) > ul.elementskit-dropdown > li > a:not(.all-link-menu).dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #a4a4a4;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  ul#menu-header ul.elementskit-dropdown li > .dropdown-item {
    width: 100% !important;
  }

  ul#menu-header ul.elementskit-dropdown li {
    width: 100%;
  }

  ul#menu-header ul.elementskit-dropdown {
    display: none;
  }

  ul#menu-header ul.elementskit-dropdown.elementskit-dropdown-open {
    display: block;
  }

  ul#menu-header > li:nth-child(3) > ul.elementskit-dropdown {
    min-width: auto;
  }

  ul#menu-header ul.elementskit-dropdown ul.elementskit-dropdown {
    display: flex !important;
    position: static !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  button.elementskit-menu-hamburger.elementskit-menu-toggler {
    background: #6610f2;
    height: 50px !important;
    width: 50px !important;
  }

  button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    height: 2px;
    background: #fff !important;
    width: 20px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .ekit-offcanvas-toggle-wraper {
    margin-top: 6px;
  }
}
.frontpage-hero__img img {
  max-height: max-content;
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .frontpage-hero__img {
    margin-top: 30px;
  }
}

.h-text__content {
  display: none;
}

.brokers-col {
  border-bottom: 3px solid #4dca00;
  padding: 40px;
  width: calc((100% - 60px) / 3);
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.brokers-nav__frontpage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.h-text {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.brokers-head__img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 20px;
}

.brokers-head__title {
  display: block;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e31;
  margin-bottom: 20px;
}

.brokers-head__arrow {
  display: block;
}

.brokers-head {
  cursor: pointer;
}

ul.brokers-body {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.brokers-body a {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
  padding: 10px 0;
}

.brokers-head .brokers-head__title:hover {
  text-decoration: none;
}

.brokers-head__arrow svg {
  display: block;
  margin: auto;
}

.brokers-body__content {
  margin-top: 10px;
  display: none;
}

ul.brokers-body a:hover {
  text-decoration: underline;
}

.brokers-head.active + .brokers-body__content {
  display: block;
}

.brokers-head.active .brokers-head__arrow svg {
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  ul#menu-header > li:hover > ul.elementskit-dropdown {
    display: flex;
  }

  ul#menu-header > li > ul.elementskit-dropdown {
    display: none;
  }
}
@media (min-width: 1024px) {
  .h-text:hover .h-text__content {
    display: block;
  }
}

.comment-meta-cheater-custom__text {
  position: absolute;
  padding: 15px 5px;
  font-size: 12px;
  line-height: 15px;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  width: 330px;
  top: -85px;
  right: -26px;
  text-align: center;
  color: #646464;
  display: none;
}

.comment-meta-cheater-custom__text:after {
  content: "";
  width: 8px;
  height: 4px;
  background: url('data:image/svg+xml,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0L4 4L0 0H8Z" fill="white"/></svg>')
    no-repeat center center;
  position: absolute;
  bottom: -4px;
  right: 51px;
}

@media (min-width: 1024px) {
  .comment-meta-cheater-custom:hover .comment-meta-cheater-custom__text {
    display: block;
  }
}
@media (max-width: 1024px) {
  .comment-meta-cheater-custom.active .comment-meta-cheater-custom__text {
    display: block;
  }
}
.h-text__content {
  padding: 15px 50px 15px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  right: -15px;
  top: -15px;
  position: absolute;
  width: 243px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  text-align: left;
}

.h-text__icon {
  position: relative;
  z-index: 3;
}

.brokers-body__toggle {
  display: block;
  width: 100%;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 15px;
  background: #6610f2;
  border-radius: 3px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.brokers-body__toggle + .brokers-body {
  margin-top: 10px;
}

.brokers-body__filter {
  margin-top: 10px;
}
.section-padding {
  padding-bottom: 60px;
}
.brokers-body__toggle:after {
  content: "";
  position: absolute;
  right: 15px;
  background: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0L5.00058 4.99942L0 4.37114e-07L3.25924 2.94648e-07L5.00058 1.74249L6.74191 1.42416e-07L10 0Z" fill="white"/></svg>')
    no-repeat center center;
  width: 14px;
  height: 14px;
}

.brokers-body__filter.active .brokers-body__toggle:after {
  transform: rotate(-180deg);
}

.brokers-body__filter ul.brokers-body {
  display: none;
}

.brokers-body__filter.active .brokers-body {
  display: block;
}
.brokers-body__content--last {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .brokers-col {
    width: 100%;
    padding: 15px;
  }

  .brokers-body__content {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

.brokers-grid .swiper {
  width: 100%;
}
.brokers-grid {
  position: relative;
  overflow: hidden;
}
.brokers-grid .swiper-slide {
  user-select: none;
}

.brokers-grid .swiper-scrollbar {
  height: 5px !important;
  background: #d9d9d9 !important;
  border-radius: 4px !important;
  max-width: 360px !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.brokers-grid .swiper-scrollbar-drag {
  background: #6610f2 !important;
  border-radius: 4px !important;
}

.brokers-grid .swiper-slide {
  max-width: 360px;
}
.brokers-grid .swiper-container-horizontal > .swiper-scrollbar {
  position: static !important;
  margin-top: 30px !important;
}
.brokers-section__title {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e31;
}

.brokers-section__desc {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e31;
}

.brokers-section__intro-text {
  margin: auto;
  margin-bottom: 30px;
  max-width: 547px;
  padding-right: 190px;
  background: url('data:image/svg+xml,<svg width="168" height="42" viewBox="0 0 168 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M159.293 41.7071C159.683 42.0976 160.317 42.0976 160.707 41.7071L167.071 35.3431C167.462 34.9526 167.462 34.3195 167.071 33.9289C166.681 33.5384 166.047 33.5384 165.657 33.9289L160 39.5858L154.343 33.9289C153.953 33.5384 153.319 33.5384 152.929 33.9289C152.538 34.3195 152.538 34.9526 152.929 35.3431L159.293 41.7071ZM0 2H155V0H0V2ZM159 6V41H161V6H159ZM155 2C157.209 2 159 3.79086 159 6H161C161 2.68629 158.314 0 155 0V2Z" fill="%234DCA00"/></svg>')
    no-repeat right center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e31;
}

.brokers-section__intro-text span,
.brokers-section__intro-text a {
  padding: 5px 10px;
  background: #4dca00;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
}
.brokers-section__intro-text a:hover {
  text-decoration: underline;
}

.qoxag-grid-single.qoxag-grid-single--new {
  padding: 15px;
  border-color: #d9d9d9 !important;
}

.qoxag-grid-single.qoxag-grid-single--new .post-thumbnail {
  margin-bottom: 20px !important;
}

.qoxag-grid-single.qoxag-grid-single--new .post-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.qoxag-grid-single.qoxag-grid-single--new .reviews-count {
  top: 20px;
  right: 20px;
}

a.btn-orange,
.btn-orange {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff !important;
  padding: 15px 30px;
  background: #eb9d20;
  border-radius: 30px;
  display: inline-block;
  border: 0;
}

a.btn-orange:hover,
.btn-orange:hover {
  text-decoration: underline;
}

.brokers-section__section-action {
  text-align: center;
  margin-top: 30px;
}

.qoxag-grid-single.qoxag-grid-single--min .post-rating {
  margin-bottom: 0;
}

.qoxag-grid-single.qoxag-grid-single--new .post-cat:hover {
  text-decoration: underline;
}

.full-post-link:hover {
  text-decoration: none !important;
}

.post-heading a {
  background-size: 100% 2px !important;
}
.post-heading a:hover {
  background-size: 0% 2px !important;
}

@media (max-width: 1200px) {
  .swiper.scroll-swiper .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
  }

  .swiper.scroll-swiper .swiper-wrapper .swiper-slide {
    width: calc(33.3333% - 20px);
    margin-bottom: 30px !important;
  }

  .swiper.scroll-swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .swiper.scroll-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-right: 0 !important;
  }
  .brokers-grid .swiper.scroll-swiper .swiper-slide {
    max-width: 100%;
  }
  .qoxag-grid-single.qoxag-grid-single--new {
    margin: auto !important;
  }
}
@media (max-width: 768px) {
  .brokers-section__intro-text {
    background: 0;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
    max-width: 260px;
    margin-left: 0;
  }

  .brokers-section__title {
    font-size: 21px;
    line-height: 24px;
  }
}

.btn-orange.btn-orange-secondary {
  padding: 15px 17px;
}

.about-box {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.about-image {
  flex: 0 0 auto;
  margin-right: 30px;
}

.about-content__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  text-transform: capitalize;
  color: #1e1e31;
  margin-bottom: 30px;
}

.about-content__content {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.swiper-buttons-grid {
  padding: 0 70px;
  margin: 0 -70px;
}

.swiper-buttons-grid .swiper-button-prev {
  left: 0;
  width: 50px;
  background-image: url('data:image/svg+xml,<svg width="41" height="15" viewBox="0 0 41 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292892 8.07112C-0.0976295 7.6806 -0.0976295 7.04743 0.292892 6.65691L6.65685 0.292946C7.04738 -0.0975785 7.68054 -0.0975785 8.07107 0.292946C8.46159 0.68347 8.46159 1.31664 8.07107 1.70716L2.41422 7.36401L8.07107 13.0209C8.46159 13.4114 8.46159 14.0446 8.07107 14.4351C7.68054 14.8256 7.04738 14.8256 6.65685 14.4351L0.292892 8.07112ZM41 7.36401V8.36401H1V7.36401V6.36401H41V7.36401Z" fill="%23D9D9D9"/></svg>');
}

.swiper-buttons-grid .swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-buttons-grid .swiper-button-next {
  right: 0;
  width: 50px;
  background-image: url('data:image/svg+xml,<svg width="41" height="15" viewBox="0 0 41 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.7071 8.07112C41.0976 7.6806 41.0976 7.04743 40.7071 6.65691L34.3431 0.292946C33.9526 -0.0975785 33.3195 -0.0975785 32.9289 0.292946C32.5384 0.68347 32.5384 1.31664 32.9289 1.70716L38.5858 7.36401L32.9289 13.0209C32.5384 13.4114 32.5384 14.0446 32.9289 14.4351C33.3195 14.8256 33.9526 14.8256 34.3431 14.4351L40.7071 8.07112ZM0 7.36401V8.36401H40V7.36401V6.36401H0V7.36401Z" fill="%23D9D9D9"/></svg>');
}

@media (max-width: 1300px) {
  .swiper-buttons {
    display: none;
  }

  .swiper-buttons-grid {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .about-box {
    flex-direction: column;
    text-align: center;
  }

  .about-content__title {
    font-size: 21px;
    line-height: 25px;
  }

  .about-content__content {
    font-size: 18px;
    line-height: 26px;
  }
  .about-content .btn-orange-secondary {
    width: 100%;
    max-width: 290px;
  }

  .about-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .swiper-scrollbar.swiper-scrollbar1 {
    display: none;
  }
}

.site-footer__content {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}

.site-footer__logo {
  flex: 0 0 auto;
  margin-right: 30px;
}

.footer-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-disclaimer {
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #646464;
}

.footer-nav ul a,
.footer-nav ul span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
  color: #1e1e31;
  display: block;
  margin-right: 40px;
}

.site-footer__right {
  font-family: "Roboto", sans-serif;
}

.footer-nav ul a:hover,
.footer-nav ul span {
  text-decoration: none;
}

.footer-disclaimer p {
  margin: 0;
}

@media (max-width: 1024px) {
  .site-footer__content {
    flex-direction: column;
    justify-content: center;
  }

  .site-footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer-nav ul {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-nav ul a,
  .footer-nav ul span {
    margin-right: 0;
    padding: 6px 0;
  }
}

.qoxag-grid-single.thumb-top .post-thumbnail {
  max-width: 150px;
  max-height: 150px;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 150px;
}

.qoxag-grid-single.thumb-top .post-thumbnail img {
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}

.qoxag-grid-single.thumb-top .post-thumbnail:hover img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

ul.breadcrumbs-dropdown__list {
  display: flex;
  flex-direction: column-reverse;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 5px;
}

ul.breadcrumbs-dropdown__list.open {
  display: flex;
}

ul.breadcrumbs-dropdown__list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e1e31;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

ul.breadcrumbs-dropdown__list li:first-child a {
  margin: 0;
  padding: 0;
  border: 0;
}

.breadcrumbs-dropdown__btn {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  background: #fff
    url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0012 0L5.00122 5L6.96182e-05 4.37164e-07L3.25969 2.94682e-07L5.00122 1.74269L6.74276 1.42432e-07L10.0012 0Z" fill="%23EB9D20"/></svg>')
    no-repeat 97% center;
  text-align: left;
  padding-right: 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs-dropdown__btn.active {
  background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0012 5L5.00122 0L6.96182e-05 5L3.25969 5L5.00122 3.25731L6.74276 5L10.0012 5Z" fill="%23EB9D20"/></svg>');
}

.breadcrumbs-dropdown {
  display: none;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.brs-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #646464;
  gap: 15px;
}

.brs-list a {
  text-decoration: underline;
  color: #646464;
}

#main-content .nobanner-breadcrumb {
  padding: 0;
  border: 0;
  margin-bottom: 30px;
}

.brs-list span:last-child {
  font-weight: bold;
}
@media (max-width: 768px) {
  .brs-list {
    display: none;
  }
  .breadcrumbs-dropdown {
    display: block;
  }
}

.category-short-desc {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.category-short-desc__btn {
  flex: 0 0 auto;
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #646464;
}

.category-short-desc__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #646464;
}

.category-short-desc__text p:last-child {
  margin-bottom: 0;
}

.category-faq__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1e1e31;
  margin-bottom: 30px;
}

.full-text-category {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #646464;
}

html.fonts-loaded .full-text-category h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1e1e31;
  margin-bottom: 30px;
}

.category-faq__question {
  padding: 15px;
  background: #646464;
  border-radius: 5px;
  color: #fff;
  padding-right: 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}

.category-faq__question:after {
  content: "";
  width: 20px;
  height: 20px;
  right: 15px;
  background: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.001 0L5.00098 5L-0.000174522 4.37164e-07L3.25944 2.94682e-07L5.00098 1.74269L6.74251 1.42432e-07L10.001 0Z" fill="white"/></svg>')
    no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.category-faq__answer {
  padding: 15px;
  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0px 0px 5px 5px;
  margin-top: -3px;
  display: none;
}

.category-faq__answer p:last-child {
  margin-bottom: 0;
}

.category-faq__item {
  margin-bottom: 2px;
}

.category-faq__question.active {
  background: #eb9d20;
  border-radius: 5px 5px 0px 0px;
}

.category-faq__question.active::after {
  transform: rotate(-180deg);
}

.full-text-category ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.full-text-category ul li:not(.pc-item) {
  position: relative;
  padding-left: 40px;
  margin-left: 30px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.full-text-category ul li:not(.pc-item)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background-color: #6610f2;
  border-radius: 50%;
}

.full-text-category ol {
  counter-reset: section;
  list-style: none;
  padding-left: 0;
  margin-left: 35px;
}

.full-text-category ol li:not(.pc-item) {
  counter-increment: section;
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.full-text-category ol li:not(.pc-item)::before {
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #6610f2;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.wpc-filters-open-button-container {
  display: none !important;
}

.mobile-sticky-menu {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #fff;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .mobile-sticky-menu.is-fixed {
    position: fixed;
    z-index: 99999;
  }
}

.mobile-sticky-menu .menu-btn {
  padding: 5px 0;
  border: 0;
  background: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #1e1e31;
  border-bottom: 2px solid transparent;
}

.mobile-sticky-menu .menu-btn .wpc-icon-html-wrapper {
  display: none;
}

.admin-bar .mobile-sticky-menu {
  top: 46px;
}

.mobile-sticky-menu .menu-btn.active {
  border-color: #eb9d20;
}
@media (max-width: 768px) {
  body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
    display: block !important;
  }

  .category #sidebar:not(.active) {
    display: none;
  }
}
.category-faq {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .full-text-category ul li:not(.pc-item) {
    margin-left: 0;
  }

  .full-text-category ol {
    margin-left: 0;
  }

  .category-short-desc {
    flex-direction: column;
  }

  .category-short-desc__btn {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .category-short-desc__btn #btn-scroll {
    width: 100%;
    text-align: center;
  }
}

.post-content-blank .qoxag-grid-single {
  padding: 15px !important;
}

.post-content-blank .qoxag-grid-single.thumb-top .post-thumbnail {
  margin-bottom: 15px !important;
}

.category-layout .post-content-blank .post-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  color: #1e1e31;
  margin-bottom: 20px !important;
}

.expert-rating__show-txt {
  display: none;
  position: absolute;
  padding: 15px 5px;
  font-size: 14px;
  line-height: 16px;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  width: 215px;
  top: -58px;
  right: -26px;
  text-align: center;
  color: #646464;
}

.expert-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.expert-rating__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 15px;
  margin-right: 10px;
  background: #df4444;
  border-radius: 3px;
}

.expert-rating__show-text svg {
  display: block;
  cursor: pointer;
}

.post-content-blank .rating-stars i {
  margin-right: 10px;
}

.post-content-blank .stars-avg-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.post-content-blank .rating-text {
  padding-bottom: 0;
}

.post-content-blank i.fa.stars-style-solid.rated-0_15 {
  transform: scale(1.14);
}

.post-content-blank span.rating-stars {
  padding-top: 9px;
}

.expert-rating__show-text {
  position: relative;
}

.expert-rating__show-text:hover:hover .expert-rating__show-txt {
  display: block;
}

.expert-rating__show-txt a,
.expert-rating__show-txt span {
  color: #6610f2;
}

.expert-rating__show-txt a {
  text-decoration: underline;
}

.expert-rating__show-txt:after {
  content: "";
  width: 8px;
  height: 4px;
  background: url('data:image/svg+xml,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0L4 4L0 0H8Z" fill="white"/></svg>')
    no-repeat center center;
  position: absolute;
  bottom: -4px;
  right: 32px;
}

.expert-rating__show-txt {
}

.hars-params {
  margin-top: 20px;
}

.post-content-blank__btn-more {
  margin-top: auto;
}

.post-content-blank .qoxag-grid-single.thumb-top .post-thumbnail {
  flex: 0 0 auto;
}

.post-content-blank .qoxag-grid-single {
  height: 100%;
  position: relative;
}

.hars-params__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.hars-params__right {
  flex: 0 0 auto;
  margin-left: auto;
  color: #6610f2;
  font-weight: 700;
}

.hars-params__left {
}

.post-content-blank__link {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #eb9d20;
}

.post-content-blank__link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
}

.expert-rating__show-text {
  z-index: 16;
}

.post-content-blank__link:hover {
  text-decoration: none;
}

.expert-rating__show-txt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 20px;
}

.expert-rating__show-text:hover path {
  fill: #df4444;
}
.popup-single {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popup-single.active {
  display: flex;
}

.popup-single-content {
  width: 100%;
  max-width: 640px;
  max-height: 940px;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  animation: popupShow 0.25s ease;
}

.popup-single-content__scroll {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-right: 30px;
}
@keyframes popupShow {
  from {
    transform: translateY(20px) scale(0.97);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* scrollbar */
.popup-single-content__scroll::-webkit-scrollbar {
  width: 6px;
}

.popup-single-content__scroll::-webkit-scrollbar-track {
  background: #e5e5e5; /* серая линия */
  border-radius: 10px;
}

.popup-single-content__scroll::-webkit-scrollbar-thumb {
  background: #eb9d20;
  border-radius: 10px;
}

.popup-single-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  z-index: 99999;
}

/* mobile */
@media (max-width: 640px) {
  .popup-single {
    padding: 0;
  }

  .popup-single-content {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
}

.loadin-spinner svg {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.popup-single-content__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: capitalize;
  color: #1e1e31;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-top: 6px;
}

.popup-single-content__top-row {
  display: flex;
  align-items: center;
}

.popup-single-content__thumb {
  border: 1px solid #d9d9d9;
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-right: 30px;
  flex: 0 0 auto;
}

.popup-single-content__thumb img {
  object-fit: cover;
  position: absolute;
  height: 100% !important;
  width: 100%;
  padding: 5px;
}

.popup-single-content__right {
  width: 100%;
}

.popup-single-content__params .hars-params__item {
  margin-bottom: 15px;
}

.popup-single-content__ratings .stars-avg-rating {
  justify-content: flex-start;
}

.popup-single-content__ratings .stars-avg-rating span.rating-text {
  font-weight: 700;
  font-size: 16px;
}

.popup-single-content__params {
  border-top: 1px solid #d9d9d9;
}

span.popup-single-content__params-link {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  text-transform: capitalize;
  color: #eb9d20;
}

.popup-single-content__params-link:hover {
  text-decoration: none;
}

.popup-single-content__params-hide {
  display: none;
}
.popup-single-content__params-hide.active {
  display: block;
}

.hars-params__left {
  flex: 0 0 auto;
}

.hars-params__right {
  max-width: 120px;
  text-align: right;
}

.popup-single-content__content-head-t {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #1e1e31;
}

.popup-single-content__content-author {
  margin-top: 30px;
}

.popup-single-content__content-recomend {
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 5px 10px;
  background: #df4444;
  margin-top: 8px;
}

.popup-single-content__content-head {
  margin-bottom: 30px;
  padding-right: 190px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg width="168" height="42" viewBox="0 0 168 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M159.293 41.7071C159.683 42.0976 160.317 42.0976 160.707 41.7071L167.071 35.3431C167.462 34.9526 167.462 34.3195 167.071 33.9289C166.681 33.5384 166.047 33.5384 165.657 33.9289L160 39.5858L154.343 33.9289C153.953 33.5384 153.319 33.5384 152.929 33.9289C152.538 34.3195 152.538 34.9526 152.929 35.3431L159.293 41.7071ZM0 1V2H155V1V0H0V1ZM160 6H159V41H160H161V6H160ZM155 1V2C157.209 2 159 3.79086 159 6H160H161C161 2.68629 158.314 0 155 0V1Z" fill="%23D9D9D9"/></svg>')
    no-repeat right center;
}

.popup-single-content__content-th {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 150px;
  margin-right: 15px;
  flex: 0 0 auto;
}

.popup-single-content__content-aut {
  background: url('data:image/svg+xml,<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.1739 0C3.22207 0 0 3.21429 0 7.1739C0 10.8385 2.81056 13.9053 6.38196 14.3012C6.47518 15.8618 5.92391 17.3447 4.72051 18.7189C4.44097 19.0373 4.47206 19.5264 4.79814 19.8137C4.94565 19.9379 5.12421 20 5.31058 20C5.50468 20 5.69878 19.9301 5.8463 19.7826C5.91615 19.7438 6.07921 19.6894 6.17237 19.6506C6.31988 19.5963 6.45963 19.5497 6.55279 19.4953C9.68165 17.9115 12.0807 15.5668 13.3152 12.8959C14.0295 11.3432 14.4255 9.52641 14.4255 7.81832C14.4255 7.58541 14.4177 7.35245 14.4022 7.11955C14.1459 3.19098 10.9006 0 7.1739 0Z" fill="%23D9D9D9"/><path d="M23.8043 0C19.8524 0 16.6304 3.21429 16.6304 7.1739C16.6304 10.8385 19.4409 13.9053 23.0202 14.3012C23.1056 15.8618 22.5543 17.3447 21.3587 18.7189C21.0714 19.0373 21.1102 19.5264 21.4285 19.8137C21.576 19.9379 21.7624 20 21.941 20C22.1351 20 22.3292 19.9301 22.4844 19.7826C22.5465 19.7438 22.7096 19.6894 22.8027 19.6506C22.958 19.5963 23.09 19.5497 23.1909 19.4953C26.3121 17.9115 28.7111 15.5668 29.9456 12.8959C30.6599 11.3432 31.0558 9.52641 31.0558 7.81832C31.0558 7.58541 31.0481 7.35245 31.0325 7.11955C30.7763 3.19098 27.5387 0 23.8043 0Z" fill="%23D9D9D9"/></svg>')
    no-repeat left top;

  margin-bottom: 30px;
}
.popup-single-content__content-aut-wr {
  display: flex;
  align-items: center;
}

.popup-single-content__content-th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-layout--author-page {
  margin-top: 40px;
}

.category-layout--author-page .page-style-template__title {
  font-size: 26px !important;
  margin-bottom: 20px;
}
.popup-single-content__content-cont {
  width: 100%;
  padding: 20px 0;
  padding-right: 100px;
  background: url('data:image/svg+xml,<svg width="90" height="40" viewBox="0 0 90 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5512 16.1593L16.5312 16.1793L16.5493 16.1593H16.5512Z" fill="%23D9D9D9"/><path d="M24.7528 23.315C23.8679 25.8328 22.111 27.9506 19.7999 29.2851C17.4888 30.6197 14.7763 31.0828 12.1534 30.5907C12.137 29.1228 12.5074 27.6764 13.2275 26.3971C13.9475 25.1178 14.9918 24.0507 16.2552 23.303L16.3872 23.227L16.4112 23.213C17.6731 22.5036 19.098 22.1351 20.5456 22.1439C21.9933 22.1527 23.4136 22.5384 24.6668 23.263L24.7528 23.315Z" fill="%23D9D9D9"/><path d="M9.07547 6.36174C7.8197 6.84955 6.63935 7.51277 5.56961 8.33166L7.45954 10.7996C8.29058 10.1564 9.20999 9.63641 10.1894 9.25562L9.07547 6.36174ZM24.8428 10.1396L22.6429 12.3395C24.0252 13.9289 24.9269 15.8787 25.2428 17.9613L28.3087 17.4953C27.8944 14.7582 26.6898 12.2017 24.8428 10.1396ZM14.2393 5.39978C12.5751 5.39944 10.9237 5.68979 9.35946 6.25775L10.4174 9.17363C13.1413 8.18206 16.1443 8.29111 18.7891 9.47761L20.215 6.71973C18.3422 5.85209 16.3033 5.40172 14.2393 5.39978ZM28.3547 17.7993L25.2788 18.1993C25.3428 18.6806 25.3748 19.1656 25.3748 19.6512C25.3746 20.2177 25.3311 20.7833 25.2448 21.3431L28.3107 21.7991C28.4204 21.0844 28.4752 20.3623 28.4747 19.6392C28.474 19.024 28.4339 18.4094 28.3547 17.7993ZM3.09171 19.6352C3.09432 17.9653 3.47114 16.3171 4.19448 14.812C4.91781 13.3068 5.96926 11.9829 7.27154 10.9376L5.33162 8.51965C4.6029 9.10866 3.93312 9.76706 3.3317 10.4856C0.90388 13.3797 -0.275026 17.1196 0.0542633 20.8828C0.383553 24.646 2.19407 28.1243 5.08763 30.5528L7.08755 28.1829L7.07555 28.1729C5.82713 27.1281 4.82329 25.8219 4.13492 24.3467C3.44655 22.8715 3.09043 21.2631 3.09171 19.6352ZM7.26354 28.3348L5.32162 30.7527C6.37092 31.5949 7.53449 32.2837 8.77748 32.7987L9.96543 29.9348C8.99369 29.5319 8.08401 28.9932 7.26354 28.3348Z" fill="%23D9D9D9"/><path d="M33.8463 4.19983L29.9085 8.14367L26.2906 8.69164L24.8427 10.1396L22.6428 12.3395L17.691 17.2913C18.0098 17.7598 18.2301 18.2883 18.3383 18.8446C18.4465 19.4009 18.4405 19.9733 18.3206 20.5272C18.2007 21.0811 17.9694 21.6048 17.6408 22.0666C17.3122 22.5283 16.8931 22.9183 16.409 23.2131L16.385 23.2271L16.2531 23.303C15.6433 23.6389 14.9593 23.8172 14.2632 23.8218C13.5671 23.8264 12.8808 23.6572 12.2667 23.3294C11.6525 23.0017 11.1299 22.5258 10.7462 21.9449C10.3625 21.3641 10.1299 20.6966 10.0695 20.0031C10.0091 19.3096 10.1227 18.612 10.4002 17.9735C10.6776 17.335 11.11 16.7759 11.6582 16.3469C12.2064 15.9179 12.8531 15.6325 13.5395 15.5166C14.2259 15.4007 14.9304 15.458 15.5891 15.6834L14.0431 18.6652L16.531 16.1793L25.1547 7.55569L25.7047 3.93984L29.6425 0L29.9745 3.87184L33.8463 4.19983Z" fill="%23D9D9D9"/><path d="M33.9505 37.3505L25.2568 28.6568C26.0386 27.7024 26.6927 26.6503 27.2027 25.5269C27.7005 24.4362 28.0567 23.2862 28.2627 22.1051L25.2068 21.5711C24.752 24.1525 23.402 26.491 21.394 28.1757C19.3859 29.8604 16.8484 30.7835 14.2273 30.7827C12.8457 30.7855 11.4759 30.5283 10.1894 30.0248L9.06348 32.9146C10.2785 33.3889 11.5531 33.6931 12.8513 33.8186C13.3086 33.8626 13.7693 33.8846 14.2333 33.8846C17.4324 33.8878 20.5391 32.8119 23.0509 30.8307L31.7626 39.5444C32.0543 39.8361 32.4499 40 32.8625 40C33.2751 40 33.6707 39.8361 33.9625 39.5444C34.2542 39.2526 34.4181 38.857 34.4181 38.4444C34.4181 38.0319 34.2542 37.6362 33.9625 37.3445L33.9505 37.3505Z" fill="%23D9D9D9"/><path d="M36.5261 16.5273C36.095 16.4123 35.6884 16.2199 35.3262 15.9594L35.8582 14.7794C36.1736 15.0047 36.5235 15.1776 36.8941 15.2914C37.281 15.421 37.686 15.4885 38.0941 15.4914C38.4347 15.5137 38.775 15.4447 39.08 15.2914C39.1746 15.2387 39.2531 15.1615 39.3073 15.0678C39.3615 14.9742 39.3894 14.8676 39.388 14.7594C39.3893 14.6828 39.373 14.607 39.3404 14.5376C39.3078 14.4683 39.2598 14.4073 39.2 14.3594C39.0566 14.2439 38.8923 14.157 38.716 14.1034C38.516 14.0394 38.2521 13.9674 37.9161 13.8895C37.4862 13.793 37.0628 13.6701 36.6481 13.5215C36.32 13.4011 36.0285 13.1978 35.8022 12.9315C35.555 12.6259 35.429 12.2401 35.4482 11.8475C35.444 11.4667 35.5556 11.0936 35.7682 10.7776C36.0077 10.4357 36.3421 10.1715 36.7301 10.0176C37.2298 9.81647 37.7656 9.72047 38.304 9.73562C38.7315 9.73498 39.1574 9.78737 39.572 9.89161C39.9545 9.98147 40.3203 10.1313 40.656 10.3356L40.172 11.5355C39.6059 11.1972 38.9614 11.0124 38.3021 10.9996C37.9656 10.9714 37.6281 11.0408 37.3301 11.1996C37.2332 11.2578 37.1532 11.3402 37.0978 11.4388C37.0424 11.5373 37.0135 11.6485 37.0141 11.7615C37.0135 11.8771 37.0493 11.9899 37.1164 12.084C37.1836 12.178 37.2786 12.2485 37.3881 12.2855C37.745 12.4344 38.1163 12.5463 38.496 12.6195C38.9257 12.7166 39.3491 12.8395 39.764 12.9875C40.0903 13.1075 40.3817 13.3068 40.612 13.5675C40.8604 13.8692 40.9867 14.2531 40.9659 14.6434C40.969 15.0219 40.8552 15.392 40.64 15.7034C40.3959 16.045 40.0584 16.3089 39.668 16.4633C39.1667 16.6635 38.6296 16.7588 38.0901 16.7433C37.5612 16.7457 37.0346 16.673 36.5261 16.5273Z" fill="%23D9D9D9"/><path d="M43.3999 16.2933C42.8548 16.0063 42.3995 15.5744 42.0839 15.0454C41.7694 14.4955 41.604 13.8729 41.604 13.2394C41.604 12.606 41.7694 11.9834 42.0839 11.4335C42.4 10.9044 42.8552 10.472 43.3999 10.1836C43.9802 9.87811 44.628 9.72337 45.2838 9.73359C45.8328 9.72487 46.3777 9.83044 46.8837 10.0436C47.3485 10.242 47.7597 10.5476 48.0837 10.9355L47.0837 11.8635C46.8781 11.6107 46.6181 11.4074 46.3231 11.2689C46.0281 11.1304 45.7057 11.0602 45.3798 11.0635C44.9882 11.0568 44.6016 11.1519 44.2578 11.3395C43.9338 11.5186 43.6669 11.7855 43.4879 12.1095C43.3065 12.456 43.2118 12.8413 43.2118 13.2325C43.2118 13.6236 43.3065 14.0089 43.4879 14.3554C43.6664 14.6798 43.9334 14.9469 44.2578 15.1254C44.5958 15.309 44.9751 15.4033 45.3598 15.3994C45.6858 15.4034 46.0085 15.3335 46.3036 15.195C46.5987 15.0564 46.8586 14.8528 47.0637 14.5994L48.0637 15.5274C47.7419 15.92 47.3303 16.2294 46.8637 16.4293C46.3572 16.6407 45.8126 16.7455 45.2638 16.7373C44.6152 16.747 43.9745 16.5943 43.3999 16.2933Z" fill="%23D9D9D9"/><path d="M53.4557 15.1754H50.3078L49.7078 16.6273H48.1079L51.1298 9.84961H52.6797L55.7096 16.6273H54.0637L53.4557 15.1754ZM52.9617 13.9854L51.8858 11.3855L50.8118 13.9854H52.9617Z" fill="%23D9D9D9"/><path d="M62.5755 16.6273L62.5655 12.5615L60.5655 15.9114H59.8596L57.8737 12.6495V16.6273H56.4077V9.84961H57.7057L60.2436 14.0614L62.7415 9.84961H64.0294L64.0474 16.6273H62.5755Z" fill="%23D9D9D9"/><path d="M40.1724 28.2468L38.8644 26.3589H37.4225V28.2468H35.8525V21.4691H38.7884C39.3251 21.4565 39.8584 21.5588 40.3524 21.7691C40.7686 21.9477 41.1237 22.2438 41.3743 22.6211C41.6192 23.0125 41.7437 23.4674 41.7323 23.929C41.7492 24.3867 41.6237 24.8385 41.3729 25.2218C41.1221 25.6051 40.7586 25.9011 40.3324 26.0689L41.8523 28.2468H40.1724ZM39.7724 23.047C39.4611 22.8229 39.0811 22.7146 38.6984 22.7411H37.4205V25.103H38.6984C39.0815 25.1297 39.4617 25.0206 39.7724 24.795C39.8888 24.6812 39.9814 24.5452 40.0446 24.3951C40.1078 24.2451 40.1403 24.0839 40.1403 23.921C40.1403 23.7582 40.1078 23.597 40.0446 23.4469C39.9814 23.2968 39.8888 23.1609 39.7724 23.047Z" fill="%23D9D9D9"/><path d="M48.218 26.9989V28.2568H42.9702V21.4691H48.092V22.7271H44.5281V24.199H47.676V25.419H44.5281V26.9989H48.218Z" fill="%23D9D9D9"/><path d="M50.1399 28.1449C49.7085 28.0317 49.3016 27.8399 48.9399 27.5789L49.4719 26.3969C49.7873 26.623 50.1371 26.7965 50.5079 26.9109C50.8948 27.0405 51.2998 27.108 51.7078 27.1109C52.0484 27.1333 52.3888 27.0642 52.6938 26.9109C52.79 26.8602 52.8705 26.7842 52.9269 26.6912C52.9833 26.5982 53.0133 26.4917 53.0138 26.3829C53.015 26.3063 52.9988 26.2305 52.9662 26.1611C52.9336 26.0918 52.8856 26.0309 52.8258 25.983C52.682 25.8675 52.5178 25.78 52.3418 25.725C52.1418 25.661 51.8778 25.591 51.5418 25.513C51.1123 25.4156 50.6889 25.2927 50.2739 25.145C49.9447 25.0206 49.6528 24.814 49.4259 24.545C49.1791 24.2386 49.0537 23.852 49.0739 23.4591C49.0711 23.0824 49.1804 22.7134 49.3879 22.3991C49.6293 22.0582 49.9641 21.7943 50.3519 21.6391C50.852 21.4397 51.3876 21.3444 51.9258 21.3591C52.3532 21.3588 52.7789 21.4105 53.1938 21.5131C53.5763 21.604 53.942 21.7545 54.2777 21.9591L53.7937 23.1591C53.2255 22.8193 52.5778 22.6351 51.9158 22.6251C51.5774 22.6014 51.2392 22.6757 50.9419 22.8391C50.8454 22.8976 50.7657 22.9801 50.7107 23.0786C50.6556 23.1771 50.6271 23.2882 50.6279 23.4011C50.6281 23.5143 50.6631 23.6248 50.7282 23.7174C50.7933 23.8101 50.8854 23.8805 50.9919 23.919C51.349 24.0673 51.7202 24.1792 52.0998 24.253C52.5292 24.342 52.9527 24.4576 53.3678 24.599C53.6941 24.7191 53.9855 24.9184 54.2157 25.179C54.4642 25.4807 54.5905 25.8646 54.5697 26.2549C54.5715 26.6332 54.4578 27.003 54.2437 27.3149C53.9989 27.6557 53.6616 27.9194 53.2718 28.0749C52.7701 28.2737 52.2333 28.3689 51.6938 28.3549C51.1685 28.3592 50.6452 28.2885 50.1399 28.1449Z" fill="%23D9D9D9"/><path d="M60.8913 26.9989V28.2568H55.6436V21.4691H60.7653V22.7271H57.2015V24.199H60.3494V25.419H57.2015V26.9989H60.8913Z" fill="%23D9D9D9"/><path d="M66.6031 26.7989H63.4572L62.8573 28.2509H61.2573L64.2792 21.4731H65.8271L68.857 28.2509H67.2111L66.6031 26.7989ZM66.1091 25.599L65.0352 22.9991L63.9612 25.599H66.1091Z" fill="%23D9D9D9"/><path d="M73.875 28.2468L72.569 26.3589H71.1251V28.2468H69.5571V21.4691H72.491C73.0277 21.4565 73.561 21.5588 74.0549 21.7691C74.4709 21.9472 74.8255 22.2435 75.0749 22.6211C75.3214 23.0119 75.4467 23.467 75.4349 23.929C75.4521 24.3868 75.3267 24.8386 75.0759 25.222C74.8251 25.6054 74.4613 25.9013 74.0349 26.0689L75.5569 28.2468H73.875ZM73.475 23.047C73.163 22.8227 72.7824 22.7145 72.399 22.7411H71.1211V25.103H72.399C72.7827 25.13 73.1637 25.0209 73.475 24.795C73.5914 24.6812 73.684 24.5452 73.7472 24.3951C73.8104 24.2451 73.8429 24.0839 73.8429 23.921C73.8429 23.7582 73.8104 23.597 73.7472 23.4469C73.684 23.2968 73.5914 23.1609 73.475 23.047Z" fill="%23D9D9D9"/><path d="M78.0425 27.9129C77.4974 27.6251 77.042 27.1926 76.7266 26.6629C76.4139 26.1146 76.2495 25.4942 76.2495 24.863C76.2495 24.2318 76.4139 23.6114 76.7266 23.0631C77.042 22.5334 77.4974 22.1009 78.0425 21.8131C78.5783 21.5428 79.1657 21.3905 79.7653 21.3663C80.3649 21.3422 80.9627 21.4468 81.5184 21.6731C81.9834 21.8702 82.3948 22.1753 82.7184 22.5631L81.7184 23.493C81.513 23.24 81.253 23.0366 80.958 22.8981C80.6629 22.7596 80.3404 22.6895 80.0145 22.6931C79.6222 22.6862 79.235 22.7813 78.8905 22.9691C78.5661 23.1476 78.2991 23.4146 78.1205 23.739C77.9392 24.0856 77.8445 24.4709 77.8445 24.862C77.8445 25.2531 77.9392 25.6384 78.1205 25.9849C78.2991 26.3094 78.5661 26.5764 78.8905 26.7549C79.235 26.9426 79.6222 27.0377 80.0145 27.0309C80.3405 27.0351 80.6632 26.9653 80.9584 26.8267C81.2535 26.6881 81.5134 26.4844 81.7184 26.2309L82.7184 27.1609C82.3975 27.554 81.9856 27.8629 81.5184 28.0609C81.012 28.2729 80.4674 28.3784 79.9185 28.3708C79.2646 28.3779 78.6195 28.2204 78.0425 27.9129Z" fill="%23D9D9D9"/><path d="M89.9863 21.4691V28.2468H88.4183V25.469H85.3384V28.2468H83.7705V21.4691H85.3384V24.141H88.4183V21.4691H89.9863Z" fill="%23D9D9D9"/></svg>')
    no-repeat right center;
  background-size: 110px;
}

.popup-single-content__content-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1e1e31;
}

.popup-single-content__content-role {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #eb9d20;
  margin-top: 5px;
}

@media (max-width: 600px) {
  .popup-single-content__content-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1e1e31;
  }

  .popup-single-content__content-role {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #eb9d20;
    margin-top: 5px;
  }
}

.popup-single-content__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #646464;
}

.popup-single-content__scroll .popup-single-close {
  color: #000;
  position: static;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  width: auto;
}

.popup-single-content__proscons-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding-left: 30px;
  margin-bottom: 15px;
}

.popup-single-content__proscons-item.pros {
  background: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H20L12.5 7.5L20 15H0V0Z" fill="%234DCA00"/></svg>')
    no-repeat left center;
}

.popup-single-content__proscons-item.cons {
  background: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H20L12.5 7.5L20 15H0V0Z" fill="%23DF4444"/></svg>')
    no-repeat left center;
}

.popup-single-content__top-row {
}

.popup-single-content__top-row span.rating-stars {
  padding-top: 6px;
}

.popup-single-content__content-aut-text {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 60px;
}

.popup-single-content__content-aut-text p {
  margin: 0;
}

.popup-single-content__content-aut {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.hidden-mobile {
  display: none;
}

.popup-single-content__proscons-block {
  margin-bottom: 15px;
}

button.show-more-btn {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  text-transform: capitalize;
  color: #eb9d20;
  background: 0;
  border: 0;
  padding: 10px 0;
}

.hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
  button.show-more-btn {
    display: none;
  }
}

@media (max-width: 600px) {
  .popup-single-content__top-row {
    flex-direction: column;
  }

  .popup-single-content__thumb {
    margin: 0;
  }

  .popup-single-content__ratings .stars-avg-rating {
    justify-content: center;
  }

  .popup-single-content__content-head {
    background: 0;
    padding: 0;
  }

  button.popup-single-close {
    padding: 20px 0;
    margin-top: -10px;
  }

  .popup-single-content__scroll {
    padding-right: 10px;
  }

  .popup-single-content__title {
    white-space: normal;
  }
  .popup-single {
    padding: 15px;
  }
}

@media (max-height: 768px) {
  .popup-single-content {
    max-height: 95vh;
    height: auto;
  }

  .popup-single-content__scroll {
    height: 68vh;
  }

  .popup-single-content__scroll .popup-single-close {
    line-height: 36px;
  }
}
@media (max-width: 400px) {
  .popup-single-content__content-th {
    width: 70px;
    height: 70px;
  }
  .popup-single-content__content-aut-text {
    padding-left: 45px;
  }
  .popup-single-content__content-cont {
    padding-right: 0;
    background: 0;
  }

  .popup-single-content__content-aut-wr {
    padding-bottom: 51px;
    background: url('data:image/svg+xml,<svg width="90" height="40" viewBox="0 0 90 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5512 16.1593L16.5312 16.1793L16.5493 16.1593H16.5512Z" fill="%23D9D9D9"/><path d="M24.7528 23.315C23.8679 25.8328 22.111 27.9506 19.7999 29.2851C17.4888 30.6197 14.7763 31.0828 12.1534 30.5907C12.137 29.1228 12.5074 27.6764 13.2275 26.3971C13.9475 25.1178 14.9918 24.0507 16.2552 23.303L16.3872 23.227L16.4112 23.213C17.6731 22.5036 19.098 22.1351 20.5456 22.1439C21.9933 22.1527 23.4136 22.5384 24.6668 23.263L24.7528 23.315Z" fill="%23D9D9D9"/><path d="M9.07547 6.36174C7.8197 6.84955 6.63935 7.51277 5.56961 8.33166L7.45954 10.7996C8.29058 10.1564 9.20999 9.63641 10.1894 9.25562L9.07547 6.36174ZM24.8428 10.1396L22.6429 12.3395C24.0252 13.9289 24.9269 15.8787 25.2428 17.9613L28.3087 17.4953C27.8944 14.7582 26.6898 12.2017 24.8428 10.1396ZM14.2393 5.39978C12.5751 5.39944 10.9237 5.68979 9.35946 6.25775L10.4174 9.17363C13.1413 8.18206 16.1443 8.29111 18.7891 9.47761L20.215 6.71973C18.3422 5.85209 16.3033 5.40172 14.2393 5.39978ZM28.3547 17.7993L25.2788 18.1993C25.3428 18.6806 25.3748 19.1656 25.3748 19.6512C25.3746 20.2177 25.3311 20.7833 25.2448 21.3431L28.3107 21.7991C28.4204 21.0844 28.4752 20.3623 28.4747 19.6392C28.474 19.024 28.4339 18.4094 28.3547 17.7993ZM3.09171 19.6352C3.09432 17.9653 3.47114 16.3171 4.19448 14.812C4.91781 13.3068 5.96926 11.9829 7.27154 10.9376L5.33162 8.51965C4.6029 9.10866 3.93312 9.76706 3.3317 10.4856C0.90388 13.3797 -0.275026 17.1196 0.0542633 20.8828C0.383553 24.646 2.19407 28.1243 5.08763 30.5528L7.08755 28.1829L7.07555 28.1729C5.82713 27.1281 4.82329 25.8219 4.13492 24.3467C3.44655 22.8715 3.09043 21.2631 3.09171 19.6352ZM7.26354 28.3348L5.32162 30.7527C6.37092 31.5949 7.53449 32.2837 8.77748 32.7987L9.96543 29.9348C8.99369 29.5319 8.08401 28.9932 7.26354 28.3348Z" fill="%23D9D9D9"/><path d="M33.8463 4.19983L29.9085 8.14367L26.2906 8.69164L24.8427 10.1396L22.6428 12.3395L17.691 17.2913C18.0098 17.7598 18.2301 18.2883 18.3383 18.8446C18.4465 19.4009 18.4405 19.9733 18.3206 20.5272C18.2007 21.0811 17.9694 21.6048 17.6408 22.0666C17.3122 22.5283 16.8931 22.9183 16.409 23.2131L16.385 23.2271L16.2531 23.303C15.6433 23.6389 14.9593 23.8172 14.2632 23.8218C13.5671 23.8264 12.8808 23.6572 12.2667 23.3294C11.6525 23.0017 11.1299 22.5258 10.7462 21.9449C10.3625 21.3641 10.1299 20.6966 10.0695 20.0031C10.0091 19.3096 10.1227 18.612 10.4002 17.9735C10.6776 17.335 11.11 16.7759 11.6582 16.3469C12.2064 15.9179 12.8531 15.6325 13.5395 15.5166C14.2259 15.4007 14.9304 15.458 15.5891 15.6834L14.0431 18.6652L16.531 16.1793L25.1547 7.55569L25.7047 3.93984L29.6425 0L29.9745 3.87184L33.8463 4.19983Z" fill="%23D9D9D9"/><path d="M33.9505 37.3505L25.2568 28.6568C26.0386 27.7024 26.6927 26.6503 27.2027 25.5269C27.7005 24.4362 28.0567 23.2862 28.2627 22.1051L25.2068 21.5711C24.752 24.1525 23.402 26.491 21.394 28.1757C19.3859 29.8604 16.8484 30.7835 14.2273 30.7827C12.8457 30.7855 11.4759 30.5283 10.1894 30.0248L9.06348 32.9146C10.2785 33.3889 11.5531 33.6931 12.8513 33.8186C13.3086 33.8626 13.7693 33.8846 14.2333 33.8846C17.4324 33.8878 20.5391 32.8119 23.0509 30.8307L31.7626 39.5444C32.0543 39.8361 32.4499 40 32.8625 40C33.2751 40 33.6707 39.8361 33.9625 39.5444C34.2542 39.2526 34.4181 38.857 34.4181 38.4444C34.4181 38.0319 34.2542 37.6362 33.9625 37.3445L33.9505 37.3505Z" fill="%23D9D9D9"/><path d="M36.5261 16.5273C36.095 16.4123 35.6884 16.2199 35.3262 15.9594L35.8582 14.7794C36.1736 15.0047 36.5235 15.1776 36.8941 15.2914C37.281 15.421 37.686 15.4885 38.0941 15.4914C38.4347 15.5137 38.775 15.4447 39.08 15.2914C39.1746 15.2387 39.2531 15.1615 39.3073 15.0678C39.3615 14.9742 39.3894 14.8676 39.388 14.7594C39.3893 14.6828 39.373 14.607 39.3404 14.5376C39.3078 14.4683 39.2598 14.4073 39.2 14.3594C39.0566 14.2439 38.8923 14.157 38.716 14.1034C38.516 14.0394 38.2521 13.9674 37.9161 13.8895C37.4862 13.793 37.0628 13.6701 36.6481 13.5215C36.32 13.4011 36.0285 13.1978 35.8022 12.9315C35.555 12.6259 35.429 12.2401 35.4482 11.8475C35.444 11.4667 35.5556 11.0936 35.7682 10.7776C36.0077 10.4357 36.3421 10.1715 36.7301 10.0176C37.2298 9.81647 37.7656 9.72047 38.304 9.73562C38.7315 9.73498 39.1574 9.78737 39.572 9.89161C39.9545 9.98147 40.3203 10.1313 40.656 10.3356L40.172 11.5355C39.6059 11.1972 38.9614 11.0124 38.3021 10.9996C37.9656 10.9714 37.6281 11.0408 37.3301 11.1996C37.2332 11.2578 37.1532 11.3402 37.0978 11.4388C37.0424 11.5373 37.0135 11.6485 37.0141 11.7615C37.0135 11.8771 37.0493 11.9899 37.1164 12.084C37.1836 12.178 37.2786 12.2485 37.3881 12.2855C37.745 12.4344 38.1163 12.5463 38.496 12.6195C38.9257 12.7166 39.3491 12.8395 39.764 12.9875C40.0903 13.1075 40.3817 13.3068 40.612 13.5675C40.8604 13.8692 40.9867 14.2531 40.9659 14.6434C40.969 15.0219 40.8552 15.392 40.64 15.7034C40.3959 16.045 40.0584 16.3089 39.668 16.4633C39.1667 16.6635 38.6296 16.7588 38.0901 16.7433C37.5612 16.7457 37.0346 16.673 36.5261 16.5273Z" fill="%23D9D9D9"/><path d="M43.3999 16.2933C42.8548 16.0063 42.3995 15.5744 42.0839 15.0454C41.7694 14.4955 41.604 13.8729 41.604 13.2394C41.604 12.606 41.7694 11.9834 42.0839 11.4335C42.4 10.9044 42.8552 10.472 43.3999 10.1836C43.9802 9.87811 44.628 9.72337 45.2838 9.73359C45.8328 9.72487 46.3777 9.83044 46.8837 10.0436C47.3485 10.242 47.7597 10.5476 48.0837 10.9355L47.0837 11.8635C46.8781 11.6107 46.6181 11.4074 46.3231 11.2689C46.0281 11.1304 45.7057 11.0602 45.3798 11.0635C44.9882 11.0568 44.6016 11.1519 44.2578 11.3395C43.9338 11.5186 43.6669 11.7855 43.4879 12.1095C43.3065 12.456 43.2118 12.8413 43.2118 13.2325C43.2118 13.6236 43.3065 14.0089 43.4879 14.3554C43.6664 14.6798 43.9334 14.9469 44.2578 15.1254C44.5958 15.309 44.9751 15.4033 45.3598 15.3994C45.6858 15.4034 46.0085 15.3335 46.3036 15.195C46.5987 15.0564 46.8586 14.8528 47.0637 14.5994L48.0637 15.5274C47.7419 15.92 47.3303 16.2294 46.8637 16.4293C46.3572 16.6407 45.8126 16.7455 45.2638 16.7373C44.6152 16.747 43.9745 16.5943 43.3999 16.2933Z" fill="%23D9D9D9"/><path d="M53.4557 15.1754H50.3078L49.7078 16.6273H48.1079L51.1298 9.84961H52.6797L55.7096 16.6273H54.0637L53.4557 15.1754ZM52.9617 13.9854L51.8858 11.3855L50.8118 13.9854H52.9617Z" fill="%23D9D9D9"/><path d="M62.5755 16.6273L62.5655 12.5615L60.5655 15.9114H59.8596L57.8737 12.6495V16.6273H56.4077V9.84961H57.7057L60.2436 14.0614L62.7415 9.84961H64.0294L64.0474 16.6273H62.5755Z" fill="%23D9D9D9"/><path d="M40.1724 28.2468L38.8644 26.3589H37.4225V28.2468H35.8525V21.4691H38.7884C39.3251 21.4565 39.8584 21.5588 40.3524 21.7691C40.7686 21.9477 41.1237 22.2438 41.3743 22.6211C41.6192 23.0125 41.7437 23.4674 41.7323 23.929C41.7492 24.3867 41.6237 24.8385 41.3729 25.2218C41.1221 25.6051 40.7586 25.9011 40.3324 26.0689L41.8523 28.2468H40.1724ZM39.7724 23.047C39.4611 22.8229 39.0811 22.7146 38.6984 22.7411H37.4205V25.103H38.6984C39.0815 25.1297 39.4617 25.0206 39.7724 24.795C39.8888 24.6812 39.9814 24.5452 40.0446 24.3951C40.1078 24.2451 40.1403 24.0839 40.1403 23.921C40.1403 23.7582 40.1078 23.597 40.0446 23.4469C39.9814 23.2968 39.8888 23.1609 39.7724 23.047Z" fill="%23D9D9D9"/><path d="M48.218 26.9989V28.2568H42.9702V21.4691H48.092V22.7271H44.5281V24.199H47.676V25.419H44.5281V26.9989H48.218Z" fill="%23D9D9D9"/><path d="M50.1399 28.1449C49.7085 28.0317 49.3016 27.8399 48.9399 27.5789L49.4719 26.3969C49.7873 26.623 50.1371 26.7965 50.5079 26.9109C50.8948 27.0405 51.2998 27.108 51.7078 27.1109C52.0484 27.1333 52.3888 27.0642 52.6938 26.9109C52.79 26.8602 52.8705 26.7842 52.9269 26.6912C52.9833 26.5982 53.0133 26.4917 53.0138 26.3829C53.015 26.3063 52.9988 26.2305 52.9662 26.1611C52.9336 26.0918 52.8856 26.0309 52.8258 25.983C52.682 25.8675 52.5178 25.78 52.3418 25.725C52.1418 25.661 51.8778 25.591 51.5418 25.513C51.1123 25.4156 50.6889 25.2927 50.2739 25.145C49.9447 25.0206 49.6528 24.814 49.4259 24.545C49.1791 24.2386 49.0537 23.852 49.0739 23.4591C49.0711 23.0824 49.1804 22.7134 49.3879 22.3991C49.6293 22.0582 49.9641 21.7943 50.3519 21.6391C50.852 21.4397 51.3876 21.3444 51.9258 21.3591C52.3532 21.3588 52.7789 21.4105 53.1938 21.5131C53.5763 21.604 53.942 21.7545 54.2777 21.9591L53.7937 23.1591C53.2255 22.8193 52.5778 22.6351 51.9158 22.6251C51.5774 22.6014 51.2392 22.6757 50.9419 22.8391C50.8454 22.8976 50.7657 22.9801 50.7107 23.0786C50.6556 23.1771 50.6271 23.2882 50.6279 23.4011C50.6281 23.5143 50.6631 23.6248 50.7282 23.7174C50.7933 23.8101 50.8854 23.8805 50.9919 23.919C51.349 24.0673 51.7202 24.1792 52.0998 24.253C52.5292 24.342 52.9527 24.4576 53.3678 24.599C53.6941 24.7191 53.9855 24.9184 54.2157 25.179C54.4642 25.4807 54.5905 25.8646 54.5697 26.2549C54.5715 26.6332 54.4578 27.003 54.2437 27.3149C53.9989 27.6557 53.6616 27.9194 53.2718 28.0749C52.7701 28.2737 52.2333 28.3689 51.6938 28.3549C51.1685 28.3592 50.6452 28.2885 50.1399 28.1449Z" fill="%23D9D9D9"/><path d="M60.8913 26.9989V28.2568H55.6436V21.4691H60.7653V22.7271H57.2015V24.199H60.3494V25.419H57.2015V26.9989H60.8913Z" fill="%23D9D9D9"/><path d="M66.6031 26.7989H63.4572L62.8573 28.2509H61.2573L64.2792 21.4731H65.8271L68.857 28.2509H67.2111L66.6031 26.7989ZM66.1091 25.599L65.0352 22.9991L63.9612 25.599H66.1091Z" fill="%23D9D9D9"/><path d="M73.875 28.2468L72.569 26.3589H71.1251V28.2468H69.5571V21.4691H72.491C73.0277 21.4565 73.561 21.5588 74.0549 21.7691C74.4709 21.9472 74.8255 22.2435 75.0749 22.6211C75.3214 23.0119 75.4467 23.467 75.4349 23.929C75.4521 24.3868 75.3267 24.8386 75.0759 25.222C74.8251 25.6054 74.4613 25.9013 74.0349 26.0689L75.5569 28.2468H73.875ZM73.475 23.047C73.163 22.8227 72.7824 22.7145 72.399 22.7411H71.1211V25.103H72.399C72.7827 25.13 73.1637 25.0209 73.475 24.795C73.5914 24.6812 73.684 24.5452 73.7472 24.3951C73.8104 24.2451 73.8429 24.0839 73.8429 23.921C73.8429 23.7582 73.8104 23.597 73.7472 23.4469C73.684 23.2968 73.5914 23.1609 73.475 23.047Z" fill="%23D9D9D9"/><path d="M78.0425 27.9129C77.4974 27.6251 77.042 27.1926 76.7266 26.6629C76.4139 26.1146 76.2495 25.4942 76.2495 24.863C76.2495 24.2318 76.4139 23.6114 76.7266 23.0631C77.042 22.5334 77.4974 22.1009 78.0425 21.8131C78.5783 21.5428 79.1657 21.3905 79.7653 21.3663C80.3649 21.3422 80.9627 21.4468 81.5184 21.6731C81.9834 21.8702 82.3948 22.1753 82.7184 22.5631L81.7184 23.493C81.513 23.24 81.253 23.0366 80.958 22.8981C80.6629 22.7596 80.3404 22.6895 80.0145 22.6931C79.6222 22.6862 79.235 22.7813 78.8905 22.9691C78.5661 23.1476 78.2991 23.4146 78.1205 23.739C77.9392 24.0856 77.8445 24.4709 77.8445 24.862C77.8445 25.2531 77.9392 25.6384 78.1205 25.9849C78.2991 26.3094 78.5661 26.5764 78.8905 26.7549C79.235 26.9426 79.6222 27.0377 80.0145 27.0309C80.3405 27.0351 80.6632 26.9653 80.9584 26.8267C81.2535 26.6881 81.5134 26.4844 81.7184 26.2309L82.7184 27.1609C82.3975 27.554 81.9856 27.8629 81.5184 28.0609C81.012 28.2729 80.4674 28.3784 79.9185 28.3708C79.2646 28.3779 78.6195 28.2204 78.0425 27.9129Z" fill="%23D9D9D9"/><path d="M89.9863 21.4691V28.2468H88.4183V25.469H85.3384V28.2468H83.7705V21.4691H85.3384V24.141H88.4183V21.4691H89.9863Z" fill="%23D9D9D9"/></svg>')
      no-repeat left bottom;
  }

  .popup-single-content__content-aut {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.popup-single-content__text .contacts div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.popup-single-content__text .contacts div svg {
  flex: 0 0 auto;
  margin-right: 10px;
}

.popup-single-content__text {
  margin-top: 20px;
}

a.post-heading.text-center:hover {
  text-decoration: none !important;
}

.post-content-blank .post-links {
  margin-top: auto;
}

.post-content-blank .post-links a {
  color: #eb9d20;
}

.post-content-blank .reviews-count {
  display: flex;
  align-items: center;
  padding: 5px;
  right: 15px;
  top: 15px;
}

.post-content-blank .reviews-count svg,
.post-content-blank .reviews-count a {
  display: block;
}

.post-content-blank .reviews-count-val {
  padding-right: 5px;
}

.post-content-blank .reviews-count a:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
}

.post-content-blank .reviews-count:hover .reviews-count-val,
.post-content-blank .reviews-count:hover a {
  text-decoration: none !important;
}

.expert-rating--user .expert-rating__label {
  background: #4dca00;
}

.expert-rating--user .expert-rating__show-text:hover path {
  fill: #4dca00;
}

.expert-rating--user .expert-rating__show-txt span {
  color: #eb9d20;
}

.post-content-blank .qoxag-grid-single.thumb-top .post-thumbnail {
  display: block;
}

.recentcomments-widget .qoxag-grid-single.thumb-left .post-thumbnail {
  max-width: 80px;
  max-height: 80px;
}

.signle-top-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.signle-top-block .expert-rating--user {
  margin-right: auto;
  justify-content: flex-start;
}

.post-single .meta-wrapper span {
  margin-right: 0;
}

.wpulike.wpulike-heart {
  padding: 0;
}

.post-single .wpulike-heart .wp_ulike_general_class {
  margin-right: 0;
}

.meta-wrappers-single .wp_ulike_counter_up {
  line-height: 25px;
}

.post-single .meta-wrapper > * {
  margin-right: 16px;
}

.meta-wrappers-single__add-form {
}

.meta-wrappers-single__add-form svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.post-single .meta-wrapper a:hover {
  text-decoration: none;
}

.meta-wrappers-single__item {
  position: relative;
}

.meta-wrappers-single__item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.post-single .meta-wrapper a {
  cursor: pointer;
}

.post-single .wpulike-heart .wp_ulike_general_class {
  display: block;
}

.signle-top-block .expert-rating--user {
  margin: 0;
  margin-right: 20px;
}

.signle-top-block__wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 9px;
}

.post-single .post-rating .stars-avg-rating {
  margin: 0;
}

.signle-top-block .meta-wrapper.meta-wrappers-single {
  border: 0;
  padding-bottom: 0;
}

.meta-prop-cons {
  display: flex;
  align-items: center;
}

.meta-wrappers-single__item-pros-item,
.meta-wrappers-single__item-cons-item {
  padding: 1px 0;
  padding-left: 30px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #1e1e31;
  background: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H20L12.5 7.5L20 15H0V0Z" fill="%234DCA00"/></svg>')
    no-repeat left center;
}

.meta-wrappers-single__item-cons-item {
  background: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H20L12.5 7.5L20 15H0V0Z" fill="%23DF4444"/></svg>')
    no-repeat left center;
  margin-right: 0;
}

.single-content__content-author .popup-single-content__content-aut-text {
  background: url('data:image/svg+xml,<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.1739 0C3.22207 0 0 3.21429 0 7.1739C0 10.8385 2.81056 13.9053 6.38196 14.3012C6.47518 15.8618 5.92391 17.3447 4.72051 18.7189C4.44097 19.0373 4.47206 19.5264 4.79814 19.8137C4.94565 19.9379 5.12421 20 5.31058 20C5.50468 20 5.69878 19.9301 5.8463 19.7826C5.91615 19.7438 6.07921 19.6894 6.17237 19.6506C6.31988 19.5963 6.45963 19.5497 6.55279 19.4953C9.68165 17.9115 12.0807 15.5668 13.3152 12.8959C14.0295 11.3432 14.4255 9.52641 14.4255 7.81832C14.4255 7.58541 14.4177 7.35245 14.4022 7.11955C14.1459 3.19098 10.9006 0 7.1739 0Z" fill="%23D9D9D9"/><path d="M23.8043 0C19.8524 0 16.6304 3.21429 16.6304 7.1739C16.6304 10.8385 19.4409 13.9053 23.0202 14.3012C23.1056 15.8618 22.5543 17.3447 21.3587 18.7189C21.0714 19.0373 21.1102 19.5264 21.4285 19.8137C21.576 19.9379 21.7624 20 21.941 20C22.1351 20 22.3292 19.9301 22.4844 19.7826C22.5465 19.7438 22.7096 19.6894 22.8027 19.6506C22.958 19.5963 23.09 19.5497 23.1909 19.4953C26.3121 17.9115 28.7111 15.5668 29.9456 12.8959C30.6599 11.3432 31.0558 9.52641 31.0558 7.81832C31.0558 7.58541 31.0481 7.35245 31.0325 7.11955C30.7763 3.19098 27.5387 0 23.8043 0Z" fill="%23D9D9D9"/></svg>')
    no-repeat left top;
  padding-left: 60px;
  border: 0;
}

.single-content__content-author {
}

.single-content__content-author .expert-ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.single-content__content-author .stars-avg-rating {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.single-content__content-author .rating-stars {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-top: -4px;
}

span.expert-ratings__title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #1e1e31;
  margin-right: 15px;
}

.single-content__content-auth .stars-style-solid {
}

i.fa.stars-style-solid.rated {
}

.single-content__content-author .stars-style-solid {
  width: 22px;
  height: 22px;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0;
  flex: 0 0 auto;
  line-height: 22px;
  margin-right: 5px;
}

.single-content__content-author .stars-style-solid::after {
}

.popup-single-content__proscons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup-single-content__proscons > div {
  width: 47%;
}

.single-content__content-author .popup-single-content__content-aut-wr {
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 15px;
  margin-bottom: 30px;
}

.ez-toc-title {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000;
}

span.ez-toc-title-toggle {
}

span.ez-toc-title-toggle .ez-toc-js-icon-con {
  display: none !important;
}

a.ez-toc-pull-right {
}

.ez-toc-title-container {
  padding: 11px;
  padding-right: 50px;
  position: relative;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

a.ez-toc-pull-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  background: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0012 5L5.00122 0L6.96182e-05 5L3.25969 5L5.00122 3.25731L6.74276 5L10.0012 5Z" fill="%23EB9D20"/></svg>')
    no-repeat center center !important;
  transform: rotate(-180deg);
}

.toc_close a.ez-toc-pull-right {
  transform: rotate(0deg);
}

div#ez-toc-container {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.ez-toc-pull-right:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div#ez-toc-container nav {
  padding: 15px 14px;
  position: relative;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 7px;
}
div#ez-toc-container:not(.toc_close) nav {
  display: none;
}
div#ez-toc-container .ez-toc-title {
  padding-left: 5px;
}

div#ez-toc-container nav .ez-toc-link {
  display: block;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e1e31 !important;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

div#ez-toc-container ul.ez-toc-list ul {
  margin: 0 !important;
}

div#ez-toc-container ul.ez-toc-list li:last-child > a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

div#ez-toc-container nav ul ul .ez-toc-link {
  padding-left: 15px;
  color: #646464;
  font-size: 14px;
  line-height: 16px;
}

.widget-params .hars-params__item {
  border: 0;
  padding: 0;
}

.widget-params .hars-params__right {
  color: #1e1e31;
}

.widget-params .popup-single-content__params-link {
  text-align: left;
}

.sidebar .widget.widget-params .widget-title {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  text-transform: capitalize;
  color: #1e1e31;
  padding-bottom: 20px !important;
}

.sidebar .widget.widget-params .widget-title span {
  color: #eb9d20;
  font-weight: 700;
}

.widget-title span::before {
  display: none;
}

.icon-site {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 0;
  color: #1e1e31;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" rx="5" fill="%236610F2"/><path d="M23.9769 10.1611C23.9089 9.62509 23.7448 9.1211 23.5064 8.63897C23.2744 8.17092 22.972 7.75286 22.6024 7.38639C22.2382 7.02461 21.8241 6.73003 21.36 6.50185C20.8622 6.2557 20.3395 6.09553 19.7878 6.03614C18.9915 5.94784 18.2219 6.04786 17.4756 6.34402C16.8551 6.59016 16.3136 6.95037 15.8432 7.4161C15.0587 8.19437 14.2788 8.97811 13.4968 9.76034C13.435 9.82207 13.3749 9.88849 13.3069 9.96038H13.3827C13.6288 9.94006 13.875 9.91427 14.1227 9.90021C14.4751 9.88224 14.8251 9.91584 15.1729 9.97444C15.5628 10.0385 15.9449 10.1346 16.3129 10.2862C16.3551 10.3042 16.377 10.2901 16.4028 10.262C16.5786 10.0776 16.7528 9.89397 16.9326 9.71424C17.1365 9.50796 17.3443 9.30792 17.5483 9.1024C17.7827 8.86408 18.0523 8.68044 18.3641 8.56246C18.8102 8.39211 19.2666 8.34836 19.7362 8.44837C20.3246 8.57418 20.7942 8.88674 21.1544 9.36027C21.5123 9.83224 21.6623 10.3745 21.6162 10.9668C21.5686 11.5825 21.3084 12.0967 20.8684 12.5312C19.812 13.5775 18.764 14.6292 17.7154 15.6818C17.5217 15.8755 17.3255 16.0662 17.0872 16.2076C16.7629 16.4014 16.4113 16.5139 16.037 16.5397C15.5588 16.5741 15.1048 16.4718 14.6867 16.2358C14.171 15.9435 13.8186 15.5153 13.6264 14.9535C13.6123 14.9136 13.592 14.8754 13.5662 14.8175C13.4521 14.9097 13.342 14.9832 13.2505 15.0754C12.7762 15.5435 12.3066 16.0154 11.8362 16.4858C11.8182 16.5038 11.7925 16.5218 11.7862 16.546C11.7784 16.5741 11.7745 16.6101 11.7862 16.6343C11.812 16.6867 11.8518 16.732 11.8839 16.7843C12.2019 17.2985 12.6137 17.7283 13.1122 18.0705C13.7123 18.4823 14.3687 18.7605 15.0946 18.8769C15.4705 18.9371 15.8471 18.955 16.2245 18.9269C16.7364 18.8886 17.2325 18.7706 17.7045 18.5706C18.1866 18.3682 18.6305 18.1002 19.0149 17.7423C19.3009 17.4767 19.5791 17.2 19.8549 16.9242C20.7113 16.0702 21.563 15.2122 22.4234 14.3619C22.7938 13.9962 23.1337 13.6094 23.3892 13.1555C23.6713 12.6554 23.8713 12.1256 23.9573 11.5552C24.0276 11.0934 24.037 10.6269 23.9776 10.1611L23.9769 10.1611Z" fill="white"/><path d="M16.5176 20.0724C16.1878 20.1005 15.8573 20.1201 15.5252 20.1005C14.9368 20.0685 14.3648 19.9622 13.8132 19.7528C13.7249 19.7184 13.6733 19.7247 13.6014 19.7989C13.2631 20.1513 12.9153 20.4951 12.5692 20.8389C12.3488 21.0593 12.1074 21.2507 11.8214 21.3812C11.2111 21.6571 10.5891 21.6891 9.95931 21.457C9.38498 21.2453 8.95522 20.8608 8.67469 20.3185C8.43637 19.8567 8.35275 19.3621 8.43871 18.8464C8.52075 18.3642 8.71688 17.936 9.0646 17.586C9.24901 17.4 9.43029 17.2156 9.61471 17.0296C9.96087 16.6819 10.307 16.3334 10.6532 15.9857C10.8993 15.738 11.147 15.4918 11.3932 15.2457C11.5174 15.1199 11.6393 14.9917 11.7651 14.8675C11.955 14.6792 12.1496 14.4956 12.3355 14.3018C12.6239 13.9994 12.9497 13.7556 13.342 13.6079C13.7639 13.4477 14.1984 13.4141 14.6383 13.5079C15.4346 13.6759 16.0042 14.1299 16.3425 14.8722C16.3847 14.9659 16.4207 15.0644 16.4668 15.1785C16.5645 15.1042 16.6692 15.0425 16.7528 14.9605C17.245 14.4744 17.7326 13.9822 18.2234 13.4946C18.2734 13.4446 18.271 13.4024 18.2374 13.3485C18.0413 13.0484 17.8335 12.7585 17.5811 12.5006C17.1154 12.0248 16.5731 11.6622 15.9565 11.4145C15.5846 11.2645 15.1986 11.1668 14.8001 11.1121C14.4617 11.0683 14.1242 11.0543 13.7882 11.0824C13.2639 11.1262 12.7559 11.2504 12.2723 11.4622C11.8323 11.6544 11.4221 11.8966 11.0681 12.2225C10.772 12.4944 10.4837 12.7765 10.2 13.0609C9.28189 13.9751 8.36373 14.8909 7.4495 15.809C7.25181 16.0067 7.06739 16.2193 6.90564 16.449C6.65949 16.799 6.46179 17.1749 6.31177 17.5773C6.11564 18.1071 6.01953 18.6533 6.01953 19.2175C6.01953 19.6675 6.07735 20.1075 6.2016 20.538C6.34537 21.0342 6.56573 21.4984 6.85796 21.9266C7.12363 22.3165 7.43775 22.6611 7.80814 22.9549C8.40591 23.4308 9.0787 23.7449 9.82892 23.9012C10.1673 23.9715 10.5087 24.0074 10.8533 24.0051C11.2472 24.0012 11.6394 23.9488 12.0192 23.8512C12.381 23.7589 12.7232 23.6073 13.0553 23.4355C13.3397 23.2878 13.6093 23.1151 13.8437 22.901C14.2258 22.5532 14.5915 22.1868 14.9596 21.825C15.4315 21.3608 15.9019 20.8904 16.3716 20.4224C16.4935 20.3021 16.6099 20.1762 16.7294 20.0544C16.7294 20.0481 16.7255 20.0442 16.7232 20.0387C16.6552 20.0489 16.5872 20.0645 16.5169 20.0708L16.5176 20.0724Z" fill="white"/></svg>')
    no-repeat left center;
}

.single-wrap .post-single .post-header {
  align-items: center;
}

.post-single .post-header .contacts > div.popup-contacts-pt {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: none;
}

.post-single .post-header .contacts > div.popup-contacts-pt.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-contacts-pt__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.popup-contacts-pt__wrap {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  z-index: 2;
  max-width: 869px;
  margin: auto;
}

.contacts__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  padding: 15px 30px;
  background: #eb9d20;
  border-radius: 30px;
}

.contacts__btn:hover {
  background: #e49515;
}

button.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

button.popup-close svg {
  margin: 0 !important;
}

.popup-contacts-pt__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1e1e31;
  margin-bottom: 30px;
}

.popup-contacts-pt__wrap-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-contacts-pt__img .post-media.post-image {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.popup-contacts-pt__contacts {
  width: calc(100% - 275px);
  padding-left: 110px;
  background: url('data:image/svg+xml,<svg width="81" height="18" viewBox="0 0 81 18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="41" cy="9" r="9" fill="%23D9D9D9"/><rect y="9" width="81" height="1" fill="%23D9D9D9"/><path d="M41 17C45.4185 17 49 13.4183 49 9C49 4.58169 45.4185 1 41 1C36.5815 1 33 4.58169 33 9C33 13.4183 36.5815 17 41 17ZM41.4444 3.8C42.181 3.8 42.7778 4.39698 42.7778 5.13333C42.7778 5.86969 42.181 6.46667 41.4444 6.46667C40.7079 6.46667 40.1111 5.86969 40.1111 5.13333C40.1111 4.39698 40.7079 3.8 41.4444 3.8ZM41 7.08889C42.3333 7.08889 42.6567 7.87556 42.5074 8.84604L41.8889 12.8667C41.8889 12.8667 42.3333 12.8667 43.2222 12.4222C43.2222 12.4222 42.7778 14.2 41 14.2C39.6667 14.2 39.3433 13.4133 39.4926 12.4428L40.1111 8.42222C40.1111 8.42222 39.6667 8.42222 38.7778 8.86667C38.7778 8.86667 39.2222 7.08889 41 7.08889Z" fill="white"/></svg>')
    no-repeat 15px center;
}

.popup-contacts-pt__contacts div {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.ez-toc-title-container {
  overflow: hidden;
}

.ez-toc-title-container .ez-toc-pull-right:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: -20px;
  bottom: -10px;
}

.sticky-menu-single {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1e1e31;
  text-decoration: none;
  background: #fff;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.sticky-menu-single__body {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-top: 5px;
  height: 44px;
  margin-right: -10px;
  margin-left: -10px;
}

.sticky-menu-single__body.is-fixed {
  display: flex;
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  left: 16px;
  right: 16px;

  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 991px) {
  .sticky-menu-single {
    display: none;
  }
  .features-clone {
    display: none;
  }
}
.entry-content .sticky-menu-single__menu-btn {
  text-decoration: none;
  color: #1e1e31;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.sticky-menu-single__menu-btn.active {
  font-weight: 700;
  border-color: #eb9d20;
}

.sticky-menu-single__menu-btn.active:last-child {
  border-color: transparent !important;
}

.entry-content.category-faq__answer > div {
  margin: 0;
}

.comments-list .comment-body .comment-body-top {
  align-items: center;
	justify-content: space-between;
}

.popup-contacts-pt__contacts {
  word-break: break-word;
  flex: 0 0 auto;
  text-align: left;
}

.popup-contacts-pt__contacts div {
  justify-content: flex-start !important;
}

@media (max-width: 768px) {
  .popup-contacts-pt__contacts {
    word-break: break-word;
    flex: 0 0 auto;
    text-align: left;
  }

  .popup-contacts-pt__contacts div {
    justify-content: flex-start !important;
  }

  .popup-single-content__proscons > div {
    width: 100%;
  }

  .single-content__content-author .popup-single-content__content-aut-wr {
    background: 0;
  }
}
@media (max-width: 570px) {
  .popup-contacts-pt__contacts {
    word-break: break-word;
    flex: 0 0 auto;
    text-align: left;
  }

  .popup-contacts-pt__contacts div {
    justify-content: flex-start !important;
  }
  .popup-single-content__proscons > div {
    width: 100%;
  }

  .single-content__content-author .popup-single-content__content-aut-wr {
    background: 0;
  }

  .signle-top-block__wrap {
    flex-direction: column;
  }

  .signle-top-block .expert-rating--user {
    margin-bottom: 13px;
  }

  .popup-contacts-pt__wrap-i {
    flex-direction: column;
  }

  .popup-contacts-pt__contacts {
    width: 100%;
    background: 0;
    padding: 0;
  }
}

.page-style-template .nobanner-breadcrumb {
  padding: 0;
  border: 0;
  margin-bottom: 30px;
}

.page-style-template__title,
html.fonts-loaded .page-style-template__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  color: #1e1e31;
}

.about-us__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-us__image {
  flex: 0 0 auto;
  margin-right: 30px;
}

.about-us__stop {
  margin-bottom: 30px;
}

.about-us__highlight {
  margin-bottom: 30px;
}

.page-style-template__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #646464;
}
.btn-orange.about-us__btn {
  text-decoration: none;
}

.page-style-template__content p {
  margin-bottom: 30px;
}

.btn-orange.about-us__btn {
  text-decoration: none;
}

.page-style-template__content p {
  margin-bottom: 30px;
}

.about-us__stop {
  padding: 30px;
  background: rgba(235, 157, 32, 0.05);
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #eb9d20;
  padding-left: 100px;
  position: relative;
}

.about-us__stop p:last-child {
  margin-bottom: 0;
}

.about-us__stop-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
}

.about-us__stop-text p:last-child {
  margin: 0;
}

.about-us__stop-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.about-us__stop:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 40C31.0462 40 40 31.0458 40 20C40 8.95422 31.0462 0 20 0C8.95378 0 0 8.95422 0 20C0 31.0458 8.95378 40 20 40ZM21.1111 7C22.9524 7 24.4444 8.49244 24.4444 10.3333C24.4444 12.1742 22.9524 13.6667 21.1111 13.6667C19.2698 13.6667 17.7778 12.1742 17.7778 10.3333C17.7778 8.49244 19.2698 7 21.1111 7ZM20 15.2222C23.3333 15.2222 24.1418 17.1889 23.7684 19.6151L22.2222 29.6667C22.2222 29.6667 23.3333 29.6667 25.5556 28.5556C25.5556 28.5556 24.4444 33 20 33C16.6667 33 15.8582 31.0333 16.2316 28.6071L17.7778 18.5556C17.7778 18.5556 16.6667 18.5556 14.4444 19.6667C14.4444 19.6667 15.5556 15.2222 20 15.2222Z" fill="%23EB9D20"/></svg>')
    no-repeat center center;
}

.about-us__highlight {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #1e1e31;
}

.about-us__highlight strong,
.about-us__highlight span,
.about-us__highlight b {
  padding: 3px 10px;
  background: #4dca00;
  color: #fff;
  display: inline-block;
}

.about-us__bottom {
  display: flex;
  align-items: center;
}

.about-us__bottom-image {
  flex: 0 0 auto;
  margin-left: 30px;
}
.page-style-template {
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .about-us__top {
    flex-direction: column;
  }

  .about-us__image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .page-style-template__content {
    font-size: 16px;
    line-height: 26px;
  }

  .page-style-template__title,
  html.fonts-loaded .page-style-template__title {
    font-size: 22px;
  }

  .about-us__highlight strong,
  .about-us__highlight span,
  .about-us__highlight b {
    display: inline-block;
  }

  .about-us__bottom {
    flex-direction: column;
  }

  .about-us__bottom-image {
    margin-left: 0;
  }

  .about-us__stop-title {
    font-size: 24px;
    line-height: 28px;
    padding-left: 30px;
  }

  .about-us__stop-text {
    font-size: 16px;
    line-height: 22px;
  }

  .about-us__stop {
    padding: 15px;
  }

  .about-us__stop:after {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 20px;
    left: 15px;
  }
}

.full-text-category a {
  color: #eb9d20;
}

.full-text-category a:hover {
  text-decoration: none;
}

.item-team {
  max-width: 290px;
  margin: auto;
}

.item-team__img img {
  width: 204px;
  height: 204px;
  border-radius: 50px 0px 10px;
  display: block;
}

.item-team__img {
  margin-bottom: 15px;
}

.item-team__sub-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e31;
  margin-bottom: 15px;
}

.item-team__sub-text p:last-child,
.item-team__full-text p:last-child {
  margin-bottom: 0;
}
.features-clone .widget-title {
  padding-bottom: 10px;
}
.item-team__full-text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  margin-bottom: 15px;
}

.item-team__sert {
  max-width: 290px;
}

.item-team__sert img {
  display: block;
}

.about-us__cont {
  margin: 30px 0;
}

.about-us__sert {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-us__sert-item {
  width: calc((100% - 120px) / 5);
}

.item-team__sert {
  display: none;
}
.swiper.swiper-teams {
  overflow: hidden;
}

.swiper-pagination.swiper-pagination3 {
  display: none;
}
@media (max-width: 1200px) {
  .about-us__sert {
    display: none;
  }

  .item-team__sert {
    display: block;
  }
  .swiper-pagination.swiper-pagination3 {
    display: block;
    position: relative !important;
    height: 6px !important;
    background: #d9d9d9;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 24px;
  }
  .swiper-pagination.swiper-pagination3 .swiper-pagination-progressbar-fill {
    background: #6c2bd9;
    border-radius: 999px;
  }
  .item-team {
    max-width: 100%;
  }

  .swiper.swiper-teams .swiper-scrollbar-drag {
    background: #6610f2;
  }
}

.title-h3-comments,
html.fonts-loaded .title-h3-comments {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

div#reply-title {
  color: #1e1e31;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 30px;
  padding-right: 30px;
}

.post-single .entry-content h2,
html.fonts-loaded .post-single .entry-content h2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post-single .entry-content h3,
html.fonts-loaded .post-single .entry-content h3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#backToTop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #4e65ff;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.25s ease;
  z-index: 9999;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background: #333;
}

.wpc-filter-chip-name {
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100% !important;
}

li.wpc-term-count-0 {
  position: relative;
}

li.wpc-term-count-0 .wpc-term-item-content-wrapper {
  cursor: default;
}

li.wpc-term-count-0:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#comment-form-agree label a:hover {
  text-decoration: none;
}

span.privacy-error-msg {
  display: block;
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 12px;
  line-height: 14px;
  color: red;
}

p#comment-form-agree {
  position: relative;
}
@media (max-width: 420px) {
  span.privacy-error-msg {
    bottom: -22px;
    left: -20px;
    right: -20px;
  }
}
@media (min-width: 980px) {
  ul#menu-header > li:not(.three-menu-items) li {
    width: 100%;
  }

  ul#menu-header > li:not(.three-menu-items) ul.elementskit-dropdown.elementskit-submenu-panel {
    min-width: 220px;
  }
}
@media (min-width: 980px) {
  .brokers-grid .swiper .swiper-slide {
    height: auto;
  }
}
.category-layout .post-content {
  height: 100%;
}

select.wpc-orderby-select {
  white-space: normal;
  height: 42px;
  line-height: 27px;
}

select.wpc-orderby-select option {
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 1220px) {
  .wpc-term-item-content-wrapper .rating-stars i {
    margin-right: 9px;
  }
}

@media (max-width: 1000px) {
  .swiper.scroll-swiper2 .swiper-buttons {
    display: block;
  }

  .brokers-grid.swiper-buttons-grid.post-content-blank .swiper-buttons {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 41px;
  }

  .brokers-grid .swiper-container-horizontal > .swiper-scrollbar {
    margin-top: 54px !important;
  }
}

@media (max-width: 768px) {
  .brokers-grid .swiper-slide {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .swiper-container-autoheight .swiper-slide {
    height: 100% !important;
  }
}

html body {
  word-break: break-word;
}

@media (max-width: 768px) {
  .category-layout .post-layout .post-content {
    height: auto;
  }
  .expert-rating__show-txt {
    right: auto;
    left: -120px;
  }

  .expert-rating__show-txt:after {
    right: 82px;
  }
}

.popup-single-content__scroll .popup-single-close {
  position: absolute;
  left: 0;
  right: 30px;
  bottom: 0;
  height: 21px;
  top: auto;
  background: #fff;
  z-index: 99999;
  width: auto;
}

.popup-single-content2.post-content-blank {
  position: relative;
}

.popup-single-content__scroll {
  padding-bottom: 30px;
}

.popup-single-content__text .full-text-category ul li:not(.pc-item) {
  margin-left: 10px;
  padding-left: 25px;
}

.popup-single-content__text .full-text-category ol li:not(.pc-item) {
  padding-left: 42px;
}
li.popup-single-content__proscons-title {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

li.popup-single-content__proscons-title:before {
  display: none;
}

.popup-single-content__proscons-title {
  font-weight: 700;
  color: #000;
}

.popup-single-content__proscons .popup-single-content__proscons-title {
  margin-bottom: 10px;
}

.comments-list .comment-form-rating {
  display: none;
}

.dialog-type-lightbox {
  z-index: 999999;
}

.comments-list .comment-body .comment-author.vcard svg {
  width: 28px;
  height: 28px;
}

.comments-list .comment-body .comment-author.vcard cite.fn {
  font-size: 16px;
  line-height: 29px;
}

.comment-meta-date {
  font-size: 14px;
}

.comment-meta.commentmetadata .stars-avg-rating .rating-text {
  font-size: 14px;
}

.comment-meta.commentmetadata .stars-avg-rating .rating-stars {
  font-size: 19px;
}

@media (max-width: 501px) {
  .item-team__img img {
    width: 100%;
    height: auto;
  }
  .item-team__img img {
    width: 100%;
    height: auto;
  }

  .item-team__sert {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
.swiper-buttons-parent .swiper-buttons {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-buttons-parent {
    position: relative;
  }
  .swiper-buttons-parent .swiper-buttons {
    display: flex;
    justify-content: center;
    height: 38px;
    margin-top: 25px;
  }

  .swiper-buttons-parent .swiper-buttons > div {
    position: static !important;
    width: 70px;
    margin: 0;
  }
}
@media (min-width: 501px) {
  .swiper-container-autoheight .swiper-slide {
    height: 100% !important;
  }
  .swiper-buttons-parent .swiper-slide {
    height: auto;
  }

  .item-team {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .item-team__sert-aut {
    margin-top: auto;
  }
}

@media (max-width: 992px) {
  .mobile-sticky-menu {
    display: flex;
    margin-top: -20px;
  }
  .mobile-sticky-menu.is-fixed {
    position: fixed;
    z-index: 99999;
    margin-top: 0;
  }
  form.wpc-sorting-form {
    max-width: 100%;
  }
  .category #sidebar:not(.active) {
    display: none;
  }
}

.full-text-category div#ez-toc-container nav ::before {
  background: 0;
  position: static;
}

form.wpc-sorting-form {
  display: inline-block;
  white-space: normal;
  height: 45px;
  line-height: 27px;
  background: #ffffff;
  border-radius: 30px !important;
  border: 1px solid #d9d9d9 !important;
  padding-right: 11px;
}

form.wpc-sorting-form select.wpc-orderby-select {
  border: 0 !important;
  position: relative;
}

form.wpc-sorting-form select.wpc-orderby-select:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -10px;
  bottom: -10px;
  width: 60px;
}

.comment-meta-cheater-custom {
  display: flex;
  align-items: center;
  width: 161px;
  height: 50px;
  background: rgba(223, 68, 68, 0.05);
  border: 1px solid #df4444;
  border-radius: 5px;
  justify-content: center;
  margin-left: 10px;
	margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding-right: 41px;
  word-break: normal;
  padding-left: 56px;
  text-align: left;
  color: #df4444;
  position: relative;
}

.comment-meta-cheater-custom:after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6581 0C5.49807 0 1.31627 4.25258 1.31627 9.49994C1.31627 11.0603 1.69421 12.6216 2.42839 13.9787C2.27287 15.0646 0.871422 16.0595 0.33796 16.3759C0.159847 16.489 0.0269214 16.6701 0.00432311 16.8733C-0.0182663 17.0765 0.0486344 17.3027 0.182436 17.4388C0.292778 17.5528 0.894016 18.0952 2.42848 18.0952C3.38508 18.0952 4.4972 17.6199 5.23147 17.2355C6.83275 18.3895 8.67905 19 10.6582 19C15.8182 19 20 14.7474 20 9.50006C20 4.25269 15.8181 0 10.6581 0ZM9.99082 14.0237V9.04756H9.32355C8.9456 9.04756 8.65627 8.75334 8.65627 8.369C8.65627 7.98466 8.9456 7.69043 9.32355 7.69043H10.6581C11.036 7.69043 11.3254 7.98466 11.3254 8.369V14.0237C11.3254 14.4081 11.036 14.7023 10.6581 14.7023C10.2801 14.7023 9.99082 14.4081 9.99082 14.0237ZM10.2132 6.55948C9.59028 6.55948 9.10112 6.06205 9.10112 5.42854C9.10112 4.79503 9.59028 4.29759 10.2132 4.29759C10.8362 4.29759 11.3254 4.79503 11.3254 5.42854C11.3254 6.06205 10.8362 6.55948 10.2132 6.55948Z" fill="%23DF4444"/></svg>')
    no-repeat center center;
}

.comment-meta-cheater-custom:before {
  content: "";
  position: absolute;
  left: 0;
  width: 56px;
  top: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="35" height="40" viewBox="0 0 35 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5512 16.1593L16.5312 16.1793L16.5493 16.1593H16.5512Z" fill="%23EB9D20"/><path d="M24.7524 23.3151C23.8674 25.8328 22.1105 27.9506 19.7994 29.2852C17.4883 30.6198 14.7758 31.0829 12.1529 30.5908C12.1365 29.1229 12.5069 27.6765 13.227 26.3972C13.947 25.1179 14.9913 24.0507 16.2547 23.3031L16.3867 23.2271L16.4107 23.2131C17.6726 22.5037 19.0975 22.1352 20.5451 22.144C21.9928 22.1527 23.4131 22.5384 24.6664 23.2631L24.7524 23.3151Z" fill="%23EB9D20"/><path d="M9.07547 6.36174C7.8197 6.84955 6.63935 7.51277 5.56961 8.33166L7.45954 10.7996C8.29058 10.1564 9.20999 9.63641 10.1894 9.25562L9.07547 6.36174ZM24.8428 10.1396L22.6429 12.3395C24.0252 13.9289 24.9269 15.8787 25.2428 17.9613L28.3087 17.4953C27.8944 14.7582 26.6898 12.2017 24.8428 10.1396ZM14.2393 5.39978C12.5751 5.39944 10.9237 5.68979 9.35946 6.25775L10.4174 9.17363C13.1413 8.18206 16.1443 8.29111 18.7891 9.47761L20.215 6.71973C18.3422 5.85209 16.3033 5.40172 14.2393 5.39978ZM28.3547 17.7993L25.2788 18.1993C25.3428 18.6806 25.3748 19.1656 25.3748 19.6512C25.3746 20.2177 25.3311 20.7833 25.2448 21.3431L28.3107 21.7991C28.4204 21.0844 28.4752 20.3623 28.4747 19.6392C28.474 19.024 28.4339 18.4094 28.3547 17.7993ZM3.09171 19.6352C3.09432 17.9653 3.47114 16.3171 4.19448 14.812C4.91781 13.3068 5.96926 11.9829 7.27154 10.9376L5.33162 8.51965C4.6029 9.10866 3.93312 9.76706 3.3317 10.4856C0.90388 13.3797 -0.275026 17.1196 0.0542633 20.8828C0.383553 24.646 2.19407 28.1243 5.08763 30.5528L7.08755 28.1829L7.07555 28.1729C5.82713 27.1281 4.82329 25.8219 4.13492 24.3467C3.44655 22.8715 3.09043 21.2631 3.09171 19.6352ZM7.26354 28.3348L5.32162 30.7527C6.37092 31.5949 7.53449 32.2837 8.77748 32.7987L9.96543 29.9348C8.99369 29.5319 8.08401 28.9932 7.26354 28.3348Z" fill="%231E1E31"/><path d="M33.8463 4.19983L29.9085 8.14367L26.2906 8.69164L24.8427 10.1396L22.6428 12.3395L17.691 17.2913C18.0098 17.7598 18.2301 18.2883 18.3383 18.8446C18.4465 19.4009 18.4405 19.9733 18.3206 20.5272C18.2007 21.0811 17.9694 21.6048 17.6408 22.0666C17.3122 22.5283 16.8931 22.9183 16.409 23.2131L16.385 23.2271L16.2531 23.303C15.6433 23.6389 14.9593 23.8172 14.2632 23.8218C13.5671 23.8264 12.8808 23.6572 12.2667 23.3294C11.6525 23.0017 11.1299 22.5258 10.7462 21.9449C10.3625 21.3641 10.1299 20.6966 10.0695 20.0031C10.0091 19.3096 10.1227 18.612 10.4002 17.9735C10.6776 17.335 11.11 16.7759 11.6582 16.3469C12.2064 15.9179 12.8531 15.6325 13.5395 15.5166C14.2259 15.4007 14.9304 15.458 15.5891 15.6834L14.0431 18.6652L16.531 16.1793L25.1547 7.55569L25.7047 3.93984L29.6425 0L29.9745 3.87184L33.8463 4.19983Z" fill="%23EB9D20"/><path d="M33.9505 37.3504L25.2568 28.6568C26.0386 27.7023 26.6927 26.6502 27.2027 25.5269C27.7005 24.4361 28.0567 23.2862 28.2627 22.105L25.2068 21.571C24.752 24.1524 23.402 26.4909 21.394 28.1756C19.3859 29.8603 16.8484 30.7834 14.2273 30.7827C12.8457 30.7854 11.4759 30.5283 10.1894 30.0247L9.06348 32.9146C10.2785 33.3888 11.5531 33.693 12.8513 33.8185C13.3086 33.8625 13.7693 33.8845 14.2333 33.8845C17.4324 33.8878 20.5391 32.8118 23.0509 30.8307L31.7626 39.5443C32.0543 39.836 32.4499 39.9999 32.8625 39.9999C33.2751 39.9999 33.6707 39.836 33.9625 39.5443C34.2542 39.2526 34.4181 38.8569 34.4181 38.4444C34.4181 38.0318 34.2542 37.6361 33.9625 37.3444L33.9505 37.3504Z" fill="%231E1E31"/></svg>')
    no-repeat center center;
}

a.popup-single-content__content-link {
  font-size: 14px;
}

a.popup-single-content__content-link:hover {
  text-decoration: none;
}
@media (min-width: 675px) {
  .item-team-large .item-team__img {
    float: left;
    margin-right: 30px;
  }
}
.item-team-large:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1450px) {
  .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
    right: 0 !important;
    left: auto !important;
  }
}
.h-text__icon {
  cursor: pointer;
}
.post-content-blank-none {
  display: none;
}

@media (max-width: 1024px) {
  .h-text.active .h-text__content {
    display: block;
  }
}


@media (max-width: 480px) {
	.comments-list .comment-body-top {
		flex-direction: column;
	}
	.comments-list .comment-body .comment-body-top .comment-meta.commentmetadata .comment-meta-date {
		text-align: center;
	}
}