html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}

p {
  margin: 0;
  font-size: 20px !important;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

html {
  --main-background: #000;
  --header-background: #121212;
  --text-color: #fff;
  --footer-text-color: #ECECEC;
}

html.light {
  --main-background: #fff;
  --header-background: #e1e1e1;
  --text-color: #121212;
  --footer-text-color: #121212;
}


.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.icon-logo {
  width: 174px;
  height: 40px;
  margin-right: 10px;
}

.icon-search {
  font-size: 20px;
  color: #fff;
}

.icon-arr-down {
  color: var(--text-color);
  font-size: 10px;
}

.icon-straight {
  color: var(--text-color);
  font-size: 20px;
}

.icon-gay {
  color: var(--text-color);
  font-size: 20px;
}

.icon-trans {
  color: var(--text-color);
  font-size: 20px;
}

.icon-toggle {
  font-size: 20px;
  color: var(--text-color);
}

.icon-member {
  font-size: 20px;
  color: var(--text-color);
}

.icon-burger,
.icon-search-large,
.icon-cross {
  font-size: 24px;
  color: var(--text-color);
}

.heard-mini {
  font-size: 14px;
  color: #fff;
}

.icon-preview {
  font-size: 20px;
  color: #fff;
}

.icon-movie {
  font-size: 16px;
  color: var(--text-color);
}

.icon-like-large,
.icon-dislike-large {
  font-size: 40px;
  color: #2C2C2C;
}

.icon-info,
.icon-share,
.icon-comment {
  font-size: 18px;
  color: var(--text-color);
  margin-right: 10px;
}

.icon-report {
  font-size: 18px;
  color: var(--text-color);
}

.icon-heard-large {
  font-size: 18px;
  color: var(--text-color);
  margin-right: 10px;
}

.icon-time,
.icon-eye,
.icon-calendar {
  font-size: 16px;
}

.icon-calendar-mini {
  font-size: 14px;
  margin-right: 4px;
}

input:focus-visible {
  outline: none;
}

input,
textarea {
  font: 16px/1.4 "Outfit", sans-serif;
  background: var(--main-background);
  border: none;
}

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

a {
  color: var(--text-color);
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}

html,
body {
  scroll-behavior: smooth;
  min-width: 320px;
  height: 100%;
}

body {
  font: 16px/1.4 "Outfit", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  line-height: 1;
  background: var(--main-background);
}

body.no-scroll {
  overflow: hidden;
}

footer {
  height: 1px;
  display: table-row;
}

header {
  background: var(--header-background);
  position: relative;
}

main {
  position: relative;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
  position: relative;
}

.wrapper.mask {
  background: #000;
  opacity: 0.4;
}

.section {
  padding-top: 50px;
}

.section.first {
  padding-top: 30px;
}

.container {
  max-width: 1920px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.nav li a {
  padding: 12px 30px;
  border-radius: 10px;
  margin-right: 3px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.nav li.active a {
  background: #EB7F00;
  cursor: default;
}

.header-middle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-wrap {
  width: 420px;
}

.search-wrap form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-input {
  width: 100%;
  height: 40px;
  border-radius: 10px 0 0 10px;
  padding: 0 20px;
  color: var(--text-color);
}

.search-btn {
  height: 40px;
  border-radius: 0 10px 10px 0;
  padding: 0 20px;
  background: #EB7F00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.sort {
  position: relative;
}

.sort.show .sort-btn span,
.sort.show .sort-btn svg {
  color: #EB7F00;
}

.sort.show .icon-arr-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 5px;
}

.sort.show .sort-drop {
  display: block;
}

.sort-btn span {
  color: var(--text-color);
  margin: 0 10px;
  font-size: 14px;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sort-btn {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.sort-drop {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px 0 10px 10px;
  background: #2C2C2C;
  -webkit-filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.35));
}

.sort-drop a {
  padding: 10px 20px;
  font-size: 14px;
  color: #7E7E7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-drop a svg {
  color: #7E7E7E;
  margin-right: 10px;
}

.toggleTheme {
  margin-left: 30px;
  cursor: pointer;
}

.header-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-btn {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.member-menu-wrap {
  position: relative;
  margin-left: 30px;
}

.login-drop {
  position: absolute;
  top: 110%;
  right: 0;
  border-radius: 10px 0 10px 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2C2C2C;
  -webkit-filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.35));
  z-index: 1;
  display: none;
}

.login-drop a {
  border-radius: 10px;
  font-size: 14px;
  padding: 13px 30px;
}

.login-drop a:first-child {
  background: #121212;
  color: #7E7E7E;
  margin-right: 10px;
}

.login-drop a:last-child {
  background: #EB7F00;
  color: #fff;
}

.wrapper.member-drop .login-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.member-drop .member-btn {
  border: 2px solid #EB7F00;
}

.burger-btn,
.search-btn-mobile {
  display: none;
}

.search-wrap-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--header-background);
  display: none;
}

