@charset "UTF-8";
.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.font_source_sans_pro_bold {
  font-family: "SourceSansPro-Bold";
}

.font_source_sans_pro_semibold {
  font-family: "SourceSansPro-Semibold";
}

.font_source_sans_proregular {
  font-family: "SourceSansPro-Regular";
}

.font_space_grotesk_bold {
  font-family: "SpaceGrotesk-Bold";
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-size: var(--c-text-base);
  color: black;
}

:root {
  --height-img-logo-info: auto;
  --section-margin-bottom-lg: 9rem;
  --height-header-desktop: 80px;
  --height-title-contact-homepage: 3.5rem;
  --width-title-contact-homepage: 70%;
  --height-iframe-contact-homepage: 35rem;
}

.container_primary {
  width: 80%;
  margin: 0 auto;
  max-width: 1150px;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .container_primary {
    width: 87%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container_primary {
    width: calc(100% - 40px);
    padding-right: 0;
    padding-left: 0;
  }
}

.desktop {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.section-to-section {
  padding-bottom: 70px;
}
@media (max-width: 1360px) {
  .section-to-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .section-to-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section-to-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .section-to-section {
    padding-bottom: 40px;
  }
}

.padding_top_primary {
  padding-top: 70px;
}
@media (max-width: 1360px) {
  .padding_top_primary {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .padding_top_primary {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .padding_top_primary {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .padding_top_primary {
    padding-top: 40px;
  }
}

.margin-to-section {
  margin-bottom: 70px;
}
@media (max-width: 1360px) {
  .margin-to-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .margin-to-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .margin-to-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .margin-to-section {
    margin-bottom: 40px;
  }
}

.item-to-item {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .item-to-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .item-to-item {
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .item-to-item {
    padding-bottom: 25px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
  /* Firefox */
}

@media only screen and (max-width: 992px) {
  .screen-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) {
  .screen-mobile {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset;
}

.button_background_white a {
  width: 100%;
  color: var(--primary-color);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 100, 136, 0.5);
  border-radius: 3px;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  cursor: pointer;
}
.button_background_white a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.button_background_primary a {
  width: 100%;
  color: #fff;
  background-color: var(--primary-color);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 3px;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  cursor: pointer;
}
.button_background_primary a:hover {
  background: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url(/fonts/SourceSansPro-Bold.eot?51fdc36b3367b33e54bf1bdd119c0e0c);
  src: url(/fonts/SourceSansPro-Bold.eot?51fdc36b3367b33e54bf1bdd119c0e0c?#iefix) format("embedded-opentype"), url(/fonts/SourceSansPro-Bold.woff?5775603e70b202dd718de98bbd6d35c6) format("woff"), url(/fonts/SourceSansPro-Bold.ttf?601f50bac71b380419b1aa003c47856a) format("truetype"), url(/fonts/SourceSansPro-Bold.svg?f96993ea13cb14d56c359bd4e1dd8a20) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url(/fonts/SourceSansPro-Semibold.eot?b2c5b19f6ee2f70bdfa1d4605c221ac5);
  src: url(/fonts/SourceSansPro-Semibold.eot?b2c5b19f6ee2f70bdfa1d4605c221ac5?#iefix) format("embedded-opentype"), url(/fonts/SourceSansPro-Semibold.woff?99278fe48c282b29bda7d4ac404f5987) format("woff"), url(/fonts/SourceSansPro-Semibold.ttf?12357f84afee9caafea2b5798518a72d) format("truetype"), url(/fonts/SourceSansPro-Semibold.svg?088d48d1dc847307afe8cdde712252e3) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url(/fonts/SourceSansPro-Regular.eot?b0a16f587b1e25165515f0da0dfb5236);
  src: url(/fonts/SourceSansPro-Regular.eot?b0a16f587b1e25165515f0da0dfb5236?#iefix) format("embedded-opentype"), url(/fonts/SourceSansPro-Regular.woff?63fc5fbdb9d8e69bcb4954b32b861604) format("woff"), url(/fonts/SourceSansPro-Regular.ttf?84956faaecaee94ebbf841d43c9e5519) format("truetype"), url(/fonts/SourceSansPro-Regular.svg?a72455f8c20aed758742e34436b6fd41) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGrotesk-Bold";
  src: url(/fonts/SpaceGrotesk-Bold.eot?09dfe9ea16d16fda60d2ffb61549225f);
  src: url(/fonts/SpaceGrotesk-Bold.eot?09dfe9ea16d16fda60d2ffb61549225f?#iefix) format("embedded-opentype"), url(/fonts/SpaceGrotesk-Bold.woff?ee42df40a6216e10420ae87e5da76f4b) format("woff"), url(/fonts/SpaceGrotesk-Bold.ttf?02b329a86f38fb490581784aaa69daa8) format("truetype"), url(/fonts/SpaceGrotesk-Bold.svg?150ae882b1ae60adb523bd2b3efde5a9) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --c-text-sm: 12px;
  --c-text-base: 15px;
  --c-text-md: 16px;
  --c-text-md-plus: 17px;
  --c-text-lg: 20px;
  --c-text-xl: 30px;
  --c-text-2xl: 30px;
  --c-text-3xl: 85px;
  --c-text-title-review: 30px;
  --c-text-title-posts: 60px;
  --c-text-title-review_list: 23px;
}
@media only screen and (max-width: 1919px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 15px;
    --c-text-md: 16px;
    --c-text-md-plus: 17px;
    --c-text-lg: 20px;
    --c-text-xl: 30px;
    --c-text-2xl: 30px;
    --c-text-3xl: 85px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 60px;
    --c-text-title-review_list: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 15px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 20px;
    --c-text-xl: 30px;
    --c-text-2xl: 30px;
    --c-text-3xl: 65px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 60px;
    --c-text-title-review_list: 23px;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 13px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 20px;
    --c-text-xl: 25px;
    --c-text-2xl: 30px;
    --c-text-3xl: 65px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 60px;
    --c-text-title-review_list: 23px;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 13px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 20px;
    --c-text-xl: 25px;
    --c-text-2xl: 30px;
    --c-text-3xl: 65px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 60px;
    --c-text-title-review_list: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 13px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 20px;
    --c-text-xl: 25px;
    --c-text-2xl: 30px;
    --c-text-3xl: 65px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 40px;
    --c-text-title-review_list: 23px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 13px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 17px;
    --c-text-xl: 20px;
    --c-text-2xl: 25px;
    --c-text-3xl: 45px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 40px;
    --c-text-title-review_list: 15px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --c-text-sm: 12px;
    --c-text-base: 13px;
    --c-text-md: 15px;
    --c-text-md-plus: 16px;
    --c-text-lg: 17px;
    --c-text-xl: 20px;
    --c-text-2xl: 25px;
    --c-text-3xl: 45px;
    --c-text-title-review: 30px;
    --c-text-title-posts: 40px;
  }
}

.c-text-sm {
  font-size: var(--c-text-sm);
  line-height: 1.3;
}

.c-text-base {
  font-size: var(--c-text-base);
  line-height: 1.5;
}

.c-text-md {
  font-size: var(--c-text-md);
  line-height: 1.3;
}

.c-text-md-plus {
  font-size: var(--c-text-md-plus);
  line-height: 1.3;
}

.c-text-md-plus {
  font-size: var(--c-text-md-plus);
  line-height: 1.3;
}

.c-text-lg {
  font-size: var(--c-text-lg);
  line-height: 1.3;
}

.c-text-xl {
  font-size: var(--c-text-xl);
  line-height: 1.3;
}

.c-text-2xl {
  font-size: var(--c-text-2xl);
  line-height: 1.3;
}

.c-text-3xl {
  font-size: var(--c-text-3xl);
  line-height: 1.3;
}

.c-text-title-review {
  font-size: var(--c-text-title-review);
  line-height: 1.3;
}

.c-text-title-posts {
  font-size: var(--c-text-title-posts);
  line-height: 1.3;
}

.c-text-title-review_list {
  font-size: var(--c-text-title-review_list);
  line-height: 1.3;
}

.header_mobile {
  position: relative;
}
.header_mobile .header_mobile_top {
  background: var(--primary-color);
  padding: 20px 0;
}
.header_mobile .header_mobile_top .header_mobile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .title a {
  color: black;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login {
  position: relative;
  cursor: pointer;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login .info_user {
  display: flex;
  align-items: center;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login .info_user h5.name {
  margin: 0;
  color: #fff;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login .info_user .icon {
  margin-right: 5px;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login .info_user .img_avatar {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login .logout_btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  display: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 22222222;
  color: var(--primary-color);
  background: #fff;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login button {
  display: flex;
  align-items: center;
  color: black;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login button .icon {
  margin-left: 5px;
}
.header_mobile .header_mobile_top .header_mobile_wrapper .login:hover .logout_btn {
  display: block;
}
.header_mobile .header_mobile_menu {
  background: var(--primary-color);
  padding: 13px 0;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .left_logo .img_logo {
  display: flex;
  color: #fff;
  align-items: flex-start;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .left_logo .img_logo img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-top: 4px;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .left_logo .img_logo .title {
  line-height: 1;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .open_menu_mobile {
  padding: 6px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .open_menu_mobile svg {
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
@media (min-width: 1025px) {
  .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .open_menu_mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu {
    flex: 1;
    margin-left: 120px;
  }
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .list_menu_item_pri_link {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri.active .list_menu_item_pri_link, .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri:hover .list_menu_item_pri_link {
  color: #fff;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri.active .item_menu_dropdown, .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri:hover .item_menu_dropdown {
  color: #fff;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .item_menu_dropdown {
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  cursor: pointer;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .item_menu_dropdown:hover {
  color: #fff;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .item_menu_dropdown .icon {
  margin-left: 10px;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu {
  position: absolute;
  top: 110%;
  background: var(--primary-color);
  width: -moz-max-content;
  width: max-content;
  left: 0;
  padding: 10px 30px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  list-style: none;
  display: none;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu::before {
  content: "";
  bottom: 100%;
  width: 100%;
  height: 20px;
  background: transparent;
  left: 0;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu li {
  margin-bottom: 12px;
  padding-top: 5px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu li:last-child {
  margin-bottom: 5px;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu li.active a, .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri .dropdown_menu li:hover a {
  color: #fff;
}
.header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary .list_menu_item_pri:hover .dropdown_menu {
  display: block;
}
@media (max-width: 1024px) {
  .header_mobile .header_mobile_menu .header_mobile_menu_wrapper .right_menu .menu_desktop_primary {
    display: none;
  }
}

.lock-scroll {
  overflow: hidden;
}

.header_mobile_menu_show {
  position: absolute;
  top: 100%;
  right: 0;
  height: 100vh;
  width: 100%;
  background: var(--primary-color);
  z-index: 99999;
  overflow: auto;
  padding: 20px 0;
  display: none;
}
.header_mobile_menu_show .list_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri {
  padding-bottom: 17px;
  padding-top: 17px;
  text-transform: uppercase;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri:last-child {
  margin-bottom: 0;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri a {
  color: #fff;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile_menu_show .list_menu .list_menu_item_pri a:hover {
  color: var(--secondary-color);
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .item_menu_dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .item_menu_dropdown .icon {
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .dropdown_menu {
  padding: 0;
  list-style: none;
  padding-top: 20px;
  padding-left: 20px;
  display: none;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .dropdown_menu li {
  padding-bottom: 20px;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .dropdown_menu li:last-child {
  padding-bottom: 0;
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .dropdown_menu li a {
  color: #fff;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.header_mobile_menu_show .list_menu .list_menu_item_pri .dropdown_menu li a:hover {
  color: var(--secondary-color);
}
.header_mobile_menu_show .list_menu .close_dropdown_menu {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.header_mobile_menu_show .list_menu .close_dropdown_menu::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
}
.header_mobile_menu_show .list_menu .close_dropdown_menu::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
}

.back_to_top {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.back_to_top.show {
  opacity: 1;
  visibility: visible;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.menu_fixed {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  animation: smoothScroll 0.8s forwards;
  box-shadow: 0 0 12px -4px #000;
}
@media (max-width: 1024px) {
  .menu_fixed {
    position: relative;
  }
}
.menu_fixed .header_mobile_top {
  display: none;
}
.menu_fixed .header_mobile_menu_show {
  top: 74px;
}

.login_social_popup .modal-content {
  padding: 4rem 2rem;
  position: relative;
}
.login_social_popup .modal-content button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  outline: none;
}
.login_social_popup .login_facebook,
.login_social_popup .login_google {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_social_popup .login_facebook .login_item_wrapper,
.login_social_popup .login_google .login_item_wrapper {
  display: flex;
  align-items: center;
  font-family: "SourceSansPro-Semibold";
  border: 1px solid var(--primary-color);
  padding: 10px 25px;
  border-radius: 3px;
  width: 100%;
  justify-content: center;
}
.login_social_popup .login_facebook .login_item_wrapper .icon,
.login_social_popup .login_google .login_item_wrapper .icon {
  margin-right: 10px;
  color: var(--primary-color);
}
.login_social_popup .login_facebook .login_item_wrapper .icon img,
.login_social_popup .login_google .login_item_wrapper .icon img {
  width: 31px;
}

.login_popup,
.success_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -500%);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  background: #fff;
  width: 50%;
  max-width: 500px;
  padding: 4rem 20px;
  border-radius: 10px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  z-index: 99999999;
}
@media (max-width: 480px) {
  .login_popup,
  .success_popup {
    width: 90%;
    padding: 2rem 20px;
  }
}
.login_popup .login_popup_wrapper h2,
.success_popup .login_popup_wrapper h2 {
  text-align: center;
}
.login_popup .login_popup_wrapper .acept_close,
.success_popup .login_popup_wrapper .acept_close {
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.login_popup .login_popup_wrapper .acept_close .login,
.success_popup .login_popup_wrapper .acept_close .login {
  padding: 10px 15px;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}
.login_popup .login_popup_wrapper .acept_close a,
.success_popup .login_popup_wrapper .acept_close a {
  color: #fff;
}
.login_popup .login_popup_wrapper.error_content h2,
.success_popup .login_popup_wrapper.error_content h2 {
  color: #f44336;
}
.login_popup .login_popup_wrapper.error_content .acept_close .login,
.success_popup .login_popup_wrapper.error_content .acept_close .login {
  border: 1px solid #f44336;
  color: #f44336;
}
.login_popup .login_popup_wrapper.error_content .acept_close a,
.success_popup .login_popup_wrapper.error_content .acept_close a {
  color: #f44336;
}
.login_popup .close_login_popup,
.success_popup .close_login_popup {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  line-height: 1;
  color: var(--primary-color);
}
.login_popup .close_login_popup.error_content,
.success_popup .close_login_popup.error_content {
  color: #f44336;
}

.active-popup:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 0;
  z-index: 111110;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer_mobile {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.footer_mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 138, 203, 0.9);
  mix-blend-mode: multiply;
}
.footer_mobile .footer_wrapper {
  position: relative;
  padding: 30px 0;
}
.footer_mobile .footer_wrapper .footer_top_logo {
  display: flex;
  color: #fff;
  align-items: center;
}
.footer_mobile .footer_wrapper .footer_top_logo a {
  display: block;
  margin-right: 5px;
}
.footer_mobile .footer_wrapper .footer_top_logo a img {
  width: 32px;
  height: auto;
}
.footer_mobile .footer_wrapper .footer_top_logo .title {
  line-height: 1;
}
.footer_mobile .footer_wrapper .footer_menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.footer_mobile .footer_wrapper .footer_menu li {
  margin-right: 35px;
}
.footer_mobile .footer_wrapper .footer_menu li:last-child {
  margin-right: 0;
}
.footer_mobile .footer_wrapper .footer_menu li a {
  color: #fff;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.footer_mobile .footer_wrapper .footer_menu li a:hover {
  color: var(--secondary-color);
}
.footer_mobile .footer_wrapper .footer_company_contact {
  padding-top: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer_mobile .footer_wrapper .footer_company_contact a {
  color: #fff;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.footer_mobile .footer_wrapper .footer_company_contact a:hover {
  color: var(--secondary-color);
}
.footer_mobile .footer_wrapper .footer_social {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer_mobile .footer_wrapper .footer_social .title {
  margin-right: 20px;
}
.footer_mobile .footer_wrapper .footer_social .list_social {
  display: flex;
  margin-left: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_mobile .footer_wrapper .footer_social .list_social li {
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .footer_mobile .footer_company_wapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .footer_mobile .footer_company_wapper .footer_company_info {
    width: 38%;
  }
  .footer_mobile .footer_company_wapper .footer_menu {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
}

.home_first_banner {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.home_first_banner .home_first_banner_content {
  padding: 30px 0;
}
.home_first_banner .home_first_banner_content h1 {
  color: #ffebc2;
  line-height: 0.9;
}
.home_first_banner .home_first_banner_content .desc {
  color: #fff;
}
@media (min-width: 768px) {
  .home_first_banner .home_first_banner_content {
    padding: 70px 0;
  }
}
@media (min-width: 1025px) {
  .home_first_banner .home_first_banner_content {
    padding: 155px 0;
  }
}

.home_control_review {
  display: none;
  background-color: #eeeeee;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .home_control_review {
    display: block;
  }
}
.home_control_review ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.home_control_review ul::-webkit-scrollbar {
  display: none;
}
.home_control_review ul li {
  padding: 0 17px;
  position: relative;
}
.home_control_review ul li::before {
  content: "";
  position: absolute;
  height: 75%;
  width: 1px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.home_control_review ul li a {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.home_control_review ul li a:hover, .home_control_review ul li a.active {
  color: var(--primary-color);
}
.home_control_review ul li:first-child {
  padding-left: 0;
}
.home_control_review ul li:last-child {
  padding-right: 0;
}
.home_control_review ul li:last-child::before {
  display: none;
}

.home_section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
.home_section_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
}
.home_section_title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.home_top_reivew {
  background: var(--primary-color);
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .home_top_reivew {
    padding: 55px 0;
  }
}
.home_top_reivew .home_top_reivew_title {
  color: #fff;
}
.home_top_reivew .home_top_reivew_title::before {
  background: #fff;
}
.home_top_reivew .home_top_reivew_slider {
  position: relative;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner {
  display: flex;
  flex-direction: column;
  height: revert;
  justify-content: space-between;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .item_slider_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .item_slider_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .item_slider_image:hover img {
  transform: scale(1.09);
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner a h5 {
  color: #fff;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
  margin-bottom: 15px;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner a h5:hover {
  color: var(--secondary-color);
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .author {
  display: flex;
  align-items: center;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .author .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .stars {
  display: flex;
  align-items: center;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .stars .checked {
  color: var(--secondary-color);
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.home_top_reivew .home_top_reivew_slider .item_slider_banner .author_stars .stars .icons span {
  font-size: 11px;
}
.home_top_reivew .home_top_reivew_slider .home-top-review-control {
  position: absolute;
  top: 0;
  padding-bottom: 17.6%;
  width: 100%;
}
@media (max-width: 1024px) {
  .home_top_reivew .home_top_reivew_slider .home-top-review-control {
    display: none;
  }
}
.home_top_reivew .home_top_reivew_slider .home-top-review-control .swiper-button-disabled {
  opacity: 0.5;
}
.home_top_reivew .home_top_reivew_slider .home-top-review-control .home-top-review-slider-button-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}
.home_top_reivew .home_top_reivew_slider .home-top-review-control .home-top-review-slider-button-next {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}

.home_new_review {
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .home_new_review {
    padding: 55px 0;
  }
}
.home_new_review .home_new_reivew_title {
  color: var(--secondary-color);
}
.home_new_review .home_new_reivew_title::before {
  background: var(--secondary-color);
}
.home_new_review .home_new_reivew_slider {
  position: relative;
}
.home_new_review .home_new_reivew_slider .data_item_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home_new_review .home_new_reivew_slider .data_item_wrapper .item_wrapper_image {
  flex: 1;
}
.home_new_review .home_new_reivew_slider .data_item_wrapper .item_wrapper_info {
  height: 132px;
}
.home_new_review .home_new_reivew_slider .home-new-review-control {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 17.6%;
}
@media (max-width: 1024px) {
  .home_new_review .home_new_reivew_slider .home-new-review-control {
    padding-bottom: 27.25%;
  }
}
@media (max-width: 768px) {
  .home_new_review .home_new_reivew_slider .home-new-review-control {
    padding-bottom: 56.25%;
  }
}
.home_new_review .home_new_reivew_slider .home-new-review-control .swiper-button-disabled {
  opacity: 0.5;
}
.home_new_review .home_new_reivew_slider .home-new-review-control .home-new-review-slider-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}
@media (min-width: 768px) {
  .home_new_review .home_new_reivew_slider .home-new-review-control .home-new-review-slider-button-prev {
    left: -15px;
  }
}
.home_new_review .home_new_reivew_slider .home-new-review-control .home-new-review-slider-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}
@media (min-width: 768px) {
  .home_new_review .home_new_reivew_slider .home-new-review-control .home-new-review-slider-button-next {
    right: -15px;
  }
}
.home_new_review .home_new_reivew_slider .item_slider_banner {
  height: revert;
  display: flex;
  flex-direction: column;
}
.home_new_review .home_new_reivew_slider .item_slider_banner .item_slider_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.home_new_review .home_new_reivew_slider .item_slider_banner .item_slider_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.home_new_review .home_new_reivew_slider .item_slider_banner .item_slider_image:hover img {
  transform: scale(1.09);
}
.home_new_review .home_new_reivew_slider .item_slider_banner a h5 {
  color: #000000;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
  margin-bottom: 15px;
}
.home_new_review .home_new_reivew_slider .item_slider_banner a h5:hover {
  color: var(--secondary-color);
}
.home_new_review .home_new_reivew_slider .item_slider_banner .author_times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home_new_review .home_new_reivew_slider .item_slider_banner .author_times .author {
  display: flex;
  align-items: center;
}
.home_new_review .home_new_reivew_slider .item_slider_banner .author_times .author .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.home_new_review .home_new_reivew_slider .item_slider_banner .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home_new_review .another_review {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1025px) {
  .home_new_review .another_review {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_new_review .another_review a {
    width: 32%;
  }
}

.send_review_button {
  width: 100%;
}
@media (min-width: 1025px) {
  .send_review_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .send_review_button a {
    width: 32%;
  }
}

.send_your_reivew {
  display: flex;
  align-items: center;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  justify-content: center;
  color: white;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  width: 32%;
}
.send_your_reivew:hover {
  background-position: bottom;
  color: #fff;
}
.send_your_reivew .icon {
  margin-right: 5px;
  margin-top: -3px;
}
@media (max-width: 1024px) {
  .send_your_reivew {
    width: 100%;
  }
}

.home_handbook {
  background-size: contain;
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home_handbook .home_handbook_title {
  color: var(--primary-color);
}
.home_handbook .home_handbook_title::before {
  background: var(--primary-color);
}
.home_handbook .another_handbook {
  width: 100%;
}
@media (min-width: 1025px) {
  .home_handbook .another_handbook {
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_handbook .another_handbook a {
    width: 32%;
    cursor: pointer;
  }
}

.home_handbook_list {
  padding-bottom: 40px;
}
.home_handbook_list .home_handbook_item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.home_handbook_list .home_handbook_item:last-child {
  margin-bottom: 0;
}
.home_handbook_list .home_handbook_item .item_wrapper {
  display: flex;
  width: 100%;
}
.home_handbook_list .home_handbook_item .item_wrapper .home_handbook_item_img {
  width: 37.2%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 23.2%;
  overflow: hidden;
}
.home_handbook_list .home_handbook_item .item_wrapper .home_handbook_item_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.home_handbook_list .home_handbook_item .item_wrapper .home_handbook_item_img:hover img {
  transform: scale(1.09);
}
.home_handbook_list .home_handbook_item .item_wrapper .home_handbook_item_title {
  flex: 1;
  margin: 0;
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.home_handbook_list .home_handbook_item .item_wrapper .home_handbook_item_title:hover {
  color: var(--secondary-color);
}
@media (min-width: 1025px) {
  .home_handbook_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_handbook_list .home_handbook_item {
    width: 48%;
  }
}

.home_rules {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home_rules .home_rules_title {
  color: var(--primary-color);
}
.home_rules .home_rules_title::before {
  background: var(--primary-color);
}
.home_rules .home_rules_content .home_rules_item {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .home_rules .home_rules_content .home_rules_item {
    width: 48%;
  }
}
.home_rules .home_rules_content .home_rules_item .panel-heading a {
  width: 100%;
  display: block;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #000000;
}
.home_rules .home_rules_content .home_rules_item .home_rules_item_show {
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}
.home_rules .home_rules_content .home_rules_item .home_rules_item_show::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 2px;
  bottom: 100%;
  left: 0;
  content: "";
}
@media (min-width: 1025px) {
  .home_rules .home_rules_content .home_rules_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.home_rules .another_rules {
  width: 100%;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .home_rules .another_rules {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_rules .another_rules a {
    cursor: pointer;
    width: 32%;
  }
}

.review_slider_bottom_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.post_review_banner {
  padding: 34px 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1025px) {
  .post_review_banner {
    min-height: 335px;
    display: flex;
    align-items: center;
  }
}
.post_review_banner .description {
  width: 50%;
  color: black;
}
@media (min-width: 1025px) {
  .post_review_banner .description {
    width: 42%;
    color: var(--primary-color);
  }
}

.breadcrumb_gama {
  background: #eeeeee;
  padding: 17px 0;
}

.breadcrumb_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb_wrapper li {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb_wrapper li::before {
  position: absolute;
  left: 100%;
  height: 50%;
  width: 1px;
  top: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(15deg);
}
.breadcrumb_wrapper li a {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.breadcrumb_wrapper li a .icon {
  margin-right: 5px;
  margin-top: -4px;
}
.breadcrumb_wrapper li .icon_wrapper {
  display: flex;
  align-items: center;
}
.breadcrumb_wrapper li .icon_wrapper .icon {
  margin-right: 5px;
  margin-top: -4px;
}
.breadcrumb_wrapper li:last-child {
  color: var(--primary-color);
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb_wrapper li:last-child a {
  color: var(--primary-color);
}
.breadcrumb_wrapper li:last-child::before {
  display: none;
}

.post_review_form {
  padding: 40px 0;
}
.post_review_form .post_review_form_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
.post_review_form .post_review_form_wrapper .post_review_form_input {
  width: 59%;
}
@media (max-width: 1024px) {
  .post_review_form .post_review_form_wrapper .post_review_form_input {
    width: 100%;
  }
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper {
  width: 36%;
  position: sticky;
  top: 90px;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_title {
  text-transform: uppercase;
  color: var(--primary-color);
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_title::before {
  background: var(--primary-color);
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_content .home_rules_item {
  width: 100%;
  margin-bottom: 10px;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_content .home_rules_item .panel-heading a {
  width: 100%;
  display: block;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #000000;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_content .home_rules_item .home_rules_item_show {
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .home_rules_content .home_rules_item .home_rules_item_show::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 2px;
  bottom: 100%;
  left: 0;
  content: "";
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .another_rules {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .post_review_form .post_review_form_wrapper .list_rules_wrapper {
    display: none;
  }
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review {
  margin-top: 50px;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_title {
  color: var(--primary-color);
  text-transform: uppercase;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_title::before {
  background: var(--primary-color);
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li {
  margin-bottom: 20px;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li:last-child {
  margin-bottom: 0;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper {
  display: flex;
  width: 100%;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .left_img {
  width: 37.2%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 23.2%;
  overflow: hidden;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .left_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .left_img:hover img {
  transform: scale(1.09);
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .right_title {
  flex: 1;
  margin: 0;
  color: black;
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .right_title h5 {
  margin-bottom: 15px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.post_review_form .post_review_form_wrapper .list_rules_wrapper .list_review .list_review_wrapper li a .item_wrapper .right_title h5:hover {
  color: var(--secondary-color);
}
.post_review_form .big_title {
  color: var(--secondary-color);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.post_review_form .infomation .title {
  padding-bottom: 11px;
  margin-bottom: 11px;
  position: relative;
}
.post_review_form .infomation .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--secondary-color);
}
.post_review_form .infomation .note {
  margin-bottom: 25px;
}
.post_review_form .post_reivew_form_item {
  margin-bottom: 15px;
}
.post_review_form .post_reivew_form_item .another_unit_provide {
  display: none;
}
.post_review_form .post_reivew_form_item .another_elevator_line {
  display: none;
}
.post_review_form .post_reivew_form_item .item_handle_ajax {
  position: relative;
}
.post_review_form .post_reivew_form_item .item_handle_ajax .loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_review_form .post_reivew_form_item .item_handle_ajax .loading img {
  width: 30px;
  height: auto;
}
.post_review_form .post_reivew_form_item .another_unit_maintenance {
  display: none;
}
.post_review_form .post_reivew_form_item input {
  width: 100%;
  min-height: 40px;
  padding: 11px 15px;
  border-radius: 3px;
  border: 1px solid rgba(56, 100, 136, 0.5);
  color: black;
  outline: none;
}
.post_review_form .post_reivew_form_item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.post_review_form .post_reivew_form_item input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.post_review_form .post_reivew_form_item .ui.fluid.dropdown {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(56, 100, 136, 0.5);
  color: black;
  outline: none;
  position: relative;
}
.post_review_form .post_reivew_form_item .ui.fluid.dropdown .search {
  height: 100%;
}
.post_review_form .post_reivew_form_item .ui.fluid.dropdown .dropdown.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0;
  padding: 0;
}
.post_review_form .post_reivew_form_item .ui.fluid.dropdown .default.text {
  color: rgba(0, 0, 0, 0.5);
}
.post_review_form .post_reivew_form_item .ui.fluid.dropdown .menu .item {
  font-weight: unset !important;
}
.post_review_form .elevator_scoring,
.post_review_form .service_scoring {
  padding-top: 20px;
  padding-bottom: 20px;
}
.post_review_form .elevator_scoring .title,
.post_review_form .service_scoring .title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  position: relative;
}
.post_review_form .elevator_scoring .title span,
.post_review_form .service_scoring .title span {
  color: #ff0000;
}
.post_review_form .elevator_scoring .title::before,
.post_review_form .service_scoring .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--secondary-color);
}
.post_review_form .elevator_scoring .post_reivew_form_item_group,
.post_review_form .service_scoring .post_reivew_form_item_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(56, 100, 136, 0.5);
  color: black;
}
.post_review_form .elevator_scoring .post_reivew_form_item_group .left,
.post_review_form .service_scoring .post_reivew_form_item_group .left {
  display: flex;
  align-items: center;
}
.post_review_form .elevator_scoring .post_reivew_form_item_group .left .icon,
.post_review_form .service_scoring .post_reivew_form_item_group .left .icon {
  margin-right: 7px;
}
.post_review_form .elevator_scoring .post_reivew_form_item_group .right,
.post_review_form .service_scoring .post_reivew_form_item_group .right {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "SourceSansPro-Semibold";
}
.post_review_form .elevator_scoring .post_reivew_form_item_group .right input,
.post_review_form .service_scoring .post_reivew_form_item_group .right input {
  padding: 0;
  min-height: auto;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  width: fit-content;
  margin: 0;
  max-width: 30px;
  display: flex;
  text-align: center;
  margin: 0 10px;
  font-family: "SourceSansPro-Semibold";
}
.post_review_form .elevator_scoring .medium_score input,
.post_review_form .service_scoring .medium_score input {
  width: 40px;
  background: transparent;
  border: unset;
  min-height: 40px;
  outline: none;
  color: #fff;
  font-family: "SourceSansPro-Semibold";
}
.post_review_form .elevator_scoring .medium_score input::-moz-placeholder, .post_review_form .service_scoring .medium_score input::-moz-placeholder {
  color: #fff;
}
.post_review_form .elevator_scoring .medium_score input::placeholder,
.post_review_form .service_scoring .medium_score input::placeholder {
  color: #fff;
}
.post_review_form .post_reivew_form_item_file_upload {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 22px;
  background: rgba(251, 174, 23, 0.3);
  border: 1px dashed #fbae17;
  border-radius: 3px;
}
.post_review_form .post_reivew_form_item_file_upload .image-box {
  display: flex;
}
.post_review_form .post_reivew_form_item_file_upload .upload_img_wrapper {
  display: flex;
}
.post_review_form .post_reivew_form_item_file_upload .upload_img_wrapper .desc {
  margin-left: 10px;
  text-align: left;
}
.post_review_form .post_reivew_form_item_file_upload img {
  width: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .post_review_form .post_reivew_form_item_file_upload .image-box {
    justify-content: center;
  }
  .post_review_form .post_reivew_form_item_file_upload img {
    max-width: 100px;
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.post_review_form .post_reivew_form_item_file_upload_image_videos {
  cursor: pointer;
  padding: 22px;
  background: rgba(56, 100, 136, 0.3);
  border: 1px dashed #386488;
  border-radius: 3px;
}
.post_review_form .post_reivew_form_item_file_upload_image_videos .upload_img_wrapper {
  display: flex;
}
.post_review_form .post_reivew_form_item_file_upload_image_videos .upload_img_wrapper .desc {
  margin-left: 10px;
  text-align: left;
}
.post_review_form .detailed_comments {
  padding-top: 20px;
}
.post_review_form .detailed_comments .title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  position: relative;
}
.post_review_form .detailed_comments .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--secondary-color);
}
.post_review_form .detailed_comments .post_reivew_form_item textarea {
  width: 100%;
  min-height: 40px;
  padding: 11px 15px;
  border-radius: 3px;
  border: 1px solid rgba(56, 100, 136, 0.5);
  color: black;
  outline: none;
  font-size: var(--c-text-lg);
  font-family: "SourceSansPro-Regular";
}
.post_review_form .send_post_review {
  height: 55px;
  width: 100%;
  border-radius: 3px;
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  border: none;
  outline: none;
  font-size: 22px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
@media (max-width: 1024px) {
  .post_review_form .send_post_review {
    margin-top: 25px;
    font-size: 20px;
  }
}
.post_review_form .send_post_review:hover {
  background: var(--primary-color);
}
.post_review_form .send_post_review .icon {
  margin-right: 6px;
  margin-top: -4px;
}

.post_reivew_form_item_video {
  margin-top: 25px;
}

.upload__box {
  padding: 40px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  color: #000000;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.upload__btn .upload_img_wrapper {
  display: flex;
  align-items: center;
}
.upload__btn .upload_img_wrapper .desc {
  margin-left: 10px;
  text-align: left;
}
.upload__btn:hover {
  background-color: unset;
  color: var(--primary-color);
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.upload__img-box {
  width: calc(33.3333333333% - 15px);
  margin-left: 15px;
  margin-top: 15px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.review_list_banner {
  background-size: cover;
  background-position: center;
}
.review_list_banner .banner_content {
  padding: 135px 0;
}
@media (max-width: 1024px) {
  .review_list_banner .banner_content {
    padding: 35px 0;
  }
}
.review_list_banner .banner_content h2 {
  color: #ffebc2;
  line-height: 0.9;
  margin: 0;
}
.review_list_banner .banner_content .description {
  width: 40%;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .review_list_banner .banner_content .description {
    display: none;
  }
}

.review_list_container {
  padding: 55px 0;
}
@media (max-width: 1024px) {
  .review_list_container {
    padding: 30px 0;
  }
}
.review_list_container .review_list_control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.review_list_container .review_list_control .left_menu {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.review_list_container .review_list_control .left_menu .item {
  margin-right: 15px;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.review_list_container .review_list_control .left_menu .item .item__new {
  display: block;
  color: #000000;
  padding-bottom: 6px;
}
.review_list_container .review_list_control .left_menu .item .item__new.active {
  position: relative;
  color: var(--secondary-color);
}
.review_list_container .review_list_control .left_menu .item .item__new.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--secondary-color);
}
.review_list_container .review_list_control .left_menu .item:hover a {
  color: var(--secondary-color);
}
.review_list_container .review_list_control .right_upload {
  padding-top: 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .review_list_container .review_list_control .right_upload {
    font-size: 15px;
  }
}
.review_list_container .review_list_control .right_upload a {
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--secondary-color);
  padding: 5px 25px;
  border-radius: 3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review_list_container .review_list_control .right_upload a {
    padding: 4px 9px;
  }
}
.review_list_container .review_list_control .right_upload a .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_list_container .review_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}
@media (max-width: 768px) {
  .review_list_container .review_list {
    margin-left: 0;
  }
}
.review_list_container .review_list .review_item {
  margin-bottom: 35px;
  width: calc(33.3333333333% - 35px);
  margin-left: 35px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .review_list_container .review_list .review_item {
    width: calc(50% - 35px);
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  .review_list_container .review_list .review_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .review_list_container .review_list .review_item:last-child {
    margin-bottom: 0;
  }
}
.review_list_container .review_list .review_item .item_wrapper_image {
  flex: 1;
}
.review_list_container .review_list .review_item .item_wrapper_image .review_item_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.review_list_container .review_list .review_item .item_wrapper_image .review_item_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.review_list_container .review_list .review_item .item_wrapper_image .review_item_image:hover img {
  transform: scale(1.09);
}
.review_list_container .review_list .review_item .item_wrapper_info {
  height: 180px;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate {
  display: flex;
  align-items: center;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .love {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .love .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .stars {
  display: flex;
  align-items: center;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .stars .checked {
  color: var(--secondary-color);
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.review_list_container .review_list .review_item .item_wrapper_info .times_rate .rate .stars .icons span {
  font-size: 11px;
}
.review_list_container .review_list .review_item .item_wrapper_info .author {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review_list_container .review_list .review_item .item_wrapper_info .author .icon {
  margin-right: 6px;
  margin-top: -2px;
}
.review_list_container .review_list .review_item .item_wrapper_info .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.review_list_container .review_list .review_item a h5 {
  color: #000000;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
}
.review_list_container .review_list .review_item a h5:hover {
  color: var(--secondary-color);
}

.panigation_gama {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panigation_gama ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.panigation_gama ul li {
  margin-right: 10px;
}
.panigation_gama ul li::before {
  margin-right: 0;
}
.panigation_gama ul li a {
  display: block;
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panigation_gama ul li a.active, .panigation_gama ul li a:hover {
  background: var(--secondary-color);
  border-radius: 3px;
  color: #fff;
}

@media (max-width: 1024px) {
  .review_detail_wrapper .review_list_banner {
    display: none;
  }
}

.review_detail_content {
  padding-top: 40px;
}
.review_detail_content .title_review {
  margin-bottom: 20px;
  color: black;
}
.review_detail_content .author {
  display: flex;
  align-items: center;
}
.review_detail_content .author .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_detail_content .times_rate {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_detail_content .times_rate .rate {
  display: flex;
  align-items: center;
}
.review_detail_content .times_rate .rate .love {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.review_detail_content .times_rate .rate .love .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_detail_content .times_rate .rate .stars {
  display: flex;
  align-items: center;
}
.review_detail_content .times_rate .rate .stars .checked {
  color: var(--secondary-color);
}
.review_detail_content .times_rate .rate .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.review_detail_content .times_rate .rate .stars .icons span {
  font-size: 11px;
}
.review_detail_content .description {
  margin-bottom: 25px;
}
.review_detail_content .description p {
  margin: 0;
}
.review_detail_content .img_detail img {
  width: 100%;
  height: auto;
}
.review_detail_content .scroing_wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}
.review_detail_content .scroing_wrapper .title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.review_detail_content .scroing_wrapper .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--secondary-color);
}
.review_detail_content .scroing_wrapper .list_score .score_item {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid rgba(56, 100, 136, 0.5);
  border-radius: 3px;
  margin-bottom: 15px;
}
.review_detail_content .scroing_wrapper .list_score .score_item .left {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
}
.review_detail_content .scroing_wrapper .list_score .score_item .left .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_detail_content .scroing_wrapper .elevator_scoring,
.review_detail_content .scroing_wrapper .service_scoring {
  padding-bottom: 30px;
}

.medium_score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 3px;
  padding: 10px 15px;
}
.medium_score .right {
  display: flex;
  align-items: center;
}
.medium_score .right .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.medium_score .right .total_number_score,
.medium_score .right .total_number_score_service {
  min-width: 25px;
  text-align: right;
}

.detail_album_slider {
  position: relative;
  margin-bottom: 30px;
}
.detail_album_slider .item_slider_banner {
  padding-bottom: 56.25%;
  position: relative;
}
.detail_album_slider .item_slider_banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_album_slider .detail_album_slider_control {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.detail_album_slider .detail_album_slider_control .swiper-button-disabled {
  opacity: 0.5;
}
.detail_album_slider .detail_album_slider_control .detail_album_slider-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}
.detail_album_slider .detail_album_slider_control .detail_album_slider-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 22;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}

.review_item_load {
  margin-bottom: 25px;
}
.review_item_load .title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.review_item_load .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--secondary-color);
}
.review_item_load .desc p {
  margin: 0;
}

.share_detail {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.share_detail .right {
  display: flex;
  align-items: center;
}
.share_detail .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.button_wrapper_config {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.button_wrapper_config .notify_lover {
  margin-top: 10px;
}

.love_button {
  height: 55px;
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  width: 50%;
}
@media (max-width: 1024px) {
  .love_button {
    width: 100%;
  }
}
.love_button .icon_button_lover svg {
  margin-right: 7px;
  margin-top: -4px;
}
.love_button.active {
  color: var(--secondary-color);
}
.love_button.active svg path {
  fill: var(--secondary-color);
}

.review_comments {
  margin-top: 40px;
}
.review_comments .title_comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.review_comments .title_comment .left {
  position: relative;
  color: var(--primary-color);
}
.review_comments .title_comment .left::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--secondary-color);
}
.review_comments .edit_comment, .review_comments .write_comment {
  background: rgba(217, 217, 217, 0.5);
  border: none;
  border-bottom-right-radius: 3px;
  width: 100%;
  display: flex;
  padding: 10px 15px;
}
.review_comments .edit_comment textarea, .review_comments .write_comment textarea {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  resize: none;
}
.review_comments .edit_comment .icon, .review_comments .write_comment .icon {
  cursor: pointer;
  color: var(--primary-color);
}
.review_comments .show_comments {
  margin: 25px 0;
}
.review_comments .show_comments .comment_item {
  position: relative;
  margin-bottom: 25px;
}
.review_comments .show_comments .comment_item:last-child {
  margin-bottom: 0;
}
.review_comments .show_comments .comment_item .info {
  display: flex;
}
.review_comments .show_comments .comment_item .info img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}
.review_comments .show_comments .comment_item .info .name_times h5 {
  margin: 0;
  color: var(--primary-color);
}
.review_comments .show_comments .comment_item .comment {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.review_comments .show_comments .comment_item .comment_control {
  display: flex;
  justify-content: space-between;
}
.review_comments .show_comments .comment_item .comment_control_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.review_comments .show_comments .comment_item .comment_control_list .love {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.review_comments .show_comments .comment_item .comment_control_list .love .icon_love {
  margin-left: 5px;
  margin-top: -2px;
}
.review_comments .show_comments .comment_item .comment_control_list .love.active, .review_comments .show_comments .comment_item .comment_control_list .love:hover {
  color: var(--secondary-color);
}
.review_comments .show_comments .comment_item .comment_control_list .love.active svg g, .review_comments .show_comments .comment_item .comment_control_list .love:hover svg g {
  opacity: 1 !important;
}
.review_comments .show_comments .comment_item .comment_control_list .love.active svg g path, .review_comments .show_comments .comment_item .comment_control_list .love:hover svg g path {
  fill: var(--secondary-color);
}
.review_comments .show_comments .comment_item .comment_control_list .reply {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.review_comments .show_comments .comment_item .comment_control_list .reply .icon_reply {
  margin-left: 5px;
  margin-top: -2px;
}
.review_comments .show_comments .comment_item .comment_control_list .total_love {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
}
.review_comments .show_comments .comment_item .comment_control_list .total_love .icon {
  margin-right: 5px;
  margin-top: -4px;
}
.review_comments .show_comments .comment_item .comment_control .comment_action {
  display: flex;
  gap: 14px;
}
.review_comments .show_comments .comment_item .comment_control .comment_action .edit, .review_comments .show_comments .comment_item .comment_control .comment_action .delete {
  display: flex;
  cursor: pointer;
}
.review_comments .show_comments .comment_item .comment_control .comment_action .edit svg, .review_comments .show_comments .comment_item .comment_control .comment_action .delete svg {
  opacity: 0.5;
}
.review_comments .show_comments .comment_item .comment_control .comment_action .edit .icon {
  margin-left: 5px;
  margin-top: -2px;
}
.review_comments .show_comments .comment_item .comment_control .comment_action .delete .icon {
  margin-left: 5px;
  margin-top: -2px;
}
.review_comments .show_comments .comment_item .container_sub_comment {
  margin-left: 32px;
  margin-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .review_comments .show_comments .comment_item .container_sub_comment {
    margin-left: 64px;
  }
}
.review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .info {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .info {
    width: 25%;
  }
}
.review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .comment_info_wrapper {
  width: 100%;
  padding-left: 15px;
}
@media only screen and (min-width: 1025px) {
  .review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .comment_info_wrapper {
    flex: 1;
  }
}
.review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .comment_info_wrapper .comment {
  font-weight: 600;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .review_comments .show_comments .comment_item .container_sub_comment .comment_item.sub_comment_item .comment_info_wrapper .comment_control_list {
    width: 25%;
  }
}
.review_comments .show_comments .comment_item .container_sub_comment .write_comment {
  margin-top: 15px;
}
.review_comments .show_more_comment {
  padding-top: 10px;
  padding-bottom: 20px;
}
.review_comments .show_more_comment a {
  cursor: pointer;
  min-height: 40px;
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 100, 136, 0.5);
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  width: 50%;
}
.review_comments .show_more_comment a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
@media (max-width: 1024px) {
  .review_comments .show_more_comment a {
    width: 100%;
  }
}

.related_review {
  padding: 40px 0 50px 0;
  background: rgba(56, 100, 136, 0.1);
}
.related_review .related_title {
  text-transform: uppercase;
  color: var(--primary-color);
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
.related_review .related_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--primary-color);
}
.related_review .related_review_slider .item_slider_banner .item_slider_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.related_review .related_review_slider .item_slider_banner .item_slider_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.related_review .related_review_slider .item_slider_banner .item_slider_image:hover img {
  transform: scale(1.09);
}
.related_review .related_review_slider .item_slider_banner a h5 {
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
  margin-bottom: 15px;
}
.related_review .related_review_slider .item_slider_banner a h5:hover {
  color: var(--secondary-color);
}
.related_review .related_review_slider .item_slider_banner .author_stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.related_review .related_review_slider .item_slider_banner .author_stars .author {
  display: flex;
  align-items: center;
}
.related_review .related_review_slider .item_slider_banner .author_stars .author .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.related_review .related_review_slider .item_slider_banner .author_stars .stars {
  display: flex;
  align-items: center;
}
.related_review .related_review_slider .item_slider_banner .author_stars .stars .checked {
  color: var(--secondary-color);
}
.related_review .related_review_slider .item_slider_banner .author_stars .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.related_review .related_review_slider .item_slider_banner .author_stars .stars .icons span {
  font-size: 11px;
}

.star_haft i {
  color: var(--secondary-color);
}

.icon-pro-decrease,
.icon-pro-increase {
  position: relative;
}
.icon-pro-decrease::before,
.icon-pro-increase::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 150%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review_detail_content_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
  padding-bottom: 20px;
}
.review_detail_content_wrapper .review_detail_content_wrapper_left {
  width: 62%;
}
@media (max-width: 1024px) {
  .review_detail_content_wrapper .review_detail_content_wrapper_left {
    width: 100%;
  }
}
.review_detail_content_wrapper .review_detail_content_wrapper_left .button_wrapper_config a {
  width: 50%;
}
@media (max-width: 1024px) {
  .review_detail_content_wrapper .review_detail_content_wrapper_left .button_wrapper_config a {
    width: 100%;
  }
}
.review_detail_content_wrapper .review_detail_content_wrapper_right {
  width: 33%;
  position: sticky;
  top: 90px;
}
@media (max-width: 1024px) {
  .review_detail_content_wrapper .review_detail_content_wrapper_right {
    display: none;
  }
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_title {
  color: var(--primary-color);
  text-transform: uppercase;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_title::before {
  background: var(--primary-color);
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li {
  margin-bottom: 20px;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li:last-child {
  margin-bottom: 0;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper {
  display: flex;
  width: 100%;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .left_img {
  width: 37.2%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 23.2%;
  overflow: hidden;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .left_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .left_img:hover img {
  transform: scale(1.09);
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .right_title {
  flex: 1;
  margin: 0;
  color: black;
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .right_title h5 {
  margin-bottom: 15px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .list_review_wrapper li a .item_wrapper .right_title h5:hover {
  color: var(--secondary-color);
}
.review_detail_content_wrapper .review_detail_content_wrapper_right .list_review .another_rules {
  width: 100%;
  padding-top: 20px;
}

.review_detail_another_mobile {
  display: none;
}
@media (max-width: 768px) {
  .review_detail_another_mobile {
    display: block;
  }
}
.review_detail_another_mobile .home_section_title {
  color: var(--primary-color);
}
.review_detail_another_mobile .home_section_title::before {
  background: var(--primary-color);
}
.review_detail_another_mobile .item_slider_banner {
  display: flex;
  flex-direction: column;
  height: revert;
  justify-content: space-between;
}
.review_detail_another_mobile .item_slider_banner .item_slider_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.review_detail_another_mobile .item_slider_banner .item_slider_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.review_detail_another_mobile .item_slider_banner .item_slider_image:hover img {
  transform: scale(1.09);
}
.review_detail_another_mobile .item_slider_banner a h5 {
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
  margin-bottom: 15px;
}
.review_detail_another_mobile .item_slider_banner a h5:hover {
  color: var(--secondary-color);
}
.review_detail_another_mobile .item_slider_banner .author_stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.review_detail_another_mobile .item_slider_banner .author_stars .author {
  display: flex;
  align-items: center;
}
.review_detail_another_mobile .item_slider_banner .author_stars .author .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.review_detail_another_mobile .item_slider_banner .author_stars .author .icon svg path {
  fill: var(--secondary-color);
}
.review_detail_another_mobile .item_slider_banner .author_stars .stars {
  display: flex;
  align-items: center;
}
.review_detail_another_mobile .item_slider_banner .author_stars .stars .checked {
  color: var(--secondary-color);
}
.review_detail_another_mobile .item_slider_banner .author_stars .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.review_detail_another_mobile .item_slider_banner .author_stars .stars .icons span {
  font-size: 11px;
}
.review_detail_another_mobile .another_rules {
  margin: 2rem 0 40px;
}

.posts_wrapper {
  padding: 30px 0 40px;
  background-repeat: repeat-x;
  background-size: auto;
}
.posts_wrapper .posts_title_primary {
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 40px;
}
.posts_wrapper .post_first_new {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.posts_wrapper .post_first_new .post_item_image {
  width: 100%;
}
.posts_wrapper .post_first_new .post_item_image img {
  width: 100%;
  height: auto;
}
.posts_wrapper .post_first_new .post_item_title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.posts_wrapper .post_first_new .post_item_title:hover {
  color: var(--secondary-color);
}
.posts_wrapper .post_first_new .post_item_time {
  margin-bottom: 15px;
}
.posts_wrapper .home_handbook_list {
  padding-bottom: 15px;
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .posts_wrapper {
    padding: 50px 0;
    min-height: 80vh;
  }
  .posts_wrapper .post_first_new {
    display: none;
  }
  .posts_wrapper .home_handbook_list {
    display: none;
  }
  .posts_wrapper .home_handbook_list_desktop {
    display: flex !important;
    flex-wrap: wrap;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item {
    flex-basis: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item:nth-child(3n) {
    margin-right: 0;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image {
    flex: 1;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .home_handbook_item_img {
    width: 100%;
    padding-bottom: 60.2%;
    height: 0;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .home_handbook_item_img img {
    border-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
    border-radius: 5px;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .home_handbook_item_img:hover img {
    transform: scale(1.09);
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .top_title {
    margin-bottom: 15px;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .top_title .home_handbook_item_title {
    width: 100%;
    margin-top: 1rem;
    font-size: var(--c-text-lg);
    color: #000000;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_image .top_title .home_handbook_item_title:hover {
    transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
    color: var(--secondary-color);
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_info {
    height: 110px;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_info .post_item_time {
    width: 100%;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: block;
  }
  .posts_wrapper .home_handbook_list_desktop .home_handbook_item .item_wrapper .item_wrapper_info .post_item_description {
    width: 100%;
    margin: 7px 0;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.post_wrapper {
  padding: 0px;
}
.post_wrapper .posts_title_primary {
  display: none;
}
.post_wrapper .container_post {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
  flex-wrap: wrap;
}
.post_wrapper .container_post .post_info {
  width: 59%;
}
@media (max-width: 768px) {
  .post_wrapper .container_post .post_info {
    width: 100%;
    margin-bottom: 30px;
  }
}
.post_wrapper .container_post .post_info .title_post {
  margin-top: 0;
  margin-bottom: 15px;
}
.post_wrapper .container_post .post_info .time_post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post_wrapper .container_post .post_info .description_post {
  margin-bottom: 20px;
}
.post_wrapper .container_post .post_info .content_post {
  margin-bottom: 20px;
}
.post_wrapper .container_post .post_info .content_post p,
.post_wrapper .container_post .post_info .content_post span {
  font-family: "SourceSansPro-Regular" !important;
}
.post_wrapper .container_post .post_info .content_post h1,
.post_wrapper .container_post .post_info .content_post h2,
.post_wrapper .container_post .post_info .content_post h3,
.post_wrapper .container_post .post_info .content_post h4,
.post_wrapper .container_post .post_info .content_post h5,
.post_wrapper .container_post .post_info .content_post strong,
.post_wrapper .container_post .post_info .content_post b,
.post_wrapper .container_post .post_info .content_post h6 {
  font-family: "SourceSansPro-Semibold" !important;
}
.post_wrapper .container_post .banner_post {
  width: 36%;
  position: sticky;
  top: 90px;
}
@media (max-width: 768px) {
  .post_wrapper .container_post .banner_post {
    width: 100%;
  }
}
.post_wrapper .container_post .banner_post a {
  width: 100%;
}
.post_wrapper .container_post .banner_post a img {
  width: 100%;
  height: auto;
}
.post_wrapper .container_post .banner_post .another_title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  color: var(--primary-color);
  text-transform: uppercase;
}
.post_wrapper .container_post .banner_post .another_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--primary-color);
}
.post_wrapper .container_post .banner_post .another_list .another_item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.post_wrapper .container_post .banner_post .another_list .another_item:last-child {
  margin-bottom: 0;
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper {
  display: flex;
  width: 100%;
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_img {
  width: 37.2%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 23.2%;
  overflow: hidden;
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_img:hover img {
  transform: scale(1.09);
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_info {
  flex: 1;
  margin: 0;
  color: #000000;
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_info .another_item_title:hover {
  color: var(--secondary-color);
}
.post_wrapper .container_post .banner_post .another_list .another_item .item_wrapper .another_item_info .another_item_time {
  display: none;
}

.another_posts {
  margin-top: 40px;
  padding-bottom: 50px;
}
.another_posts .another_title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  color: var(--primary-color);
  text-transform: uppercase;
}
.another_posts .another_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--primary-color);
}
.another_posts .another_list .item_slider_banner .another_item_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.another_posts .another_list .item_slider_banner .another_item_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.another_posts .another_list .item_slider_banner .another_item_img:hover img {
  transform: scale(1.09);
}
.another_posts .another_list .item_slider_banner .another_item_info {
  margin-top: 20px;
  color: #000000;
}
.another_posts .another_list .item_slider_banner .another_item_info h5 {
  color: #000000;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.another_posts .another_list .item_slider_banner .another_item_info h5:hover {
  color: var(--primary-color);
}
.another_posts .another_handbook {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.another_posts .another_handbook a {
  width: 32%;
}
@media (max-width: 768px) {
  .another_posts .another_handbook a {
    width: 100%;
  }
}

.rules_wrapper .breadcrumb_gama {
  display: block;
}
.rules_wrapper .rules_content {
  padding: 30px 0 40px;
  background-repeat: repeat-x;
  background-size: auto;
}
.rules_wrapper .rules_content .rules_title_primary {
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0;
}
.rules_wrapper .rules_content .rules_list {
  padding-top: 30px;
  margin-bottom: 30px;
}
.rules_wrapper .rules_content .rules_list .rule_item {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rules_wrapper .rules_content .rules_list .rule_item .title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .rules_wrapper .breadcrumb_gama {
    display: none;
  }
  .rules_wrapper .rules_content {
    padding: 73px 0 100px;
  }
  .rules_wrapper .rules_content .rules_list {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .rules_wrapper .rules_content .rules_list .rule_item {
    display: flex;
  }
  .rules_wrapper .rules_content .rules_list .rule_item .title {
    width: 20%;
  }
  .rules_wrapper .rules_content .rules_list .rule_item .description {
    width: 80%;
  }
  .rules_wrapper .rules_content .send_your_reivew {
    margin: 0 auto;
  }
}

.result_wrapper .result_banner {
  padding: 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.result_wrapper .result_banner h2 {
  color: #ffebc2;
  line-height: 0.9;
  margin-bottom: 6px;
}
.result_wrapper .result_banner .description {
  color: #fff;
}
.result_wrapper .result_content {
  padding: 40px 0 60px 0;
}
.result_wrapper .result_content .result_content_container .result_content_tab {
  flex-wrap: nowrap;
  justify-content: space-between;
  border: none;
  padding-bottom: 30px;
}
.result_wrapper .result_content .result_content_container .result_content_tab li {
  border: none;
  padding: 0;
  width: 31%;
  position: relative;
}
.result_wrapper .result_content .result_content_container .result_content_tab li a {
  border: none;
  padding: 0;
  padding-bottom: 10px;
  color: black;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.result_wrapper .result_content .result_content_container .result_content_tab li a .icon {
  height: 30px;
  margin-bottom: 5px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.result_wrapper .result_content .result_content_container .result_content_tab li a.active, .result_wrapper .result_content .result_content_container .result_content_tab li a:hover {
  color: var(--secondary-color);
  border: none;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
}
.result_wrapper .result_content .result_content_container .result_content_tab li a.active::before, .result_wrapper .result_content .result_content_container .result_content_tab li a:hover::before {
  content: "";
  position: absolute;
  top: 100%;
  background: var(--secondary-color);
  height: 2px;
  width: 22px;
  left: 0;
}
.result_wrapper .result_content .result_content_container .result_content_tab li a.active .icon svg path, .result_wrapper .result_content .result_content_container .result_content_tab li a:hover .icon svg path {
  fill: var(--secondary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .review_item_image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .review_item_image::before {
  content: "1";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--secondary-color);
  width: 45px;
  height: 45px;
  color: #fff;
  border-top-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-family: "SpaceGrotesk-Bold";
  font-size: var(--c-text-title-review);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .review_item_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .review_item_image:hover img {
  transform: scale(1.09);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 a h5 {
  color: #000000;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 a h5:hover {
  color: var(--secondary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate {
  display: flex;
  align-items: center;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .love {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .love .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .stars {
  display: flex;
  align-items: center;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .stars .checked {
  color: var(--secondary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .times_rate .rate .stars .icons span {
  font-size: 11px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .author {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .author .icon {
  margin-right: 6px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_top1 .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .number_top {
  width: 35px;
  height: 35px;
  margin-right: 25px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item:nth-child(1) .number_top, .result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item:nth-child(2) .number_top {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "SpaceGrotesk-Bold";
  font-size: var(--c-text-2xl);
  color: #fff;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .number_top-4,
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .number_top-5,
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .number_top-6,
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .number_top-7 {
  background: transparent !important;
  color: var(--primary-color) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item:nth-child(3) .number_top, .result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item:nth-child(4) .number_top {
  font-family: "SpaceGrotesk-Bold";
  font-size: var(--c-text-2xl);
  color: var(--primary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .content_post {
  flex: 1;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .review_item_image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .review_item_image img {
  position: relative;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .review_item_image:hover img {
  transform: scale(1.09);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item a h5 {
  color: #000000;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  margin-top: 15px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item a h5:hover {
  color: var(--secondary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .author {
  display: flex;
  align-items: center;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .author .icon {
  margin-right: 6px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .author .icon svg path {
  fill: #000000 !important;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate {
  display: flex;
  align-items: center;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .love {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .love .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .stars {
  display: flex;
  align-items: center;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .stars .checked {
  color: var(--secondary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .stars .icons {
  margin-right: 10px;
  margin-top: -2px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .post_love .post_love_item .author_rate .rate .stars .icons span {
  font-size: 11px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item .number_top {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 100, 136, 0.5);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 12px;
  color: var(--primary-color);
  z-index: 1;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item .content_brand {
  flex: 1;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item .content_brand a img {
  display: none;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item .content_brand a h5 {
  color: #000000;
  font-size: var(--c-text-md);
  font-family: "SourceSansPro-Semibold";
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_item .content_brand a h5:hover {
  color: var(--primary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) {
  width: 100%;
  position: relative;
  margin-bottom: 55px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) .content_brand .content_brand_item_image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) .content_brand .content_brand_item_image h5 {
  text-align: center;
  font-size: var(--c-text-xl);
  margin-top: 7px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100%;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) .number_top {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  z-index: 1;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2), .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) {
  width: 48%;
  position: relative;
  margin-bottom: 55px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) .content_brand .content_brand_item_image, .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) .content_brand .content_brand_item_image {
  width: 100%;
  height: 100%;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) .content_brand .content_brand_item_image-item, .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) .content_brand .content_brand_item_image-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.56%;
  overflow: hidden;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) .content_brand .content_brand_item_image img, .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) .content_brand .content_brand_item_image img {
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) .content_brand .content_brand_item_image h5, .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) .content_brand .content_brand_item_image h5 {
  text-align: center;
  font-size: var(--c-text-lg);
  margin-top: 7px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100%;
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) .number_top, .result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) .number_top {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.result_wrapper .result_content .result_content_container .result_content_tab_content .brand_love .brand_love_wp_right .brand_love_item:last-child {
  margin-bottom: 0;
}
.result_wrapper .result_content .another_review {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .result_wrapper .result_content {
    padding-top: 46px;
  }
  .result_wrapper .result_content .container_primary {
    width: 60%;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item {
    width: 33% !important;
    background: rgba(0, 0, 0, 0.1);
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item a {
    display: flex;
    padding: 14px 18px !important;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item a .icon {
    width: 20%;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item a::before {
    display: none;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item a.active {
    color: #ffffff !important;
    background-color: #fbae17;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_item a.active .icon svg path {
    fill: #ffffff !important;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_top1 .review_item_image::before {
    display: none !important;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_top1 .title {
    display: flex;
    gap: 20px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_top1 .title::before {
    content: "1";
    background: var(--secondary-color);
    width: 55px;
    padding: 0 21px;
    height: 55px;
    color: #fff;
    border-top-right-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SpaceGrotesk-Bold";
    font-size: var(--c-text-title-review);
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under {
    display: none;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop {
    display: block !important;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post {
    display: flex;
    gap: 24px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_image {
    width: 50%;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_wrapper_content {
    width: 50%;
    display: flex;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .number_top {
    padding: 0 17px;
    margin-right: 15px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .title {
    margin-top: 0;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .author_rate {
    display: block;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_love_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .author_rate .rate {
    margin-top: 18px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop {
    display: flex !important;
    flex-wrap: wrap;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item:nth-child(2n) {
    margin-right: 0;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post {
    width: 100%;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_image {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
    border-radius: 5px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_image:hover img {
    transform: scale(1.09);
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_wrapper_content {
    width: 100%;
    display: flex;
    margin-top: 22px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .number_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    height: 30px;
    margin-right: 15px;
    font-family: "SpaceGrotesk-Bold";
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .title {
    margin-top: 0;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .author_rate {
    display: block;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content #postlove .post_list_under_desktop .post_love_item .content_post .review_item_wrapper_content .review_item_content .author_rate .rate {
    margin-top: 18px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) {
    margin-bottom: 120px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(1) h5 {
    margin-top: 17px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(2), .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) {
    margin-bottom: 68px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(2) h5, .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love > .brand_love_item:nth-child(3) h5 {
    margin-top: 12px;
    margin-bottom: 35px;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love .brand_love_wp {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love .brand_love_wp .brand_love_wp_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
  }
  .result_wrapper .result_content .container_primary .result_content_tab_content .brand_love .brand_love_wp .brand_love_wp_list .brand_love_item {
    width: 48%;
  }
  .result_wrapper .result_content .container_primary .another_review,
  .result_wrapper .result_content .container_primary .send_your_reivew {
    width: 50%;
    margin: 0 auto;
  }
  .result_wrapper .result_content .container_primary .another_review {
    margin-top: 64px;
  }
  .result_wrapper .result_content .container_primary .send_your_reivew {
    margin-top: 1rem;
  }
}
