@charset "UTF-8";

@font-face {
	font-family:im-Regular;
	font-display:block;
	src:url(https://akulabrusa.com/fonts/im-Regular.woff) format('woff');
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:im-Bold;
	font-display:block;
	src:url(https://akulabrusa.com/fonts/im-Bold.woff) format('woff');
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:im-Pu;
	font-display:block;
	src:url(https://akulabrusa.com/fonts/im-Pu.woff) format('woff');
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:im-Light;
	font-display:block;
	src:url(https://akulabrusa.com/fonts/im-Light.woff) format('woff');
	font-weight:300;
	font-style:normal;
}

#footer {padding: 4rem 0;}
#footer .copy {
 margin-top: 1rem;
font-size: 0.875rem;
}
#footer .aff {
 margin-top: 1rem;
font-size: 1.25rem;
}
#footer .foot-text{
 margin-top: 1rem;
font-size: 0.875rem;
}



.fancybox__preloader {
    position: fixed; /* Зафиксированное положение для перекрытия всего экрана */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Высокий z-index для отображения прелоадера сверху */
    display: block; /* Прелоадер всегда отображается */
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Стиль для iframe, чтобы перекрывать прелоадер */
.fancybox__content iframe {
    position: relative;
    z-index: 10000; /* Более высокий z-index, чем у прелоадера */
}
/* Стиль для iframe, чтобы перекрывать прелоадер */
.fancybox__content {
    position: relative;
    z-index: 10000!important; /* Более высокий z-index, чем у прелоадера */
}
body {
	
	text-align: left;
    background: #eef2fa;
    width: 100%;
    min-height: 100vh;
    min-width: 320px !important;
    margin: 0 auto;
    color: #f5deb3;
    overflow-x: hidden;
    max-width: 100%;
}


html {
	font-family: im-Light;
 
}
h1,h2,h3 {
		font-family: im-Pu;
}



.pulse {
	animation: radial-pulse 2s infinite;
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
.pulse-white {
	animation: radial-pulse-white 2s infinite;
}

@keyframes radial-pulse-white {
	0% {
		box-shadow: 0 0 0 0px rgb(255 255 255 / 50%);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

@media screen and (min-width:100px) {
	.logo-head img {
		max-width: 180px;
		max-height: 60px;
	}
}

@media screen and (min-width:600px) {
	.logo-head img {
		max-width: 220px;
		max-height: 70px;
	}
}

@media screen and (min-width:992px) {
	.logo-head img {
		max-width: 300px;
		max-height: 80px;
	}
}

.logo-head {
	width: 100%;
	text-align: center;
}



.modal .mod-yaz {
margin-top: 30px;
    display: flex;
    align-items: center;


}

.modal .modal-but a{
box-shadow: none!important;
margin-top: 30px;
    margin-bottom: 30px;
max-width: 400px;
}


.modal .mod-knop {
        display: flex;
    color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.5rem;
}

.spoiler {
  color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    border-radius: 5px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff42;
    cursor: pointer;
    border-left: 1px solid #ffffff42;
    border-right: 1px solid #ffffff42;
}


.spoiler summary {
     color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    border-radius: 5px;
    font-size: 0.875rem;
	   padding: 10px 20px;border-bottom: 1px solid #ffffff42;
}

.spoiler .sod {

    display: flex;
    align-items: center;
    justify-content: start;
}
.spoiler .sod a{
display: inline-block;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #ffffff42;
}
.spoiler .sod ul {width: 100%;}

.spoiler details div {
  overflow: hidden;
    
}

.spoiler details[open] summary {

    padding-bottom: 10px;background: rgb(0 0 0 / 64%);
}


		
		
	.a-menu	{
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 3px;
    padding-left: 13px;
    background: rgb(0 0 0 / 20%);
}

.pdleft0	{
    
    padding-left: 0px!important;
  
}

	

.btn-menu {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width:992px) {
    .btn-menu {
        opacity: 0.5;
    }
}

@media screen and (min-width:600px) {
    .block-r-game-table {
        width: 100%;
    }
}
@media screen and (max-width:599.9px) {
    .block-l-game-table {
        width: 100%;
    }
}


.logo-head {
    padding-top: 10px;
    padding-bottom: 0px;
}
.logo-pod-head {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
@media screen and (max-width:991.9px) {
    .header {
        border-bottom: 1px solid #400000;
    }

    .hide-logo-desktop {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .hide-logo-mob {
        display: none;
    }
}

.sec-h1 {
    color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    text-align: center;
}

.sec-h1 p {
    max-width: 600px;
    margin: 0 auto;
}

.sec-play .plays {
    width: 100%;
    height: 100%;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.sec-play .play-buttons {
    color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.style-but a {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    text-shadow: none;
    border-radius: 10px;
    display: flex;
	align-items: center;
    justify-content: center;
    font-family: im-Bold;
}

.style-but a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

@media screen and (min-width:100px) {
    .style-but a {
        padding: 10px 15px;
    }

    .sec-play .demo a {
        padding: 5px 10px;
        font-size: 0.875rem;
    }

}

@media screen and (min-width:600px) {
    .style-but a {
        font-size: 1.125rem;
        padding: 15px 35px;
    }

    .sec-play .demo a {
        padding: 7px 10px;
    }

    .sec-play .plays {
        min-height: 400px;
        border: 1px solid #ffffff54;
        box-shadow: 0 0 20px #eeeeee24;
    }
	.back-slot {
    background: url(../img/fon-im.jpg) center / cover no-repeat;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}
}

@media screen and (min-width:992px) {
    .style-but a {
        font-size: 1.25rem;
        padding: 15px 45px;
    }

    .sec-play .demo a {
        padding: 7px 15px;
        font-size: 1rem;
    }

    .sec-play .plays {
        min-height: 600px;
        border: 1px solid #ffffff54;
        box-shadow: 0 0 20px #eeeeee24;
    }
}

.sec-play {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec-play .demo {
    margin-top: 20px;
}

.sec-play .demo a {
    background: rgb(6 12 17 / 80%);
    border-radius: 7px;
    border: 1px solid #ffffff5c;
    color: #cdcdcd;
    display: flex;
    align-items: center;
}





.menu-flag {
    padding: 25px 20px!important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.menu-flag .bi-globe {
    margin-right: 6px;
}

.nopadding {
    padding: 0px;
}

.sec-minimenu ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #d1d1d1;
    list-style: none;
}

.sec-minimenu li {
  
    padding: 10px 20px;
    display: flex;
 align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #000000;
    list-style: none;
    border-radius: 10px;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(230 230 230);
}

.sec-minimenu h2 {
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-shadow: none;
}







.game-stats {
    background: rgb(0 0 0 / 30%);
    border-radius: 5px;
    padding: 0px 25px 10px 25px;
    color: #fff;
}
.game-stats-img  {

	max-width: 800px;
	position: relative;
}
.game-stats-img img {
    border-radius: 5px;
    width: 100%;
	
}

.game-stats h2 {
    border-bottom: 1px solid #370000;
    padding-bottom: 10px;color: #d1d1d1;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}

.game-stats li {
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    margin-top: 0;
    padding: 8px 0 8px 0;
    position: relative;
}

.game-stats .game-stats-last {
    border-bottom: none;
}

.game-stats li span {
    color: #949494;
}

@media screen and (min-width:768px) {
    .leftnax {
        padding-left: 20px;
    }
}

.yellow-1 {
    color: #ffdf2f;
}



.persi {
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff3d;
    padding: 30px 30px;
    color: white;
    background: linear-gradient(to left, rgb(62 119 130), rgb(29 50 77));
}

.persi .persi-r-block h3 {
    padding-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 55%);
}

.persi .persi-block div {
    padding: 10px 30px 10px 0px;    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%);
}

.persi img {
    border-radius: 10px;
    min-width: 165px;
    max-width: 200px;
}

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

.persi .persi-r-block {
    display: flex;
    flex-direction: column;margin-left: 30px;
}

.persi span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width:800px) {
    .persi {
        flex-direction: column;
    }

    .persi img {
        margin-right: 0px;
        margin-bottom: 0px;
    }

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

    .persi .persi-block div {
        padding: 15px 0px 0px 0px;
        width: 100%;
    }
}

.screen-list:after {
    content: "";
    display: block;
    background: linear-gradient(to right, #f6efd200, #ffffff);
    position: absolute;
    height: 100%;
    width: 10%;
    right: 0;
    top: 0px;
}




.video-div {
    position: relative;
    max-width: 800px;
    border-radius: 10px;
    margin: 30px auto;
}

.video-div img {
    width: 100%;
    border: 1px solid #ffffff54;
    box-shadow: 0 0 20px #eeeeee24;
    border-radius: 10px;
}

.video-div a, .video-div span {
    display: block;
}


.video-div svg {
    width: 18%;
    height: 20%;
    position: absolute;
    left: 41%;
    top: 38%;
    border-radius: 24%;
    background: #f90000;
}

.video-div span {
    position: absolute;
    left: 2%;
    top: 3%;
    background: rgb(0 0 0 / 70%);
    padding: 3px 13px 5px 13px;
    font-size: 0.75rem;
    border-radius: 6px;
}

@media screen and (min-width:800px) {


    .video-div {
        margin: 20px 30px 20px 30px;
    }
}	

.foto-div {
    position: relative;
    max-width: 800px;
    border-radius: 10px;
    margin: 30px auto;
}

.foto-div img {
    width: 100%;
    border: 1px solid #ffffff54;
    box-shadow: 0 0 20px #eeeeee24;
    border-radius: 10px;
}

.foto-div a, .foto-div span {
    display: block;
}

.foto-div a:hover {
    opacity: 0.7;
}

.foto-div svg {
    width: 18%;
    height: 20%;
    position: absolute;
    left: 41%;
    top: 38%;
    opacity: 0.3;
}
.foto-div svg:hover {
  
    opacity: 1;
}
.foto-div span {
    position: absolute;
    left: 2%;
    bottom: 5%;
    background: rgb(0 0 0 / 20%);
    padding: 3px 13px 5px 13px;
    font-size: 0.75rem;
    border-radius: 6px;
}

@media screen and (min-width:800px) {


    .foto-div {
        margin: 20px 30px 20px 30px;
    }
}	






 a.video-link {
      padding: 7px 11px 8px 7px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.875rem;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    }


	
	

.table-symbols td {
     border: 1px solid rgb(255 255 255 / 30%);
 margin: 1px;
 padding: 5px 15px;    border-radius: 5px;
    }

.table-symbols table{

    border-collapse: separate;
    box-sizing: border-box;


     width: 100%;
    }


.table-symbols tbody{

 position: relative;
    }
.table-symbols tr{
         display: flex;
 flex-direction: row;
    }
.table-symbols td {
    display: flex;
 justify-content: center;
 align-items: center;
}

.table-symbols .td-1 {
   width: 15%;
 min-width: 120px;
}
.table-symbols .td-2 {
   width: 70%;
}
.table-symbols .td-3 {
   width: 15%;
 min-width: 120px;
}
.table-symbols .img-symbol {

 min-width: 100px;
}
.table-symbols .img-div {

 display: flex;
 flex-direction: column;
  justify-content: center;
  align-items: center;
 padding: 10px 20px 10px 20px;

}
.table-symbols .name {
 color: #ffdf2f;
 text-align: center;
 line-height: 1.25;
}
.table-symbols .main-text{
 padding: 10px 20px 10px 20px;
}
.table-symbols .pay-list span{
 color: #ffdf2f;
 margin-left: 5px;
}
@media screen and (max-width:800px) {
 .table-symbols td {
   border-radius: 0px;
    }
 .table-symbols .td-1 {
    width: 100%;
border: none;
}
.table-symbols .td-2 {
    width: 100%;
 border-left: none;border-right: none;
}
.table-symbols .td-3 {
   width: 100%;border: none;

}
 .table-symbols tr{
         margin-bottom: 20px;
        border: 1px solid rgb(255 223 47 / 40%);
 flex-direction: column;        border-radius: 3px;
    }
 }
 

	
	
	




 .bonus-box {border: 1px solid rgb(255 255 255 / 38%);
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem 0rem 1rem;
    border-radius: 3px;}
	
	
	.video-2 {
    padding: 7px 17px 7px 13px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.875rem;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.video-3 {
    padding: 5px 17px 6px 13px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.875rem;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
	
	
.bef::before{
   
		 content: '';    
         background-repeat: no-repeat;
         background-position: center center;
         background-size: cover;
         display: inline-flex;
		 margin-right: 10px;
   
}





.icon-slot::before{background-image: url('https://akulabrusa.com/img/svg/icon-slot.svg');}
.icon-dice::before{background-image: url('https://akulabrusa.com/img/svg/icon-dice.svg');}
.icon-play::before{background-image: url('https://akulabrusa.com/img/svg/icon-play.svg');}
.icon-photo::before{background-image: url('https://akulabrusa.com/img/svg/icon-photo.svg');}	
.icon-video::before{background-image: url('https://akulabrusa.com/img/svg/icon-video.svg');}	
	

	
	
	.qna__items {
	margin-top: 20px;
}	
			
.qna__item {
     margin: -1px 0 0;
    border: 1px solid rgb(204 204 204 / 24%);
    transition: var(--animation-duration);
    border-radius: 4px;
    margin-bottom: 5px;
}
.qna__item:not(.js-details)[open], .qna__item.is-open {
  --border-color: #666;
  position: relative;
}
.qna__question {
  position: relative;
  padding: 20px 50px 20px 20px;
  list-style: none;
  /* убираем стандартный маркер Firefox */
  cursor: pointer; line-height: 1.25;
}
.qna__question::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  transition: var(--animation-duration);
}
.qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
  transform: rotate(-180deg);
}
.qna__question::-webkit-details-marker {
  display: none;
  /* убираем стандартный маркер Chrome */
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: var(--details-height);
  animation: slideDown var(--animation-duration);
}
.qna__text {
  padding: 15px 20px 1px 20px;
    background: rgb(0 89 67 / 34%);
}
@keyframes slideUp {
  0% {
    max-height: var(--details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--details-height);
    opacity: 1;
  }
}

	
	.qna {
  --animation-duration: 0.3s;

}
	details[open] > summary {
   background: rgb(0 0 0 / 30%);
}
	 
	.btnup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgb(0 0 0 / 41%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

.btnup.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.btnup.hide {
    opacity: 0;
    visibility: hidden;
} 
	 
.text-a {
   color: #ffdf2f;
    border-bottom: 1px dashed #ffdf2f;
} 
	 
	 





.card-img {
z-index: 4;
     position: relative;
}
.emo {
height: 1.5rem;
width: 1.5rem;
margin-right: 2px; 
margin-left: 2px;
margin-bottom: -2px;
}
.card-name {
font-size: 1.25rem;
	font-family: im-Bold;
 margin-bottom: 0px;margin-top: 5px;text-shadow: 1px 1px 1px rgb(0 0 0 / 55%);
}
.card-line {
background: rgb(179 184 205 / 10%);
    padding: 0px 20px;
    position: absolute;
    height: 40px;
    width: 100%;
    top: 19%;
    left: 0px;
    z-index: 2;
}
.card-dolj {
font-size: 0.875rem;
 margin-bottom: 10px;color: #0bfe61;
}
.card-text {
font-size: 1rem;
 margin-bottom: 25px;
 line-height: 1.1;
 text-align: center;
}
.auth-soc-buttons {
justify-content: space-between;
 max-width: 200px;
 margin-left: auto;
 margin-right: auto;flex-direction: column !important;
}
.soc-buttons img{
width: 20px;
 margin-right: 1px;
 margin-left: 1px;
 
}
.auth-buttons {
    margin-bottom: 25px;
 
}
.card-container {
	border-radius: 5px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    position: relative;
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin: 1rem 2rem 1rem 0rem;
    float: left;
    background: linear-gradient(to left, rgb(62 119 130), rgb(29 50 77));
    text-shadow: 1px 1px 1px rgb(0 0 0 / 55%);
}
@media screen and (max-width:760px) {
	.card-container {
		float: none;
   margin: 1rem auto 1rem auto;
	}
}
.card-container .pro {
	color: #231E39;
    background-color: #0bfe61;
    border-radius: 3px;
    font-size: 0.75rem;
    font-family: im-Bold;
    padding: 3px 7px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-shadow: none;
}

.card-container .round {
	border: 1px solid #0bfe61;
    border-radius: 50%;
    padding: 5px;
    max-width: 113px;
    margin-top: 10px;
}

.auth-buttons a {
	font-size: 0.75rem;
	border: 1px solid #B3B8CD;
	border-radius: 3px;
	padding: 8px 20px;
 color: #ffffff;
}




.table-rezult .border-r {
    border-right: none!important;
 
    }
.table-rezult  .ten {
    background: rgb(0 0 0 / 30%);
   
}
.table-rezult  span {
    color: #ffdf2f;
    margin-left: 3px;font-size: 1.1rem;
}
.table-rezult th {
    text-align: center;
    width: 50%;
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 5px 15px;
    background: #2c4150;
 font-size: 1.1rem;
    }
.table-rezult td {
 border-left: 1px solid rgb(255 255 255 / 30%);
 border-bottom: 1px solid rgb(255 255 255 / 30%);
 border-right: 1px solid rgb(255 255 255 / 30%);
 padding: 5px 15px;
    }

.table-rezult table{
border-spacing: 0;
    border-collapse: separate;
    box-sizing: border-box;
     width: 100%;
    }


.table-rezult tbody{

 position: relative;
    }
.table-rezult tr{
         display: flex;
 flex-direction: row;
    }
.table-rezult td {
    display: flex;
 justify-content: center;
 align-items: center;
}

.table-rezult .td-1 {
   width: 50%;
}
.table-rezult .td-2 {
   width: 50%;
}


.table-rezult .main-text{
 padding: 10px 20px 10px 20px;text-align: center;line-height: 1.1;
        
}

@media screen and (max-width:800px) {
 
 .table-rezult .td-1 {
    width: 100%;
border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed rgb(255 255 255 / 30%);
}
.table-rezult .td-2 {
    width: 100%;
 border-left: none;
 border-right: none;
 border-bottom: none;
}

 .table-rezult tr{
         margin-bottom: 20px;
        border: 1px solid rgb(255 255 255 / 30%);
 flex-direction: column;        border-radius: 3px;
    }
 .table-rezult .hide {display: none;}
 .table-rezult .main-text{
 padding: 5px 10px 5px 10px;
}
 
 }

.moi-slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;padding: 30px 0px;
    }
    .moi-slider-container {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    .moi-slider-track {
      display: flex;
      transition: transform 0.5s ease;
      box-sizing: border-box;
    }
    .moi-slider-item {
      flex: 0 0 auto;
      margin: 0 10px;
      transition: transform 0.5s ease, opacity 0.5s ease;
      box-sizing: border-box;
    }
    /* Активный (главный) слайд */
    .moi-slider-item.active {
      transform: scale(1);
      opacity: 1;
      z-index: 2;
    }
    /* Соседние слайды */
    .moi-slider-item.side {
      transform: scale(0.7);
      opacity: 0.5;
    }
    /* Стрелки навигации */
    .moi-slider-nav {
      position: absolute;
      top: 91%;
      width: 100%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      pointer-events: none;
    }
    .moi-slider-nav span {
      pointer-events: all;
    cursor: pointer;
    background: rgb(0 0 0 / 0%);
    color: #1c273b;
    padding: 10px;
    font-size: 30px;
    border-radius: 50%;
    user-select: none;
    }
    /* Точки навигации */
    .moi-slider-dots {
      text-align: center;
      margin-top: 20px;
    }
    .moi-slider-dots span {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #ccc;
      margin: 0 5px;
      cursor: pointer;
    }
    .moi-slider-dots span.active {
      background: #1d283c;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#main {    
    background: #090000;
    background: -webkit-linear-gradient(to right, #090000, #0b1220);
    background: linear-gradient(to right, #090000, #0b1220);}
.name-img {width: 80px;height: 80px;}
	.name {font-size: 1.25rem;font-family: im-Bold;}
	.name-text {font-size: 1rem;font-family: im-Light;}
	.name-direct img{width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-bottom: -1px;}
.name-y-direct {color: rgb(216, 0, 0);}
.name-y-spec {       background: #ffffff;
    padding: 6px 8px;
    border-radius: 50px;
    border: 1px solid #000000;
    color: #090000;}
	
	h1 {
	font-family: im-Pu !important;
    background: linear-gradient(to right, #f12711ff, #f5af19ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f12711ff;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
}





.budget {

max-width: 250px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: 0;
color: #f5deb3;
}

.budget-1 {

font-size: 1.25rem;
    display: flex;
    align-items: center;
margin-top: 2rem;

}
.budget-1 span{
background: linear-gradient(to right, #f12711ff, #f5af19ff);
    color: #ffffff;
    padding: 0px 12px;
    border-radius: 50px;
    margin-left: 9px;


}


		
		
		.floating-buttons {
                position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(0 78 124 / 54%);
    box-shadow: 0px 2px 2px rgb(0 50 83);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	animation: pulsee 2s infinite;
        }
 @keyframes pulsee {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        .floating-buttons .icon-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .floating-buttons .icon-container .button {
            position: absolute;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
        }

        .floating-buttons .icon-container .button img {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .floating-buttons:hover .button {
            transform: scale(0.1);
        }

        .floating-buttons:hover .button img {
            transform: scale(1.5);
        }

        .floating-buttons .button.phone {
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .floating-buttons .button.whatsapp {
            top: 62%;
            left: 30%;
            transform: translate(-50%, -50%);
        }

        .floating-buttons .button.telegram {
                top: 63%;
    left: 69%;
            transform: translate(-50%, -50%);
        }
.floating-buttons .button.telegram img{
               height: 21px;
    width: 21px;
        }
		
		
		
        .floating-buttons:hover .button.phone {
            top: 15%;
        }

        .floating-buttons:hover .button.whatsapp {
            left: 20%;
        }

        .floating-buttons:hover .button.telegram {
            left: 80%;
        }
		
		
		
		
		
		
		
		
		.steps {

    display: flex;
    flex-direction: column;
    padding: 50px 21px 21px 21px;
    border-radius: 10px;
	position: relative;
	
  
}
.tablet-fon  {
	display: flex;
    justify-content: end;

}
.tablet-fon img {
	max-width: 300px;
box-shadow: 1px 4px 20px rgb(0 0 0 / 47%);
    border-radius: 20px;
}


.step {
	display: flex;
	position: relative;
}
.do-steps {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 32px;
	height: 0;
	width: 2px;
	background-color: #f12711;
}

.step .info {
	margin: -3px 0 20px;
}

.step .title {
	font-size: 1.5rem;
	margin: 0 0 8px;
	color: #f5deb3;
}


.step:not(:last-child):after {
	height: 75%;
}

.number {
	width: 32px;
    height: 32px;
    background-color: #682b19;
    border-radius: 50%;
    border: 2px solid #f12711;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 14px;
}

.number.completed {
	background-color: #f12711;
}

.number svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.number svg path {
	fill: white;
}

.hero__badge{
    position: absolute;
    top: 0.2rem;
    left: -.6rem;
    padding: .3rem 1rem .3rem;
    color: #000000;
    font-family: 'im-Regular';
    font-size: 0.875rem;
    line-height: 1rem;
    border-radius: 5rem;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%);
    background: #fd3;
    transform: rotate(-9deg);
}
.ideal-mir {
	background: #ffffff;
    margin-top: 5rem;
    padding: 1.25rem 3rem;
    border-radius: 100px;
	font-family: 'im-Light';
    font-size: 1.25rem;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width:930px) {
	.ideal-mir {
		
	background: #ffffff;
        padding: 1rem 1.5rem;
    border-radius: 18px;
       font-size: 1.125rem;

}
	
}	
.ideal-mir a{
	   
    font-family: 'im-Bold';
    border-bottom: 1px dashed #f12711;
	color: #f12711;background: linear-gradient(to right, #f12711, #af1021);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cherk {
	text-decoration: line-through;
}
.boldik {
	font-family: 'im-Bold';    color: #f12711;background: linear-gradient(to right, #f12711, #af1021);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font125 {
	font-size: 1.25rem;
}
.sec-mask {
	font-family: 'im-Regular';
}


.sod10200 {
    max-width: 600px;
    width: 100%;
    padding: 0px 0px;
}

.sod10200 .toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Вертикальная линия */
.sod10200 .toc-list::before {
    content: "";
    position: absolute;
        left: 1px;
    top: calc(29px + 1px);
    bottom: calc(29px + 1px);
    width: 2px;
    background-color: #000000;
}

/* Элементы списка */
.sod10200 .toc-item {
    position: relative;
    margin: 40px 0; /* Расстояние между пунктами */
    cursor: pointer;
}

/* Горизонтальные линии */
.sod10200 .toc-item::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease;
}

/* При наведении удлиняем черту */
.sod10200 .toc-item:hover::before {
    width: 60px;
}

/* Сдвиг текста при наведении */
.sod10200 .toc-item:hover .toc-content {
    transform: translateX(20px);
}

/* Контейнер текста */
.sod10200 .toc-content {
    display: inline-block;
    margin-left: 60px;
    transition: transform 0.3s ease;
}

/* Заголовок */
.sod10200 .toc-title {
    font-size: 1.25rem;
    font-family: 'im-Bold';
    margin: 0;
    color: #103849;
}

/* Описание */
.sod10200 .toc-description {
    margin: 2px 0px 0px 0px;
    font-size: 0.9em;
    color: #000;
}








.block-soder {
  padding: 20px 0px 20px 0px;
}

.block-soder-soder {
  padding: 11px 15px 11px 15px;
    border-bottom: 1px solid rgb(0 0 0);
    border-top: 1px solid rgb(0 0 0);
}
.block-soder-chem{
 margin-bottom: 2rem;
}
    
.sec-minimenu span{
     font-size: 0.75rem;
    line-height: 0.75rem;
    background: #f4f4f4;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-left: 15px;
    color: #000000;
}
.sec-minimenu{
 margin-bottom: 30px;  
}
.sec-minimenu h3{
color: #103849;
   
}

.nopad {

padding: 0px;}







.cifryak .nomer{
    font-size: 5rem;
    background: linear-gradient(to right, #1f7483, #005697);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    font-family: 'im-Pu';
    margin-right: 16px;
}
.cifryak .zagz{
   background: linear-gradient(to right, #1f7483, #005697);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    font-family: 'im-Pu';
    font-size: 1.5rem;
}

.infz img {
   
    width: 3rem;
    height: 3rem;
margin-right: 20px;
}

.infz li {
   
  display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(51 51 51 / 29%);
}
.det-rasskaz summary{
   
  cursor: pointer;
    
}
.det-rasskaz summary{
   
      background: #dcedf5;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #333;
    
}
.det-rasskaz details[open] {
    background: #dcedf5;
}
.det-rasskaz details[open] > summary  {
    margin-bottom: 18px;
    background: #0b4c5b;
    color: white;
}
.det-rasskaz details[open] > p  {
    padding: 0 20px;
}



.k-button img{
     max-width: 30px;
    margin-right: 13px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 28%);
}

.k-button a{
 color: #000; 
 display: flex;
    align-items: center;
	    margin-bottom: 20px;
}
.k-button .teleg{
 color: #ffffff; max-width: 300px;
background: #4491d0;
    padding: 10px 19px 10px 15px;
    border-radius: 50px;text-shadow: 1px 1px 1px rgb(0 0 0 / 27%);    min-width: 280px;
}
.k-button .whatsapp{
 color: #ffffff; max-width: 300px;
background: #22bf60;
    padding: 10px 19px 10px 15px;
    border-radius: 50px;text-shadow: 1px 1px 1px rgb(0 0 0 / 27%);    min-width: 280px;
}
.k-button .max{
 color: #ffffff; max-width: 300px;
background: #6245e6;
    padding: 10px 19px 10px 15px;
    border-radius: 50px;text-shadow: 1px 1px 1px rgb(0 0 0 / 27%);    min-width: 280px;
}
.k-button .tel{
color: #ffffff;max-width: 300px;
    background: #48687f;
    padding: 10px 24px 10px 15px;
    border-radius: 50px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 27%);    min-width: 280px;
    font-family: 'im-Bold';
    font-size: 1.3rem;
}
.author{
    margin-bottom: 9rem;
    margin-top: 3rem;
}
.footer{
padding: 80px 0px;background: linear-gradient(to left, rgb(62 119 130), rgb(29 50 77));
}
.footerskoe{
color: #ffffff;
}


.voin{

padding: 15px 30px;
}

.voin img{
max-width: 100px;border-radius: 100px;margin-right: 30px;
}

.bio{
font-size: 1.25rem;margin-top: 1rem;
}
.bio img{
max-width: 300px;border-radius: 5px;margin-right: 30px;
}
.bio-1{
order: 1;
}
.bio-2{
order: 2;
}

.cikl{
font-size: 1.5rem;
    border: 1px solid #b7c3df;
    padding: 20px 30px;
    border-radius: 5px;
}


.acula-bfl{
margin-top: 10px;
    padding: 15px 30px;
    color: #ff0000;
    background: linear-gradient(to bottom, rgb(31 1 1), rgb(4 2 2));
    text-shadow: 1px 1px 1px rgb(59 0 0);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;}


.acula-bfl img{
max-width: 100px;border-radius: 100px;margin-right: 30px;}








@media screen and (max-width:800px) {
	.persi .persi-r-block h3 {
 
    margin-top: 1rem;
}
	.persi {
    
    align-items: start;
   
}
	.persi .persi-r-block {

    margin-left: 0px;
}
.bio-1{
order: 2;
}
.bio-2{
order: 1;
}
.bio img{
margin-right: auto;margin-left: auto;
}
.bio {
    flex-direction: column;
}
}













@media screen and (max-width:600px) {
	
	
	
	.cifryak{
flex-direction: column;
    justify-content: center;
    text-align: center;padding-top: 10px;}
	
	
	
	.cifryak-1{padding: 0 0 1rem 0;}
	
	.cifryak .nomer {
  
    margin-right: auto;margin-left: auto;    font-size: 4rem;max-height: 100px;
}
	
	
	
	
	.acula-bfl{
flex-direction: column;padding-top: 2rem;
        text-align: center;}
	.acula-bfl img{
margin-right: auto;margin-left: auto;}
	
	
	
	.cikl{
font-size: 1.25rem;
  
}
	.voin{
 flex-direction: column;
    text-align: center;

}
	.voin img{
margin-right: auto;margin-left: auto;
}
	
	
.name-y-spec {
       flex-direction: column;
        background: none;
        border: none;
        justify-content: center;
        text-align: center;
}

.name-img {
   margin-right: 0px;
}
h1 {

    margin-top: 1rem;
    text-align: center;
}
.step .title {
    font-size: 1.25rem;
}
.ideal-mir {
   
    margin-top: 3rem;margin-bottom: 3rem;
  
}
.sod10200 .toc-title {
    font-size: 1rem;
    line-height: 1.25;
  
}
.sod10200 .toc-item {
  
    margin: 30px 0;
  
}
.sod10200 .toc-list::before {
   
    top: calc(24px + 1px);
    bottom: calc(24px + 1px);
 
}
}


@media screen and (max-width:767.9px) {
.tablet-fon {
    margin-top: 1.5rem;
	justify-content: center;
}
.budget {

    margin-left: auto;
    margin-right: auto;
}
}
.table-rezult .border-r {
    border-right: none!important;
 
    }
.table-rezult  .ten {
    background: rgb(50 87 142 / 14%);
   
}
.table-rezult  span {
    color: #ffdf2f;
    margin-left: 3px;font-size: 1.1rem;
}
.table-rezult th {
    text-align: center;
    width: 50%;
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 5px 15px;
    background: #255891;
    color: white;
    font-size: 1.1rem;
    font-family: 'im-Bold';
    }
.table-rezult td {
 border-left: 1px solid rgb(255 255 255 / 30%);
 border-bottom: 1px solid rgb(255 255 255 / 30%);
 border-right: 1px solid rgb(255 255 255 / 30%);
 padding: 5px 15px;
    }

.table-rezult table{
border-spacing: 0;
    border-collapse: separate;
    box-sizing: border-box;
     width: 100%;
    }


.table-rezult tbody{

 position: relative;
    }
.table-rezult tr{
         display: flex;
 flex-direction: row;
    }
.table-rezult td {
    display: flex;
 justify-content: center;
 align-items: center;
}

.table-rezult .td-1 {
   width: 50%;
}
.table-rezult .td-2 {
   width: 50%;
}


.table-rezult .main-text{
 padding: 10px 20px 10px 20px;text-align: center;line-height: 1.1;font-size: 1.25rem;
        
}

@media screen and (max-width:800px) {
 
 .table-rezult .td-1 {
    width: 100%;
border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed rgb(42 95 140 / 34%);
}
.table-rezult .td-2 {
    width: 100%;
 border-left: none;
 border-right: none;
 border-bottom: none;
}

 .table-rezult tr{
         margin-bottom: 20px;
        border:1px solid rgb(42 95 140 / 34%);
 flex-direction: column;        border-radius: 3px;
    }
 .table-rezult .hide {display: none;}
 .table-rezult .main-text{
 padding: 5px 10px 5px 10px;
}
 
 }
 
 
 
 
 .pred-table  {    margin-top: 5rem;text-align: center;
    font-size: 1.25rem;
    font-family: 'im-Light';
    margin-bottom: 1rem;} 
	 .pred-table-2  {    margin-top: 2rem;text-align: center;
    font-size: 1.25rem;
    font-family: 'im-Light';
    margin-bottom: 1rem;} 
	
	
	
  .posle-table  {    margin-top: 1rem;    font-size: 1.25rem;font-family: 'im-Light';} 
  
  
  
  
  
  
  
  
  .card-gorod {
  padding: 1rem;
 width: 280px;
 min-width: 260px;
 max-width: 280px;
 margin-left: 0px;
 margin-right: 0px;
 border-radius: 15px;
}

.card-gorod .heads{
  display: flex;
justify-content: space-between;align-items: center;
}
.card-gorod .heads-big{
background-color:rgb(15 23 42 / 0.5);
 padding: 0.5rem 1rem; border-radius: 10px;
}
.card-gorod .heads .region{
 color: #94a3b8;
 font-size: 14px;
 font-weight: 100;
}
.card-gorod .heads .timing{
 color: #94a3b8;
 font-size: 14px;
 font-weight: 100;
}
.card-gorod .heads .gorod{
 color: #ffffff;
 font-size: 16px;
}
.card-gorod .heads .time{
 color: #ffffff;
  font-size: 14px;   
}


.card-gorod .portf-tehbox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(223 223 223 / 51%);
    margin: 20px 0 10px 0;
    padding-bottom: 2px;
    font-size: 18px;
    color: #ffffff;
}
.card-gorod .portf-tehbox .price {

    color: #00ff23;    font-family: im-Pu;
}
.card-gorod .portf-tehbox-block {

    padding: 0px 5px;
   
}


 .skill-box {
  width: 100%;
  margin: 20px 0;
}

.skill-box .title {
 display: block;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
}

.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  background: rgb(255 255 255 / 23%);
}

.skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 6px;
  background: #4070f4;
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}
.skill-bar .skill-per.css {width: 72%;}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.skill-per .tooltip {
  position: absolute;
  right: -14px;
  top: -28px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  background: #4070f4;
  z-index: 1;
}

.tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 10px;
  width: 10px;
  z-index: -1;
  background-color: #4070f4;
  transform: translateX(-50%) rotate(45deg);
}
  


.card-krasnodar {
  background-color: #020617;
background: -webkit-linear-gradient(to right, #243B55, #141E30); 
background: linear-gradient(to right, #243B55, #141E30); 

}
  .card-crimea {
 background: #283c86;  
background: -webkit-linear-gradient(to right, #214354, #004d97);  
background: linear-gradient(to right, #214354, #004d97); 


}
 .card-kostroma {
background: #4B79A1;  
background: -webkit-linear-gradient(to right, #0b9b28, #0d5a6c); 
background: linear-gradient(to right, #0b9b28, #0d5a6c);

}
 .card-yar {
background: #4B79A1;  
background: -webkit-linear-gradient(to right, #9b540b, #6c0d0d); 
background: linear-gradient(to right, #9b540b, #6c0d0d);

}
.card-novgorod {
background: #4B79A1; 
background: -webkit-linear-gradient(to right, #302851, #0f196f); 
background: linear-gradient(to right, #302851, #0f196f); 
}
.card-ola {
background: #4B79A1; 
background: -webkit-linear-gradient(to right, #0b7c9b, #0d376c); 
background: linear-gradient(to right, #0b7c9b, #0d376c); 
}
.otzivi-slider img{
max-width: 250px; border-radius: 15px;

}
@media screen and (max-width:760px) {
 
 .author h2 {
    text-align: center;margin-bottom: 2rem;

}
.author .k-button {
    align-items: center;text-align: center;

}

}