.search-wrap-mobile form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-wrap-mobile .icon-cross {
  margin-left: 10px;
}

.burger-wrap {
  display: none;
}

.burger-top {
  margin-bottom: 40px;
}

.burger-top .login-drop {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding: 0;
}

.burger-top .login-drop a:first-child {
  background: #2C2C2C;
}

.burger-wrap .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.burger-wrap .nav a {
  padding: 0;
  margin: 0 0 40px;
}

.burger-wrap .nav li.active a {
  background: none;
  color: #EB7F00;
}

.burger-wrap .sort-btn .icon-arr-down {
  margin-left: auto;
}

.burger-wrap .sort-drop {
  width: 100%;
}

.burger-wrap .sort {
  margin-bottom: 40px;
}

.burger-wrap .toggleTheme {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-wrap .toggleTheme svg {
  margin-right: 10px;
}

.burger-wrap .toggleTheme span {
  color: var(--text-color);
}

.burger-close-btn {
  display: none;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-background);
  z-index: 11;
  display: none;
}

.avd-desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avd-desc-wrap .title {
  color: #7E7E7E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.avd-desc-wrap img {
  border-radius: 10px;
}

.avd-mob-wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avd-mob-wrap .title {
  color: #7E7E7E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.avd-mob-wrap img {
  border-radius: 10px;
}

.footer-avd-wrap {
  padding-bottom: 50px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 10px;
  background: var(--header-background);
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav li {
  margin-right: 40px;
}

.footer-nav li:last-child {
  margin: 0;
}

.footer-nav li a {
  text-transform: uppercase;
}

.footer-nav li.active a {
  color: #EB7F00;
  cursor: default;
}

.footer-text,
.copy {
  color: var(--footer-text-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer-text {
  margin-bottom: 10px;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.headline.second {
  margin-bottom: 20px;
}

.headline .title {
  color: var(--text-color);
  font-weight: 700;
  font-size: 30px;
}

.sort-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-second span {
  color: #7E7E7E;
  margin-right: 5px;
}

.sort-second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-second ul li {
  margin-right: 5px;
}

.sort-second ul li:last-child {
  margin: 0;
}

.sort-second ul li.active a {
  background: #EB7F00;
  color: #fff;
  cursor: default;
}

.sort-second ul li a {
  font-size: 14px;
  color: #7E7E7E;
  height: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--header-background);
  border-radius: 10px;
}

.video-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -20px;
}

.video-thumbs .item {
  width: 20%;
  padding: 0 5px 20px;
  position: relative;
  overflow: hidden;
}

.img-wrap {
  position: relative;
  padding-bottom: 54%;
  border-radius: 10px;
  overflow: hidden;
}

.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-link .text {
  margin-top: 10px;
  font-size: 14px;
  width: 99%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: var(--text-color);
}

.duration {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  background: var(--main-background);
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 5px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color);
  background: #EB7F00;
  border-radius: 5px;
}

.item .fav {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: position 0.3s ease;
  -o-transition: position 0.3s ease;
  transition: position 0.3s ease;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}

.previev-btn {
  position: absolute;
  bottom: 70px;
  right: 10px;
  height: 30px;
  padding: 0 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.prev {
  margin-right: 20px;
}

.next {
  margin-left: 20px;
}

.prev a,
.next a {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: var(--header-background);
  color: var(--text-color);
}

.page {
  margin-right: 5px;
}

.page a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background: var(--header-background);
  color: var(--text-color);
}

.prev a svg {
  margin: 0 10px 5px 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.next a svg {
  margin: 5px 0 0 10px;
}

.page.active a {
  color: #fff;
  background: #EB7F00;
  cursor: default;
}

.page.jump a {
  background: transparent;
}

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

.search-related li {
  margin: 0 10px 10px 0;
}

.search-related li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 14px;
  color: #7E7E7E;
  border-radius: 10px;
  background: var(--header-background);
}

.seo-text {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 24px;
  color: #7E7E7E;
}

.seo-text:last-child {
  margin: 0;
}

.category-bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-bottom .text {
  margin: 0;
}

.category-bottom .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.3;
}

