@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

*{
  box-sizing: border-box;
}
body{
   direction: initial;
    font-family: 'News Cycle', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}
:root {
  --color-1: #7ba4d5;
  --color-2: #043453;
  --color-3: #a4caff;

  --bg-1: #0077ff;
  --bg-2: #05ced5;
  --bg-3: #0d3f7e;

  --white: #ffffff;
  --black: #000000;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  cursor: pointer;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}
.col {
  display: flex;
  flex-direction: column;
}
.col-2 {
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.otstyp {
  padding: 59px 0;
}
.title-main {
  font-family: 'Zen Tokyo Zoo', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px);
  text-align: center;
}
.bg {
  background-color: var(--bg-1);
}
.container{
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

header {
  min-height: 50vh;
  background-color: var(--black);
  margin: 0px;
}
.side {
  display: grid;
  min-height: 50vh;
  overflow: hidden;
  place-items: center;
  position: absolute;
  width: 100%;
}

.side .title {
  font-size: 45px;
  font-weight: 700;
  margin: 0px 10vw;
  width: 80vw;
}

.side .fancy {
  font-size: 0.8em;
  line-height: 0.6em;
}

#left-side {
  background-color: var(--black);
  width: 60%;
  z-index: 2;
}

#left-side .title {  
  text-align: center;
  color: white;  
}

#left-side .fancy {
  color: var(--bg-1);
}

#right-side {
  background-color: var(--color-1);
}

#right-side .title {
  color: var(--black);
}

#right-side .fancy {
  color: var(--white);
}

.logo-hed {
  height: 150px;
  object-fit: contain;
  width: 100%;
  margin: 20px 0;
}




.menu-toggle {
  z-index: 3;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.menu-toggle.on .one {
  transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.on .two {
  opacity: 0;
}

.menu-toggle.on .three {
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: white;
  margin: 6px auto;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}

nav ul {
  background-color: var(--bg-1);
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}

nav ul.hidden {
  display: none;
}

nav ul a {
  transition-duration: 0.4s;
  text-decoration: none;
  color: white;
  font-size: 3em;
  line-height: 1.5;
  width: 100%;
  display: block;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}






.about {
  background-image: url(artisticstorage/bg/bg-dark-06908cdeaca966.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-text {
  color: var(--white);
  padding: 25px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.63);
  border-radius: 0px;
}
.about-img {
  gap: 28px;
  display: flex;
    flex-direction: column;
    align-items: center;
  flex: 1;
}
.about-img img {
  height: 400px;
  object-fit: contain;
  width: 100%;
  animation: rotate 4s linear infinite;
}



.benif {
  background-color: var(--color-1);
}


.benif-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(artisticstorage/bg/opacity_bg-06908cdeacaa00.png);
  height: 100%;
  width: 100%;
}


.benif-gol {
  gap: 25px;
}
.benif-titl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  gap:  14px;
  color: var(--white);
}
.benif-titl h2 {
  width: 100%;
}
.benif-titl img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}
.benif-box {
  display: flex;
  gap: 18px;
}
.benif-box-2 {
  flex-direction: row-reverse;
}
.benif-box img {
  flex: 1;
  height: 150px;
  width: 100%;
  object-fit: contain;
  animation: rotate 4s linear infinite;
}
.benif-box div {
  border-radius: 0px;
  border: 2px solid var(--bg-1);
  flex: 2;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 18px;
}


