

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
    --color1: #FDEA6E; 
    --color2: #0aa8e6;
    --color3: #111;
    --color4: #a5a5a5;
    --white: #fff;

    --bg1: rgb(55 60 12 / 92%);;

    --bg2: #7F7F80;

    --bg3: #e69a0a;

    --rgb1:  rgb(78 112 70 / 50%);
    --rgb2:  rgb(230 164 10 / 30%);

    --disc1: #821da1;
  }


  
body{
    direction: ltr;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    line-height: 1.4;
    direction: ltr !important;
}



img{
  max-width: 100%;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

li, p{
padding: 10px 0;
}

a {
  text-decoration: none;
}


.container{
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.dlyVs{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.dlyVs h5{
  font-size: clamp(22px,5vw,35px);
  line-height: 40px;
  font-weight: 700;
  color: var(--white);
  margin-top: -10px;
  margin-bottom: 16px;
  text-transform: capitalize;
}





.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: rgba(255, 255, 255, .1);
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  z-index: 100;
}

.header::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  transition: .5s;
}

.header:hover::before{
  left: 100%;
}

.header .logo{
  display: flex;
  align-items: center;
  gap: 10px;
  animation: swt 4s cubic-bezier(0.4, 0, 1, 1) infinite;
}


.logo img{
  width: 45px;
  height: 45px;
}

 .logo h2{
  font-size: clamp(17px,2.5vw,18px);
  font-weight: 800;
  color: var(--white);
  transition: .5s ease-in-out;
}


 .logo h2:hover {
  transition: .5s;
  color: var(--color2);
}

.navbar a{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-left: 45px;
  transition: .3s;
}

.navbar a:hover{
  color: var(--color2);
  filter: drop-shadow(0px 0px 10px var(--color2));
  -webkit-filter: drop-shadow(0px 0px 10px var(--color2));
}

#menu-icon{
  font-size: 36px;
  color: #fff;
  display: none;
}



.pirH{
  padding: 99px 50px;
  background: url(mediamansion/tennis.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pirH:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}


.pirH-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 99px 0;
  text-align: left;
}

.pirH-main h2{
  color: var(--color2);
  font-size: clamp(18px, 5vw, 35px);
  text-shadow: #2a1f24 3px 2px 5px;
  animation: swt 4s cubic-bezier(0.4, 0, 1, 1) infinite;
  text-transform: uppercase;
  padding: 20px 0;
}

@keyframes swt{
  0%{
    filter: drop-shadow(2px 4px 6px var(--color2));
  }
  50%{
    filter: drop-shadow(0px 0px 0px var(--color2));
  }
  100%{
    filter: drop-shadow(2px 4px 6px var(--color2));
  }
}


.pirH-main h4{
  font-size: clamp(22px, 5vw, 40px);
  text-shadow: #2a1f24 3px 2px 5px;
  color: var(--white);
}

.pirH-btn{
  padding-top: 20px;
}


.pir-bnf{
  padding:  50px 11px;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}

.pir-bnf-main{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pir-bnf-block{
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 20px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pir-bnf-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb2);
  filter: drop-shadow(2px 4px 6px var(--bg1));
  z-index: -1;
}

.pir-bnf-block:nth-child(1){
  background-image: url(/mediamansion/tennis\ game.png);
}

.pir-bnf-block:nth-child(2){
  background-image: url(mediamansion/soccer\ goal.png);
}

.pir-bnf-block:nth-child(3){
  background-image: url(mediamansion/soccer\ field.png);
}

.pir-bnf-block:nth-child(4){
  background-image: url(mediamansion/tennis.png);
}

.pir-bnf-block p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
  padding: 15px 0;
}

.pir-ons{
  padding:  50px 16px;
}

.pir-ons-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.pir-ons-block1,.pir-ons-block-two{
  flex: 1;
  margin: 16px;
}

.pir-ons-block1 p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
}