.category-bottom .items svg {
  margin-right: 5px;
}

.tags-section {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  margin: 0 -60px -50px;
}

.tags-section .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 60px;
  margin-bottom: 50px;
}

.tags-letter {
  font-size: 22px;
  font-weight: 700;
  color: #EB7F00;
  margin-bottom: 10px;
  display: inline-block;
}

.tags-link {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tags-name {
  color: var(--text-color);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tags-number {
  color: #7E7E7E;
}

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

.player-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.adv-wrap-3 {
  max-width: 300px;
  margin-left: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.adv-wrap-3 .spot-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  color: #7E7E7E;
}

.spot-3-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.player-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 50.3%;
}

.player-wrap iframe,
.player-wrap img,
.player-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avd-player-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.avd-player-wrap img {
  position: static;
}

.avd-player-wrap .mob {
  display: none;
}

.watch-full {
  margin-top: 10px;
  background: #EB7F00;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 18px 10px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.watch-full span {
  font-weight: 700;
}

.info-buttons {
  margin: 20px 0 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--header-background);
}

.info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.likes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.like {
  margin-right: 5px;
}

.counts {
  margin-bottom: 5px;
}

.counts span:first-child {
  color: #EB7F00;
  font-size: 18px;
}

.counts span:last-child {
  color: #7E7E7E;
  font-size: 14px;
}

.progress {
  height: 4px;
  width: 130px;
  border-radius: 5px;
  background: var(--header-background);
  position: relative;
  overflow: hidden;
}

.progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: #EB7F00;
}

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

.tabs {
  margin: 0 10px 0 30px;
}

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

.tabs ul li {
  margin-right: 5px;
}

.tabs ul li:last-child {
  margin: 0;
}

.tabs ul li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: var(--header-background);
  color: var(--text-color);
  border-radius: 10px;
}

.tabs-second {
  margin-left: auto;
}

.tabs-second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-second ul li {
  margin-right: 5px;
}

.tabs-second ul li:last-child {
  margin: 0;
}

.tabs-second ul li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: var(--header-background);
  color: var(--text-color);
  border-radius: 10px;
}

.toggle-button.active {
  background: #EB7F00;
  color: #fff;
  cursor: default;
}

.toggle-button.active svg {
  color: #fff;
}

.btn-favourites {
  position: relative;
}

.btn-favourites ul {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 110%;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.btn-favourites ul li {
  margin: 0;
}

.btn-favourites ul li a {
  border-radius: 0;
  font-size: 14px;
}

.btn-favourites .drop {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: var(--header-background);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.btn-favourites .drop .icon-arr-down {
  margin-top: 5px;
}

.btn-favourites.show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-favourites.show .drop {
  background: #EB7F00;
}

.btn-favourites.show .drop svg {
  color: #fff;
}

.btn-favourites.show .drop .icon-arr-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 5px;
  margin-top: 0;
}

.info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.info-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #7E7E7E;
  margin-right: 20px;
}

.info-items .item svg {
  margin-right: 5px;
}

.about-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-height: 45px;
  overflow: hidden;
  color: #7E7E7E;
}

.read-more {
  margin-top: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-radius: 15px;
  background: var(--header-background);
  color: var(--text-color);
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-comments {
  padding-top: 30px;
}

.block-comments .row {
  max-width: 484px;
  width: 100%;
  margin-bottom: 20px;
}

.block-comments .bottom {
  margin-top: 20px;
}

.block-comments .bottom .submit {
  color: #fff;
  background: #EB7F00;
  border-radius: 10px;
  height: 40px;
  padding: 0 50px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}

.comments-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.comments-headline .title {
  font-weight: 700;
  font-size: 24px;
  color: var(--text-color);
  margin-right: 10px;
}

.comments-headline a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #fff;
  background: #EB7F00;
  border-radius: 10px;
}

.comment-input {
  width: 100%;
  background: var(--header-background);
  height: 40px;
  border-radius: 10px;
  padding: 0 27px;
  color: #7E7E7E;
}

