@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

*{
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Philosopher', sans-serif !important;
  font-size: clamp(14px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.4;
}

.body-background-1{
  background: #1d2522;
}
.body-background-2{
  background: #333333;
}
.body-background-3{
  background: #11121a;
}
.body-background-4{
  background: #393e46;
}
.body-background-5{
  background: #512b58;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding:  10px 0;
  line-height: 1.4;
}

li{
  margin: 0 10px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.layout-container{
  width: auto;
  padding-right: 19px;
  padding-left: 19px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .layout-container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .layout-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .layout-container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .layout-container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .layout-container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .layout-container{
    max-width: 1274px;
  }
}

.page-privacy{
  color: #fff;
  text-align: justify;
  padding: 37px 0;
  width: 100%;
}
.page-privacy-try {

  word-break: break-all;
   p{ 
  text-indent: 3ch;
  }
  
  a,table{
    color: inherit;
    
  }
  ul, ol {
   margin-bottom: 12px;
    padding-left:  27px;
  list-style: inside;
  }
}
.title-politics{
  font-size: clamp( 21px, 4vw, 30px);
}

.page-privacy a{
  color: #fff;
}

.page-privacy a:hover{
  color: #fff;
  opacity: 0.5;
}

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

.header{
  padding: 19px 0;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.logo-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
}

.whatsapp-button {
  display: inline-block;
  padding: 10px 13px;
  border:  1px solid #fff;
  border-radius:  3px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 4vw, 18px);
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

.whatsapp-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: lightgreen;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button:hover {
  color: #ffffff;
  border: 1px solid lightgreen;
}

.whatsapp-button:hover:before {
  top: -35%;
  background-color: lightgreen;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.whatsapp-button:hover:after {
  top: -45%;
  background-color: lightgreen;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.logo {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 23px;
}

.logoImg img {
  width: 39px;
}

.logo a {
  color: #fff; 
  display: flex; 
  align-items: center; 
  gap: 10px;
  transition: 0.3s ease;
}

.logoTitle h2 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 4vw, 18px);
  margin: 0;
}

.logo a:hover {
  opacity: 0.5;
}

.header-nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header-nav-back-1{
  background: linear-gradient(to bottom, #313f3a 0%, #3f5049 100%);
  border: 1px solid #191f1d;
}
.header-nav-back-2{
  background: linear-gradient(to bottom, #4a4a4a 0%, #595959 100%);
  border: 1px solid #2e2e2e;
}
.header-nav-back-3{
  background: linear-gradient(to bottom, #232536 0%, #2f3248 100%);
  border: 1px solid #0d0e14;
}
.header-nav-back-4{
  background: linear-gradient(to bottom, #4e545f 0%, #5b6370 100%);
  border: 1px solid #343940;
}
.header-nav-back-5{
  background: linear-gradient(to bottom, #6d3a77 0%, #80448b 100%);
  border: 1px solid #4b2851;
}

.topmenu {

  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative; 
}

.topmenu li {
  position: relative;
}

.topmenu-link {
  font-size: clamp(14px, 4vw, 17px);
  padding: 10px;
  color: #fff; 
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
  position: relative; 
}

.topmenu-link-home-1{
  background: linear-gradient(to bottom, #d15400 0%, #b34700 100%);
}
.topmenu-link-home-2{
  background: linear-gradient(to bottom, #6b0100 0%, #4d0100 100%);
}
.topmenu-link-home-3{
  background: linear-gradient(to bottom, #730000 0%, #550000 100%);
}
.topmenu-link-home-4{
  background: linear-gradient(to bottom, #008187 0%, #006469 100%);
}
.topmenu-link-home-5{
  background: linear-gradient(to bottom, #fe064d 0%, #e40142 100%);
}

.topmenu-link:hover{
  opacity: 0.5;
  color: #fff;
}

.submenu {
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  left: 0;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  width: 300px;
  z-index: 5;
  animation: slideIn 0.3s ease 0s forwards;
  transition: all 0.3s ease;
}

.submenu li{
  padding: 0;
  margin: 0;
}

@keyframes slideIn {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.submenu-a {
  border-bottom: 1px solid #f5f5f5;
  font-size: clamp(14px, 4vw, 16px);
  position: relative; 
  color: #3B0944;
  padding: 10px 19px;
  display: block;
  transition: 0.5s ease;
}

.submenu-a:hover {
  margin-left: 10px;
  position: relative;
}

.topmenu li:hover .submenu {
  display: block;
}

.wrapper-block{
  background-color: #fff;
  padding: 13px;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  flex-direction: row-reverse;
}

.wrapper-box{
  overflow: hidden;
  position: relative;
  flex: 2;
}

.wrapper-box img{
  position: relative;
  object-fit: cover;
  width: 100%;
  animation: scaleAnimation 8s ease-in-out infinite;
  height: 100%;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.wrapper-content{
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 19px;
  gap: 13px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.wrapper-content a h5{
  transition: 0.3s ease;
  color: #3B0944;
  font-size: clamp(14px, 4vw, 22px);
}

.wrapper-content a h5:hover{
  opacity: 0.5;
  color: #3B0944;
}

.about-me-box{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 13px;
  padding: 19px;
}

.about-me-img{
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: column-reverse;
}

.about-me-img img{
  border:1px solid #fff;
  width: 113px;
  height: 113px;
  border-radius: 0%;
}

.about-me-img h5{
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
}

.about-me-box p{
  color: #fff;
  opacity: 0.8;
  clamp(12px, 4vw, 18px)
}

.osn-form {
  justify-content: center;
  background-color: #f3f3f3;
  flex: 1;
  padding: 19px;
  display: flex;
  flex-direction: column;
}

.title-container{
  font-size: clamp( 14px, 4vw, 18px);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.title-container h3{
  color: #3B0944;
  margin: 0;
  font-weight: bold;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container label{
  color: #3B0944;
}

.input-container .input-custom__wrapper__section, .input-container .textarea-custom__wrapper__section, .form button {
  outline: none;
  margin: 10px 0;
}

.input-container .input-custom__wrapper__section {
  border: 1px solid #dfe5e3;
  padding: 13px;
  font-size: 15px;
  line-height: 1rem;
  outline: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
}

.input-container .textarea-custom__wrapper__section {
  border:1px solid #dfe5e3;
  padding: 13px;
  font-size: 15px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
  resize: vertical;
  min-height: 37px;
  max-height: 137px;
}

.input-container .input-custom__wrapper__section:hover, .input-container .textarea-custom__wrapper__section:hover, .input-container .input-custom__wrapper__section:focus, .input-container .textarea-custom__wrapper__section:focus{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.check{
  color: #3B0944;
}

.check:hover{
  opacity: 0.5;
  color: #3B0944;
}

.form-check {
  position: relative;
  color: #3B0944;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  padding: 19px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  position: relative;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 4px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width:  1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.wrapper{
  padding: 37px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.box-wrapper{
  background-color: #fff;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 2;
}

.blog{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.blog h2{
  font-size: clamp(14px, 4vw, 22px);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-box{
  display: flex;
  gap: 19px;
  flex-direction: column-reverse;
}

.blog-box-card{
  display: flex;
  flex-direction: column;
}

.blog-card-title{
  flex-wrap: wrap;
  border: 1px solid #3B094400033;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: row;
}

.blog-card-title a h5{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp( 14px, 4vw, 18px);
  color: #3B0944;
  transition: 0.3s ease;
}

.blog-card-title a h5:hover{
  opacity: 0.5;
}

.blog-card-content{
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
  border: 1px solid #3B094400033;
  border-top: none;
  padding: 13px;
}

.blog-card-img{
  flex: 1;
}

.blog-card-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-card-description{
  align-items: start;
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.blog-card-description h4{
  color: #3B0944;
}

.blog-card-description p{
  opacity: 0.8;
  color: #3B0944;
}

.blog-card-description a h5{
  text-align: center;
  padding: 10px;
  border: 1px solid #dfe5e3;
  color: #808080;
  background: linear-gradient(to bottom, #f2f4f3 0%, #e8eceb 100%);
  transition: 0.3s ease;
}

.blog-card-description a h5:hover{
  opacity: 0.5;
}

.sidebar{
  position: sticky;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.popular-tags{
  display: flex;
  padding-bottom: 37px;
  flex-direction: column;
  gap: 25px;
}

.popular-tags-back-1{
  font-size: clamp(14px, 4vw, 22px);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #d15400;
  background: linear-gradient(to bottom, #d15400 0%, #b34700 100%);
}
.popular-tags-back-2{
  font-size: clamp( 14px, 4vw, 22px);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #6b0100;
  background: linear-gradient(to bottom, #6b0100 0%, #4d0100 100%);
}
.popular-tags-back-3{
  font-size: clamp(14px, 4vw, 22px);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #730000;
  background: linear-gradient(to bottom, #730000 0%, #550000 100%);
}
.popular-tags-back-4{
  font-size: clamp(14px, 4vw, 22px);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #008187;
  background: linear-gradient(to bottom, #008187 0%, #006469 100%);
}
.popular-tags-back-5{
  font-size: clamp(14px, 4vw, 22px);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #fe064d;
  background: linear-gradient(to bottom, #fe064d 0%, #e40142 100%);
}

.popular-tags-box{
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
  padding: 0 25px;
}
.popular-tags-box p{
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: clamp(14px, 4vw, 16px);
}

.menu{
  display: none;
  padding-bottom: 37px;
  flex-direction: column;
  gap: 25px;
}

.menu-box{
  list-style: none;
  padding: 0 25px;
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}

.menu-box li a{
  color: #fff;
  font-size: clamp(14px, 4vw, 16px);
  transition: 0.3s ease;
}

.menu-box li a:hover{
  opacity: 0.5;
}

.popular-articl{
  display: flex;
  padding-bottom: 37px;
  flex-direction: column;
  gap: 25px;
}

.popular-articl-box{
  padding: 0 25px;
  display: flex;
  gap: 13px;
  flex-direction: column-reverse;
}

.popular-articl-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  flex-direction: row;
}

.popular-articl-card-img{
  flex: 1;
}

.popular-articl-card-img img{
  object-fit: cover;
  border: 3px solid #fff;
}

.popular-articl-card p{
  flex: 2;
  color: #fff;
  font-size: clamp(14px, 4vw, 16px);
}

.newslatter{
  display: flex;
  padding-bottom: 37px;
  flex-direction: column;
  gap: 25px;
}

.newslatter h5{
  font-size: clamp(14px, 4vw, 18px) !important;
}

.form-subscribe{
  padding: 0 25px;
}

.block-input{
  overflow: hidden;
  width: 100%;
  height: 43px;
  background: #FFF;
  border: 1px solid #F6F6F6;
  display: flex;
  align-items: center;
}

.form-subscribe input{
  background: none;
  border: none;
  padding: 0 13px;
  width: 100%;
  color: #333;
  outline: none;
}

.form-subscribe button{
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.video-box{
  position: relative;
}

.video-box video{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-video{
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 19px;
  gap: 13px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.other-video-watch{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.other-video-watch svg{
  font-weight: bold;
  width: 23px;
  height: 23px;
  color: #3B0944;
}

.other-video-watch p{
  padding: 0;
  font-weight: 900;
  font-size: clamp(14px, 4vw, 18px);
  color: #3B0944;
}

.rating-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.rating-box p{
  padding: 0;
  font-weight:900;
  font-size: clamp(14px, 4vw, 18px);
  color: #3B0944;
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 23px;
  color: #666;
}

.rating:not(:checked) > label:before {
  content: '★';
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #e58e09;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ff9e0b;
}

.rating > input:checked ~ label {
  color: #ffa723;
}

.footer{
  border-top: 0px solid #f5f5f5;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  flex-direction: row-reverse;
}

.footer p{
  padding: 0;
  font-size: clamp(14px, 4vw, 16px);
  color: #fff;
}

.footer-politic{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: row-reverse;
}

.footer-politic a{
  transition: 0.3s ease;
  font-size: clamp(14px, 4vw, 16px);
  color: #fff;
}

.footer-politic a:hover{
  color: #fff;
  opacity: 0.5;
}

.art{
  margin: 37px 0 0;
  background-color: #fff;
  padding: 25px;
}

.titleArt {
  font-size: clamp(14px, 4vw, 21px);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
  border-bottom:0px dashed #3B094400033;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.picture-art-img {
  float: right;
  width: 40%;
  margin: 37px;
  margin-top: 0;
  margin-right: 0;
}

.art-content{
  color: #3B0944;
  opacity: 0.8;
}

.art-price {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3B0944;
  text-align: start;
  font-size: clamp(14px, 4vw, 23px);
  padding-top: 37px;
  font-weight: 900;
}

.art-other{
  padding-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-direction: row-reverse;
}

.art-other-tag{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  flex-direction: row-reverse;
}

.art-other-tag p{
  margin: 0;
  color: #888;
  border:  1px solid #888;
  padding: 10px;
}

.art-other-watch p{
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #888;
  font-size: clamp(14px, 4vw, 18px);
  gap: 13px;
}

.art-other-watch svg{
  color: #888;
  width: 19px;
  height: 19px;
}

.gallery{
  background-color: #fff;
  padding: 13px;
  margin: 37px 0;
}

.gallery h2{
  font-size: clamp(14px, 4vw, 22px);
  color: #3B0944;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 900;
  border-bottom: 0px dashed #3B094400033;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.gallery-box{
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
}

.img-gallery{
  transition: 0.5s ease;
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 247px;
}

.img-gallery img{
  object-fit: cover;
  cursor: pointer;
  transform: scale(1);
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.img-gallery:hover{
  flex: 2;
}

.img-gallery img:hover{
  transform: scale(1.05);
}

.title-contacts{
  margin: 25px 0;
  padding: 25px;
  background: #2e3238b3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.title-contacts h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:  900;
  color: #fff;
  font-size: clamp( 14px, 4vw, 22px);
}

.contacts-page{
  margin-bottom: 25px;
  justify-content: space-between;
  gap: 25px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  padding: 25px;
}

.contacts-block{
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-direction: row-reverse;
}

.contacts-box{
  flex: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
  border:  1px solid #e3e3e3;
  padding: 19px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.contacts-card a{
  word-break: break-all;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contacts-card a h5 {
  word-break: break-all;
}
.contacts-card svg{
  width: 37px;
  height: 37px;
  color: #3B0944;
}

.contacts-card a h5{
  font-weight: 600;
  color: #3B0944;
  font-size: clamp(14px, 4vw, 18px);
  transition: 0.3s ease;
}

.contacts-card a h5:hover{
  color: #3B0944;
  opacity: 0.5;
}

.contacts-card h5{
  font-weight: 600;
  color: #3B0944;
  font-size: clamp(14px, 4vw, 18px);
}

.contacts-card-whatsapp{
  display: none;
}

.kontact-form{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
  border: 1px solid #e3e3e3;
  padding: 19px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-kontact-form{
  font-size: clamp(14px, 4vw, 18px);
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #3B0944;
  letter-spacing: 1px;
  text-align: center;
}

.input-position{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 10px 0;
}

.input-kontact-form .inputs-kontact {
  border: 1px solid #dfe5e3;
  padding: 13px;
  font-size: 15px;
  line-height: 1rem;
  outline: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  border:1px solid #dfe5e3;
  padding: 13px;
  font-size: 15px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
  resize: vertical;
  min-height: 37px;
  max-height: 137px;
}

.input-kontact-form .textarea-kontact:focus, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submit{
  margin: 0 auto;
  width: auto;
}

.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-1 {
  background-color: #3498db;
  color: #fff;
  padding: 13px 19px;
  border-radius: 4px;
  cursor: pointer;
}

.button-1:hover {
  background-color: #2980b9;
  color: #e8e8e8;
}

.button-2 {
  background-color: #e74c3c;
  color: #fff;
  padding: 14px 19px;
  border-radius: 7px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #c0392b;
  color: #e8e8e8;
}

.button-3 {
  background-color: #2ecc71;
  color: #fff;
  padding: 10px 19px;
  border:  1px solid #27ae60;
  border-radius: 19px;
  cursor: pointer;
}

.button-3:hover {
  background-color: #27ae60;
  color: #e8e8e8;
}

.button-4 {
  background-color: #f1c40f;
  color: #fff;
  padding: 14px  24px;
  border-radius:  43px;
  cursor: pointer;
}

.button-4:hover {
  background-color: #d4ac0d;
  color: #e8e8e8;
}

.button-5 {
  background-color: #34495e;
  color: #fff;
  padding: 13px 20px;
  border-bottom: 1px solid #2c3e50;
  border-radius: 0;
  cursor: pointer;
}

.button-5:hover {
  background-color: #2c3e50;
  color: #e8e8e8;
}

@media (max-width: 991px) {
  .wrapper-block{
    flex-direction: column-reverse;
  }

  .wrapper{
    gap: 37px;
    flex-direction: column-reverse;
  }

  .sidebar{
    position: relative;
  }

  .popular-articl-card{
    flex-direction: row-reverse;
  }

  .footer-politic{
    justify-content: center;
  }

  .footer{
    flex-direction: column;
  }

  .contacts-block{
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .blog-card-content{
    flex-direction: column-reverse;
  }

  .gallery-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .picture-art-img{
    width: 100%;
    margin: 0 0 37px 0;
  }

  .art-other{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .art-other-tag{
    flex-wrap: wrap;
  }
}

@media (max-width: 575px){
  .blog-card-title h3{
    padding: 10px 13px !important;
  }
  .layout-container {
    padding-left: 0;
    padding-right: 0;
  }

 

  .header-nav{
    flex-direction: column;
    align-items: stretch;
  }
  .submenu {
    left: -60px;
  }
  .whatsapp-button{
    display: none;
  }

  .contacts-card-whatsapp{
    display: block;
  }

  .submenu{
    width: 200px;
  }

  .gallery-box{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-page{
    padding: 13px;
    gap: 13px;
  }

  .contacts-block{
    gap: 13px;
  }
  .submenu-a {
    padding: 7px;
  }
}

@media (max-width: 425px){
  .popular-articl-card{
    flex-direction: column;
  }

  .other-video{
    border: 1px solid #e3e3e3;
    flex-direction: row;
    position: relative !important;
    flex-wrap: wrap;
    background-color: #f5f5f5;
  }

  .wrapper-content{
    border: 1px solid #e3e3e3;
    position: relative !important;
    background-color: #f5f5f5;
  }

  .wrapper-box img{
    animation: none;
  }
}