@charset "UTF-8";

@font-face {
	font-family:im-Regular;
	font-display:block;
	src:url(/fonts/im-Regular.woff) format('woff');
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:im-Bold;
	font-display:block;
	src:url(/fonts/im-Bold.woff) format('woff');
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:im-Pu;
	font-display:block;
	src:url(/fonts/im-Pu.woff) format('woff');
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:im-Light;
	font-display:block;
	src:url(/fonts/im-Light.woff) format('woff');
	font-weight:300;
	font-style:normal;
}


 .mb10 {
         margin-bottom: 10px;

    }
	.mb20 {
         margin-bottom: 20px;

    }
	
	.mr10 {
         margin-right: 10px;

    }
	.mr20 {
         margin-right: 20px;

    }
	.mt20 {
         margin-top: 20px;

    }
	.mt10 {
         margin-top: 10px;

    }

.p-1 {
    padding: 15px 19px;
    border-radius: 3px;
    font-size: 0.875rem;
    
}

.p-2 {
    padding: 15px 19px;
    border-radius: 3px;
    font-size: 0.875rem;
    background: rgb(0 0 0 / 30%);
}

.bcolor1 {
  
  background: #e52d27;
    background: -webkit-linear-gradient(to bottom, #b31217, #e52d27);
    background: linear-gradient(to bottom, #b31217, #e52d27);
    }
	.boxcolor1 {
  
box-shadow: 0px 2px 0px rgb(255 0 0 / 50%);
    }
	
.bcolor2 {
  
  background: #5611ec;
    background: -webkit-linear-gradient(to bottom, #dd03e4, #5611ec);
    background: linear-gradient(21deg, #dd03e4, #5611ec);
    }
	
.bcolor3 {
  
  border: 2px double transparent;
    background-image: linear-gradient(rgb(13, 14, 33), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(1, 110, 218), rgb(217, 0, 192));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    }	
	
	
	
	.bcolor4 {
  
  background: #2c4150;
    
    }	
	.bcolor5 {
  
 background: rgb(0 0 0 / 30%);
    }	

.w100 {
    width: 100%;
}

.dflex {
    display: flex!important;
}
.fwrap {
    flex-wrap: wrap;
}
.fnowrap {
    flex-wrap: nowrap;
}
.fcolumn {
    flex-direction: column;
}
.frow {
    flex-direction: row;
}
.jcenter {
    justify-content: center;
}
.acenter {
    align-items: center;
}
.tcenter {
    text-align: center;
}
.d-none {
	display: none!important;
}

@media screen and (max-width:991.9px) {
	.d-none-992 {
		display: none!important;
	}
}

.width0-8::before{height: 0.875rem;width: 0.875rem;}
.width1::before{height: 1rem;width: 1rem;}
.width1-25::before{height: 1.25rem;width: 1.25rem;}
.width1-5::before{height: 1.5rem;width: 1.5rem;}
.width2::before{height: 2rem;width: 2rem;}

*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	outline: 0;
	margin: 0;
	padding: 0;
}
#main {
	position: relative;
	clear: both;
	min-height: 100%;
	overflow: hidden;
}
.container {
    margin: 0 auto;
    max-width: 800px;
    width: 88%;
}
::selection {
	background: #35d956;
}

html {

    font-size: 18px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	user-drag: none;
    -webkit-user-drag: none;

}
@media screen and (min-width:100px) {
	h1 {font-size: 1.5rem;}
	h2 {font-size: 1.5rem;}
	h3 {font-size: 1.25rem;}
}
@media screen and (min-width:600px) {
	h1 {font-size: 2rem;}
	h2 {font-size: 2rem;padding-top: 1rem;}
	h3 {font-size: 1.5rem;padding-top: 1rem;}
}
footer,header,main,nav {
	display: block;
}

@media screen and (min-width:100px) {
	h1,h2,h3 {margin-bottom: 10px;}
}
@media screen and (min-width:600px) {
	h1,h2,h3 {margin-bottom: 20px;}
}


h1,h2,h3 {
		line-height: 1.2;width: 100%;
}

h2,h3 {padding-top: 1rem;}
 

p {margin-bottom: 20px;}


[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important;
}
ul {

    list-style: none;
    padding-inline-start: 0px;
}

a {
    color: #d1d1d1;
	text-decoration: none;
	background-color: transparent;

}

a[href^=tel] {
	white-space: nowrap;
}
a:hover {
	text-decoration: none;opacity: 0.7;
	
}

a:not([href]) {color: inherit;}
a:not([href]):hover {color: inherit;text-decoration: none;}

img {
	max-width: 100%;
	height: auto;
}


button {
	border-radius: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow: visible;
	text-transform: none;
	border: none;
	cursor: pointer;
}

button:focus {
	outline: 0;
}
button:hover {
	opacity: 0.7;
}
.close span {
	display: block; height: 18px;width: 18px;
}
button.close {appearance: none;
    display: block;
    position: static;
    background: #0d1a26;
    border: 1px solid #ffffff24;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;}

@media screen and (min-width:100px) {
	.section {
		padding-top: 20px;
	}
}

@media screen and (min-width:600px) {
	.section {
		padding-top: 30px;
	}
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {position: relative;width: 100%;padding: 5px;}.col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}@media (min-width: 576px) {.col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-sm-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}.col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-sm-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-sm-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}@media (min-width: 768px) {.col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-md-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}.col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-md-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-md-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}@media (min-width: 992px) {.col-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-lg-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}.col-lg-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-lg-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-lg-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-lg-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-lg-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-lg-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-lg-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-lg-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-lg-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}@media (min-width: 1200px) {.col-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-xl-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}.col-xl-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-xl-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-xl-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-xl-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-xl-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-xl-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-xl-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-xl-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-xl-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-xl-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-xl-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-xl-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}