.kard-gol-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(artisticstorage/bg/opacity_bg-16908cdeacaa17.png);
  height: 100%;
  width: 100%;
}
.kard-titl {
  margin: 25px 0;
}
.rows{
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 .rows .card-column {
  flex: 0 0 auto;
  width: 33.33333333%;
  text-align: center;
  max-width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}
.card-details {
  width: 90%;
  margin: auto;
  position: relative;
  transition: .2s ease-in-out;
}

.card-icons {
  width: 100%;
  object-fit: contain;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icons img{
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease; 
}
.card-column:hover img {
  transform: scale(1.1);
}
.card-details h3{
  margin-bottom: 18px;
  font-family: 'Zen Tokyo Zoo', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}
.card-details h3 a{
color: var(--color-1);
text-decoration: none;
}
.card-details:hover h3 a{
  color: #000;
 
  }
.card-details p{
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 28px;
  -webkit-line-clamp: 3;
	line-clamp: 3,;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.read-more-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 100%;
  margin: auto;
  background: #fff;
  transform: translateX(-14px);
  opacity: 0;
  visibility: hidden;
  border-color: var(--color-1);
  transition: .2s ease-in-out;
  text-decoration: none;
}
.read-more-btn i{
  color: #000;
  font-size: 12px;
}
.card-details:hover .read-more-btn{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

 
@media (max-width: 992px) {
.rows .card-column {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 40px;
}
}
 
@media (max-width: 767px) {
.rows .card-column {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
.card-details{
  width: 100%;
}
.read-more-btn{
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
}


 
.gallery-container {
  width: 100%;
}

.columnss {
  width: 50%;
  float: left;
  padding: 4%;
  box-sizing: border-box;
}

.column-right {
  padding-top: 100px;
}

.item {
  width: 92%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  cursor: pointer;
  margin-bottom: 60px;
}

.border-overlay {
  background-color: rgba(0, 0, 0, 1);
  margin-top: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 1px solid #fff;
  opacity: 0.5;
  left: -6px;
  top: -6px;
}

.item h1 {
  position: relative;
  padding: 280px 0px 0 14px;
  width: 90%;
  transform: translate3d(20%, 0px, 0px);  
  font-family: 'Zen Tokyo Zoo', sans-serif;
}
.item:hover h1 {
  color: var(--color-1);
  filter: drop-shadow(2px 2px 14px #fff)
}
.item > img {
  margin-top: 50px;
  object-fit: cover;
  height: 250px;
  width: 90%;
  position: absolute;
  top: -6%;
  left: -6%;
}


@media screen and (max-width: 767px) {
  .columnss {
    width: 100%;
  }
  
  .column-right {
    padding-top: 0px;
  }
  
}






.grid-container {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: auto auto auto;
}

.grid-item {
  padding: 20px;
}

.filter-image {
  width: 100%;
  text-align: center;
	height: 30vh;
	object-fit: cover;
	background: white;
	padding: 14px 14px 35px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	transition: all 0.14s linear;
	z-index: 0;
	position: relative;
	transform: rotate(4deg);
}

.photo1, .photo2 {
	padding: 1rem;
	filter: drop-shadow(0 2px 2px darkgrey);
	display: inline-block;
}

.photo1 {
	filter: url(#crumple-effect-1);
}

.photo2 {
	filter: url(#crumple-effect-2);
}

.photo3 {
	filter: url(#crumple-effect-3);
}


.photo1:hover, .photo2:hover, .photo3:hover {
	filter: sepia(50%);
	transform: rotate(-6deg);
}















.tabl {
  background-image: url(artisticstorage/bg/bg-dark-16908cdeaca984.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tabl-gol {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 25px;
  border-radius: 0px;
}

.tabl-titl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  gap:  14px;
  color: var(--white);
}
.tabl-titl h2 {
  width: 100%;
}
.tabl-titl img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}


.album-image {
	display: block;
	height: 15rem;
	background: #fff center center no-repeat;
	background-size: cover;
}

.album-image > img {
	display: block;
	width: 100%;
	opacity: 0;
}

.album-image.is-loaded {
	filter: none;
	transition: filter 1s;
}


.album-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.album-card {
	display: inline-block;
	width: 90%;
	max-width: 20rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.album-card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.album-description {
  background-color: var(--color-1);;
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}

.album-description > h2 {
	margin: 0 0 0.5em;
}

.album-description img {
	height: 60px;
  width: 100%;
  object-fit: contain;
}












.video-background {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}


.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; 
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.63); 
  border-radius: 0px;
}


.overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.overlay p {
  font-size: 1.2rem;
}




.galery-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(artisticstorage/bg/opacity_bg-26908cdeacaa2e.png);
  height: 100%;
  width: 100%;
}





.forma {
  background-image: url(artisticstorage/bg/bg-dark-26908cdeaca99f.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.forma-gol {
  flex: 2;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 18px;
  border-radius: 0px;
}

.forma-blok img {
  flex: 1;
  height: 150px;
  width: 100%;
  object-fit: contain;
  animation: rotate 4s linear infinite;
}

.input-control__row_group {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  color: white;
  margin-bottom: 28px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  
}
 .textarea-control__row_group {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  color: white;
  margin-bottom: 21px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.input-control__row_group::placeholder {
  color: var(--white);
}
.textarea-control__row_group::placeholder {
  color: var(--white);
}

.checkbox-box{   
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.checkbox-box1 {
  word-break: break-all;
  margin: 14px 0;
  display: flex;
  gap: 14px;
}
.checkbox-box1 a {
  color: var(--white);
}



.footer {
  background-color: var(--color-1);
}

.footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(artisticstorage/bg/opacity_bg-36908cdeacaa44.png);
  height: 100%;
  width: 100%;
}


.disclaim {
  border-radius: 0px;
  border: 2px solid var(--bg-1);
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 18px;
  gap: 18px;
}
.disclaim-text {
  font-size: 18px;
  text-align: center;
  padding-bottom: 22px;
}

.footer-dop {
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px 0;
}
.footer-dop a {
  font-size: 18px;
  text-align: center;
  color: var(--white);
}
.footer-dop a:hover {
  color: var(--bg-1);
}
.footer-info {
  border-top: 1px solid;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--white);
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-info a {
  color: var(--white);
}
.footer-info a:hover {
  color: var(--bg-1);
}
.checkbox-box1 a:hover {
  color: var(--bg-1);
}


.about-us-titl {
  color: var(--white);
}
.stat-gol {
  flex: 1;
  justify-content: space-around;
  gap: 18px;;
}

.stat-box {
  width: 100%;
  flex: 1;
  gap: 28px;
  flex-direction: column;
  font-family: 'Zen Tokyo Zoo', sans-serif;
  border-radius: 0px;
  border: 2px solid var(--color-1);
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 18px;
  font-size: 25px;
}
.stat-box-text {
  text-align: center;
}


.priv-gol {
  word-break: break-all;
  color: var(--white);
}



.forma-kont-gol {
  min-width: 450px;
}
.forma-kont {
  display: flex;
  flex-direction: column;
}
.input-new{
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  color: white;
  margin-bottom: 28px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.input-new::placeholder {
  color: var(--white);
}
.box-kont {
  font-size: 20px;
  min-height: 250px;
  justify-content: space-around;
}
.box-kont .stat-box-text  {
  font-size: 25px;
  text-align: center;
}
.stat-box-cisl {
  text-align: center;
}
.box-kont a {
  word-break: break-all;
  color: var(--white);
}
.box-kont a:hover {
  color: var(--bg-1);
}



.titl-page {
  color: var(--white);
}
.page-frame {
  margin: 25px 0;
}
.page-frame iframe {
    height: 100vh;
    width: 100%;
}

.page-cont {
  overflow: hidden;
  position: relative;
  color: var(--white);
}

.page-cont-img {
  float: right;
  width: 40%;
  margin: 40px;
  margin-top: 0;
  margin-right: 0;
}


.page-cont-text ul {
  list-style: inside;
}



.btn-1 {
  position: relative;
  padding: 14px 25px;
  border-radius: 7px;
  border: 1px solid var(--bg-1);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-1:hover {
  background:var(--bg-1);
  box-shadow: 0 0 28px 4px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-1:hover::before {
  -webkit-animation: sh02 0.4s 0s linear;
  -moz-animation: sh02 0.4s 0s linear;
  animation: sh02 0.4s 0s linear;
}

.btn-1::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 28px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.btn-1:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.btn-2 {
  appearance: none;
  background-color: transparent;
  border: 0.125em solid var(--bg-1);
  border-radius: 0.9375em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  min-height: 3.75em;
  min-width: 0;
  outline: none;
  padding: 1em 2.3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  color: var(--bg-1);
 }

 .btn-2:hover {
  color: #fff;
  background-color: var(--bg-1);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 18px;
  transform: translateY(-2px);
 }
 
 .btn-2:active {
  box-shadow: none;
  transform: translateY(0);
 }

 .btn-3 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 18px 34px;
  border: 2px solid var(--bg-1);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1);
  color: var(--bg-1);
  text-decoration: none;
  transition: 0.2s ease all;
  z-index: 1;
}

.btn-3:before {
  transition: 0.4s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--bg-1);
  z-index: -1;
}

.btn-3:hover, .btn-3:focus {
  color: white;
}

.btn-3:hover:before, .btn-3:focus:before {
  transition: 0.4s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-3:active {
  transform: scale(0.9);
}

.btn-4 {
  display: inline-block;
  padding: 18px 34px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border: 2px solid var(--bg-1);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 
 .btn-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:var(--bg-1);
  transform: translateX(-100%);
  transition: all .2s;
  z-index: -1;
 }
 
 .btn-4:hover::before {
  transform: translateX(0);
 }

 .btn-5 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 18px 34px;
  border: 2px solid var(--bg-1);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1);
  color: var(--bg-1);
  text-decoration: none;
  transition: 0.2s ease all;
  z-index: 1;
}

.btn-5:before {
  transition: 0.4s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--bg-1);
  z-index: -1;
}

.btn-5:hover, .btn-5:focus {
  color: var(--white) !important;
}

.btn-5:hover:before, .btn-5:focus:before {
  transition: 0.4s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-5:active {
  transform: scale(0.9);
}



.rand-1 {
  display: none;
}
.rand-2 {
  display: none;
}

@keyframes rotate{
  0%{
    transform: rotate(355deg);
  }
  25%{
    transform: rotate(360deg);
  }
  50%{
    transform: rotate(355deg);
  }
  100%{
    transform: rotate(360deg);
  }
 }

@media (max-width: 991px) {
  .item {
    flex: 1;
    filter: grayscale(0) saturate(1.3) blur(0px);
  }
  .gallery-wrap {
    flex-direction: column;
  }
  nav ul a {
    font-size: 2em;
  }
}

@media(max-width: 767px) {
  .row {
    flex-direction: column;
  }
  .grid-container {
    display: flex;
    flex-direction: column;
  }
  .benif-box {
    flex-direction: column;
  }
  .benif-box img {
    flex: none;
  }
  .tabl-gol {
    padding: 10px;
  }
  .forma-blok img {
    display: none;
  }
}
@media(max-width: 575px) {
  .album-card {
    padding: 18px 0;
    margin: 0;
  }
  .page-cont-img{
    width: 100%;
    margin: 0 0 40px 0;
  }
  nav ul a {
    font-size: 20px;
  }
  .tabl-titl img {
    display: none;
  }
  .benif-titl img {
    display: none;
  }
  .item h1 {
    padding: 320px 0px 0 10px;
    transform: none;
  }
  .item > img {
    top: 0;
    left: 0;
    width: 96%;
  }
  .forma-kont-gol {
    min-width: 100%;
  }
  .logo-hed {
    height: 80px;
  }
  #left-side .title {
    font-size: 25px;
  }
  .galery-bg svg {
    width: 250px;
  }
}

.categorDoppage{
  width: 100%; 
  overflow: hidden;
}

.stat-boxDopFlex{
  flex: 2;
}