.comment-input::-webkit-input-placeholder {
  color: #7E7E7E;
}

.comment-input::-moz-placeholder {
  color: #7E7E7E;
}

.comment-input:-ms-input-placeholder {
  color: #7E7E7E;
}

.comment-input::-ms-input-placeholder {
  color: #7E7E7E;
}

.comment-input::placeholder {
  color: #7E7E7E;
}

.comment-textarea {
  width: 100%;
  background: var(--header-background);
  padding: 16px 27px;
  resize: none;
  min-height: 91px;
  border-radius: 10px;
  color: #7E7E7E;
}

.list-comments {
  margin-top: 30px;
  max-width: 1060px;
}

.list-comments .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-comments .item .logo-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: var(--header-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-comments .item .logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-top {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.text-top span {
  color: #7E7E7E;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.text-wrap .text {
  font-size: 14px;
  color: #7E7E7E;
  line-height: 24px;
}

.block-share {
  margin-top: 20px;
}

.block-share .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.block-share .row:first-child {
  max-width: 620px;
  width: 100%;
}

.share-label {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 7px;
}

.share-input {
  background: var(--header-background);
  color: #7E7E7E;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  border-radius: 10px;
}

.block-radios .button-group h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--text-color);
}

.row-radio {
  margin-bottom: 20px;
}

.row-radio .radio {
  display: none;
}

.row-radio .radio-label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-color);
}

.row-radio .radio-label::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--header-background);
}

.row-radio .radio-label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.row-radio .radio:checked + .radio-label::before {
  background: #EB7F00;
}

.row-radio .radio:checked + .radio-label::after {
  background: #fff;
}

.button-group .submit {
  color: #fff;
  background: #EB7F00;
  border-radius: 10px;
  height: 40px;
  padding: 0 30px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}

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

.button-group {
  margin-right: 100px;
}

.block-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.block-textarea label {
  color: var(--text-color);
  margin-bottom: 10px;
  font-size: 14px;
}

.block-textarea textarea {
  background: var(--header-background);
  border-radius: 10px;
  resize: none;
  width: 100%;
  height: 100px;
  color: var(--text-color);
  padding: 10px;
}

.header-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.play-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #000000;
  color: red;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  margin-top: 20px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000;
  }

  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    background-color: #302c2c;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000;
  }

  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    background-color: #302c2c;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000;
  }
}

.header-media.second {
  background: #f7eeee;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 20px 0;
}

.contents-list a {
  color: #f84e4e;
  margin: 10px 0;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .video-thumbs .item {
    width: 25%;
  }
}