.modal {position: fixed;top: 0;left: 0;z-index: 1050;display: none;width: 100%;height: 100%;overflow-y: auto;outline: 0;background: #040b10;
    background: linear-gradient(to right, #040b10, #091c28, #170606);}.modal .modal-body {max-width: 100%;width: 100%;}.modal .modal-dialog {max-width: 100%;width: 100%;min-height: 100%;margin: 0!important;position: relative;pointer-events: none;}.modal .modal-content {margin: 0;padding: 0;border: 0;border-radius: 0;background: 0 0;height: 100%;min-height: 100vh;position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;outline: 0;}.modal .modal-header {padding: 0;border: none;margin-top: 5%;}.modal-open {overflow: hidden;padding-right: 0px!important;}.modal-open .modal {animation: fadeInDown;animation-duration: 1s;}


#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, чем у прелоадера */
}

/* Allow vertical video to size naturally */
.fancybox__slide.has-html5video .fancybox__content{
    width: auto!important;
    height: 90vh!important;
    max-width: 80vw!important;
    max-height: 90vh!important;
    min-height: 70vh!important;
    background: #000;
}
.fancybox__html5video{
    width: auto!important;
    height: 100%!important;
    max-height: 90vh!important;
    max-width: 80vw!important;
    object-fit: contain;
}
body {
	
	text-align: left;
    background: #eef2fa;
    width: 100%;
    min-height: 100vh;
    min-width: 320px !important;
    margin: 0 auto;
    color: #000000;
    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, #06a172, #02769d);
}

.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('/img/svg/icon-slot.svg');}
.icon-dice::before{background-image: url('/img/svg/icon-dice.svg');}
.icon-play::before{background-image: url('/img/svg/icon-play.svg');}
.icon-photo::before{background-image: url('/img/svg/icon-photo.svg');}	
.icon-video::before{background-image: url('/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, #06a172, #02769d);
    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;
	}
    .contact-cta__text{
        font-size: 1rem;
        line-height: 1.5;
    }
    .contact-cta__actions{
        gap: 14px;
        margin-top: 20px;
    }
    .contact-toggle--main{
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
    .contact-cta__icons{
        justify-content: center;
        width: 100%;
    }
    .contact-cta__icons img{
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}
.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;
}
.contact-toggle{
	display:inline-block;
	font-size: 0.75rem;
	border: 1px solid #B3B8CD;
	border-radius: 3px;
	padding: 8px 20px;
	color: #ffffff;
	background: transparent;
	font-family: inherit;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
	cursor: pointer;
}
.contact-toggle:hover{
	background: rgba(255,255,255,.08);
}
.contact-toggle--main{
	border: 0;
	padding: 16px 28px;
	border-radius: 18px;
	background: linear-gradient(to right, #02769d, #06a172);
	color: #ffffff;
	font-family: im-Bold;
	font-size: 0.95rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 18px 34px rgba(10, 70, 92, .18);
}
.contact-toggle--main:hover{
	background: linear-gradient(to right, #016788, #059462);
}
.contact-reveal{
	overflow: hidden;
	height: 0;
	opacity: 0;
	will-change: height, opacity;
	transition: height .34s cubic-bezier(.22,1,.36,1), opacity .24s ease, margin-top .24s ease;
	margin-top: 0;
}
.contact-reveal.is-open{
	opacity: 1;
	margin-top: 28px;
}




.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: #eef2fa;}
.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 #e5e5e5;}
	
	h1 {
	font-family: im-Pu !important;
    background: linear-gradient(to right, #02769d, #06a172);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    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;

}

.budget-1 {

font-size: 1.25rem;
    display: flex;
    align-items: center;
margin-top: 2rem;

}
.budget-1 span{
background: linear-gradient(to right, #02769d, #06a172);
    color: #ffffff;
    padding: 0px 12px;
    border-radius: 50px;
    margin-left: 9px;


}

		
		
		.steps {
	background: #ffffffcc;
    display: flex;
    flex-direction: column;
    padding: 50px 21px 21px 21px;
    border-radius: 10px;
	position: relative;
	
background: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%), rgb(255 255 255), rgb(255 255 255), rgb(255 255 255));
    
}
.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: #007EA7;
}

.step .info {
	margin: -3px 0 20px;
}

.step .title {
	font-size: 1.5rem;
	margin: 0 0 8px;
	color: #000000;
}


.step:not(:last-child):after {
	height: 75%;
}

.number {
	width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #007EA7;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007EA7;
    font-size: 15px;
    font-weight: 600;
    margin-right: 14px;
}

.number.completed {
	background-color: #007EA7;
}

.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 #117777;
	color: #103849;background: linear-gradient(to right, #02769d, #06a172);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cherk {
	text-decoration: line-through;
}
.boldik {
	font-family: 'im-Bold';    color: #103849;background: linear-gradient(to right, #02769d, #06a172);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bold {
	font-family: 'im-Bold';
	color: #000000;
}
.hotgrad {
	font-family: 'im-Bold';
	color: #c44a1a;
	background: linear-gradient(to right, #ff8a1f, #e33b1f);
	-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, #02769d, #06a172);
    -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, #02769d, #06a172);
    -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: 4rem;
    margin-top: 3rem;
}
.contact-cta{
    margin-top: 2.5rem;
    margin-bottom: 4rem;
}
.contact-cta__box{
    max-width: 900px;
    margin: 0 auto;
    padding: 34px 34px 32px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(247,250,255,.92) 0%, rgba(238,246,251,.84) 100%);
    border: 1px solid rgba(2,118,157,.12);
    box-shadow: 0 18px 48px rgba(20,47,73,.08);
}
.contact-cta__intro{
    display: block;
}
.contact-cta__box.is-contacts-open .contact-cta__intro{
    display: none;
}
.contact-cta__lead{
    margin: 0 0 10px;
    font-family: im-Bold;
    font-size: 1rem;
    color: #0f6f8f;
}
.contact-cta__title{
    margin: 0 0 22px;
    font-family: im-Bold, sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    color: #1f3048;
}
.contact-cta__text{
    margin: 0;
    max-width: 820px;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #4e627f;
}
.contact-cta__text + .contact-cta__text{
    margin-top: 12px;
}
.contact-cta__actions{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.contact-cta__icons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-cta__icons img{
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 22px rgba(20,47,73,.1);
}
.contact-cta__subttl{
    margin: 0 0 20px;
    font-size: 1.65rem;
    line-height: 1.08;
    color: #223a63;
    text-align: center;
}
.contact-reveal .k-button{
    align-items: center;
    text-align: center;
}
.contact-reveal .dflex.acenter{
    justify-content: center;
}
.contact-cta__box.is-contacts-open .contact-reveal.is-open{
    margin-top: 0;
}
@media screen and (max-width:760px) {
    .contact-cta__box{
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .contact-cta__title{
        font-size: 1.25rem;
        line-height: 1.1;
    }
}
.footer{
padding: 80px 0px;background: linear-gradient(to left, #06a172, #02769d);
}
.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;
    margin-top: 42px;
}
.services-compact{
    margin: 0 0 10px;
    margin-top: 48px;
    padding: 28px 24px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.90) 0%, rgba(243,250,247,.98) 100%);
    border: 1px solid rgba(2, 118, 157, 0.12);
    box-shadow: 0 18px 44px rgba(11, 52, 76, 0.10);
}
.services-compact__lead{
    font-family: im-Bold;
    font-size: 1.15rem;
    color: #11394b;
    margin-bottom: 18px;
}
.services-compact__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.services-compact__item{
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 14px 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(2,118,157,.08) 0%, rgba(6,161,114,.11) 100%);
    border: 1px solid rgba(2, 118, 157, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.services-compact__thumb{
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(11, 52, 76, 0.10);
}
.services-compact__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.services-compact__name{
    font-family: im-Bold;
    font-size: 1rem;
    line-height: 1.2;
    color: #143648;
}
@media screen and (max-width:900px) {
    .services-compact__grid{
        grid-template-columns: 1fr;
    }
}


.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;
    margin-top: 28px;
}
    .services-compact{
        margin: 0 0 8px;
        margin-top: 34px;
        padding: 18px 14px 14px;
        border-radius: 18px;
    }
    .services-compact__lead{
        font-size: 1rem;
        margin-bottom: 14px;
    }
    .services-compact__grid{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .services-compact__item{
        min-height: 72px;
        padding: 12px 13px;
        border-radius: 16px;
        gap: 12px;
    }
    .services-compact__thumb{
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
    .services-compact__name{
        font-size: 0.95rem;
    }
	.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, #02769d, #06a172);  
background: linear-gradient(to right, #02769d, #06a172); 


}
 .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;

}

}


.new-uslugi{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:28px;
	margin:26px 0 34px;
}
.new-uslugi__card{
	position:relative;
	overflow:hidden;
	isolation:isolate;
	border-radius:26px;
	padding:30px 28px 22px;
	min-height:250px;
	display:flex;
	flex-direction:column;
}
.new-uslugi__hot-badge{
	position:absolute;
	right:18px;
	top:16px;
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:7px 12px;
	border-radius:999px;
	background:linear-gradient(135deg,#ff7a18 0%,#ff4d00 100%);
	color:#fff;
	font-family:im-Bold, sans-serif;
	font-size:12px;
	letter-spacing:.03em;
	text-transform:uppercase;
	transform:rotate(-6deg);
	box-shadow:0 10px 20px rgba(255,94,0,.28);
	animation:new-uslugi-hot-pulse 2.6s ease-in-out infinite;
}
.new-uslugi__hot-badge span{
	font-size:18px;
	line-height:1;
}
.new-uslugi__hot-badge--cheap{
	background:linear-gradient(135deg,#17a34a 0%,#0f7f3c 100%);
	box-shadow:0 10px 20px rgba(15,127,60,.24);
}
.new-uslugi__hot-lead{
	margin:8px 0 0;
	font-family:im-Bold, sans-serif;
	font-size:14px;
	line-height:1.2;
	letter-spacing:.03em;
	text-transform:uppercase;
	color:#cf4b1a;
}
@keyframes new-uslugi-hot-pulse{
	0%,100%{ transform:rotate(-6deg) scale(1); }
	50%{ transform:rotate(-6deg) scale(1.05); }
}
.new-uslugi__card--avito{
	background:linear-gradient(163deg,#b7e4c2 0%,#d7eec7 56%,#f3ebc7 100%);
}
.new-uslugi__card--radio{
	background:linear-gradient(138deg,#eed8cd 0%,#efe3c8 52%,#ece7b8 100%);
}
.new-uslugi__card--avito::before,
.new-uslugi__card--avito::after,
.new-uslugi__card--radio::before,
.new-uslugi__card--radio::after{
	content:"";
	position:absolute;
	border-radius:50%;
	z-index:-1;
}
.new-uslugi__card--avito::before{
	width:210px;
	height:160px;
	right:-38px;
	top:160px;
	background:radial-gradient(circle at 45% 45%,rgba(245,214,156,.42) 0%,rgba(245,214,156,.17) 62%,rgba(245,214,156,0) 100%);
	transform:rotate(-16deg);
}
.new-uslugi__card--avito::after{
	width:245px;
	height:180px;
	right:90px;
	bottom:-62px;
	background:radial-gradient(circle at 46% 44%,rgba(246,215,157,.38) 0%,rgba(246,215,157,.16) 60%,rgba(246,215,157,0) 100%);
	transform:rotate(18deg);
}
.new-uslugi__card--radio::before{
	width:250px;
	height:190px;
	right:-34px;
	top:156px;
	background:radial-gradient(circle at 45% 45%,rgba(242,189,106,.46) 0%,rgba(242,189,106,.2) 58%,rgba(242,189,106,0) 100%);
	transform:rotate(-14deg);
}
.new-uslugi__card--radio::after{
	width:280px;
	height:210px;
	right:66px;
	bottom:-64px;
	background:radial-gradient(circle at 46% 44%,rgba(245,199,116,.42) 0%,rgba(245,199,116,.18) 60%,rgba(245,199,116,0) 100%);
	transform:rotate(20deg);
}
.new-uslugi__bg-number{
	position:absolute;
	right:14px;
	bottom:-8px;
	display:block;
	pointer-events:none;
	z-index:0;
	font-family:im-Bold, sans-serif;
	font-size:200px;
	line-height:.82;
	color:rgba(24,71,93,.16);
	letter-spacing:-.06em;
	text-shadow:none;
}
.new-uslugi__card--radio .new-uslugi__bg-number{
	right:18px;
}
.new-uslugi__title{
	position:relative;
	z-index:1;
	margin:15px 0 0;
	font-family:im-Bold, sans-serif;
	font-size:28px;
	line-height:1.06;
	color:#272f48;
	max-width:94%;
}
.new-uslugi__text{
	position:relative;
	z-index:1;
	margin:10px 0 0;
	font-family:im-Regular, sans-serif;
	font-size:17px;
	line-height:1.34;
	color:#4f5f84;
	max-width:90%;
}
.new-uslugi__note{
	margin-top:auto;
	padding-top:12px;
	font-family:im-Regular, sans-serif;
	font-size:16px;
	line-height:1.25;
	color:#6b7ba2;
}
.new-uslugi__note-link{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:8px 14px;
	border-radius:999px;
	background:linear-gradient(135deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.45) 100%);
	box-shadow:0 8px 18px rgba(28,55,94,.12);
	color:#2e4e86;
	font-family:im-Bold, sans-serif;
	font-size:15px;
	text-decoration:none;
	transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease;
}
.new-uslugi__note-link::after{
	content:"\2192";
	font-size:16px;
	line-height:1;
	transform:translateX(0);
	transition:transform .2s ease;
}
.new-uslugi__note-link:hover{
	color:#1f3d6f;
	background:linear-gradient(135deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.6) 100%);
	box-shadow:0 10px 22px rgba(28,55,94,.18);
	transform:translateY(-1px);
}
.new-uslugi__note-link:hover::after{
	transform:translateX(2px);
}
.new-uslugi__note-link:active{
	transform:translateY(0);
}
.quiz-offers-list{
	margin:16px 0 18px;
	padding:0;
	list-style:none;
	display:grid;
	gap:12px;
}
.quiz-offers-list li{
	position:relative;
	padding:14px 18px;
	border-radius:18px;
	background:linear-gradient(135deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.46) 100%);
	box-shadow:0 10px 22px rgba(33,60,96,.08);
	font-family:im-Regular, sans-serif;
	font-size:1.06rem;
	line-height:1.35;
	color:#2f3f62;
}
.quiz-tradeoffs{
	margin:28px 0 28px;
	display:grid;
	grid-template-columns:1fr;
	gap:20px;
}
.quiz-tradeoffs__card{
	padding:24px 26px 22px;
	border-radius:22px;
	border:1px solid rgba(44,66,102,.12);
	box-shadow:0 10px 24px rgba(33,60,96,.06);
}
.quiz-tradeoffs__card--plus{
	background:linear-gradient(180deg,#f8fcf9 0%,#eef8f1 100%);
}
.quiz-tradeoffs__card--minus{
	background:linear-gradient(180deg,#fdf9f7 0%,#fbf0ea 100%);
}
.quiz-tradeoffs__title{
	margin:0 0 16px;
	padding:0 0 12px;
	border-bottom:1px solid rgba(44,66,102,.12);
	font-family:im-Bold, sans-serif;
	font-size:1.6rem;
	line-height:1.1;
	color:#24334f;
}
.quiz-tradeoffs__list{
	margin:0;
	padding:0;
	list-style:none;
	display:grid;
	gap:12px;
}
.quiz-tradeoffs__list li{
	position:relative;
	padding-left:24px;
	font-family:im-Regular, sans-serif;
	font-size:1.14rem;
	line-height:1.4;
	color:#30415f;
}
.quiz-tradeoffs__list li::before{
	content:"";
	position:absolute;
	left:0;
	top:.66em;
	width:10px;
	height:10px;
	border-radius:50%;
	transform:translateY(-50%);
}
.quiz-tradeoffs__card--plus .quiz-tradeoffs__list li::before{
	background:#149155;
}
.quiz-tradeoffs__card--minus .quiz-tradeoffs__list li::before{
	background:#d16a43;
}
.main-client-review{
	margin:26px 0 28px;
	max-width:660px;
	margin-left:auto;
	margin-right:auto;
	padding:28px 26px 26px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(243,247,255,.92) 100%);
	box-shadow:0 18px 40px rgba(30,55,95,.08);
	border:1px solid rgba(176,197,232,.38);
}
.main-client-review__head{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
}
.main-client-review__avatar{
	width:140px;
	height:140px;
	border-radius:50%;
	object-fit:cover;
	display:block;
	box-shadow:0 8px 22px rgba(58,111,168,.16);
}
.main-client-review__name{
	margin-top:18px;
	font-family:im-Bold, sans-serif;
	font-size:2.05rem;
	line-height:1.05;
	color:#233a63;
}
.main-client-review__company{
	margin-top:6px;
	font-family:im-Regular, sans-serif;
	font-size:1.95rem;
	line-height:1.08;
	color:#61759b;
}
.main-client-review__site{
	margin-top:10px;
	font-family:im-Regular, sans-serif;
	font-size:1rem;
	line-height:1.2;
	color:#2f5c95;
	text-decoration:none;
	border-bottom:1px solid rgba(47,92,149,.28);
	transition:color .2s ease, border-color .2s ease;
}
.main-client-review__site:hover{
	color:#1d467a;
	border-color:rgba(29,70,122,.5);
}
.main-client-review__quote{
	position:relative;
	margin-top:24px;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:34px 34px 30px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(237,242,252,.96) 0%,rgba(242,246,255,.92) 100%);
	border:1px solid rgba(191,208,239,.7);
	font-family:im-Regular, sans-serif;
	font-size:1.58rem;
	line-height:1.48;
	font-style:italic;
	text-align:center;
	color:#2c3555;
}
.main-client-review__video-label{
	margin-top:28px;
	text-align:center;
	font-family:im-Bold, sans-serif;
	font-size:1rem;
	line-height:1.2;
	color:#3c5177;
	text-transform:uppercase;
	letter-spacing:.04em;
}
.main-client-review__quote::before,
.main-client-review__quote::after{
	position:absolute;
	font-family:Georgia, serif;
	font-size:5.4rem;
	line-height:1;
	color:#124d8f;
}
.main-client-review__quote::before{
	content:"“";
	left:16px;
	top:-8px;
}
.main-client-review__quote::after{
	content:"”";
	right:16px;
	bottom:-34px;
}
.main-client-review__video{
	position:relative;
	display:block;
	max-width:340px;
	margin:22px auto 0;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 16px 32px rgba(28,52,92,.14);
}
.main-client-review__video-thumb{
	display:block;
	width:100%;
	height:auto;
}
.main-client-review__video .play-btn{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	inset:0;
	pointer-events:none;
}
.main-client-review__video .play-btn span{
	width:104px;
	min-height:62px;
	border-radius:14px;
	backdrop-filter:blur(6px);
	background:rgba(255,0,0,.28);
	border:none;
	box-shadow:0 12px 28px rgba(0,0,0,.2);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:0;
	padding:8px 20px 14px;
	font-family:im-Bold;
	font-size:12px;
	letter-spacing:.3px;
	color:rgba(255,255,255,.9);
	transition:transform .2s ease, box-shadow .2s ease;
}
.main-client-review__video .play-btn svg{
	width:36px;
	height:36px;
	margin-left:2px;
	fill:#ffffff;
}
.main-client-review__video .play-btn span::after{
	content:"видео";
	text-transform:uppercase;
	font-family:im-Light;
	line-height:1;
	margin-top:-2px;
}
.main-client-review__video:hover .play-btn span{
	transform:scale(1.06);
	box-shadow:0 14px 32px rgba(0,0,0,.28);
}
@media (max-width: 991px){
	.new-uslugi{
		grid-template-columns:1fr;
		gap:20px;
	}
	.new-uslugi__card{
		min-height:200px;
	}
	.new-uslugi__title{
		max-width:100%;
		font-size:28px;
	}
	.new-uslugi__text{
		max-width:100%;
		font-size:16px;
	}
	.new-uslugi__note{
		font-size:16px;
	}
	.quiz-offers-list li{
		font-size:1rem;
	}
	.quiz-tradeoffs__title{
		font-size:1.42rem;
	}
	.quiz-tradeoffs__list li{
		font-size:1.06rem;
	}
	.main-client-review__name{
		font-size:1.82rem;
	}
	.main-client-review__company{
		font-size:1.54rem;
	}
	.main-client-review__site{
		font-size:.96rem;
	}
	.main-client-review__quote{
		font-size:1.34rem;
	}
}
@media (max-width: 640px){
	.new-uslugi{
		margin:20px 0 28px;
		gap:16px;
	}
	.new-uslugi__card{
		border-radius:22px;
		padding:28px 22px 16px;
		min-height:220px;
	}
	.new-uslugi__hot-badge{
		right:12px;
		top:10px;
		padding:6px 10px;
		font-size:11px;
	}
	.new-uslugi__hot-badge span{
		font-size:16px;
	}
	.new-uslugi__hot-lead{
		margin-top:6px;
		font-size:12px;
	}
	.new-uslugi__bg-number{
		right:8px;
		bottom:-2px;
		font-size:124px;
	}
	.new-uslugi__title{
		margin-top:8px;
		font-size:24px;
	}
	.new-uslugi__text{
		margin-top:8px;
		font-size:16px;
	}
	.new-uslugi__note{
		padding-top:10px;
		font-size:14px;
	}
	.quiz-offers-list{
		margin:14px 0 16px;
		gap:10px;
	}
	.quiz-offers-list li{
		padding:12px 14px;
		border-radius:16px;
		font-size:.96rem;
		line-height:1.32;
	}
	.quiz-tradeoffs{
		margin:18px 0 20px;
		gap:14px;
	}
	.quiz-tradeoffs__card{
		padding:18px 16px 16px;
		border-radius:20px;
	}
	.quiz-tradeoffs__title{
		margin-bottom:12px;
		padding:0 0 10px;
		font-size:1.22rem;
	}
	.quiz-tradeoffs__list{
		gap:8px;
	}
	.quiz-tradeoffs__list li{
		padding-left:18px;
		font-size:1rem;
		line-height:1.34;
	}
	.quiz-tradeoffs__list li::before{
		width:8px;
		height:8px;
	}
	.main-client-review{
		margin:20px 0 22px;
		padding:20px 16px 18px;
		border-radius:22px;
	}
	.main-client-review__avatar{
		width:108px;
		height:108px;
	}
	.main-client-review__name{
		margin-top:14px;
		font-size:1.45rem;
	}
	.main-client-review__company{
		font-size:1.18rem;
	}
	.main-client-review__site{
		margin-top:8px;
		font-size:.9rem;
	}
	.main-client-review__quote{
		margin-top:18px;
		padding:26px 18px 22px;
		border-radius:22px;
		font-size:1.08rem;
		line-height:1.42;
	}
	.main-client-review__video-label{
		margin-top:22px;
		font-size:.86rem;
	}
	.main-client-review__video{
		margin-top:18px;
		max-width:290px;
		border-radius:18px;
	}
	.main-client-review__video .play-btn span{
		width:88px;
		min-height:54px;
		padding:8px 14px 12px;
		font-size:11px;
	}
	.main-client-review__video .play-btn svg{
		width:30px;
		height:30px;
	}
	.main-client-review__quote::before,
	.main-client-review__quote::after{
		font-size:4rem;
	}
	.main-client-review__quote::before{
		left:10px;
		top:-4px;
	}
	.main-client-review__quote::after{
		right:10px;
		bottom:-26px;
	}
	.new-uslugi__card--radio::before{
		width:200px;
		height:148px;
		right:-20px;
		top:146px;
	}
	.new-uslugi__card--radio::after{
		width:220px;
		height:160px;
		right:38px;
		bottom:-46px;
	}
}
.video-otzivi-slider .moi-slider-item{
    width: min(360px, 92vw);
}

.video-otzivi-slider .video-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: transparent;
    border-radius: 18px;
    padding: 0;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}

.video-otzivi-slider .card-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    padding: 14px 16px 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    width: 100%;
    overflow: hidden;
}

