@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');


* {
    box-sizing: border-box;
}

body{
  background: #87CEEB;
  background-attachment: fixed;
  direction: ltr;
  font-family: 'Questrial', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  line-height:1.3;
  color: #eae5e1;
}

.bg-body {
  background-image: url('img/jungle_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;  
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(1.2) contrast(2.2) sepia(0.85);
  z-index: -1;
}

a {
    text-decoration: none;
}

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

.list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-inline-start: 0;
}

img {
    display: block;
}

.link {
    text-decoration: none;
}

.link:hover,
.link:focus {
    cursor: pointer;
}

.title {
  font-family: 'Big Shoulders Stencil Display', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #eec692;
}


@media screen and (min-width: 575px) {
  .title {
    font-size: 26px;
}

}

@media screen and (min-width: 768px) {
  .title {
    font-size: 38px;
  }
}
@media screen and (min-width: 991px) {
  .title {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .title {
    font-size: 40px;
  }
}

  
.container-gl13 {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
}

@media screen and (min-width: 576px) and (max-width: 990px) {
    .container-gl13 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 991px) {
    .container-gl13 {
        padding-left: 19px;
        padding-right: 19px;
    }
}

.main-wrapper {
  border-radius: 40px;
  border: solid 6px #9d7038;
  padding: 27px;
  background: #000;
}

:root {
  --white: #fff;
  --font-family: 'Big Shoulders Stencil Display', sans-serif;

  --color-1: #f09e07;
  --color-2: #f1aa24;
  --color-3: #f7a714;
  --color-4: #54d249;
  --color-5: #06bf4d;
  --color-6: #12be4c;
  --color-7: #f04907;
  --color-8: #f00707;
  --color-9: #ec1414;
  --color-10: #d6170a;

}

.flex {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
  .flex {
    flex-direction: row-reverse;
  }
}

.header-gl13 {
  margin-bottom: -80px;
}
.nav-bar-gl13__list {
  gap: 27px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.nav-bar-gl13__list {
  gap: 48px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.nav-bar-gl13__link {
  padding:  19px;
  font-size: 16px;
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
}

.nav-bar-gl13__link::before {
  content: '';
  background-color: var(--color-7);
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: all 0.4s ease;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.nav-bar-gl13__link:hover:before {
  opacity: 1;
}


.nav-bar-gl13__item:not(.nav-logo) > div {
  background: rgba(255, 255, 255, 0.22);
    border-radius: 17px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    gap: 27px;
    padding: 15px 27px;
    border-left: solid 3px var(--color-7);
    border-right: solid 3px var(--color-7);

}

.menu {
  display: none;
  --color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
  margin-bottom: 19px;
}
.menu svg {
  width: 64px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: var(--color);
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
}
.menu svg path {
  transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
          
.menu svg path:nth-child(2) {
  --duration: .7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}
.menu svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}
.menu.active svg path {
  --offset: 57px;
}
.menu.active svg path:nth-child(1),
.menu.active svg path:nth-child(3) {
  --delay: .15s;
  --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.menu.active svg path:nth-child(2) {
  --duration: .4s;
  --offset: 2px;
  --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
  --offset: 58px;
}

.mobile-menu {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease-in;
  z-index: 1;
}

.mobile-menu.is-open {
  opacity: 1;
}

.mobile-menu li {
  position: relative;
  padding: 0 19px;
}

.mobile-menu a {
  color: #eec692;
  padding: 11px 0;
  display: inline-block;
  font-size: 18px;
}


.nav-bar-gl13__item.nav-logo  {
  position: relative;
}

.nav-bar-gl13__item.nav-logo > div:first-child {
  background-color: var(--color-7);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding: 27px;
  border-right: solid 4px #fff;
  border-left: solid 4px #fff;
}



.logo-link-gl13 {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  word-break: break-word;
  line-height: 1.1;
  margin: 0 18px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (min-width: 425px) {
  .logo-link-gl13 {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  .logo-link-gl13 {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) {
  .logo-link-gl13 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.logo-link-gl13 > div {
  height: 45px;
}

.logo-link-gl13 > div > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 990px) {
  .nav-bar-gl13__item:not(.nav-logo) > div {
    display: none;
  }

  .menu,
  .mobile-menu {
    display: block;
  }

  .nav-bar-gl13__item.nav-logo > div:first-child {
    padding: 10px 10px 27px 10px;
    position: relative;
  }
}

.hero-gl13 {
  display: flex;
  padding: 100px 0;
  align-items: center;
}

.hero-gl13 > div {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-gl13 > div:first-child {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .hero-gl13 > div:last-child {
    display: none;
  }
}


.hero-gl13 > div > div {
  width: 100%;
  height: 386px;
  background-color: var(--color-7);
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

.hero-gl13 > div > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  height: auto;
  max-height: 120%;
}

.hero-gl13 > div:first-child > div {
  clip-path: polygon(0 0, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
}

.hero-gl13 > div:last-child > div {
  clip-path: polygon(40% 0, 100% 0%, 100% 100%, 40% 100%, 0% 50%);
}

.hero-gl13-content {
  border-radius: 48px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 4px solid var(--color-7);
  border-left: 4px solid var(--color-7);
  padding: 27px;
  color: var(--color-7);
}

.hero-gl13-content h1{
  text-align: center;
  color: var(--white);
  font-size: clamp(24px, 3vw, 32px);
  font-family: var(--font-family);
  text-shadow: #3f7982 1px 0 10px;
}

@media screen and (max-width: 767px) {
  .hero-gl13-content h1 {
    font-size: clamp(21px, 6vw, 24px);
  }
}

@media screen and (max-width: 990px) {
  .hero-gl13-content {
    top: 45%;
  }
}

.present-gl13 .container-gl13 {
  display: flex;
  gap: 48px;
  flex-direction: column-reverse;
}

.video-gl13-wrapper {
  border-right: 9px solid var(--color-7);
  border-left: 9px solid var(--color-7);
  border-radius: 48px;
  overflow: hidden;
  height: 447px;
  position: relative;
}

.video-gl13-wrapper::before,
.video-gl13-wrapper::after  {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 50px;
  width: 150px;
  transition: all 0.4s ease;
  background-color: var(--color-7);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: block;
}

.video-gl13-wrapper::after  {
  bottom: unset;
  top: 0;
  clip-path: polygon(0 0%, 100% 0%, 50% 100%);
}

.video-gl13-wrapper video {
  width: 100%;
}

.present-gl13 ul.flex {
  justify-content: space-between;
  gap: clamp(30px, 10vw, 15%);
}

@media screen and (max-width: 767px) {
  .video-gl13-wrapper {
    height: auto;
  }
  .video-gl13-wrapper::before,
  .video-gl13-wrapper::after  {
    display: none;
  }

  .present-gl13 ul.flex {
    justify-content: space-between;
    gap: 27px;
  }  
}

.statistics-gl13__item {
  flex: 1;
  text-align: center;
  color: #eec692;
}

.statistics-gl13__item h3 {
  font-size: 40px;
  font-weight: 900;
}

.statistics-gl13__item p {
  font-size: 22px;
  margin: 0; 
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .statistics-gl13__item h3 {
    font-size: 40px;
  }
  
  .statistics-gl13__item p {
    font-size: clamp(18px, 3vw, 24px);;
  }
}

.category-gl13 {
  padding: 27px 0;
}

.category-gl13__list {
  display: flex;
  gap: 21px;
  margin-top: 40px;
  flex-direction: column-reverse;
}

.category-gl13__item {
    background-image: url('img/ravenna.png');
    gap: 27px;
    padding: 18px 10px;
}

@media screen and (min-width: 768px) {
  .category-gl13__item {
    flex-direction: row;
    gap: 45px;

  }
}

.category-gl13__item:hover,
.category-gl13__item:focus {
  -webkit-animation: jello-horizontal 0.9s both;
	animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.category-gl13_img {
  border-right: 9px solid var(--color-7);
    border-left: 9px solid var(--color-7);
    border-radius: 48px;
    overflow: hidden;
    flex: 40%;
    max-height: 252px;
}

.category-gl13_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-gl13__content {
  flex: 60%;
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
  justify-content: space-between;
}

.category-gl13__content h3{
  font-size: clamp(22px, 6vw, 28px);  color: #fff;
  background: linear-gradient(to right, var(--color-7) 1%, transparent 1%, transparent 2%, var(--color-7) 2%, var(--color-7) 4%, transparent 4%, transparent 5%, var(--color-7) 5%, var(--color-7) 8%, transparent 8%, transparent 9%, var(--color-7) 9%, var(--color-7) 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
  padding: 10px 10%;
}

.category-gl13__content > p {
  font-size: 16px;
  color: #eec692;
  margin: 0;
}

.cut {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-gl13-detailes {
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.category-gl13-detailes h4 {
  border-right: 3px solid var(--color-7);
    border-left: 3px solid var(--color-7);
    border-radius: 10px;
    padding: 9px;
}

.stars {
  margin: 0;
}

.stars::before,
.stars::after {
  content: '✦';
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 8px;
}

.category-gl13-detailes a {
  color: var(--color-7);
  font-style: italic;
  text-transform: none;
}

.rules-gl13 {
  padding: 27px 0;
}

.rules-gl13 ul.flex{
  gap: 45px;
  margin-top: 40px;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .rules-gl13 ul.flex{
    flex-wrap: wrap;
    flex-direction: row;
    direction: initial;
  }
}

.rules__item {
  background-image: url();
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 27px;
  align-content: center;
  flex: calc((100% - 60px) / 2);
  position: relative;
}

.rules__item.i1 {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23eec6924a' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 569.074 569.074' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M510.475,332.822c-10.927-6.634-22.244-12.623-33.387-18.906c-0.796-0.449-1.579-0.914-3.146-1.815 c5.3-0.706,9.828-1.571,14.402-1.873c11.326-0.751,22.558-2.016,33.541-4.966c4.668-1.252,8.739-3.431,11.127-7.936 c1.325-2.505,1.362-3.745-0.123-4.247c1.408-3.578,2.718-9.547-1.514-14.219c0,0-0.995,8.454-5.516,12.351 c-2.032-1.032-4.064-2.064-6.108-3.113c-1.321,1.759-6.801,1.729-10.195-0.33c-0.09,0.362-0.192,0.66-0.237,0.971 c-0.036,0.261-0.008,0.534-0.008,0.665c-1.465,0-2.889,0.049-4.309-0.017c-1.293-0.057-2.587-0.236-4.149-0.388 c-1.477,1.987-3.533,0.979-5.463,0.099c-2.261,2.117-4.937,1.999-7.589,1.607c-6.304-0.931-12.578-2.028-18.887-2.934 c-1.216-0.176-2.517,0.229-3.777,0.363c-0.065-0.27-0.131-0.535-0.2-0.805c0.991-0.171,1.982-0.448,2.979-0.501 c8.633-0.453,17.282-0.706,25.903-1.363c3.718-0.281,7.377-1.347,11.049-2.109c2.64-0.547,5.279-1.171,8.05-1.799 c-0.273,2.525-1.269,5.124-1.269,5.124c4.488,0.376,6.707-3.162,7.801-6.418c0.217-0.199,0.42-0.416,0.641-0.611 c-1.109,3.419-3.342,7.029-3.342,7.029c6.602,0,9.776-5.287,11.281-9.649c0.645-0.383,1.343-0.705,2.15-0.958 c5.243-1.64,6.634-3.843,6.345-9.372c-0.241-4.623-3.231-8.662-7.544-9.384c-4.068-0.681-8.226-0.836-12.354-1.126 c-2.66-0.188-5.337-0.245-8.005-0.293c-3.391-0.062-6.365-0.959-9.262-2.942c-1.819-1.245-4.479-1.836-6.732-1.767 c-6.422,0.192-12.814,1.028-19.176-0.824c-1.399-0.408-3.219-0.196-4.606,0.343c-5.442,2.105-11.012,1.465-16.63,1.416 c-5.287-0.041-10.791-0.028-15.83,1.33c-8.218,2.216-14.635,7.511-19.458,14.615c-0.502,0.738-1.028,1.562-1.746,2.028 c-7.613,4.933-12.493,11.982-16.197,20.106c-3.358,7.352-1.914,14.112,2.868,19.873c5.561,6.699,11.358,13.432,18.078,18.887 c10.478,8.503,21.673,16.152,32.836,23.77c12.538,8.561,25.537,16.455,38.03,25.076c8.249,5.695,15.638,12.505,22.387,21.18 c-3.733,1.456-7.075,3.104-10.604,4.055c-4.785,1.29-9.697,2.146-14.59,2.987c-3.162,0.542-6.377,0.901-9.584,1.016 c-6.81,0.245-13.651,0.693-20.433,0.285c-7.874-0.477-15.675-2.072-23.546-2.668c-13.549-1.024-25.867-6.353-38.396-10.783 c-4.651-1.645-8.812-4.949-12.823-7.989c-1.371-1.036-1.975-3.521-2.293-5.446c-3.505-21.408-11.959-40.665-24.794-58.091 c-5.929-8.05-13.534-14.309-21.522-20.065c-15.5-11.18-32.774-18.834-50.768-25.088c-19.963-6.94-40.453-11.44-61.261-14.917 c-16.854-2.815-33.958-4.112-50.519-8.829c-10.441-2.97-20.666-6.344-31.012-11.122c1.771-1.159,3.219-2.224,4.777-3.101 c9.547-5.361,19.287-10.404,28.625-16.104c6.198-3.782,11.62-8.666,15.818-14.798c5.65-8.258,5.447-16.842,1.399-25.435 c-4.104-8.723-11.024-14.834-19.674-18.976c-15.292-7.324-31.845-9.115-48.369-9.89c-22.15-1.037-44.354-0.959-66.532-1.318 c-15.023-0.241-28.572-4.835-40.608-13.766c-8.127-6.03-11.542-16.671-8.54-26.704c1.338-4.476,3.211-8.792,4.855-13.174 c0.306-0.812,0.681-1.599,0.754-2.509c-8.208,9.266-15.218,19.025-13.194,32.44c1.036,6.858,4.031,12.848,8.784,17.793 c10.114,10.522,22.248,18.107,36.447,21.302c11.444,2.574,23.219,3.933,34.917,5.096c17.23,1.713,34.48,3.203,51.331,7.352 c6.675,1.645,13.149,4.109,19.694,6.255c1.204,0.396,2.317,1.044,4.125,1.881c-1.391,0.645-2.224,1.065-3.084,1.42 c-10.547,4.349-21.437,8.025-31.563,13.194c-13.839,7.067-26.275,16.394-30.506,32.387c-4.921,18.601-3.223,30.739,13.084,44.484 c14.088,11.873,30.902,18.621,48.323,24.117c17.185,5.422,34.741,9.032,52.555,11.31c16.687,2.134,32.946,6.111,48.899,11.126 c12.154,3.818,24.117,8.421,34.965,15.467c6.667,4.333,13.395,8.527,17.234,15.798c4.186,7.928,7.34,16.264,8.82,25.162 c1.086,6.527,1.869,13.125,3.305,19.575c3.293,14.807,12.294,25.916,23.787,35.231c13.427,10.881,28.964,17.634,45.153,23.247 c21.281,7.381,43.288,10.841,65.61,11.27c26.014,0.502,51.657-2.57,75.773-13.501c14.468-6.557,26.961-15.545,35.435-29.249 c2.032-3.289,3.484-7.124,4.37-10.902c3.709-15.834-1.143-29.775-9.421-43.211C546.619,356.49,529.047,344.096,510.475,332.822z' /%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.rules__item.i2 {
  background-size: auto 110%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23eec6924a' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 580.711 580.711' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M573.211,113.437c-1.762-0.906-3.65-1.567-5.434-2.44c-11.85-5.818-23.682-11.665-35.518-17.507 c-0.094-0.049-0.125-0.22-0.273-0.494c1.42-1.106,2.861-2.244,4.318-3.358c1.211-0.93,1.762-2.158,1.207-3.582 c-0.734-1.881-1.975-3.603-2.453-5.528c-1.047-4.207-4.736-5.704-7.734-7.724c-3.027-2.036-6.582-3.28-9.842-4.986 c-2.012-1.053-3.979-2.219-5.842-3.513c-4.207-2.921-8.234-6.12-12.525-8.907c-6.193-4.023-13.191-5.443-20.49-5.732 c-2.26-0.09-4.504-0.542-6.756-0.828h-6.023c-0.33,0.122-0.652,0.29-0.99,0.363c-5.871,1.322-11.828,2.342-17.598,4.011 c-8.748,2.53-16.447,6.908-21.689,14.676c-1.076,1.6-1.645,3.562-2.33,5.402c-0.543,1.453-0.627,3.142-1.398,4.435 c-1.783,2.991-3.754,5.892-5.844,8.678c-4.43,5.908-11.455,9.323-15.34,15.786c-6.582,4.659-13.203,9.351-20.885,11.954 c-7.631,2.583-15.6,3.709-23.678,4.092c-2.023,0.098-4.43,0.604-5.879,1.84c-1.277,1.089-2.383,2.036-4.002,2.346 c-4.459,0.857-8.955,1.563-13.371,2.611c-2.305,0.547-4.41,1.922-6.711,2.505c-6.174,1.562-12.387,2.978-18.613,4.3 c-5.344,1.135-10.738,2.02-16.095,3.101c-4.3,0.869-8.581,1.865-12.864,2.815c-2.897,0.641-5.859,1.082-8.666,1.991 c-9.086,2.942-18.197,5.602-27.891,5.483c-2.346-0.028-4.732,0.2-7.034,0.645c-4.435,0.856-8.801,1.873-13.146,3.305 c-4.916,1.62-10.31,2.056-15.537,2.411c-8.348,0.563-16.728,0.661-25.096,0.877c-1.024,0.024-2.077-0.396-3.089-0.702 c-4.337-1.305-7.503-4.198-10.367-7.568c-2.073-2.439-4.113-4.994-6.589-6.968c-2.125-1.697-4.798-2.762-7.315-3.909 c-9.804-4.459-19.592-8.911-30.065-11.718c-6.667-1.787-13.313-3.052-20.229-2.677c-0.42,0.024-0.849-0.163-1.457-0.286 c0.494-0.392,0.743-0.591,1.159-0.922c-4.676,0-9.151-0.485-13.484,0.102c-8.548,1.155-16.577,4.015-23.211,9.804 c-3.146,2.746-6.76,5.374-8.833,8.85c-4.766,7.984-9.225,16.238-12.873,24.782c-4.28,10.024-7.805,20.4-11.179,30.775 c-1.501,4.615-1.787,9.617-2.705,14.423c-0.64,3.342-1.464,6.65-2.125,9.988c-1.869,9.466-3.721,18.919-7.373,27.936 c-1.13,2.787-1.734,5.883-2.032,8.89c-0.649,6.524-1.379,13.02-3.484,19.258c-2.868,8.499-5.863,16.96-15.059,20.93 C0.563,293.589,0.29,293.83,0,294.025v2.15c0.286,0.592,0.881,1.229,0.804,1.762c-0.29,1.926,0.714,2.624,2.313,3.199 c4.406,1.583,8.172,0.347,11.457-2.582c9.119-8.124,16.137-17.749,19.355-29.646c4.517-16.695,9.184-33.382,12.787-50.286 c2.832-13.281,6.769-26.198,10.506-39.197c0.686-2.383,1.518-4.725,2.162-7.12c2.628-9.788,6.34-18.858,14.705-25.41 c3.366-2.636,6.891-4.015,11.089-4.325c6.634-0.494,12.615,1.301,18.466,4.271c6.809,3.456,11.803,8.866,16.777,14.398 c2.742,3.048,5.577,6.132,9.967,6.132c-0.408,0.869-0.897,1.852-1.338,2.856c-0.444,1.016-0.636,2.211-1.297,3.043 c-1.514,1.897-3.211,3.656-4.9,5.41c-4.239,4.406-7.916,9.245-10.535,14.766c-3.46,7.299-4.953,15.125-5.173,23.15 c-0.18,6.5-0.192,12.995-1.783,19.355c-0.836,3.346-2.032,6.646-2.477,10.041c-0.608,4.659-0.514,9.404-0.979,14.084 c-0.526,5.312-1.322,10.6-2.036,15.892c-0.42,3.097-1.228,6.173-1.306,9.274c-0.191,7.662-0.188,15.333-0.032,22.995 c0.236,11.701,1.236,23.297,4.21,34.717c2.411,9.249,5.063,18.217,12.256,25.084c0.983,0.938,1.412,2.166-0.677,2.578 c-0.494,0.098-0.93,0.551-1.371,0.869c-2.905,2.105-5.561,4.794-8.784,6.132c-2.342,0.972-3.031,2.53-3.904,4.305 c-1.881,3.823-3.501,7.785-5.574,11.497c-3.015,5.41-6.417,10.601-9.498,15.974c-4.451,7.76-9.453,15.1-17.099,20.004 c-5.431,3.484-10.474,7.364-15.455,11.457c-8.164,6.707-8.613,15.602-3.146,23.737c1.567,2.334,4.088,4.093,4.378,7.214 c0.017,0.163,0.273,0.306,0.417,0.457c1.142,1.195,2.317,2.357,3.415,3.586c3.317,3.717,6.981,7.205,9.809,11.269 c3.142,4.513,5.691,9.47,8.164,14.398c2.321,4.627,3.811,9.576,10.351,10.163c5.239,0.474,8.413-0.746,10.469-5.435 c0.11-0.248,0.216-0.497,0.241-0.559c-0.853-1.452-3.529-0.841-3.292-3.599c3.603,0.266,7.058,0.298,10.437,0.828 c3.688,0.58,7.462,1.22,10.906,2.579c3.199,1.261,6.353,1.673,9.617,1.383c1.921-0.171,4.488,0.567,5.304-2.432 c0.078-0.286,1.404-0.408,2.093-0.294c0.579,0.098,1.126,0.604,1.611,1.024c3.027,2.627,6.365,2.048,9.658,0.8 c0.779-0.298,1.628-1.314,1.812-2.143c0.979-4.386-1.963-11.081-5.753-13.354c-1.995-1.191-4.031-2.321-6.108-3.366 c-2.742-1.375-5.541-2.632-8.319-3.941c-0.898-0.424-1.816-0.808-2.697-1.265c-2.138-1.109-4.263-2.248-6.389-3.387 c-4.251-2.284-9.188-2.28-13.607-4.451c-4.37-2.146-7.829-5.071-11.228-8.303c-1.514-1.44-1.465-2.876-0.224-4.504 c1.297-1.697,2.228-3.726,3.705-5.227c2.427-2.465,5.08-4.745,7.821-6.862c1.652-1.277,3.778-1.926,5.479-3.154 c4.973-3.599,9.947-7.213,14.725-11.061c6.842-5.508,14.305-10.277,20.196-16.933c3.656-4.129,7.303-8.282,11.196-12.179 c7.748-7.752,15.651-15.349,23.529-22.97c1.889-1.828,2.852-1.767,4.562,0.253c0.955,1.13,1.546,2.566,2.48,3.721 c3.607,4.447,8.197,7.364,13.786,8.702c0.657,0.159,1.677,0.511,1.792,0.959c0.938,3.688,1.705,7.422,2.501,11.146 c0.037,0.176-0.114,0.408-0.212,0.596c-2.044,3.938-2.489,8.168-2.105,12.489c0.392,4.39,0.996,8.756,1.53,13.134 c0.225,1.832,0.481,3.663,0.763,5.487c0.804,5.259,1.693,10.506,2.423,15.777c0.4,2.896,0.363,5.858,0.853,8.735 c0.845,4.97,1.191,9.869,0.143,14.871c-1.15,5.5-1.036,11.212-3.9,16.406c-1.534,2.778-2.028,6.152-2.803,9.307 c-0.196,0.8,0.029,2.134,0.583,2.603c1.718,1.448,3.599,2.767,5.573,3.84c6.173,3.354,12.521,6.393,18.605,9.894 c5.483,3.154,11.31,4.937,17.532,5.459c2.974,0.249,5.994-0.11,8.988-0.028c13.178,0.363,26.349,0.865,39.531,1.13 c2.884,0.058,5.825-0.444,8.657-1.068c1.783-0.393,4.195-0.278,4.684-2.987c0.041-0.22,0.857-0.437,1.303-0.416 c1.645,0.077,3.32,0.551,4.92,0.347c5.785-0.734,11.547-1.648,17.299-2.611c0.385-0.064,0.926-1.134,0.85-1.652 c-0.408-2.786-2.168-4.553-4.717-5.577c-3.229-1.297-6.451-2.595-9.695-3.848c-5.959-2.305-11.99-4.341-18.367-5.246 c-4.843-0.686-9.727-1.343-14.439-2.6c-7.826-2.085-15.777-2.313-23.771-2.501c-3.913-0.09-7.715-0.734-10.93-3.101 c-0.996-0.734-1.881-1.999-2.215-3.187c-1.041-3.688,0.339-7.189,1.51-10.592c1.342-3.884,3.39-7.544,4.496-11.485 c2.529-9.009,4.533-18.16,7.013-27.181c1.734-6.312,2.852-12.648,2.505-19.196c-0.229-4.288-0.498-8.576-0.857-12.856 c-0.608-7.233,2.481-13.79,3.855-20.641c0.824-4.108,3.044-7.919,4.476-11.922c0.861-2.411,1.571-4.978,0.547-7.507 c-1.856-4.578-2.249-9.348-2.46-14.215c-0.2-4.554-0.469-9.151-1.338-13.611c-0.955-4.896-2.868-9.547-6.495-13.219 c-2.326-2.358-3.938-5.026-4.194-8.396c-0.029-0.347-0.045-0.951-0.192-0.991c-2.028-0.571-1.856-2.448-2.358-3.896 c-2.028-5.88-4.223-11.714-5.969-17.679c-1.469-5.019-1.767-10.458-3.725-15.243c-0.053-0.13-0.102-0.261-0.155-0.388 c3.664,0.29,7.323,0.261,10.991,0.583c3.337,0.6,6.589,1.498,9.764,2.693c3.366,1.591,6.544,3.505,9.535,5.745 c-0.175-0.135-0.351-0.273-0.53-0.408c0.873,0.637,1.75,1.203,2.652,1.685c4.823,3.636,9.764,7.214,15.084,9.996 c4.056,2.122,8.828,3.239,13.41,3.884c4.357,0.616,8.111,1.698,11.254,4.913c0.922,0.942,2.562,1.424,3.945,1.624 c2.32,0.334,4.725,0.102,7.055,0.416c3.643,0.493,7.254,1.771,10.873,1.742c3.426-0.024,6.52,0.677,9.686,1.648 c0.857,0.261,1.852,0.139,2.773,0.085c4.271-0.253,8.541-0.697,12.812-0.767c2.934-0.049,5.699,0.877,7.654,2.383 c-0.348,2.587-0.73,4.736-0.914,6.903c-0.363,4.264-0.381,8.572-0.988,12.795c-0.473,3.276-1.721,6.43-2.469,9.674 c-0.926,4.006-1.738,8.041-2.521,12.076c-1.068,5.5-2.215,10.992-3.023,16.532c-0.297,2.04-0.113,4.056-1.477,5.859 c-0.547,0.722-0.604,1.86-0.738,2.831c-0.445,3.248-0.795,6.508-1.232,9.76c-0.574,4.304-1.615,8.592-1.709,12.9 c-0.236,10.755-3.162,20.906-6.486,30.955c-1.805,5.447-4.787,10.519-6.387,16.006c-2.436,8.36-3.883,17.006-6.242,25.395 c-1.162,4.141,0.115,7.972,0.15,11.941c0.006,0.633,0.502,1.314,0.898,1.881c2.35,3.358,5.623,4.807,9.689,4.88 c6.859,0.127,13.693,0.6,20.531,1.224c4.688,0.429,9.424,0.372,14.141,0.421c1.188,0.012,2.486-0.163,3.547-0.653 c3.275-1.514,6.314-1.053,9.379,0.56c2.592,1.362,6.076-0.11,6.23-2.113c-1.176-0.865-2.174-1.604-3.354-2.477 c1.645-0.494,2.721-0.816,3.799-1.143c-0.604-1.322-1.164-2.669-1.836-3.954c-0.254-0.485-0.797-0.815-1.168-1.252 c-3.324-3.905-7.988-5.578-12.537-7.345c-2.256-0.877-4.578-1.37-7.213-1.117c-2.723,0.261-5.582-0.62-8.336-1.2 c-1.648-0.347-3.316-0.885-4.803-1.668c-2.811-1.478-3.496-3.452-2.342-6.431c1.48-3.811,2.908-7.662,4.676-11.342 c4.02-8.389,8.404-16.606,12.322-25.043c4.729-10.185,9.195-20.49,13.615-30.812c1.186-2.778,1.867-5.79,2.619-8.735 c0.75-2.945,1.008-6.038,1.979-8.898c3.635-10.678,7.584-21.245,11.191-31.93c1.578-4.685,2.619-9.548,3.904-14.329 c0.217-0.033,0.428-0.069,0.645-0.103c0.645,1.139,1.584,2.203,1.873,3.428c0.518,2.183,0.73,4.451,0.922,6.695 c0.352,4.129,0.486,8.278,0.926,12.398c0.191,1.779,0.576,3.701,1.465,5.211c2.023,3.431,4.125,6.769,4.826,10.783 c0.314,1.815,0.824,3.594,1.209,5.397c0.93,4.357,2.256,8.687,2.623,13.089c0.293,3.505,1.357,6.475,3.092,9.384 c0.461,0.775,0.787,1.705,0.906,2.599c0.906,6.83,1.734,13.673,2.623,20.507c0.098,0.755,0.42,1.477,0.621,2.219 c1.51,5.521,3.336,10.979,4.426,16.577c0.936,4.794,1.016,9.756,2.934,14.357c1.188,2.853,1.188,5.77,0.771,8.813 c-0.408,2.966-1.041,5.973,1.477,8.687c1.359,1.464,2.24,3.61,2.717,5.602c1.842,7.649,3.387,15.365,5.129,23.04 c0.797,3.517,1.711,7.009,2.713,10.473c0.418,1.437,1.434,2.188,3.127,2.416c7.396,0.991,14.793,2.044,22.133,3.37 c3.375,0.607,6.846,1.48,8.996,4.663h2.15c2.355-0.429,4.701-0.886,7.059-1.285c2.795-0.47,5.762-0.474,8.34-1.478 c1.779-0.693,3.23-1.023,5.01-0.53c2.037,0.563,2.844-0.073,2.307-2.06c-0.318-1.188-1.348-2.188-2.094-3.248 c-0.191-0.273-0.719-0.44-0.734-0.682c-0.15-2.424-2.273-3.125-3.754-4.357c-1.529-1.277-3.33-2.272-4.709-3.684 c-5.609-5.745-12.717-8.74-20.139-11.086c-3.59-1.134-7.422-5.12-7.609-8.902c-0.547-10.938-1.473-21.89-1.398-32.828 c0.123-17.833,0.906-35.663,1.443-53.492c0.104-3.362,0.322-6.72,0.555-10.078c0.486-6.984,1.254-13.958,1.449-20.951 c0.135-4.843-0.535-9.706-0.768-14.565c-0.277-5.793-0.525-11.587-0.701-17.385c-0.24-8.005-0.857-16.075,1.082-23.933 c2.287-9.282,4.977-18.462,7.543-27.675c1.387-4.974,3.207-9.788,3.766-15.027c0.727-6.846,2.012-13.635,3.184-20.429 c0.963-5.589,2.283-11.118,3.137-16.72c0.877-5.769,1.469-11.583,2.016-17.393c0.363-3.872,0.51-7.772,0.6-11.665 c0.102-4.549-0.387-9.152,0.15-13.644c0.551-4.623,5.639-8.87,9.539-8.87c3.492,0,4.027-0.551,4.129-4.186 c-0.656-0.249-1.301-0.494-2.223-0.845c2.555-0.792,4.643-1.436,6.736-2.085c-0.053-0.146-0.104-0.298-0.156-0.444 c-1.236-0.192-2.473-0.384-3.709-0.575c0.018-0.204,0.037-0.408,0.055-0.612h5.283c0-1.236-0.09-2.383,0.041-3.505 c0.061-0.522,0.453-1.326,0.848-1.432c2.053-0.559,4.158-0.914,6.234-1.387c0.514-0.119,1.289-0.298,1.432-0.649 c0.67-1.706,2.045-1.538,3.404-1.481c2.1,0.09,4.039-0.277,6.217-2.248c-1.945-0.18-3.312-0.302-4.977-0.453 c1.305-0.836,2.387-1.481,3.414-2.199c8.119-5.671,17.021-8.181,26.684-5.357c5.564,1.628,10.078,0.167,14.574-2.668 c0.721-0.457,1.549-0.816,2.133-1.412c3.326-3.382,5.965-7.609,3.619-12.378c-0.633-1.29-0.412-2.232,0.191-3.362 c2.004-3.737,2.633-7.593,1.064-11.706c-0.338-0.885-0.26-2.118,0.078-3.023c0.506-1.346,1.412-2.542,2.146-3.798v-2.15 C579.572,117.904,576.803,115.28,573.211,113.437z M224.413,247.215c-0.021-0.114-0.045-0.232-0.07-0.347 c0.171-0.021,0.335-0.028,0.506-0.049C224.702,246.95,224.555,247.081,224.413,247.215z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
  
.rules__item.i4 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23eec6924a' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 576.863 576.863' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M0.208,388.794c9.131,0,18.262,0,27.389,0c0.021,0.652,0.045,1.309,0.065,1.961c-3.064,1.625-6.128,3.248-9.209,4.881 c0.559,1.004,0.89,1.828,1.024,1.795c9.531-2.211,13.04,2.855,15.851,11.195c5.022,14.893,11.616,29.25,16.932,44.053 c1.143,3.178,0.212,7.479-0.828,10.941c-0.853,2.828-3.566,5.039-4.961,7.773c-2.13,4.168-3.831,8.559-5.712,12.855 c0.983,0.619,1.971,1.24,2.954,1.859c5.28-4.818,10.388-9.848,15.924-14.348c2.354-1.918,5.606-2.734,8.454-4.053 c0.277,2.926,1.224,5.979,0.685,8.74c-0.869,4.459-2.713,8.723-4.639,14.568c2.24-1.33,3.17-1.725,3.909-2.346 c11.575-9.709,11.383-9.502,22.497,0.082c6.369,5.492,12.97,11.068,20.339,14.957c9.278,4.896,10.62,12.338,9.669,21.195 c-0.567,5.264-1.709,10.461-1.408,16.148c3.317-5.703,6.634-11.41,9.951-17.119c0.894-0.016,1.791-0.033,2.685-0.049 c1.808,5.598,3.619,11.195,6.047,18.707c2.848-10,5.173-18.16,7.625-26.777c3.88,1.18,7.115,2.045,10.269,3.143 c9.547,3.312,18.85,7.645,28.642,9.848c11.824,2.66,15.292,11.098,17.801,20.965c0.91,3.568,1.746,7.156,2.615,10.738 c0.726-0.098,1.453-0.197,2.179-0.295c0.42-8.107,0.84-16.217,1.403-27.045c4.341,7.379,7.405,12.594,10.474,17.805 c0.816-0.273,1.636-0.543,2.452-0.816c-1.114-7.445-2.228-14.893-3.37-22.547c11.273-3.219,22.15-6.273,32.999-9.439 c5.377-1.572,9.347,0.334,12.423,4.65c3.75,5.264,7.417,10.584,11.146,15.859c1.347,1.904,2.762,3.766,5.002,5.096 c-3.305-9.703-6.614-19.4-9.918-29.104c0.608-0.33,1.22-0.656,1.828-0.986c5.577,4.748,11.151,9.498,17.903,15.25 c3.542-11.963-9.469-14.182-9.833-22.129c13.321-14.492,28.841-7.01,44.108-2.506c0.232-0.885,0.465-1.77,0.693-2.656 c-5.711-3.129-11.693-5.871-17.021-9.559c-2.42-1.678-4.639-5.084-5.014-7.961c-0.645-4.916,3.338-5.523,7.389-5.508 c8.434,0.037,16.871-0.057,25.305-0.318c2.926-0.09,5.834-0.84,8.787-2.803c-8.098-1.766-16.168-3.709-24.312-5.238 c-5.773-1.082-9.273-3.158-5.564-9.449c5.309-9.004,1.314-16.08-6.549-24.137c9.568-4.383,17.902-8.201,26.238-12.016 c-0.207-0.834-0.416-1.662-0.623-2.49c-1.693-0.273-3.529-1.109-5.061-0.727c-6.535,1.637-13.109,3.273-19.428,5.57 c-13.094,4.766-15.102,4.361-23.183-6.545c-5.708-7.699-10.621-7.932-17.964-1.293c-2.056,1.861-4.888,2.863-7.364,4.26 c-0.661-3.008-2.138-6.1-1.82-9c0.71-6.508,2.313-12.922,3.554-19.373c-1.024-0.371-2.052-0.738-3.076-1.105 c-2.109,4.762-4.814,9.355-6.189,14.32c-2.293,8.299-6.214,15.227-14.08,18.984c-3.052,1.457-8.862,2.877-9.992,1.498 c-2.876-3.504-5.047-8.557-5.186-13.061c-0.126-4.17,2.799-8.412,4.292-12.656c0.727-2.064,1.253-4.197,0.355-7.168 c-1.815,2.514-3.537,5.104-5.463,7.531c-5.039,6.34-9.714,13.076-15.484,18.674c-2.268,2.203-7.066,1.801-10.71,2.588 c0.212-3.357-0.082-6.852,0.788-10.029c0.706-2.578,2.811-4.773,4.529-7.508c-1.542-0.656-2.941-1.256-4.553-1.941 c2.403-3.844,4.737-7.568,7.071-11.297c-0.604-0.67-1.212-1.334-1.816-2.004c-1.975,1.689-4.415,3.061-5.838,5.129 c-5.684,8.27-13.031,13.248-23.342,12c-2.766-0.336-5.32-2.441-9.759-4.607c9.6-6.271,17.152-11.203,26.695-17.438 c-15.304-0.648-28.327,8.85-40.861-2.469c8.931,0,17.866,0,26.797,0c0.082-0.771,0.159-1.543,0.241-2.316 c-6.691-2.588-13.382-5.17-20.074-7.754c0.367-1.189,0.73-2.377,1.098-3.568c5.12,1.271,10.237,2.541,15.594,3.875 c-2.387-9.873-19.184-12.098-16.785-25.1c1.159-0.662,2.321-1.322,3.48-1.982c4.276,7.506,8.556,15.014,12.832,22.521 c1.077-0.385,2.158-0.764,3.235-1.143c-3.64-13.982-8.307-28.084,4.043-40.621c16.251,3.574,10.743,18.43,13.521,28.85 c10.759-0.689,10.293-8.783,10.546-15.68c0.306-8.209,3.468-13.125,8.601-14.121c0.775,2.506,1.53,4.941,2.391,7.711 c2.134-1.762,3.215-4.508,4.345-7.078c1.363,0.441,2.791,1.053,4.288,1.865c2.44,1.322,5.198,2.098,7.862,2.957 c9.906,3.199,11.901,6.189,11.073,16.643c-0.383,4.859-0.657,9.727-0.979,14.59c0.906,0.25,1.812,0.498,2.717,0.748 c4.023-9.939,8.025-19.838,11.795-29.148c0.261-0.143,0.51-0.281,0.775-0.432c1.184,2.328,3.036,5.98,4.807,9.477 c0.897,0,1.774,0.213,1.93-0.031c8.968-14.037,21.032-8.039,32.362-5.721c2.889,1.367,5.705,3.301,9.715,5.576 c0.588,5.324,1.393,12.648,2.443,22.191c2.979-5.77,5.758-9.258,6.518-13.137c0.551-2.824,0.191-5.814-0.148-8.344 c4.346,2.188,8.65,4.807,13.979,7.748c-0.199,0.338,0.824-1.281,1.738-2.967c0.938-1.725,1.771-3.512,2.648-5.271 c1.102,1.91,2.357,3.746,3.26,5.744c0.967,2.146,1.596,4.443,3.365,7.047c1.277-8.363,4.709-13.549,13.473-11.387 c2.908,0.717,5.98,2.174,8.131,4.193c2.588,2.428,4.275,5.818,6.354,8.789c0.91-0.686,1.818-1.375,2.732-2.061 c-0.994-3.473-1.994-6.943-3.059-10.66c18.25-3.705,21.783,11.121,29.543,21.256c-0.604-5.627-0.865-11.314-1.914-16.854 c-0.902-4.754,0.885-6.934,5.271-7.582c10.547-1.566,21.176-2.684,31.633-4.699c18.094-3.484,34.141-0.336,47.584,12.926 c0.242,0.24,1.029-0.074,0.648-0.037c-1.92-7.031-4.137-14.057-5.588-21.232c-0.367-1.816,1.146-4.814,2.74-6.1 c11.359-9.18,22.854-18.197,34.537-26.961c5.607-4.203,9.381-11.44,18.01-10.967c4.59,0.253,9.217-0.277,13.832-0.359 c4.051-0.073,8.105-0.016,12.387-1.155c-7.949-3.182-15.893-6.36-23.84-9.539c0.199-0.702,0.395-1.403,0.596-2.109 c4.752,1.004,9.51,2.008,14.264,3.011c0.289-0.653,0.584-1.306,0.873-1.958c-1.896-1.322-3.619-3.158-5.721-3.872 c-7.051-2.391-8.004-6.442-5.977-13.415c5.002-17.197,8.832-34.729,13.729-51.963c0.902-3.174,4.068-6.715,7.092-8.07 c6.523-2.921,13.631-4.533,20.502-6.679c-0.07-0.689-0.139-1.383-0.209-2.073c-9.131,0-18.262,0-27.389,0 c-0.02-0.653-0.045-1.31-0.064-1.966c3.064-1.624,6.127-3.244,9.209-4.875c-0.561-1.004-0.891-1.828-1.025-1.795 c-9.531,2.211-13.039-2.856-15.85-11.195c-5.023-14.892-11.617-29.25-16.934-44.052c-1.143-3.179-0.211-7.479,0.828-10.943 c0.854-2.827,3.566-5.039,4.963-7.776c2.129-4.17,3.83-8.56,5.711-12.856c-0.982-0.62-1.971-1.24-2.953-1.86 c-5.279,4.818-10.389,9.845-15.924,14.349c-2.355,1.917-5.607,2.734-8.455,4.047c-0.277-2.921-1.223-5.977-0.686-8.739 c0.869-4.459,2.713-8.727,4.639-14.57c-2.238,1.33-3.17,1.726-3.908,2.346c-11.574,9.714-11.383,9.506-22.496-0.082 c-6.369-5.492-12.971-11.069-20.34-14.958c-9.277-4.896-10.619-12.338-9.67-21.195c0.568-5.264,1.711-10.461,1.408-16.149 c-3.316,5.704-6.635,11.412-9.951,17.12c-0.893,0.017-1.791,0.033-2.684,0.049c-1.809-5.598-3.619-11.195-6.047-18.707 c-2.848,10-5.174,18.16-7.627,26.777c-3.879-1.179-7.115-2.044-10.268-3.142c-9.549-3.313-18.85-7.646-28.643-9.849 c-11.824-2.66-15.291-11.097-17.801-20.963c-0.91-3.57-1.746-7.156-2.615-10.734c-0.727,0.098-1.453,0.196-2.18,0.293 c-0.42,8.107-0.84,16.218-1.402,27.046c-4.342-7.38-7.406-12.595-10.475-17.809c-0.814,0.273-1.635,0.547-2.451,0.816 c1.113,7.446,2.229,14.892,3.369,22.546c-11.271,3.219-22.15,6.275-32.998,9.441c-5.377,1.571-9.348-0.334-12.424-4.651 c-3.75-5.263-7.418-10.583-11.146-15.859c-1.346-1.909-2.762-3.766-5.002-5.096c3.305,9.702,6.613,19.4,9.918,29.103 c-0.607,0.331-1.219,0.657-1.828,0.987c-5.576-4.749-11.15-9.498-17.902-15.251c-3.542,11.962,9.469,14.182,9.832,22.13 c-13.32,14.492-28.841,7.009-44.108,2.505c-0.233,0.886-0.465,1.771-0.694,2.656c5.712,3.129,11.693,5.871,17.022,9.56 c2.419,1.677,4.639,5.083,5.014,7.96c0.645,4.917-3.337,5.524-7.389,5.508c-8.434-0.037-16.871,0.058-25.304,0.318 c-2.925,0.09-5.834,0.841-8.789,2.803c8.099,1.767,16.169,3.708,24.313,5.239c5.773,1.085,9.273,3.158,5.565,9.449 c-5.308,9.004-1.314,16.079,6.548,24.137c-9.567,4.382-17.903,8.201-26.238,12.016c0.208,0.833,0.416,1.661,0.624,2.489 c1.693,0.273,3.529,1.11,5.059,0.726c6.537-1.636,13.109-3.272,19.429-5.569c13.093-4.766,15.1-4.362,23.183,6.544 c5.707,7.699,10.619,7.932,17.963,1.293c2.057-1.86,4.889-2.864,7.365-4.259c0.66,3.007,2.139,6.1,1.82,9 c-0.711,6.507-2.314,12.921-3.555,19.372c1.023,0.371,2.053,0.739,3.076,1.106c2.109-4.762,4.814-9.355,6.189-14.321 c2.293-8.299,6.215-15.227,14.08-18.984c3.053-1.457,8.861-2.876,9.992-1.498c2.877,3.505,5.047,8.556,5.186,13.06 c0.127,4.17-2.799,8.413-4.291,12.656c-0.727,2.064-1.254,4.198-0.355,7.168c1.814-2.513,3.537-5.104,5.463-7.532 c5.039-6.34,9.715-13.076,15.482-18.674c2.27-2.203,7.068-1.799,10.711-2.587c-0.213,3.358,0.082,6.854-0.787,10.029 c-0.707,2.579-2.811,4.773-4.529,7.507c1.543,0.657,2.941,1.256,4.553,1.942c-2.402,3.843-4.736,7.568-7.07,11.297 c0.604,0.669,1.213,1.334,1.816,2.003c1.975-1.689,4.414-3.06,5.838-5.128c5.684-8.271,13.031-13.248,23.342-12 c2.766,0.334,5.32,2.44,9.76,4.606c-9.6,6.271-17.152,11.204-26.695,17.438c15.303,0.648,28.326-8.85,40.861,2.468 c-8.932,0-17.867,0-26.799,0c-0.08,0.771-0.158,1.542-0.24,2.317c6.691,2.587,13.383,5.169,20.074,7.752 c-0.367,1.191-0.73,2.379-1.098,3.57c-5.121-1.273-10.236-2.546-15.594-3.876c2.387,9.874,19.184,12.097,16.785,25.1 c-1.158,0.661-2.322,1.322-3.48,1.983c-4.275-7.507-8.557-15.015-12.832-22.522c-1.076,0.384-2.158,0.763-3.234,1.143 c3.639,13.982,8.307,28.083-4.043,40.616c-16.252-3.574-10.744-18.425-13.521-28.85c-10.76,0.689-10.295,8.784-10.547,15.68 c-0.307,8.209-3.469,13.125-8.602,14.121c-0.775-2.505-1.529-4.941-2.391-7.711c-2.133,1.763-3.215,4.504-4.346,7.079 c-1.361-0.44-2.789-1.053-4.287-1.864c-2.439-1.322-5.197-2.097-7.863-2.958c-9.906-3.199-11.9-6.189-11.072-16.643 c0.383-4.859,0.656-9.727,0.979-14.59c-0.904-0.249-1.811-0.498-2.717-0.743c-4.023,9.939-8.025,19.837-11.795,29.147 c-0.262,0.143-0.51,0.282-0.775,0.433c-1.184-2.33-3.035-5.981-4.807-9.478c-0.896,0-1.773-0.212-1.93,0.033 c-8.967,14.035-21.031,8.038-32.362,5.72c-2.889-1.367-5.704-3.301-9.714-5.577c-0.588-5.325-1.392-12.648-2.444-22.191 c-2.979,5.769-5.757,9.258-6.516,13.138c-0.551,2.823-0.191,5.814,0.147,8.344c-4.345-2.187-8.649-4.807-13.978-7.748 c0.2-0.339-0.824,1.281-1.738,2.966c-0.938,1.726-1.771,3.513-2.648,5.271c-1.102-1.909-2.358-3.745-3.26-5.745 c-0.967-2.146-1.595-4.443-3.366-7.046c-1.277,8.364-4.708,13.549-13.472,11.387c-2.909-0.718-5.981-2.175-8.132-4.194 c-2.586-2.428-4.276-5.818-6.353-8.788c-0.91,0.685-1.819,1.375-2.733,2.06c0.996,3.472,1.995,6.944,3.06,10.661 c-18.25,3.705-21.783-11.122-29.543-21.257c0.604,5.626,0.865,11.314,1.914,16.854c0.902,4.753-0.885,6.932-5.271,7.581 c-10.547,1.567-21.175,2.685-31.632,4.7c-18.095,3.484-34.142,0.335-47.585-12.925c-0.241-0.241-1.028,0.074-0.648,0.037 c1.921,7.03,4.137,14.052,5.589,21.232c0.367,1.815-1.146,4.814-2.742,6.1c-11.359,9.18-22.852,18.197-34.537,26.96 c-5.606,4.203-9.38,11.44-18.009,10.968c-4.59-0.254-9.217,0.277-13.831,0.359c-4.051,0.072-8.107,0.016-12.387,1.154 c7.948,3.182,15.892,6.359,23.839,9.539c-0.2,0.701-0.396,1.402-0.596,2.109c-4.753-1.004-9.511-2.008-14.264-3.012 c-0.29,0.652-0.583,1.307-0.873,1.959c1.897,1.322,3.619,3.162,5.72,3.871c7.05,2.391,8.005,6.443,5.977,13.416 c-5.002,17.197-8.833,34.729-13.729,51.963c-0.902,3.174-4.068,6.715-7.091,8.07c-6.524,2.92-13.631,4.531-20.502,6.678 C0.069,387.409,0.139,388.099,0.208,388.794z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .rules__item.i4 {
    order: 2;
  }
}

.rules__item.i3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23eec6924a' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 600.504 600.504' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M597.615,371.333c-2.146-0.425-4.374-0.461-7.165-0.706c2.551-1.13,4.591-1.868,6.459-2.909 c1.946-1.085,1.946-2.415,0.294-3.957c-2.877-2.689-5.957-2.167-9.27-0.854c-4.052,1.604-8.111,3.419-12.343,4.28 c-7.715,1.566-15.736,1.681-22.859-1.787c-5.578-2.713-10.344-7.099-15.464-10.751c-9.931-7.078-18.743-15.83-30.547-20.098 c-1.465-0.53-2.591-1.995-4.235-3.317c2.403-0.771,4.121-1.163,5.704-1.856c12.322-5.394,24.565-10.979,36.953-16.218 c4.867-2.061,8.637-5.137,11.583-9.404c0.498-0.718,1.049-1.399,1.562-2.109c4.749-6.569,4.472-8.592-2.346-12.876 c-3.231-2.031-6.753-3.623-10.2-5.296c-4.827-2.342-7.854-6.377-10.168-10.946c-2.089-4.125-5.279-6.259-9.751-6.924 c-2.619-1.188-5.455-2.105-8.327-2.452c-2.02-0.905-3.974-2.003-5.888-3.296c-3.227-2.184-7.181-3.509-10.991-4.566 c-7.984-2.22-16.092-3.986-24.138-5.99c-1.436-0.359-2.786-1.061-4.223-1.424c-4.341-1.097-6.597,0.694-5.965,5.092 c0.363,2.538,1.424,5.007,2.366,7.426c0.727,1.864,1.918,3.554,2.579,5.435c0.053,0.159,0.081,0.354,0.086,0.575 c-0.62-0.506-1.273-0.991-1.955-1.461c-6.201-4.288-12.803-7.935-19.678-10.995c-1.542-2.04-3.048-4.117-4.688-6.075 c-1.388-1.656-3.228-2.934-4.859-4.386c-0.049,2.46,1.069,4.59,0.869,6.957c-1.15-0.416-2.31-0.816-3.477-1.204 c-4.671-4.961-9.143-9.947-15.349-13.419c0.771,3.142,1.607,5.639,1.909,8.197c0.049,0.42,0.013,0.926-0.094,1.428 c-2.782-0.641-5.586-1.204-8.4-1.689c-3.537-2.787-7.03-5.639-10.588-8.396c-1.726-1.338-3.644-2.428-5.978-3.962 c1.27,3.876,3.28,6.973,3.379,10.637c-1.122-0.102-2.248-0.192-3.374-0.27c-1.24-0.849-2.432-1.738-3.591-2.664 c-3.615-2.889-6.997-6.153-11.697-7.254c-1.244-0.293-2.554-0.318-4.137-0.498c2.121,3.023,3.871,5.512,5.622,8.005 c-0.258,0.302-0.515,0.608-0.768,0.91c-1.555-0.616-3.178-1.097-4.646-1.869c-3.713-1.95-7.312-4.117-11.041-6.034 c-2.855-1.469-5.912-1.701-9.099-0.938c1.514,2.738,2.897,5.239,4.28,7.74c-0.232,0.245-0.469,0.49-0.702,0.734 c-2.696-0.856-5.377-1.795-8.103-2.554c-2.934-0.816-5.896-1.583-8.891-2.114c-0.971-0.171-2.085,0.465-3.133,0.73 c0.489,0.873,0.914,1.795,1.489,2.607c0.562,0.796,1.285,1.477,1.938,2.208c-0.139,0.286-0.277,0.571-0.416,0.861 c-5.602-1.29-11.199-2.583-17.364-4.002c1.416,2.742,2.387,4.623,3.644,7.058h-18.593c1.362,2.66,2.46,4.794,3.884,7.573 c-7.229-0.372-13.745-0.706-20.669-1.061c1.109,2.926,1.909,5.039,2.799,7.394c-5.186-0.233-9.812-0.437-15.084-0.67 c0.861,1.208,1.334,1.645,1.518,2.175c0.445,1.298,0.755,2.645,1.118,3.97c-1.261,0.335-2.514,0.923-3.778,0.947 c-2.239,0.045-4.487-0.253-6.508-0.388c0.062,0.42,0.176,0.873,0.282,1.306c-2.823-0.421-5.655-0.845-8.462-1.253 c-2.163-0.583-4.337-1.122-6.528-1.604c-8.494-1.881-17.124-3.129-25.785-3.729c-20.004-3.231-39.862-2.57-59.866,1.184 c-20.437,3.835-40.143,10.147-60.049,15.912c-13.06,3.782-26.565,6.083-39.931,8.747c-7.193,1.437-14.492,2.424-21.779,3.293 c-13.994,1.669-27.446-5.749-33.746-18.348c-4.296-8.589-2.677-19.058,3.562-26.516c7.266-8.694,18.123-9.686,24.37-7.046 c10.833,4.578,16.389,11.481,14.831,22.199c-0.657,4.509-2.995,8.299-6.206,10.918c-0.555,0.376-1.122,0.727-1.722,1.024 c-6.663,3.309-15.182,2.188-19.833-3.929c-4.002-5.264-2.68-12.881,3.599-15.247c1.946-0.734,5.296-0.151,6.308,1.999 c0.457,0.971,0.408,1.306-0.09,2.024c-0.22,0.318-0.62,0.677-0.546,0.641c-0.196,0.098-0.298,0.163-0.351,0.208 c-0.049-0.033-0.175-0.065-0.465-0.086c-6.752-0.501-7.177,9.988-0.424,10.494c6.462,0.481,12.411-5.206,12.627-11.652 c0.008-0.253-0.004-0.498-0.012-0.743c0.265-2.452-0.567-4.704-2.13-6.772c-2.167-3.33-5.761-5.757-9.792-6.536 c-7.462-1.444-14.439,2.48-18.376,8.441c-5.267,6.618-5.21,14.774,0.384,22.003c5.259,8.054,14.761,12.391,24.435,11.326 c7.393-0.416,14.806-3.726,20.959-9.89c8.633-8.658,10.412-19.099,6.854-30.535c-5.802-18.658-26.528-31.73-45.753-28.752 c-10.665,1.653-18.825,7.263-24.875,16.288c-10.604,15.826-10.71,32.489-4.096,49.56c3.452,8.91,10.726,14.59,18.674,19.47 c9.499,5.83,20.123,6.527,30.808,7.152c25.981,1.518,51.89,0.42,77.81-1.697c9.551-0.779,19.107-1.498,28.667-2.188 c2.195,0.326,4.447,0.266,6.642-0.216l1.767-0.388c13.807-0.955,27.618-1.819,41.432-2.574c8.07-0.445,16.21,0.481,24.329,0.897 c1.204,0.216,2.407,0.432,3.607,0.665c7.005,1.358,13.945,2.986,20.82,4.867c3.19,1.918,6.981,4.933,8.784,8.021l-0.971,4.646 c-1.555,1.686-2.815,2.894-3.9,4.248c-8.939,11.138-15.096,23.672-18.65,37.486c-0.93,3.611-1.742,4.566-5.459,4.717 c-10.351,0.416-20.388-1.15-29.996-5.148c-1.611-0.67-3.227-1.375-4.908-1.812c-1.922-0.498-3.672-0.069-4.741,1.836 c-1.037,1.848-1.118,3.651,0.318,5.36c0.355,0.425,0.686,0.873,1.184,1.506c-0.841,0-1.363-0.021-1.881,0.004 c-1.999,0.094-4.08-0.11-5.981,0.371c-3.256,0.829-4.692,4.468-3.419,7.875c1.187,3.17,3.031,3.814,6.687,2.533 c1.64-0.575,3.354-1.032,5.076-1.276c7.527-1.073,15.059-2.122,22.611-3.044c10.485-1.281,20.804-1.738,30.865,2.934 c3.831,1.778,8.425,2.044,12.722,2.66c2.317,0.33,4.043-0.991,4.483-3.468c0.441-2.469-0.722-4.17-2.986-4.855 c-2.321-0.706-4.737-1.253-7.148-1.478c-3.827-0.358-7.687-0.403-11.529-0.555c-1.653-0.065-2.31-0.71-2.024-2.492 c0.542-3.436,1.522-6.626,3.92-9.258c2.354-2.583,4.545-5.333,7.055-7.752c8.278-7.977,16.793-15.602,28.327-18.735 c2.489-0.678,4.749-2.126,5.476-5.006c1.362,0.293,2.729,0.591,4.092,0.885c3.982,0.972,7.899,1.922,11.779,3.016 c1.139,0.322,2.42,1.334,2.958,2.378c1.991,3.86,4.651,6.77,9.091,7.598c8.07,1.509,16.107,3.292,24.23,4.39 c3.966,0.534,7.94,1.04,11.931,1.358c8.556,1.673,17.205,2.901,25.899,3.697c0.645,1.301,0.229,2.913-1.236,4.643 c-3.104,3.668-6.532,7.066-9.571,10.787c-6.365,7.781-14.565,9.666-24.027,7.969c-1.894-0.339-3.799-0.616-5.712-0.812 c-1.726-0.175-3.501-0.452-5.194-0.236c-2.823,0.363-4.214,2.13-4.051,4.565c0.175,2.604,2.138,4.484,4.916,4.402 c1.999-0.061,3.986-0.481,5.978-0.722c8.323-1,16.654-2.86,24.97-2.774c11.093,0.114,22.048,2.284,32.473,6.508 c1.844,0.746,3.843,1.199,5.813,1.525c2.399,0.4,4.496-0.392,6.055-2.338c1.722-2.146,1.42-4.104-0.991-5.418 c-1.575-0.861-3.309-1.437-4.981-2.146c2.334-3.569-0.184-7.059-4.374-6.568c-0.779,0.09-1.579,0.102-2.338,0.277 c-5.789,1.334-11.555,2.778-17.364,4.022c-2.975,0.637-6.026,0.931-9.331-1.077c1.66-1.432,2.975-2.819,4.524-3.855 c6.61-4.427,13.272-8.78,19.956-13.097c1.999-1.293,4.165-2.411,4.394-4.606c12.044,0.176,24.101-0.478,36.039-1.975h7.132 c-0.099,8.009,2.37,14.647,8.123,20.184c1.665,1.6,2.509,4.378,3.023,6.769c0.738,3.448-0.686,4.77-4.183,4.297 c-2.938-0.4-5.817-1.351-8.76-1.587c-3.174-0.253-6.426-0.192-9.584,0.195c-2.044,0.253-4.174,1.216-4.357,3.831 c-0.134,1.95,1.8,3.599,4.685,4.166c0.681,0.135,1.411,0.245,2.085,0.143c3.268-0.51,6.564-0.918,9.775-1.689 c9.009-2.166,18.168-3.215,27.308-1.945c8.115,1.126,16.066,3.395,24.125,4.961c2.713,0.526,5.553,0.714,8.314,0.6 c3.313-0.139,5.146-2.647,4.831-5.924c-0.261-2.754-2.113-3.945-4.524-4.333c-2.407-0.388-4.859-0.489-7.593-0.747 c3.892-1.774,4.753-2.859,4.06-4.851c-0.82-2.354-2.958-3.081-6.414-2.158c-0.592,0.159-1.191,0.318-1.746,0.562 c-4.794,2.113-9.649,4.108-14.346,6.422c-3.863,1.905-7.454,1.354-11.048-0.444c-0.621-0.311-1.359-1.008-1.457-1.62 c-0.33-2.121-1.012-4.459-0.449-6.394c1.171-4.022,0.816-7.743-0.506-11.521c0.009-0.384,0.017-0.763,0.024-1.146 c0.037-1.681-0.583-2.941-1.534-3.786c-0.118-0.367-0.244-0.73-0.392-1.09c-0.636-1.559-0.204-2.395,1.18-3.146 c4.839-2.627,9.625-5.353,14.468-7.968c1.113-0.601,2.383-0.91,3.06-1.163c2.008,1.856,3.452,3.7,5.324,4.835 c11.433,6.936,23.758,11.942,36.553,15.594c8.083,2.305,14.533,6.915,20.743,12.15c-4.211,0.506-8.421,1.016-12.632,1.521 c-0.991,0.028-1.975,0.102-2.95,0.253c-0.95,0.146-2.517,2.097-2.309,2.746c0.396,1.236,1.718,2.402,2.941,3.068 c0.877,0.477,2.248,0.248,3.354,0.053c4.888-0.865,9.801-1.656,14.64-2.754c2.023-0.245,4.047-0.49,6.075-0.73 c0.562-0.069,1.032-0.277,1.403-0.575c6.442-0.641,12.778,0.086,19.069,2.623c5.32,2.143,10.951,3.109,16.695,2.771 c1.95-0.114,3.941-0.714,5.77-1.457c2.28-0.926,1.583-3.178,1.313-4.839C600.092,372.374,598.603,371.525,597.615,371.333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.rules__item p {
  margin: 0;
  color: #eec692;
  text-align: right;
}

.i1::after,
.i2::after,
.i3::after {
  content: '';
  background: var(--color-7);
  width: 48px;
  height: 90px;
  position: absolute;
  display: none;
}

.i1::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.i2::after {
  clip-path: polygon(0 0, 50% 100%, 100% 00%);
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 40px;
}

.i3::after {
  clip-path: polygon(100% 0, 0 47%, 100% 100%);
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 576px) {
  .i1::after,
  .i2::after,
  .i3::after {
    display: block;
  }
}

.form-section-gl13 .container-gl13 {
  background-image: radial-gradient(ellipse at top, #000 50%, #eec6924a ), url('picgallery/background/bg-light-0689384b870858.jpg');
  padding: 27px;
}

.form-gl13 {
  width: min(100%, 600px);
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;}

.input-user--panel--item,
.textarea-user--panel--item,
.add-comment-form input,
.add-comment-form textarea,
.input-gl13 {
  background-color: #000;
  font-size: 16px;
  font-weight:400;
  color: var(--color-7);
  border-radius: 19px;
  padding: 12px;
  transition: all .3s;
  line-height: 1.22;
  margin: 8px 0;
  width: 100%;
  outline: none;
  border: solid 3px #816b3b;
}

.input-user--panel--item:focus,
.textarea-user--panel--item:focus,
.add-comment-form input:focus,
.add-comment-form textarea:focus,
.input-gl13:focus {
  box-shadow: rgb(224 186 137) 0px 5px 15px;
}

.form-gl13 label {
  font-size: 16px;
  color: inherit;
  margin: 11px;
}

.input-user--panel--item::placeholder,
.textarea-user--panel--item::placeholder,
.add-comment-form input::placeholder,
.add-comment-form textarea {
  font-size: 14px;
  font-weight:400;
  color: #eec692;

}

.form-gl13-check {
  font-size: 13px;
  font-weight:400;
  color: #816b3b;
  margin: 19px 0;
}

.form-gl13-check a {
  color: var(--color-7);
}

.comments-gl13 {
  padding: 27px 0;
}

.comments-gl13 .container-gl13 > .flex {
  gap: 45px;
}

.comments-gl13-part,
.lid_table {
  flex: 1;
}

.lid_table {
  direction: initial;
}

.comments-gl13__list {
  gap: 18px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}


.comments-gl13__item {
  gap: 28px;
  justify-content: space-between;
  align-items: center;
}

.comments-gl13__author {
  clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  background-color: var(--color-7);
  padding: 10px 27px 10px 10px;
}

.comments-gl13__author div {
  border-radius: 17px;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 100px;
  aspect-ratio: 1;
  overflow: hidden;
}

.comments-gl13__author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-text {
  display: flex;
  gap: 11px;
  flex-direction: column-reverse;

}

.comment-text p {
  margin: 0;
  font-size: 16px;
  color: #eec692;
}

.comment-text h5 {
  border-right: 3px solid var(--color-7);
  border-left: 3px solid var(--color-7);
  border-radius:11px;
  padding: 11px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.lid_table h3 {
  font-size: 16px;
  font-weight:400;
  text-align: center;
  color: #eec692;
  margin: 20px 0;
  text-transform: uppercase;
  line-height:1.3;
}

.lid_table table {
	margin: 0 auto;
}
.lid_table table th,
.lid_table table td {
	padding: 10px 19px;
}


table, th, td {
  border: 1px solid #816b3b;
  border-radius: 11px;
}

.lid_table table tr td img {
    height: 30px;
    margin: 0 auto;
}

.lid_table > img {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

@media screen and (max-width: 400px) {
  .lid_table table th,
  .lid_table table td {
    padding: 11px 11px;
  }

  .lid_table {
    padding: 27px 10px;
  }

  .lid_table > img {
    width: calc(100% + 20px);
    left: -10px;
  }  
}

@media screen and (min-width: 420px) and (max-width: 500px) {
  .comments-gl13__item {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .comments-gl13 .container-gl13 > .flex { 
    flex-direction: column;
  }
}

.disclamer-gl13 {
  padding: 27px 0;
  
}

.disclamer-gl13 .container-gl13 {
  background-image: url(picgallery/img-18-689384b870b60.svg);
  background-size: 60px;
  background-repeat: repeat;
  background-position: 0 0;
}

.disclamer-gl13-cont {
  color: #eec692;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.disclamer-gl13-cont h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
}

.disclamer-gl13-cont h2::before,
.disclamer-gl13-cont h2::after {
  content: '';
  background: var(--color-7);
  width: 40px;
  height: 68px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.disclamer-gl13-cont h2::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: -70px;
}

.disclamer-gl13-cont h2::after {
  clip-path: polygon(100% 0, 0 47%, 100% 100%);
  right: -70px;
}

@media screen and (max-width: 500px) {
  .disclamer-gl13-cont h2::before,
  .disclamer-gl13-cont h2::after {
    display: none;
  }
}

.footer-gl13 {
  background-color: #000;
}

.footer-gl13 .container-gl13 {
  gap: 27px;
}

.footer-item {
  flex: 1;
}


.footer-item:not(.nav-logo) {
  border-radius: 17px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 15px 27px;
  border-left: solid 3px var(--color-7);
  border-right: solid 3px var(--color-7);
  margin: 19px 0;
}

.menu-footer a,
.politics-list a {
  font-size: 16px;
  padding: 11px;
  color: #eec692;
  position: relative;
}

.footer-item li:hover a,
.footer-item li:focus a {
  color: #eec692;
}


.menu-footer a::before,
.politics-list a::before,
.mobile-menu a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color-7);
  opacity: 0;
  transition: all 0.4s ease;
}

.footer-item li:hover a::before,
.footer-item li:focus a::before,
.mobile-menu li:hover a::before,
.mobile-menu li:focus a::before {
  opacity: 1;
}

.politics-list,
.menu-footer {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-direction: column-reverse;
}

.copyright-gl13 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 19px;
}

@media screen and (max-width: 767px){
  .nav-logo.footer-item {
    order: -1;
    flex: 100%;
  }
  .footer-gl13 .container-gl13 {
    flex-wrap: wrap;
  }
}

.aboutus-gl13 {
  padding: 27px 0;
}

.aboutus-gl13 .container-gl13 {
  display: flex;
  flex-direction: column-reverse;
  gap: 48px;
}

.aboutus-img-wrapper {
  position: relative;
  display: flex;
  direction: initial;
}

.aboutus-img {
  width: 100%;
}

.aboutus-img div {
  padding: 0;
  overflow: hidden;
  max-height: 386px;
}

.aboutus-img:nth-child(2) {
  display: none;
}

.aboutus-img:nth-child(3)  {
  display: none;
}


@media screen and (min-width: 576px) {
  .aboutus-img {
    width: 50%;
  }

  .aboutus-img:nth-child(2) {
    display: block;
  }  

  .aboutus-img:nth-child(1) div {
    margin-right: -20%;
  }
  
  .aboutus-img:nth-child(2) div {
    position: relative;
    margin-top: 37%;
  }
}

@media screen and (min-width: 768px) {
  .aboutus-img {
    width: 40%;
  }

  .aboutus-img:nth-child(3)  {
    display: block;
  }  

  .aboutus-img:nth-child(3) div  {
    margin-top: 15%;
    margin-left: -20%;
  }  
}

.aboutus-img img {
  width: 100%;
}

.aboutus-gl13__text {
  color: #eec692;
  font-size: 16px;
}
.rnd-games{
  display: flex;
  flex-direction: column-reverse;
  gap:27px;
}
.game-page-gl13 {
  padding: 27px 0;
}

.game-page-gl13 .container-gl13 > .flex {
  gap: 45px;
}

.side-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.game-gl13-discription {
  flex: 2;
}

.game_img {
  border-right: 9px solid var(--color-7);
  border-left: 9px solid var(--color-7);
  border-radius: 48px;
  overflow: hidden;
}

.game_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.developer  {
  text-align: center;
}

.developer h3 {
  border-right: 3px solid var(--color-7);
    border-left: 3px solid var(--color-7);
    border-radius: 10px;
    padding: 9px;
    display: inline-block;
    font-size: 18px;
}

.rating {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.rating div {
  flex: 1;
}

.rating h4 {
  flex: 2;
}

.rating img {
  max-height: 27px;
  margin: 0 auto;
}

.answer {
  display: none;
  font-size: 16px;
  color: var(--color-7);
  text-align: center;
}

.game-gl13-content__text {
  color: #eae5e1;
}

.game-frame-gl13 {
  height: 100vh;
}

.contact-gl13-page {
  padding-top: 27px;
}

.contact-gl13-page > .container-gl13.flex{
  padding: 0 40px;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .contact-gl13-page > .container-gl13.flex,
  .game-page-gl13 .container-gl13 > .flex {
    flex-direction: column-reverse;
  }
}

.contact {
  background-color: var(--color-7);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding: 27px;
  border-right: solid 4px #fff;
  border-left: solid 4px #fff;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contacts-gl13_det p,
.contacts-gl13_det a {
  color: inherit;
  margin: 0;
  font-size: 16px;
}

.contact-gl13__img svg {
  fill: inherit;
  color: inherit;
  height: 68px;
}

.privacy-gl13 li {
  margin-left: 27px;
  padding: 11px 0;
  list-style: decimal;
}

.privacy-txt {
  word-break: break-all;
}

 .button-gl13-1 {
  height: 50px;
  margin: 5px;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid #404c5d 1px;
  font-size: 16px;
  color: rgb(161, 161, 161);
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 4px;
  background: linear-gradient(145deg, var(--color-7), var(--color-7));
  -webkit-box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
    inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
  box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
    inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
  padding: 15px 20px;
}

.button-gl13-1:hover {
  -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
  box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
  color: #f3f2f2;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.button-gl13-1:active {
  -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
  box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}


.button-gl13-2 {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
}

.button-gl13-2 {
  padding: 16px 27px;
  border-radius: 48px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 22px;
  color: white;
}

.button-gl13-2:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.button-gl13-2:active {
  opacity: 0.5;
}

.button-gl13-3 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.3s;
  border: none;
  font-family: inherit;
  font-weight:400;
  color: black;
  background-color: white;
}

.button-gl13-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button-gl13-3:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.button-gl13-3::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.button-gl13-3::after {
  background-color: #fff;
}

.button-gl13-3:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}


.button-gl13-4 {
  padding: 12px 20px;
  border: 3px solid var(--color-7);
  border-radius: 40px;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1.2em;
  font-weight:400;
}

.button-gl13-4:hover {
  background: var(--color-7);
  color: white;
  font-size: 1.5em;
}


.button-gl13-5 {
  padding: 9px 16px;
  background: transparent;
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
  border: 3px solid var(--color-7);
  outline: none;
  color: var(--color-7);
  cursor: pointer;
  font-size: 16px;
}

.button-gl13-5:hover {
  background: var(--color-7);
  color: #ffffff;
  animation: squeeze56 0.9s both;
}

@keyframes squeeze556 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