@media screen and (max-width: 1400px) {
  .tags-section {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media screen and (max-width: 1380px) {
  .container {
    padding: 0 10px;
  }

  .header-right-wrap {
    display: none;
  }

  .header-middle-wrap {
    display: none;
  }

  .header-wrap {
    padding: 9px 10px;
  }

  .search-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }

  .burger-btn,
  .search-btn-mobile {
    display: block;
  }

  .wrapper.active-search .search-wrap-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .burger-wrap {
    height: 100vh;
    width: 270px;
    background: var(--header-background);
    position: fixed;
    top: 125px;
    left: 0;
    z-index: 200;
    padding: 20px 20px 100px;
    overflow: auto;
  }

  .wrapper.active-burger .burger-btn {
    display: none;
  }

  .wrapper.active-burger .burger-close-btn {
    display: block;
  }

  .wrapper.active-burger .burger-wrap {
    display: block;
  }

  .wrapper.active-burger .mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1220px) {
  .tabs ul li a span {
    display: none;
  }

  .tabs ul li a svg {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .video-thumbs .item {
    width: 33.33%;
  }

  .tags-section {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0 -20px -5px;
  }

  .tags-section .item {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .section.first {
    padding-top: 20px;
  }

  .section {
    padding-top: 30px;
  }

  .avd-desc-wrap {
    display: none;
  }

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

  .footer-avd-wrap {
    padding-bottom: 80px;
  }

  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-nav li {
    margin: 0;
  }

  .footer-nav li:last-child {
    display: none;
  }

  .footer-nav li a {
    padding: 10px 20px;
  }

  .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .headline .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sort-second span {
    display: none;
  }

  .sort-second {
    width: 100%;
  }

  .sort-second ul li {
    width: 100%;
  }

  .sort-second ul li a {
    padding: 0;
  }

  .sort-second ul {
    width: 100%;
  }

  .item .fav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

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

  .pagination {
    margin-top: 20px;
  }

  .page {
    display: none;
  }

  .pager,
  .page.active {
    display: block !important;
  }

  .page.active {
    margin: 0;
  }

  .pager a span {
    display: none;
  }

  .prev a svg {
    margin: 0 0 5px 0;
  }

  .next a svg {
    margin: 5px 0 0 0px;
  }

  .adv-wrap-3 {
    display: none;
  }

  .avd-player-wrap {
    width: 90%;
  }

  .avd-player-wrap .mob {
    display: block;
  }

  .avd-player-wrap .desc {
    display: none;
  }

  .watch-full {
    font-size: 18px;
  }

  .info-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .video-thumbs .item {
    width: 50%;
  }
}

@media screen and (max-width: 740px) {
  .tags-section {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 700px) {
  .tabs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .tabs ul li {
    width: 100%;
  }

  .tabs ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .block-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .button-group {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .video-thumbs .item {
    width: 100%;
  }

  .previev-btn {
    bottom: 50px;
  }
}

@media screen and (max-width: 400px) {
  .tags-section {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .watch-full {
    font-size: 14px;
  }

  .likes-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tabs-second {
    margin: auto;
  }
}

@media screen and (hover: hover) {
  .nav li a:hover {
    background: #EB7F00;
  }

  .search-btn:hover {
    background: #904d00;
  }

  .sort-btn:hover span {
    color: #EB7F00;
  }

  .sort-btn:hover svg {
    color: #EB7F00;
  }

  .sort-drop a:hover {
    background: #EB7F00;
    color: #fff;
  }

  .sort-drop a:hover svg {
    color: #fff;
  }

  .toggleTheme:hover svg {
    color: #EB7F00;
  }

  .member-btn:hover {
    border: 2px solid #EB7F00;
  }

  .login-drop a:first-child:hover {
    background: #EB7F00;
    color: #fff;
  }

  .login-drop a:last-child:hover {
    background: #121212;
    color: #7E7E7E;
  }

  .footer-nav li a:hover {
    color: #EB7F00;
  }

  .sort-second ul li a:hover {
    background: #EB7F00;
    color: #fff;
  }

  .video-link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .video-link:hover .text {
    color: #EB7F00;
  }

  .item .fav:hover {
    background: #EB7F00;
  }

  .video-thumbs .item:hover .fav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }

  .page a:hover,
  .prev a:hover,
  .next a:hover {
    background: #7E7E7E;
    color: #fff;
  }

  .search-related li a:hover {
    background: #EB7F00;
    color: #fff;
  }

  .tags-link:hover .tags-name {
    color: #EB7F00;
  }

  .watch-full:hover {
    background: #904d00;
  }

  .like:hover svg,
  .dislike:hover svg {
    color: #EB7F00;
  }

  .tabs ul li a:hover {
    background: #EB7F00;
    color: #fff;
  }

  .tabs ul li a:hover svg {
    color: #fff;
  }

  .tabs-second ul li a:hover {
    background: #EB7F00;
    color: #fff;
  }

  .tabs-second ul li a:hover svg {
    color: #fff;
  }

  .btn-favourites .drop:hover {
    background: #EB7F00;
  }

  .btn-favourites .drop:hover svg {
    color: #fff;
  }

  .read-more:hover {
    background: #EB7F00;
    color: #fff;
  }

  .block-comments .bottom .submit:hover {
    background: #904d00;
  }

  .comments-headline a:hover {
    background: #904d00;
  }

  .button-group .submit:hover {
    background: #904d00;
  }
}

.text-holder {
  display: flex;
  margin: 20px 0;
}

.text-holder .text-hold {
  width: 50%;
}

.text-holder .img-hold {
  width: 50%;
  padding: 0 10px;
}


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

.text-holder-reverse {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0;
}

.text-holder-reverse .text-hold {
  width: 50%;
}

.text-holder-reverse .img-hold {
  width: 50%;
  padding: 0 10px;
}

.disclaimer-img {
  width: 100px;
}

.guards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery img {
  width: 33.33%;
  padding: 5px;
}

.contact-form-container {
  width: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form {
  display: flex;
  flex-direction: column;
}

input, textarea {
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label {
  margin-bottom: 8px;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}