.video-otzivi-slider .video-card .thumb-wrap { order: 2; margin-top: 0; width: 100%; }
.video-otzivi-slider .video-card .thumb-wrap a { display: block; }
.video-otzivi-slider .video-card .thumb-wrap .thumb { display: block; }
.video-otzivi-slider .video-info { margin-bottom: 0; }

.video-otzivi-slider .person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.video-otzivi-slider .person .avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.video-otzivi-slider .person-name {
    font-family: im-Bold;
    font-size: 1.08rem;
    color: #1a2f4f;
    line-height: 1.2;
}

.video-otzivi-slider .person-role {
    font-family: im-Light;
    font-size: 0.95rem;
    color: #5b6b86;
}

.video-otzivi-slider .quote {
    font-family: im-Regular;
    font-size: 0.98rem;
    line-height: 1.35;
    color: #1f2740;
    font-style: italic;
    background: linear-gradient(135deg, #f9fbff 0%, #eef3ff 100%);
    border-radius: 14px;
    padding: 19px 21px;
    border: 1px solid #dfe7f7;
    box-shadow: 0 10px 30px rgba(15, 60, 107, 0.10);
    margin-top: 12px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.video-otzivi-slider .quote::before{
    content: "“";
    position: absolute;
    left: -2px;
    top: -8px;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    color: #0b3970;
    display: block;
    font-family: im-Bold;
    font-size: 68px;
    line-height: 1;
}
.video-otzivi-slider .quote::after{
    content: "”";
    position: absolute;
    right: 18px;
    bottom: -50px;
    color: #0b3970;
    font-family: im-Bold;
    font-size: 68px;
    line-height: 1;
}

.video-otzivi-slider .thumb-wrap {
    position: relative;
    width: 100%;
    margin-top: 6px;
}

.video-otzivi-slider .thumb {
    width: 100%;
    height: 350px;
    min-height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 0 0 14px 14px;
    display: block;
}
.video-otzivi-slider .thumb.pos-top { object-position: center top; }
.video-otzivi-slider .thumb.pos-bottom { object-position: center bottom; }
.video-otzivi-slider .thumb.pos-left { object-position: left center; }
.video-otzivi-slider .thumb.pos-right { object-position: right center; }

.faq-section{
    padding: 28px 0 84px;
}
.faq-block{
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.faq-block__title{
    margin-bottom: 22px;
    text-align: left;
    font-size: 2.1rem;
    line-height: 1.05;
    color: #223a63;
}
.faq-item{
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(249,251,255,.92) 100%);
    border: 1px solid rgba(120, 149, 196, 0.16);
    border-radius: 30px;
    box-shadow: 0 10px 28px rgba(10, 34, 50, 0.05);
    overflow: hidden;
}
.faq-item + .faq-item{
    margin-top: 14px;
}
.faq-item.is-open{
    box-shadow: 0 18px 40px rgba(10, 34, 50, 0.09);
    border-color: rgba(74, 126, 188, 0.22);
}
.faq-item__summary{
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    padding: 30px 112px 30px 34px;
    font-family: im-Regular;
    font-size: 1.42rem;
    line-height: 1.18;
    color: #1d2433;
}
.faq-item__summary::before,
.faq-item__summary::after{
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    transform: translateY(-50%);
    transition: transform .22s ease, opacity .22s ease;
    z-index: 2;
    box-shadow: none;
}
.faq-item__summary::before{
    box-sizing: content-box;
    padding: 16px;
    width: 22px;
    height: 2px;
    border-radius: 20px;
    background:
        linear-gradient(#ffffff, #ffffff) center/22px 2px no-repeat,
        linear-gradient(135deg,#02769d 0%,#06a172 100%);
    transform: translateY(-50%);
}
.faq-item__summary::after{
    right: 50px;
    width: 22px;
    transform: translateY(-50%) rotate(90deg);
}
.faq-item.is-open .faq-item__summary::after{
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}
.faq-item__summary .faq-item__icon{
    display: none;
}
.faq-item__content{
    display: block;
    height: 0;
    font-size: 1.05rem;
    line-height: 1.68;
    color: #4b5d77;
    opacity: 0;
    overflow: hidden;
    will-change: height, opacity;
    transition: height .32s cubic-bezier(.22,1,.36,1), opacity .2s ease;
}
.faq-item__content-inner{
    padding: 10px 34px 28px;
    transform: translateY(-12px);
    transition: transform .28s cubic-bezier(.22,1,.36,1), opacity .2s ease;
    opacity: 0;
}
.faq-item.is-open .faq-item__content{
    opacity: 1;
}
.faq-item.is-open .faq-item__content-inner{
    transform: translateY(0);
    opacity: 1;
}
.faq-item__content p{
    margin: 0;
}

@media screen and (max-width: 900px){
    .faq-section{
        padding: 24px 0 72px;
    }
    .faq-block{
        padding: 0;
        border-radius: 0;
    }
    .faq-block__title{
        font-size: 1.7rem;
    }
    .faq-item__summary{
        padding: 24px 112px 24px 24px;
        font-size: 1.22rem;
    }
    .faq-item__summary::before,
    .faq-item__summary::after{
        right: 28px;
        width: 20px;
    }
    .faq-item__summary::after{
        right: 44px;
    }
    .faq-item__content{
        font-size: 0.94rem;
    }
    .faq-item__content-inner{
        padding: 8px 24px 24px;
    }
}

@media screen and (max-width: 600px){
    .faq-section{
        padding: 20px 0 58px;
    }
    .faq-block{
        padding: 0;
        border-radius: 0;
    }
    .faq-block__title{
        margin-bottom: 16px;
        font-size: 1.34rem;
        line-height: 1.08;
    }
    .faq-item{
        border-radius: 22px;
    }
    .faq-item__summary{
        padding: 20px 108px 20px 18px;
        font-size: 1.1rem;
        line-height: 1.28;
    }
    .faq-item__summary::before,
    .faq-item__summary::after{
        right: 22px;
        width: 18px;
    }
    .faq-item__summary::after{
        right: 38px;
    }
    .faq-item__content{
        font-size: 0.96rem;
        line-height: 1.55;
    }
    .faq-item__content-inner{
        padding: 8px 18px 20px;
    }
}

.video-otzivi-slider .play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-otzivi-slider .play-btn span {
    width: 104px;
    min-height: 62px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
    background: rgba(255, 0, 0, 0.28);
    border: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 8px 20px 14px;
    font-family: im-Bold;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,0.9);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-otzivi-slider .play-btn svg {
    width: 36px;
    height: 36px;
    margin-left: 2px;
    fill: #ffffff;
}
.video-otzivi-slider .play-btn span::after{
    content: "видео";
    text-transform: uppercase;
    font-family: im-Light;
    line-height: 1;
    margin-top: -2px;
}

.video-otzivi-slider .thumb-wrap:hover .play-btn span {
    transform: scale(1.06);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

@media (max-width: 560px) {
    .video-otzivi-slider .video-card {
        padding: 14px;
    }

    .video-otzivi-slider .thumb {
        height: 300px;
    }

    .video-otzivi-slider .person-name {
        font-size: 1rem;
    }

    .video-otzivi-slider .person-role {
        font-size: 0.9rem;
    }
}
