@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Bold.ttf') format("truetype"), url('../fonts/Inter-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Own;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-color: #d9d9d9;
  --brad-primary: #2a90a7;
  --border-color-light: #efefef;
  --primary-dark: #00748a;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

a {
  color: #0022a7;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 18px;
}

li {
  margin-bottom: 20px;
  line-height: 30px;
}

strong {
  font-weight: 700;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1286px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 23px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1286px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navbar, .nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-2 {
  color: #fff;
  background-color: #e81a41;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.cell {
  display: flex;
}

.main-wrap {
  width: 100%;
  max-width: 854px;
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
  overflow: hidden;
}

.footer {
  color: #fff;
  background-color: #585f69;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding: 44px 0 129px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.container-mid {
  width: 100%;
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.div-block-4 {
  outline-offset: 0px;
  border: 0 solid #ffffff85;
  border-top-width: 1px;
  outline: 0 #333;
  justify-content: space-between;
  height: auto;
  padding-top: 10px;
  display: flex;
}

.div-block-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .325s;
}

.body {
  color: #000;
  background-color: #0000;
  border: 0 #000;
  border-top-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex-flow: row;
  display: block;
}

.div-block-11 {
  display: flex;
}

.heading {
  border-bottom: 0 solid #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
}

.heading.first-heading {
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  margin-top: 17px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
}

.heading.bold {
  font-weight: 700;
  line-height: 42px;
}

.heading.bold.diff {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading.bold.diif-lighn {
  line-height: 40px;
}

.image {
  width: 100%;
}

.paragraph {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.breadcrumb-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  word-break: keep-all;
  align-items: center;
  display: flex;
}

.breadcrumb-wrap.hide {
  display: none;
}

.breadcrumb-text {
  font-size: 12px;
}

.breadcrumb-text.active {
  color: #6a6a6a;
  white-space: nowrap;
  object-fit: contain;
  overflow: hidden;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.text-block-4 {
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.post-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 1px;
  padding-top: 16px;
  display: flex;
}

.post-info-text {
  color: #6a6a6a;
  font-size: 11px;
  line-height: 22px;
}

.post-info-text.bold {
  font-weight: 700;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Inter, sans-serif;
}

.bold-text {
  color: var(--brad-primary);
}

.div-block-14 {
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
  display: flex;
}

.div-block-14.cta-holder {
  margin-bottom: 0;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.button-secondary {
  color: #fff;
  background-color: #e81a41;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button-secondary:hover {
  background-color: #ba1535;
}

.text-block-12 {
  color: #b4b4b4;
  font-family: Inter, sans-serif;
}

.dropdown {
  margin-top: 26px;
}

.dropdown.custom-drop {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-13 {
  color: #2a90a7;
  font-size: 18px;
  line-height: 30px;
}

.dropdown-list {
  white-space: normal;
  word-break: normal;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: block;
  position: static;
}

.dropdown-link {
  color: var(--brad-primary);
  width: 100%;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.html-embed {
  margin-top: 40px;
}

.div-block-15 {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.link-block, .link-block-2, .link-block-3 {
  display: block;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16.hide {
  display: none;
}

.psot-info-icon-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-right: 2px;
  display: flex;
  transform: translate(0, 1px);
}

.psot-info-icon-wrap.hide {
  display: none;
}

.psot-info-icon-wrap.comment {
  transform: translate(0, 1px);
}

.top-bar-link {
  color: #fff;
  white-space: nowrap;
  background-color: #ff0083;
  height: 33px;
  margin-left: 4px;
  padding: 6px 10px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.top-bar-link:hover {
  background-color: #ba1535;
}

.nava-bar-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: flex;
}

.nav-bar-button {
  background-color: #fff;
  border-top: 1px solid #a4a4a4;
  min-height: 49px;
  padding-top: 14px;
  padding-bottom: 0;
}

.nav-bar-button.hide {
  display: none;
}

.rich-content {
  margin-bottom: 0;
}

.rich-content.negatve-bottom {
  margin-bottom: -30px;
}

.logo {
  height: 56px;
}

.footer-logo {
  width: 160px;
}

.html-embed-2.hide {
  display: none;
}

.bold-text-6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.icon-post-info {
  height: 9px;
}

.icon-post-info.comment {
  height: 10px;
  margin-left: 1px;
}

.icon-post-info.time {
  height: 11px;
}

.asset-holder {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.asset-holder.bottom-less {
  margin-bottom: 30px;
}

.asset-holder.bottom-less.top-none {
  margin-top: 0;
}

.sub-lighn-height {
  height: 20px;
  line-height: 50px;
}

.fake-height {
  margin-top: 6px;
}

.results-may-way {
  color: #b4b4b4;
  margin-top: 20px;
  font-size: 12px;
}

.toggle-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: flex;
  position: relative;
}

.toggle-icon-item {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.toggle-icon-item.minus {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.dropdown-item {
  margin-bottom: 10px;
  font-size: 13px;
}

.mobile-full-width-poser {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.social-media-wrapp {
  border-top: 1px solid var(--border-color);
  margin-top: 0;
  padding-top: 20px;
}

.social-media-icons {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.share-text {
  color: #6a6a6a;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
  font-weight: 400;
}

.social-link-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.comment-wrapper {
  width: 100%;
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 20px;
}

.comments-tit-e {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
}

.comments-wrap, .comment-item-wrap {
  width: 100%;
}

.comment-item-wrap.replyed {
  border-bottom: 1px none var(--border-color);
  border-left: 1px none var(--border-color);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.comment-text {
  border-bottom: 1px solid var(--border-color-light);
  width: 100%;
  margin-top: 17px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comment-text.replied {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-text.has-reply {
  border-bottom-style: none;
  margin-bottom: 0;
}

.comment-reply-field {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.comment-reply-field.hide {
  display: none;
}

.user-profile-picture {
  background-color: #75c0d5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 15px;
  display: flex;
}

.user-profile-picture.replyed {
  background-color: #d9d9d9;
}

.user-info {
  margin-top: -2px;
}

.user-name {
  font-weight: 700;
}

.comment-date {
  color: #6a6a6a;
  font-size: 12px;
  transform: translate(0, 3px);
}

.reply-btn {
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.reply-btn:hover {
  background-color: var(--brad-primary);
}

.rp-title {
  margin-right: 5px;
  font-weight: 700;
}

.rp-text {
  color: #6a6a6a;
  margin-bottom: 20px;
  font-size: 13px;
}

.rp-headline {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 24px;
}

.input-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.svg-icon-h {
  line-height: 0;
}

.svg-icon-h.user-svg {
  opacity: .5;
}

.svg-icon-h.anim {
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.comment-text-review {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
}

.comment-text-wrap {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-right: 10px;
  padding: 8px 20px;
}

._w-button.upload {
  color: #010101;
  background-color: #3898ec00;
}

.btn-primary {
  background-color: var(--brad-primary);
  padding: 20px 45px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
}

.btn-primary.newsletter {
  background-color: #e81a41;
  height: 60px;
  padding: 0 30px;
}

.btn-primary.newsletter:hover {
  background-color: #ba1535;
}

.btn-primary.newsletter-btn {
  background-color: #e81a41;
  height: 60px;
  padding: 0 30px;
}

.btn-primary.newsletter-btn:hover {
  background-color: #ba1535;
}

.file-upload {
  margin-bottom: 30px;
}

.cancel-reply {
  color: #e81a41;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.reply-form {
  width: 100%;
  margin-bottom: 0;
}

.user-name-reply {
  margin-right: 5px;
}

.checkbox-field {
  color: #6a6a6a;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9 #d9d9d9 var(--border-color);
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  transition: all .3s;
}

.input:focus {
  border-style: solid;
  border-color: #75c0d5;
}

.input.textarea {
  min-height: 100px;
  padding-top: 12px;
}

.input.newsletter {
  background-color: var(--white);
  color: #6a6a6a;
  border: 0 #000;
  width: 100%;
  max-width: 434px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
}

.comment-reply-wrapper {
  width: 100%;
}

.comment-reply-wrapper.on-reply {
  border-left: 1px solid var(--border-color);
  margin-top: 0;
  margin-bottom: 36px;
  padding-left: 40px;
}

.icon-check {
  background-color: var(--brad-primary);
  border-radius: 100px;
  width: 34px;
  min-width: 34px;
  height: 34px;
}

.success-message {
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.success-message.no-radius {
  border-radius: 0;
}

.cussess-message-wrap1 {
  color: var(--brad-primary);
  justify-content: center;
  align-items: center;
}

.success-title {
  margin-bottom: 5px;
  font-size: 20px;
}

.success-title.second {
  text-align: left;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 18px;
  line-height: 22px;
}

.success-message-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-size: 18px;
}

.more-button-wrap {
  color: var(--brad-primary);
  cursor: pointer;
  width: 100%;
  margin-top: -3px;
  margin-bottom: 20px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.more-button-wrap:hover {
  opacity: .8;
}

.replyed-comment {
  border-left: 1px solid var(--border-color);
  width: 100%;
  padding-left: 40px;
}

.reply-show-button {
  z-index: 1;
  color: var(--brad-primary);
  cursor: pointer;
  width: 100%;
  margin-top: -2px;
  margin-bottom: 18px;
  padding-bottom: 0;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.reply-show-button:hover {
  opacity: .8;
}

.reply-wrap {
  border-bottom: 1px solid var(--border-color-light);
  width: 100%;
  margin-bottom: 20px;
}

.reply-wrap-holder {
  width: 100%;
  margin-top: -20px;
}

.newsletter-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.newsletter-text-wrap {
  width: 100%;
  max-width: 500px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 22px;
}

.newsletter-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}

.newsletter {
  background-color: var(--brad-primary);
  color: #fff;
  padding: 40px 60px;
}

.newsletter-form-wrap {
  width: 100%;
}

.row-form {
  justify-content: flex-end;
  align-items: center;
}

.newsletter-title-tag {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 30px;
}

.newsletter-form-block {
  width: 100%;
  margin-bottom: 0;
}

.no-bullets {
  padding-left: 30px;
  list-style-type: none;
}

.full-width {
  width: 100%;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
}

.logo-text {
  margin-left: 10px;
  font-size: 32px;
  font-weight: 700;
}

.logo-text-one {
  margin-bottom: 3px;
  font-size: 19px;
  transform: translate(3px, -8px);
}

.autor-name {
  margin-bottom: 2px;
}

.feedback-produc-image {
  object-fit: contain;
  width: 300px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.autor-info {
  justify-content: flex-start;
  align-items: center;
}

.review-item {
  flex-flow: row;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 2px;
  font-size: 16px;
  line-height: 150%;
}

.review-item.v2 {
  padding-top: 3px;
}

.review-description {
  margin-top: 1px;
  margin-bottom: 0;
  line-height: 22px;
}

.review-description.arrow {
  text-align: right;
  width: 100%;
  margin-top: 0;
  padding-right: 6px;
  font-size: 22px;
  line-height: 18px;
  text-decoration: none;
}

.row {
  flex-direction: column;
  padding-right: 45px;
  display: flex;
}

.reviewer-name {
  color: #3e4855;
  margin-bottom: 12px;
  font-weight: 700;
}

.tweeter-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #1b95e0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.tweeter-button:hover {
  background-color: #1b95e0;
}

.list-dot {
  padding-left: 0;
  list-style-type: none;
}

.title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.title.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.title.colored {
  color: #359b76;
}

.title.colored.custom {
  margin-bottom: 26px;
  line-height: 41px;
}

.title.comments-tite {
  color: #117385;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 36px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  transform: translate(8px);
}

.title.v2 {
  margin-top: 44px;
  margin-bottom: 8px;
}

.list-item {
  background-image: url('../images/icon-check-3.jpg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 44px;
  overflow: visible;
}

.autor-name-wrap {
  margin-left: 12px;
}

.cta-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cta-button-wrapper.spaced {
  margin-top: 32px;
  margin-bottom: 20px;
}

.comment-paragreaph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 150%;
}

.date-holder {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 460px;
  margin-top: 11px;
  padding-top: 9px;
  padding-left: 10px;
}

.cta-text {
  color: #e75d14;
  text-align: center;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  color: #000;
}

.sidebar-product {
  text-decoration: none;
}

.cta-box {
  background-color: #ecf8ff;
  border: 4px dashed #337ab7;
  margin-bottom: 35px;
  padding: 36px 16px;
}

.underline {
  text-decoration: underline;
}

.image-2 {
  margin-top: -10px;
}

.image-2.sidebar-product-iamge {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 21px;
}

.main-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-column.max-width {
  width: 100%;
  margin-top: 22px;
}

.sidebar-product-title {
  margin-bottom: 10px;
  line-height: 136%;
}

.column-holder {
  justify-content: flex-start;
  align-items: stretch;
}

.dot-list-item {
  background-image: url('../images/dot_1dot.jpg');
  background-position: 23px 18px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-left: 40px;
}

.no-margine {
  margin-bottom: 0;
}

.date {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.title-bage {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transform: translate(0, -10px);
}

.title-bage.green {
  color: #359b76;
}

.autor-image {
  object-fit: contain;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
}

.guarantee-wrapper {
  background-color: #fffbef;
  border: 1px solid #fab73c;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
}

.guarantee-bage {
  object-fit: contain;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
}

.image-asset {
  width: 100%;
}

.image-asset.product-image {
  max-width: 250px;
}

.reviewer-geo {
  color: #3e4855;
  margin-bottom: 12px;
  font-weight: 700;
}

.body-reviewer-name {
  font-weight: 700;
  line-height: 22px;
}

.quote {
  background-color: #edf9ff;
  border-left: 4px solid #337ab7;
  margin-bottom: 25px;
  padding: 16px;
}

.quote.gray {
  background-color: #f3f4f9;
  border-left-color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
}

.asset-holder-wrap {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 3px;
}

.asset-holder-wrap.bottom-small {
  margin-bottom: 20px;
}

.asset-holder-wrap.small-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.asset-holder-wrap.bottom-no-space {
  margin-bottom: 0;
}

.asset-holder-wrap.product-image {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.asset-holder-wrap.negative {
  margin-top: 7px;
}

.asset-holder-wrap.v2 {
  margin-top: 16px;
}

.rich-text {
  margin-bottom: -30px;
  overflow: hidden;
}

.rich-text.no-negative {
  margin-bottom: 0;
}

.rich-text.spacific-width {
  width: 101%;
}

.sidebar {
  color: #002ad6;
}

.body-reviewer-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.product-description {
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.body-reviewer-image {
  object-fit: contain;
  border-radius: 50px;
  width: 49px;
  min-width: 49px;
  height: 49px;
  min-height: 49px;
  margin-right: 18px;
}

.container-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.rigth-fixed {
  height: auto;
  padding: 10px 15px;
  position: relative;
}

.rigth-fixed.max-width {
  width: 100%;
  max-width: 330px;
  margin-top: 108px;
  padding-left: 49px;
  padding-right: 1px;
}

.sidebar-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.svg-icon-2 {
  line-height: 0;
}

.comment-text-item {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 20px;
}

.comment-text-item.last {
  margin-bottom: 0;
}

.product-wrap {
  border: 1px solid #ededed;
  max-width: 100%;
  padding: 20px;
  position: sticky;
  top: 10px;
}

.btn-primary-2 {
  text-align: center;
  background-image: linear-gradient(#c10000, #7f0000);
  border-radius: 10px;
  width: 100%;
  max-width: 449px;
  margin-left: -34px;
  padding: 14px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.btn-primary-2:hover {
  background-color: #058705;
}

.btn-primary-2.v2 {
  background-color: #359b76;
  border-bottom-style: none;
  border-radius: 10px;
  width: 330px;
  max-width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 26px;
}

.btn-primary-2.v3 {
  margin-left: -22px;
}

.top-bar {
  color: #262626;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
}

.hero-wrapper {
  background-color: #f7f7f7;
  width: 100%;
}

.hero-wrapper-item {
  flex-flow: row;
  padding-top: 37px;
  padding-bottom: 24px;
}

.hero-sub-title {
  margin-bottom: 11px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.nav-bar-breadcrumbs {
  margin-top: -1px;
}

.hero-description {
  max-width: 440px;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.hero-image {
  width: 100%;
  max-width: 473px;
}

.hero-image.mobile-view {
  display: none;
}

.author {
  color: #555;
}

.body-item-wrap.negative {
  margin-right: -5px;
}

.body-item-wrap.negative.big {
  margin-right: -12px;
}

.text-block-16 {
  line-height: 26px;
}

.html-embed-3.cursor, .html-embed-3.cursor-copy {
  cursor: pointer;
}

.highlite {
  background-color: #fffd00;
}

.fb-comment-description {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
}

.fb-comment-action-buttons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #90949c;
  font-size: 13px;
  line-height: 24px;
}

.fb-comment-action-like {
  color: #90949c;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -22px;
  padding: 2px 8px 2px 4px;
}

.fb-comment-action-like.hide {
  display: none;
}

.fb-comment {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  margin-bottom: 11px;
}

.fb-comment.reply {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-left: 84px;
}

.fb-comment-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 16px;
}

.fb-comment-action-btn.bold {
  font-weight: 700;
}

.fb-account-image {
  object-fit: fill;
  border-radius: 500px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin-right: 14px;
}

.fb-comment-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5f4;
  border-radius: 22px;
  width: 100%;
  padding: 6px 14px 21px;
}

.fb-comment-text-wrap.big {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 27px;
}

.fb-comment-text-wrap.big.mob-other {
  width: 100%;
}

.fb-comment-text-wrap.reply-v1, .fb-comment-text-wrap.v2 {
  padding-bottom: 10px;
}

.fb-comment-text-wrap.v3 {
  padding-bottom: 13px;
}

.fb-comment-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.svg-icon-3 {
  line-height: 0%;
}

.svg-icon-3.fb-like {
  object-fit: contain;
  width: 23px;
}

.fb-comment-title {
  color: #365899;
  margin-bottom: -2px;
  font-weight: 700;
  line-height: 30px;
}

.icno-social-share.heart {
  margin-left: -5px;
}

.icno-social-share.z-1 {
  z-index: 1;
  position: relative;
}

.like-number-text {
  margin-left: 3px;
}

.comment-highlit {
  color: #2895ff;
}

.sidebar-image {
  width: 98px;
}

.sidebar-text-wrapper {
  width: 100%;
  padding-left: 5px;
}

.a5-footer {
  text-align: center;
  background-color: #464646;
  margin-top: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.div-block {
  margin-top: .625rem;
  padding: .625rem;
}

.a5-footer-title {
  color: #acacac;
  text-transform: uppercase;
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.paragraph-2 {
  color: #acacac;
  text-transform: uppercase;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.footer-text {
  width: 101%;
  margin-bottom: 16px;
}

.sidebar-heading {
  border-bottom: 2px solid #000;
  width: 100%;
  padding-bottom: 1px;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.sidebar-img {
  border: 1px solid #000;
  transform: translate(-1px);
}

.sidebar-advertorial {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 88px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.sidebar-advertorial-image-wrap {
  width: 100%;
  margin-top: 1px;
}

.sidebar-advertorial-image {
  width: 100%;
}

.popup-button-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.popup-trigger {
  cursor: pointer;
  margin-bottom: 7px;
  margin-right: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}

.popup-wrapp {
  background-color: #777777b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-info-wrapp {
  z-index: 1;
  background-color: #cbcad9;
  width: 100%;
  max-width: 840px;
  padding: 36px 90px 35px 80px;
  position: relative;
  box-shadow: 0 0 8px 1px #00000082;
}

.popup-text {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.close-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -14px -14px auto auto;
}

.close-popup-icon {
  width: 100%;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.mobile-view, .divider-item {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block {
    padding-right: 20px;
  }

  .container-mid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    padding-left: 20px;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter {
    padding: 40px;
  }

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

  .main-column {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .rigth-fixed {
    flex-direction: row;
    padding-right: 15px;
    display: flex;
  }

  .rigth-fixed.max-width {
    flex-flow: column;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    min-height: 54px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    max-width: 336px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
  }

  .main-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 81px;
  }

  .div-block-5 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .link {
    text-align: center;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.first-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .image {
    width: 100%;
  }

  .image.hero-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
  }

  .paragraph {
    line-height: 30px;
  }

  .breadcrumb-text, .text-block-3, .text-block-4 {
    font-size: 10px;
  }

  .post-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    padding-top: 2px;
  }

  .post-info-text {
    font-size: 11px;
  }

  .post-info-text.desktop-view {
    display: none;
  }

  .post-info-text.mob-space {
    margin-left: 2px;
    margin-right: 2px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 11px;
  }

  .div-block-16 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .psot-info-icon-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .top-bar-link {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px;
  }

  .nava-bar-wrap {
    transform-origin: 0%;
    padding-left: 5px;
    padding-right: 5px;
    transform: scale(.7);
  }

  .nav-bar-button {
    justify-content: space-between;
    align-items: flex-end;
    min-height: 41px;
    padding-top: 5px;
    padding-bottom: 2px;
    display: flex;
  }

  .text-block-14, .text-block-15 {
    font-size: 11px;
  }

  .logo {
    height: 40px;
  }

  .icon-post-info.comment {
    margin-left: 0;
    margin-right: -1px;
  }

  .icon-post-info.time {
    transform: translate(1px, -1px);
  }

  .icon-post-info.eye {
    height: 10px;
    margin-left: 1px;
  }

  .mobile-full-width-poser {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 100%;
    margin-top: -5px;
  }

  .comment-wrapper {
    padding: 0 8px 0 16px;
    position: relative;
  }

  .input.newsletter {
    max-width: 100%;
  }

  .icon-check.mobile-hide {
    display: none;
  }

  .success-title.second {
    text-align: center;
    margin-left: 0;
  }

  .newsletter-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .newsletter-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .logo-text {
    letter-spacing: .2px;
    margin-left: 8px;
    font-size: 22px;
  }

  .logo-text-one {
    letter-spacing: -.3px;
    margin-bottom: 0;
    font-size: 14px;
    transform: translate(2px, -2px);
  }

  .row {
    padding-left: 3px;
    padding-right: 7px;
  }

  .title {
    margin-top: 39px;
    margin-bottom: 9px;
    font-size: 23px;
    line-height: 30px;
  }

  .title.h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23.8px;
    line-height: 31px;
  }

  .title.h1.mobile-view {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title.colored {
    font-size: 24px;
  }

  .title.comments-tite {
    letter-spacing: -.1px;
    margin-top: 18px;
    margin-bottom: 26px;
    font-size: 21px;
    transform: translate(-3px);
  }

  .title.v2.big {
    margin-top: 23px;
    margin-bottom: 13px;
    font-size: 26px;
  }

  .title.v1 {
    padding-left: 5px;
  }

  .title.v3 {
    letter-spacing: .2px;
    padding-left: 5px;
  }

  .autor-name-wrap {
    margin-left: 11px;
    transform: translate(0, 2px);
  }

  .cta-button-wrapper.spaced {
    margin-top: 22px;
    margin-bottom: 35px;
  }

  .date-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .cta-box {
    margin-bottom: 0;
  }

  .main-column.max-width {
    margin-top: 10px;
  }

  .column-holder {
    flex-flow: column;
  }

  .date {
    font-size: 13px;
  }

  .autor-image {
    width: 43px;
    max-width: 43px;
    height: 43px;
  }

  .guarantee-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .guarantee-bage {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-asset.mobile-small-h {
    object-fit: cover;
    height: 136px;
  }

  .image-asset.mobile-small-h.mobile-view.v2 {
    width: 304px;
    transform: translate(3px, 2px);
  }

  .asset-holder-wrap.v2.big {
    min-width: 101%;
    margin-top: 22px;
    margin-left: -.5%;
  }

  .asset-holder-wrap.v1 {
    margin-top: 5px;
    padding-left: 3px;
  }

  .rich-text.v1 {
    padding-left: 3px;
  }

  .rigth-fixed {
    margin-top: 20px;
    top: 0;
  }

  .rigth-fixed.max-width {
    max-width: 320px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .btn-primary-2 {
    max-width: 268px;
    margin-left: -1px;
    font-size: 24px;
    line-height: 40px;
  }

  .btn-primary-2.v3 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 3px;
  }

  .top-bar {
    margin-top: 7px;
    margin-bottom: -7px;
    line-height: 26px;
  }

  .hero-wrapper-item {
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 9px;
  }

  .hero-sub-title {
    font-size: 24px;
  }

  .hero-description {
    letter-spacing: -.2px;
    margin-top: 17px;
    margin-bottom: 19px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 17px;
  }

  .hero-image.mobile-view {
    display: flex;
  }

  .hero-image.desktop-vide {
    display: none;
  }

  .body-item-wrap.negative.big {
    border: 1px solid #a4a4a4;
    margin-top: 29px;
    margin-left: -6px;
    margin-right: -10px;
    padding-left: 5px;
    padding-right: 4px;
  }

  .fb-comment-action-buttons {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .fb-comment-action-like {
    margin-top: -20px;
  }

  .fb-comment {
    margin-bottom: 22px;
    position: relative;
  }

  .fb-comment.reply {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-left: 38px;
  }

  .fb-comment-action {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fb-comment-action.mig-left-space {
    padding-left: 20px;
  }

  .fb-comment-action.reply {
    padding-left: 10px;
  }

  .fb-account-image {
    z-index: 1;
    border-radius: 22px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 4px;
    position: relative;
  }

  .fb-comment-text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-right: 12px;
  }

  .fb-comment-text-wrap.big.mob-other {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .svg-icon-3.fb-like {
    width: 17px;
  }

  .fb-comment-title {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text {
    width: 97%;
    padding-left: 8px;
  }

  .popup-trigger {
    margin-bottom: 1px;
    margin-right: 3px;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: flex;
  }

  .divider-item {
    background-color: #1e2e47;
    width: 100vw;
    height: 2px;
    display: flex;
    position: absolute;
    right: 0;
  }

  .comment-line-wrap {
    width: 26px;
    height: 200px;
    position: absolute;
    left: 19px;
  }

  .comment-line-wrap.v2 {
    height: 335px;
  }

  .comment-line-wrap.v3 {
    height: 154px;
  }

  .comment-line-wrap.v4 {
    height: 300px;
  }

  .comment-line-wrap.v5 {
    height: 420px;
  }

  .comment-line-wrap.v6 {
    height: 140px;
  }

  .image-3 {
    height: 100%;
  }

  .height-orw {
    border-bottom: 3px solid #ddd8d8;
    border-left: 3px solid #ddd8d8;
    border-bottom-left-radius: 120px;
    width: 20px;
    height: 100%;
  }

  .horisontal-row {
    background-color: #c1c1c1;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: 2px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    clear: none;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .nav-menu {
    clear: none;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .text-block {
    justify-content: center;
    align-items: center;
    padding-right: 14px;
    display: flex;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-wrap {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .link.footer-link {
    font-size: 11px;
  }

  .div-block-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .heading.first-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .post-info {
    flex-flow: wrap;
    overflow: visible;
  }

  .button-secondary {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

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

  .dropdown.custom-drop {
    margin-top: -4px;
  }

  .text-block-13 {
    order: 1;
  }

  .dropdown-list {
    padding-right: 15px;
  }

  .dropdown-link {
    overflow: hidden;
  }

  .div-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-3 {
    line-height: 35px;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-5 {
    line-height: 30px;
  }

  .icon {
    order: -1;
  }

  .top-bar-link {
    text-align: center;
    margin-left: 10px;
    padding: 6px 16px;
  }

  .nava-bar-wrap {
    min-width: 330px;
    transform: translate(1px, 6px)scale(.7);
  }

  .nav-bar-button {
    min-height: 39px;
  }

  .html-embed-2 {
    width: 100%;
  }

  .input-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .btn-primary {
    width: 100%;
    max-width: 100%;
  }

  .btn-primary.newsletter-btn {
    width: 100%;
    margin-top: 16px;
  }

  .input.newsletter {
    margin-right: 0;
  }

  .success-message.no-radius {
    border-radius: 0;
  }

  .cussess-message-wrap1 {
    flex-flow: column;
  }

  .success-title.second {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
  }

  .success-message-wrap {
    margin-top: 15px;
    margin-left: 0;
  }

  .newsletter-text-wrap {
    margin-bottom: 16px;
  }

  .newsletter {
    padding: 20px;
  }

  .row-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title.colored.custom {
    line-height: 38px;
  }

  .comment-paragreaph {
    line-height: 153%;
  }

  .rigth-fixed, .comment-text-item.last {
    margin-bottom: 0;
  }

  .nav-bar-breadcrumbs {
    flex: 1;
  }

  .comment-line-wrap {
    height: 200px;
  }

  .comment-line-wrap.v2 {
    height: 340px;
  }

  .comment-line-wrap.v3 {
    height: 160px;
  }

  .comment-line-wrap.v4 {
    height: 300px;
  }

  .comment-line-wrap.v5 {
    height: 420px;
  }
}


@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Own';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}