.pir-ons-block1 .pir-ons-btn{
  padding-top: 15px;
}

.pir-ons-block-two img{
  width: 100%;
  object-fit: contain;
  height: 327px;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}


.pir-games-main-first{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pir-games-main-firstSevar{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

 .pir-games-block {
	position: relative;
	width: 100%;
	height: 508px;
	border-radius: 0px; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}




 .pir-games-block .pir-games-inner {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
  text-align: center;
  align-items: center;
	transition: 0.5s;
  padding:10px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
}

 .pir-games-block:hover .pir-games-inner {
	transform: translateY(-50px);
	box-shadow: 0 10 px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}

.pir-games .pir-games-main-title h3{
  font-size: clamp(17px, 2.5vw, 19px);
  color: var(--color2);
  font-weight: 800;
  transition: .5s;
  text-transform: uppercase;
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
}

.pir-games .pir-games-main-title h3:hover{
  color: var(--white);
}


.pir-games-content p {
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
}


.pir-games-main-second{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pir-games-main-second-block{
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 10px 0px var(--bg3);
  border-radius: 3px;
}

.rws:nth-child(2n){
  flex-direction: row-reverse;
}


.pir-games-main-second-image{
  width: 30%;
  height: 327px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.pir-games-main-second-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.pir-games-main-second-content{
  width: 70%;
  padding: 20px;
  color: #1d1a01d6;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--bg3);
  border-radius: 3px; 
  

}
 
.pir-games-main-second-content a h4{
  font-size: clamp(17px, 2.5vw, 19px);
  color: var(--color2);
  font-weight: 800;
  transition: .5s;
  text-transform: uppercase;
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
}

.pir-games-main-second-content a h4:hover{
  color: var(--white);
}


.pir-games-main-second-content p{ 
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
}

.pir-games-bgtnB{
  padding-top: 20px;
}

.pir-gale {
  padding:  50px 16px;
  width: 100%;
}

.pir-gale-inner{
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}

.pir-gale-main-img img{
  width: 100%;
  object-fit: cover;
  height: 508px;
}
.pir-gale-imgs img {
  width: 100%;
  object-fit: cover;
  height: 239px;
}
.pir-gale-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  cursor: pointer;
}
@keyframes fadeIn {
  to {
      opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

.pir-faq{
  padding:  50px 16px;
}

.pir-faq-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.pir-faq-wrapper-img, .pir-faq-wrapper{
  flex: 1;
  margin: 16px;
}



.pir-faq-block {
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  color: var(--color2);
  border-radius: 0px;
  box-shadow: 0 5px 10px 0 #e69a0a;
  margin: 20px 0;
}

.question {
  font-size: clamp(17px, 2.5vw, 19px);
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
}


.pir-faq-wrapper-img img{
  width: 100%;
  object-fit: cover;
  height: 508px;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}



.pir-ste{
  padding:50px 16px;
}

.pir-ste-main {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.pir-ste-main .pir-ste-block {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 25px;
  border-radius: 0px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}

.pir-ste-main .pir-ste-block h4{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
}

.pir-ste-icon{
  bottom: 0;
  font-size: 23px;
  border-radius: 60px 60px 0 0;
  width: 60px;
  height: 100px;
  left: 50%;
  box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.7), 0em 0.05em rgba(255, 255, 255, 0);
  font-weight: 800;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}

.pir-ste-icon img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}


.pir-frms{
  padding:50px 16px;
}


.pir-frms-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.pir-frms-block, .pir-frms-img{
  flex: 1;
  margin: 16px;
}

.pir-frms-block-fields label{
  color: var(--white);
}

.pir-frms-block-fields .input-group_panel--control{
  background-color: transparent;
  padding: 20px 25px;
  margin: 10px 0;
  border: none;
  color: var(--white);
  border-radius: 0px;
  font-size: 17px;
  width: 100%;
  outline: none;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}


.pir-frms-block-fields .input-group_panel--control::placeholder, .pir-frms-block-fields .textarea-group_panel--control::placeholder{
  color: var(--white);
}


.pir-frms-block-fields  .textarea-group_panel--control{
  background-color: transparent;
  padding: 20px 25px;
  margin: 10px 0;
  border: none;
  color: var(--white);
  border-radius: 0px;
  font-size: 17px;
  width: 100%;
  outline: none;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}


.pir-frms-block-check{
  display: flex;
  gap: 10px;
  padding-top: 7px;
  color: var(--white);
}

.pir-frms-block-check a{
  text-decoration: underline;
  color: var(--bg3);
}

.pir-frms-block-btn{
  display: inline-block;
  padding: 15px 0;
}

.pir-frms-block-btn button{
  border: none;
}

.pir-frms-img img{
  width: 100%;
  object-fit: contain;
  height: 327px;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}


.pir-foots{
  padding:  23px 16px;
  background: var(--color2);
}

.pir-foots-d{
  background: var(--disc1);
  padding: 20px;
  margin: 15px 0 0 0;
  border-radius: 0px;
  animation: disc 4s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@keyframes disc{
  0%{
    filter: drop-shadow(2px 4px 20px var(--disc1));
  }
  50%{
    filter: drop-shadow(0px 0px 0px var(--disc1));
  }
  100%{
    filter: drop-shadow(2px 4px 20px var(--disc1));
  }
}

.pir-foots-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pir-foots-text div{
  font-size: clamp(15px, 2.5vw, 16px);
  color: var(--white);
  font-weight: 400;
}

.pir-foots-img img{
  width: 80px;
  height: 80px;
}

.pir-foots-main{
  padding: 40px 0;
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 2px solid var(--white);
}

.pir-foots-logo{
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.pir-foots-logo a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pir-foots-logo a img{
  width: 124px;
  height: 97px;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}

.pir-foots-logo a h2{
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 800;
  color: var(--white);
  transition: .5s ease-in-out;
}

.pir-foots-logo a h2:hover{
  color: var(--bg3);
}

.pir-foots-links{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.pir-foots-links a{
  font-size: clamp(15px, 2.5vw, 17px);
  text-decoration: none;
  color: var(--white);
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .5s ease-in-out;
}

.pir-foots-links a:hover{
  color: var(--bg3);
}

.pir-rs{
  text-align: left;
  padding: 10px 0;
}

.pir-rs-text{
  display: flex;
  gap: 7px;
}

.pir-rs-text span{
  font-size: clamp(15px, 2.5vw, 16px);
  font-weight: 600 !important;
  color: var(--white) !important;
}

.pir-rs-text h2{
  font-size: clamp(15px, 2.5vw, 16px);
  font-weight: 800;
  color: var(--bg3) !important;
}


.pir-games-page{
  padding:  50px 16px;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}


.pir-about-us-page{
  padding:  50px 16px;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}

.pir-about-us-page-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.pir-about-us-page-block,.pir-about-us-page-image{
  flex: 1;
  margin: 16px;
}

.pir-about-us-page-block p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 500;
  text-shadow: #2a1f24 3px 2px 5px;
}

.pir-about-us-page-image img{
  width: 100%;
  object-fit: contain;
  height: 327px;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}


.pir-otdelka{
  padding:  50px 16px;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}


.pir-otdelka-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  gap: 49px;
  padding: 53px 0;
}

.pir-otdelka-main-inner{
  padding: 30px;
  border-radius: 0px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}

.pir-otdelka-main-inner img{
  position: relative;
  z-index: 2;
  border-radius: 15px;
  width: 40%;
  margin: 49px;
  filter: drop-shadow(2px 4px 6px var(--bg3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--bg3));
}

.pir-otdelka-content {
  color: var(--white);
  font-size: clamp(15px,2.5vw,16px);
}

.pir-otdelka-fram {
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}

.pir-otdelka-fram iframe{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 508px;
}


.pir-contact-page{
  padding:  50px 16px;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}


.pir-contact-page-main{
  display: flex;
  flex-direction: row;
}

.pir-contact-page-form,.pir-contact-page-adres-main{
  flex: 1;
  width: 100%;
  margin: 16px;
}

.pir-contact-page-field label{
  color: var(--white);
}

.pir-contact-page-field input{
  background-color: transparent;
  padding: 20px 25px;
  margin: 10px 0;
  border: none;
  color: var(--white);
  border-radius: 0px;
  font-size: 17px;
  width: 100%;
  outline: none;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}


.pir-contact-page-field input::placeholder, .pir-contact-page-field textarea::placeholder{
  color: var(--white);
}


.pir-contact-page-field  textarea{
  background-color: transparent;
  padding: 20px 25px;
  margin: 10px 0;
  border: none;
  color: var(--white);
  border-radius: 0px;
  font-size: 17px;
  width: 100%;
  outline: none;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}


.pir-contact-page-check{
  display: flex;
  gap: 10px;
  padding-top: 7px;
  color: var(--white);
}

.pir-contact-page-check a{
  text-decoration: underline;
  color: var(--bg3);
}

.pir-contact-page-btn{
  display: inline-block;
  padding: 15px 0;
}

.pir-contact-page-btn button{
  border: none;
}


.pir-contact-page-adress{
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  margin: 10px;
  border-radius: 0px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  box-shadow: 0 5px 10px 0 var(--bg3);
}


.pir-contact-page-adres-colum{
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.pir-contact-page-adress svg{
  fill: var(--bg3);
  width: 25pxpx;
  height: 25pxpx;
}

.pir-contact-page-adres-content div, .pir-contact-page-adres-content a{
  font-size: clamp(15px, 2.5vw, 16px);
  color: var(--white);
  transition: .5s;
}

.pir-contact-page-adres-content a:hover{
  color: var(--bg3);
}

.pir-contact-video{
  padding: 40px 0 20px 0;
}

.pir-contact-video video {
  width: 100%;
  height: 508px;
  object-fit: cover;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.pir-nasha-politica{
  padding: 76px 76px;
  color: var(--white);
  overflow: hidden;
  position: relative;
  background: radial-gradient(farthest-side at -33.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%) 0 calc(204px / 2), radial-gradient(farthest-side at 50% 133.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%) calc(204px / 2) 0, radial-gradient(farthest-side at 133.33% 50%, #0000 35%, var(--color2) 54% 57%, #0000 59%), radial-gradient(farthest-side at 50% -22.33%, #0000 35%, var(--color2) 54% 57%, #0000 59%), #2a1f24;
}

.pir-nasha-politica .container{
    position: relative;
    z-index: 1;
}

.pir-nasha-politica-main{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pir-nasha-politica h1.pir-nasha-politica-title{
  margin-bottom: 50px;
  font-size: clamp(24px, 2.5vw, 30px);
  position:relative;
  display: inline-block;
  font-weight: 800;
  color: var(--white);
}

.pir-nasha-politica h1,h2,h3{
    font-size: 19px;
    font-weight: 800;
    color: var(--white);
}

.pir-nasha-politica  a{
    text-decoration: underline;
    color: var(--white) !important;
    word-break: break-all;
}

.pir-nasha-politica ol li {
    color: var(--white) !important;
}

.pir-nasha-politica ul{
    list-style: disc !important;
    text-align: left;
    margin: 11px;
}



.button-1 {
  width: fit-content;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding: 8px 20px;
	background: var(--bg3);
	font-size: 1em;
	font-weight: 300;
	border-radius: 20px;
	color: #fbeff5;
	text-decoration: none;
	font-weight: 400;
  box-shadow: 0 10px 20px var(--bg3);
  transition: .5s ease-in-out, border .5s ease-in-out;
}
 .button-1:hover{
  background: var(--color2);
  border: 2px solid var(--bg3);
}

.button-2 {
  width: fit-content;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position:relative;
  overflow:hidden;
  background: linear-gradient(to right, var(--color2),  var(--bg3));
  color: var(--white);
  transition: .5s;
  border-radius: 0px;
}

.button-2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--white);
  left: 0;
  bottom: 0;
  transition: all .3s;
  opacity: 0.3;
}

.button-2:hover:before {
  width: 100%;
  background: linear-gradient(to right, var(--bg3), var(--bg3));
  border-radius: 0px;
}

.button-3 {
  width: fit-content;
  font-size:16px;
  padding: 15px 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--white);
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #2B1F31;
  background-image: linear-gradient(45deg, var(--bg3) 0%,  var(--color2) 100%);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: .5s;
}

.button-3:hover {
  background-position: right center;
  color: var(--white);
  text-decoration: none;
}

.button-4 {
  width: fit-content;
  background: var(--bg3);
  border: 2px solid var(--color2);
  padding: 10px;
  color: var(--white);
  transition: .5s;
  font-size: 17px;
  border-radius: 0px;
}

.button-4:hover, .button-4:focus {
  border-color: var(--color2);
  color: var(--white);
  border: 2px solid var(--bg3);
  box-shadow: 
  inset -30px 0 0 0 var(--color2);
  /* inset -30px 0 0 0 var(--color2);  */
}

.button-5 {
  width: fit-content;
  background: var(--bg3);
  border: 2px solid var(--color2);
  padding: 10px;
  color: var(--white);
  transition: .5s;
  font-size: 17px;
}

.button-5:hover, .button-5:focus {
  border-color: var(--color2);
  color: var(--white);
  border: 2px solid var(--bg3);
  box-shadow: inset 300px 0 0 0 var(--color2);

}

@media (max-width: 992px){
  .header{
      padding: 1.25rem 4%;
  }
      #menu-icon{
        display: block;
    }

    .navbar{
      position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0.5rem 4%;
        display: none;
        background: var(--bg1);
        z-index: 9;
    }

    .navbar.active{
        display: block;
    }

    .navbar a{
        display: block;
        margin: 1.5rem 0;
    }

    .pir-bnf-main{
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .pir-games-main-first, .pir-games-main-firstSevar{
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .pir-ons-main{
      flex-direction: column !important;
    }

    .pir-games-main-second-block{
      flex-direction: column !important;
    }
    
    .pir-games-main-second-image, .pir-games-main-second-content{
      width: 100% !important;
    }

    .pir-faq-main{
      flex-direction: column !important;
    }

    .pir-ste-main {
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .pir-frms-main{
      flex-direction: column !important;
    }

    .pir-about-us-page-main{
      flex-direction: column !important;
    }

    .pir-contact-page-main{
      flex-direction: column !important;
    }

}

@media (max-width: 768px){
  .pir-bnf-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .pir-games-main-first, .pir-games-main-firstSevar{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .pir-gale-imgs {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .pir-ste-main {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .pir-otdelka-main-inner img{
    width: 100%;
    margin: 0;
    margin-bottom:  28px;
    height: auto;
  }
}

@media (max-width: 600px){
      .pir-nasha-politica{
        padding: 50px 50px;
    }
   
}

@media (max-width: 575px){
          
    button{
        width: 100%;
    }
    
    .pir-games-main-second-image{
      height: auto;
    }

    .pir-faq-wrapper-img img{
      height: auto;
    }

    .pir-about-us-page-block img{
      height: auto;
    }

    .pir-contact-video video{
      height: auto;
    }

    .pir-ons-block-two img{
      height: auto;
    }

    .pir-frms-img img{
      height: auto;
    }

    .pir-about-us-page-image img{
      height: auto;
    }
}

