@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

*{
  box-sizing: border-box;
}

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

body{
  direction: ltr;
  font-family: 'Baloo Bhaijaan 2', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

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

p, li{
  padding:  8px 0;
  line-height: 1.5;
}

li{
  margin: 0 8px;
}

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

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

ul{
  margin: 0;
  padding: 0;
}

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

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

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

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

.page-privacy{
  overflow: hidden;
  word-break: break-all;
  color: #1D2D50;
  overflow: hidden;
  text-align: justify;
  margin: 49px 0;
  width: 100%;
  p{
    text-indent: 3ch;
  }
  h1{
  font-weight: 600;
  text-align: left;
  margin-bottom:  24px;
  }
  h2{
  font-weight:600;
  text-align: left;
  margin-bottom:16px ;
}
}
.policy-block ul li,
.policy-block ol li {
  margin-bottom: 5px;
}
.policy-block ul,
.policy-block ol {
  margin-bottom: 13px;
  padding-left:  18px;
  list-style: inside;
}

.title-politics{
  font-size: clamp(20px, 4vw, 30px);
}

.page-privacy a{
  color: #1D2D50;
}

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

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

.header {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px  13px;
  gap: 16px;
  padding: 8px;
}

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

.logoImg img {
  width: 33px;
}

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

.logoTitle h2 {
  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;
}

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

.topmenu li {
  position: relative;
}

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

.topmenu-link:hover {
  filter: none;
}

.topmenu li:hover .topmenu-link {
  filter: none;
}

.topmenu:hover .topmenu-link {
  filter: blur(2px);
}

.topmenu li:hover .topmenu-link {
  filter: none;
}

.header-content{
  padding-top: 16px;
  display: flex;
  flex-direction: row;
}

.header-content-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
  gap: 16px;
  justify-content: center;
  flex: 2;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.header-content-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(files/images/bg_q700.webp);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.header-content-title h2{
  font-size: clamp(12px, 4vw, 22px);
  text-align: center;
  color: #fff;
  padding: 28px;
}

.news-box{
  flex: 1;
}

.news-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-content-img{
  width: 100%;
  height: 100%;
}

.news-content-img video{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content-title{
  text-align: center;
}

.news-content-title a p{
  transition: 0.3s ease;
  font-size: clamp(12px, 4vw, 18px);
}

.news-content-title a p:hover{
  opacity: 0.5;
}

.news-content-svg{
  border-top: 1px  dotted #1D2D5000033;
  margin-top: 8px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-direction: row;
}

.news-content-watch, .news-content-comm{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.news-content-watch svg, .news-content-comm svg{
  width: 23px;
  height: 23px;
  color: #1D2D50;
}

.news-content-watch p, .news-content-comm p{
  font-size: clamp( 12px, 4vw, 17px);
  color: #1D2D50;
}

.about-us{
  display: flex;
  flex-direction: row;
}

.about-us-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  flex: 2;
  display: flex;
  align-items: center;
}

.about-us-content{
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-us-content h2{
  font-size: clamp(12px, 4vw, 27px);
  color: #1D2D50;
}

.about-us-p{
  font-size: clamp(12px, 4vw, 18px);
  color: #1D2D50;
}

.about-us-content p{
  font-size: clamp(12px, 4vw, 18px);
  color: #1D2D50;
}

.about-us-autor{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.about-us-autor svg{
  width: 23px;
  height: 23px;
  color: #1D2D50;
}

.about-us-autor p{
  font-size: clamp(12px, 4vw, 18px);
  color: #1D2D50;
}

.about-us-img {
  flex: 1;
}

.about-us-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catal{
  padding: 49px 0;
}

.catal h2{
  font-size: clamp(12px, 4vw, 22px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.catal-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.catal-card{
  overflow: hidden;
  transition: 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  position: relative;
}

.catal-card img{
  transition: 0.5s ease;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 399px;
}

.catal-card:hover img{
  transform: scale(1.1);
  filter: brightness(0.3);
}

.catal-card-content{
  transition: 0.5s ease;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.catal-card:hover .catal-card-content{
  transform: translate(-50%, 0);
}

.catal-card-content a h5{
  color: #fff;
  transition: 0.5s ease;
  font-size: clamp(12px, 4vw, 22px);
}

.catal-card-content a h5:hover{
  opacity: 0.5;
  color: #fff;
}

.catal-card-content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  opacity: 0.8;
  color: #fff;
}

.newslatter-background{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px ;
  margin: 49px 0;
  padding: 49px 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.newslatter-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(files/images/bg_q701.webp);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.form-subscribe{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
}

.form-subscribe h5{
  font-size: clamp(12px, 4vw, 20px);
  font-weight: bold;
  flex: 1;
  color: #fff;
}

.footer-input{
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 55px;
  background: #FFF;
  border: 1px dotted #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;
}

.readers{
  padding: 49px 0;
}

.readers h2{
  font-size: clamp( 12px, 4vw, 22px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.readers-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.readers-card{
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px  13px;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.readers-card img{
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

.readers-card h5{
  border-bottom: 0.1px solid #1D2D5000033;
  padding-bottom: 8px;
  font-size: clamp(12px, 4vw, 18px);
}

.readers-card p{
  border-radius: 16px;
  background-color: #e2703a;
  color: #fff;
  font-size: clamp(12px, 4vw, 17px);
  padding: 0 8px;
}

.popular-tag{
  display: flex;
  flex-direction: row;
}

.popular-tag-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  flex: 1;
  display: flex;
  align-items: center;
}

.popular-tag-block{
  padding: 28px 0;
}

.popular-tag-block h2{
  font-size: clamp(12px, 4vw, 22px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.popular-tag-content{
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.popular-tag-content p{
  padding: 0 8px;
  background-color: #e2703a;
  color: #fff;
  font-size: clamp(12px, 4vw, 18px);
}

.popular-tag-img{
  flex: 2;
}

.popular-tag-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-block{
  display: flex;
  flex-direction: row;
}

.form-block-img{
  flex: 1;
}

.form-block-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  flex: 2;
}

.osn-form {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
}

.title-container{
  font-size: clamp( 12px, 4vw, 22px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

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

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

.input-container label{
  color: #1D2D50;
}

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

.input-container .input-main_fieldblock {
  border: 1px dotted transparent;
  padding: 13px;
  font-size:  17px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius: 12px;
  transition: all 0.5s;
}

.input-container .textarea-main_fieldblock {
  border: 2px solid transparent;
  padding:13px;
  font-size:  17px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius: 12px;
  transition: all 0.5s;
  resize: vertical;
  min-height: 49px;
  max-height: 132px;
}

.input-container .input-main_fieldblock:hover, .input-container .textarea-main_fieldblock:hover, .input-container .input-main_fieldblock:focus, .input-container .textarea-main_fieldblock:focus{
  border:1px dotted #4A9DEC;
  box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
  background-color: white;
}

.check{
  color: #1D2D50;
}

.check:hover{
  opacity: 0.5;
  color: #1D2D50;
}

.form-check {
  position: relative;
  color: #1D2D50;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 12px 0;
}

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

.submit-form {
  position: relative;
  margin: 0 auto !important;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter:  18px;
  --checkbox-border-radius: 2px;
  --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;
}

.footer-background{
  margin-top: 49px;
  padding: 49px 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.footer-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(files/images/bg_q702.webp);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.footer-information{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 49px;
  flex-direction: column;
}

.menu-footer{
  border-top: 1px dotted #ffffff33;
  padding-top: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 23px;
}

.menu-footer h2{
  font-size: clamp(12px, 4vw, 22px);
  color: #fff;
}

.menu-footer-ul{
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 23px;
  padding: 0;
}

.menu-footer-ul li{
  font-size: clamp(12px, 4vw, 18px);
  padding: 0;
  list-style-type: none;
}

.menu-footer-link{
  transition: 0.3s ease;
  color: #fff;
}

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

.footer-politic{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 23px;
  flex-direction: row;
  justify-content: center;
}

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

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

.footer-bottom{
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top:  1px dotted #ffffff33;
  padding-top: 28px;
}

.footer-bottom p{
  color: #fff;
  text-align: center;
  margin: 0;
}

.art{
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  margin: 49px 0;
  padding: 23px;
}

.titleArt {
  font-size: clamp(12px, 4vw, 20px);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 49px;
}

.picture-art-img {
  transition: 0.5s ease;
  border-radius: 16px;
  float: right;
  width: 39%;
  margin: 49px;
  margin-top: 0;
  margin-right: 0;
}

.picture-art-img:hover{
  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;
}

.art-content {
  font-size: clamp(12px, 4vw, 17px);
}

.art-price {
  color: #e2703a;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: start;
  font-size: 20px;
  margin-top: 49px;
  font-weight: 900;
}

.art-info{
  flex-wrap: wrap;
  border-top: 1px dotted #1D2D5000033;
  margin-top: 23px;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  flex-direction: row;
}

.art-date p{
  padding: 0;
  color: #1D2D50;
  font-weight: 600;
  font-size: clamp(12px, 4vw, 18px);
}

.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;
}

.comments{
  padding: 49px 0;
}

.comments h2{
  font-size: clamp(12px, 4vw, 20px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

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

.comments-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.comments-content{
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  padding: 23px;
  padding-bottom: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column-reverse;
}

.comments-content h5{
  color: #e2703a;
  font-weight: 600;
  font-size: clamp(12px, 4vw, 18px);
}

.comments-content span{
  width: 39%;
  height: 0.1px;
  background-color: #1D2D5000033;
}

.comments-content p{
  opacity: 0.8;
  color: #1D2D50;
  font-size: clamp(12px, 4vw, 18px);
}

.comments-card img{
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px  dotted #fff;
}

.contacts-block{
  padding: 49px 0;
  display: flex;
  gap: 49px;
  justify-content: space-between;
  flex-direction: row;
}

.contacts{
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  background-color: #fff;
  padding: 23px;
  flex: 1;
}
.footer-background .logoTitle-text{
  color: #fff;
}

.contacts-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
}

.contacts-box iframe{
  max-height: 342px;
}

.contacts-card a{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.contacts-card svg{
  width: 16px;
  height: 16px;
  color: #1D2D50;
}

.contacts-card a h5{
  word-break: break-all;
  font-weight: 600;
  color: #1D2D50;
  font-size: 18px;
  transition: 0.3s ease;
}

.contacts-card a h5:hover{
  color: #1D2D50;
  opacity: 0.5;
}

.contacts-card h5{
  font-weight: 600;
  color: #1D2D50;
  font-size: 18px;
}

.kontact-form{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 13px;
  border-radius: 16px;
  padding: 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-kontact-form{
  font-size: clamp(12px, 4vw, 22px);
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #1D2D50;
  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 {
  border: 1px dotted transparent;
  padding: 13px;
  font-size: 17px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius:  12px;
  transition: all 0.5s;
  width: 100%;
}

.input-kontact-form .inputs-kontact{
  outline: none;
  margin: 8px 0;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  border: 1px dotted transparent;
  padding: 13px;
  font-size: 17px;
  line-height: 1.25rem;
  outline: none;
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius: 12px;
  transition: all 0.5s;
  resize: vertical;
  min-height: 49px;
  max-height: 132px;
}

.input-kontact-form .textarea-kontact:focus, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:hover{
  border:  1px dotted #4A9DEC;
  box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
  background-color: white;
}

.input-kontact-form .textarea-kontact{
  outline: none;
  border:1px dotted #f6f6f6;
  margin:8px 0;
}

.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: 12px 18px;
  border-radius: 2px;
  cursor: pointer;
}

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

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

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

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

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

.button-4 {
  background-color: #f1c40f;
  color: #fff;
  padding: 12px 23px;
  border-radius:  50px;
  cursor: pointer;
}

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

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

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

@media (max-width: 991px) {
  .catal-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .form-subscribe{
    flex-direction: column;
  }

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

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

@media (max-width: 767px) {
 .catal-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .catal-card-content{
    transform: translate(-50%, 0);
  }

  .catal-card img{
    transform: scale(1.1);
    filter: brightness(0.3);
  }

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

  .header-content{
    flex-direction: column-reverse;
    gap: 16px;
  }

  .about-us{
    flex-direction: column;
  }

  .header{
    flex-direction: column;
  }

  .popular-tag{
    flex-direction: column-reverse;
  }

  .form-block{
    flex-direction: column;
  }

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

  .comments-box{
    align-items: stretch;
    flex-direction: column-reverse;
  }
}