@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800&subset=cyrillic';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap&subset=cyrillic');
body{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Inter', Arial, sans-serif;
}
@media only screen and (max-width: 480px){
    html, body {
        min-width: 320px;
 background-color: rgba(2, 156, 242, 0.1) !important; 
    }

html {
  scroll-behavior: smooth;
}

}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #d4d4d4	;
    color: #879ba6;
    padding: 20px 0;
}
.footer-push{
    height: 160px;
    margin: 0;
    padding: 0;
}
ul.list,
ol.list{
    margin-bottom: 30px;
}
ol.list{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}
ul.list > li:before{
    content: "\f101";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #FFBB02;
}
ul.list ol,
ol.list ol,
{
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
}
ul.list ul,
ol.list ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FFBB02;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}
h1,
.title-h1{
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 30px;
    
font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
   
}
h2,
.title-h2{
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
}
h4,
.title-h4{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
}
h5, .title-h5 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
h6, .title-h6 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
.light-gray{
    color: #858585;
}
.gray{
    color: #4D4D4D;
}
.green{
    color: #308502;
}
.red{
    color: #FF4632;
}
.white{
    color: #FFF;
}
.black{
    color: #000;
}
.scheme-color{
    color: #FFBB02;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FF4229;
    text-decoration: none !important;
}
a:hover{
    color: #FF3015;
}
a:focus{
    outline: none;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.tplbutton{
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #FFBB02;
    font-size: 18px;
    padding: 6px 12px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 999px !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 0.5px;
}
.tplbutton:hover{
    background: #FF4632 !important;
    color: #fff !important;
}
.tplbutton.block{
    display: block;
    width: 100%;
}
.tplbutton.min,
.tplbutton.mini{
    font-size: 12px;
    padding: 3px 15px;
}
.tplbutton.orange-btn{
    background: #fff;
    border-color: #FE7136;
    color: #FE7136;
    font-size: 16px;
}
.tplbutton.orange-btn:hover{
    color: #fff !important;
    background: #FE7136 !important;
}
.tplbutton.big{
    padding: 14px 60px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: cover;
    max-width: 450px;
border: 1 px solid #d4d3ed;
border-radius: 18px !important;
    background: #edeef0;
    padding: 55px 15px 35px;
}

.modal2 {
    display: none;
    width: cover;
    max-width: 450px;
border: 3 px solid #d4d3ed;
    background: #fff;
    padding: 15px; 
border-radius: 18px !important;
}


.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #F02A29;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}
/**************************************/
.header-push{
    height: 64px;
}
.header-wrapper{
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
  padding: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}

.header{
    background: #fff !important;
border-bottom: none!important;
box-shadow: none!important;
}






.header-panel{
    background: #21282E;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #fff;
    text-decoration: none;
}
.header-panel a:hover{
    text-decoration: underline;
}
.header-tel{
    letter-spacing: 0.5px;
    margin-left: 15px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 10px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}
.header > div{
    display: inline-block;
background: #fff;
}
.logo{
margin-top: 10px;
    margin-left: 0px;
	width: cover;
    background: #FF4632;
width: 130px; 
height: 50px;
}
.mob-menu-btn{
    margin: 16px 10px 0 10px;
}

/* Стили для планшетов (обычно от 768px до 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .mob-menu-btn {
        margin: 16px 10px 0 10px;
    }
}


.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
   padding-right: 15px;
    width: 30px;
    background: #FF4229;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: rgba(32, 39, 44, 0.9);
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 0px;

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > div > ul > li {
    position: relative;
padding-left: 0px;
padding-right: 5px;
}




.mobile-menu > div > ul > li.down > a {
    padding-right: 10px;
}

.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    height: 45px;
    width: 100%;
    z-index: 10;
}
.mobile-menu .dropdown-button:before{
    content:"";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 150px;
background: transparent;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;

border-bottom: 1px solid #33c2ff;
    border-right: 1px solid #33c2ff;
}



.mobile-menu .dropdown-button:hover{

background: rgba(112, 112, 112,  0.5);

}



.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu .uMenuH > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;    
    padding: 10px 20px 10px 20px;
    font-size: 15px !important;
    font-weight: 500 !important;
  
}
.mobile-menu .uMenuH > ul  > li > a.uMenuItemA,
.mobile-menu > div > ul > li > ul > li > a.uMenuItemA,
.mobile-menu ul ul ul a.uMenuItemA{
    color: #FF4229;
background: rgba(112, 112, 112,  0.5);
}

.mobile-menu .uMenuH > ul  > li > a:hover,
.mobile-menu > div > ul > li > ul > li > a:hover,
.mobile-menu ul ul ul a:hover{
    color: #abe6ff;
background: rgba(112, 112, 112,  0.5);
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 40px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 15px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu ul ul ul{
    margin-bottom: 10px;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 55px;
    font-size: 13px;
}
.mobile-menu ul ul ul a:before{
    left: 40px;
    top: 13px;
}
.mobile-menu-close.close {
    top: 26px;
    right: 10px;
}

.callback-btn{
    padding: 0px 10px;
margin: 15px 5px 0 8px;
border-radius: 999px;
    height: 35px;
    line-height: 35px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #FFBB02;
    float: right;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;

    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #FF4229 !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 10px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: rgba(3, 156, 249, 0.5) !important;
    border: 0px solid #fff;
    font-weight: normal;
margin: 10px;
}
.advantages{
    position: relative;
    z-index: 1;
}
.icons .element{
    margin-bottom: 40px;
}
.icons .element .img-wrapper{
    background: #2E3841;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.5s;
    transition: transform ease-out 0.1s, background 0.5s;
    margin-bottom: 20px;
}
.icons .element .img-wrapper:hover{
    background: #FF4632 !important;
}
.icons .element .img-wrapper:after{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
    top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.icons .element .img-wrapper:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	90% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		transform: scale(1.5);
		opacity: 0;
	}
}
.icons .element .title{
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #2E3841;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.icons .element .text{
    font-size: 13px;
    color: #A1B1BC;
}
.dark-bg{
    background: #2E3841;
}
.gray-bg{
    background: #F6F6F7;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
    border-color: #2E3841;
}
.weight300{
    font-weight: 300;
}
.section2:before{
    content:"";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -7px;
    z-index: 10;
}
.portfolio{
    overflow: hidden;
}
.portfolio figure{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.portfolio figure:nth-of-type(2){
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.portfolio figure:nth-of-type(3){
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.portfolio figure:nth-of-type(4){
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.portfolio figure:nth-of-type(5){
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.portfolio figure:nth-of-type(6){
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.portfolio figure:nth-of-type(7){
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.portfolio figure:nth-of-type(8){
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    -o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}





.portfolio img{
    width: 100%;
}
.portfolio figure a.lightgallery-link{
    position: relative;
    display: block;
    overflow: hidden;
}
.portfolio figure a.lightgallery-link:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat;
    background-size: 0 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    content:"";
    z-index: 2;
}
.portfolio figure a.lightgallery-link:hover:after{
    opacity: 1;
    background-size: 88px 89px;
}
.portfolio figure a.lightgallery-link:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #fbab00;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    z-index: 1;
}
.portfolio figure a.lightgallery-link:hover:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio figure .title{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    background: #fff;
    padding: 25px;
    height: 102px;
    overflow: hidden;
}
.portfolio figure:hover .title{
    background: #2E3841;
}
.portfolio figure .title a{
    color: #333;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    font-family: 'Roboto', Arial, sans-serif;
}
.portfolio figure:hover .title a{
    color: #fff;
}
.portfolio figure .title a:hover{
    color: #FF4632;
}
.portfolio figure img{
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.pswp__caption__center{
    text-align: center;
}
.pswp__caption__center .title-h3{
    margin: 15px 0 5px;
}
.num-section{
    background: url(../images/num-section.jpg) 0 0 no-repeat;
    background-attachment: fixed !important;
    color: #fff;
    position: relative;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/pattern.png) rgba(46,56,65,0.8);
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #FF4632;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
hr{
    border-color: #C7C7C7;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.services-section .element{
    padding-left: 80px;
    margin-bottom: 60px;
    
}
.services-section .element .title{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
 
}
.services-section .element .text{
    font-size: 13px;
    color: #A1B1BC;

}
.services-section .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFBB02;

}
.services-section .element .img-wrapper img{
    width: 40px;
    max-height: 40px;

}

/* --------------------
   -------------------- Pricing -------------------- */
.b-pricing { 
    background: url(../images/pricing-section.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative; 
}
.ie .b-pricing{
    background-attachment: scroll;
}
.b-pricing:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/pattern.png) rgba(46,56,65,0.8); content: ''; }
.b-pricing_container {position: relative;z-index: 5;}
.b-pricing_list { text-align: center; }
.b-pricing_plan {display: inline-block;vertical-align: middle;border: 8px solid transparent;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.b-pricing_plan_inner { width: 280px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-pricing_plan_caption { padding: .75em .45em; font: 300 2em/1 'Roboto', sans-serif; text-align: center; color: #fff; background: url('../images/pattern_dark.png') center center repeat; }
.b-pricing_plan_sum { padding: 22px 10px; font: 200 2em/1 'Roboto', sans-serif; text-align: center; }
.b-pricing_plan_include { list-style: none; }
.b-pricing_plan_include li { display: block; padding: .95em .85em .85em; font: 400 1em/1 'Raleway', sans-serif; text-align: center; color: #555; background: #f5f5f5; border-bottom: 1px solid #dedede; }
.b-pricing_plan_checkout { padding: 45px 10px; text-align: center; }
.b-pricing_plan_checkout .e-btn { display: block; margin: 0 auto; padding: 11px; max-width: 225px; font-size: 1.42857142857143em; }
.b-pricing_plan__scale {position: relative;z-index: 5;margin: 10px -15px;font-size: 1.07142857142857em;border-color: #fff;}
.b-pricing_plan__scale .b-pricing_plan_inner { border: 1px solid #dedede; }
.b-pricing_plan__scale .b-pricing_plan_caption { padding: .8em .5em; font: 400 2.2em/1 'Roboto', sans-serif; }
.b-pricing_plan__scale .b-pricing_plan_include li { padding: 1.1em .85em 1em; }
.b-pricing_plan__scale .b-pricing_plan_checkout { padding: 52px 10px; }
.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn { padding: 14px;max-width: 245px; font-size: 22px; }
.b-pricing_plan_caption {
    color: #fff;
    background-color: #FFBB02;
}
.b-pricing_plan_sum {
    color: #FF4632;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan { width: 33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan_checkout .e-btn { padding-left: 10px; padding-right: 10px; width: 100%; }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner { width: 320px; }
    .b-pricing_plan__scale {margin: 0 -20px;}
}
@media (max-width: 991px) {
    .tplbutton{padding: 12px 25px;}
}
@media (max-width: 767px) {
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan{ display: block;}
    .b-pricing_plan__scale {margin: 0;}
    .b-pricing_plan__scale .b-pricing_plan_inner{ box-shadow: none !important; border: none;}
}
/* * * * * *
 * * * * * * Show transitions * * * * * *
                              * * * * * */
.b-pricing_plan {
    opacity: 0;
    border-color: 
    transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity 600ms, transform 400ms;
    -moz-transition: opacity 600ms, transform 400ms;
    transition: opacity 600ms, transform 400ms;
}
.b-pricing_plan_inner { 
    -webkit-box-shadow: 0 0 0 8px transparent; 
    -moz-box-shadow: 0 0 0 8px transparent; 
    box-shadow: 0 0 0 8px transparent; 
    -webkit-transform: rotateY(-90deg); 
    -moz-transform: rotateY(-90deg); 
    transform: rotateY(-90deg); 
    -webkit-transition: -webkit-transform 600ms; 
    -moz-transition: -moz-transform 600ms; 
    transition: transform 600ms; 
    -webkit-backface-visibility: visible; 
    backface-visibility: visible; 
}
.b-pricing_plan__scale .b-pricing_plan_inner { -webkit-box-shadow: 0 0 0 8px #fff; -moz-box-shadow: 0 0 0 8px #fff; box-shadow: 0 0 0 8px #fff; }
.b-pricing_plan:nth-child(2) .b-pricing_plan,
.b-pricing_plan:nth-child(2) .b-pricing_plan_inner { -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; transition-delay: 600ms; }
.b-pricing_plan:nth-child(3) .b-pricing_plan,
.b-pricing_plan:nth-child(3) .b-pricing_plan_inner { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
.b-section__show .b-pricing_plan {opacity: 1;}
.b-section__show .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan {opacity: 1;}
.no-animate .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan,
.no-animate .b-pricing_plan_inner{
    opacity: 1;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
/* --------------------
   -------------------- End Pricing -------------------- */



.reviews-carousel .item{
    
 padding: 0 10px;

}
.reviews-carousel .element{
    background: #fff;
    padding: 15px;
    border-top: 2px solid #FFBB02;
}
.reviews-carousel .element .text{
    font-size: 18px;
    color: #A1B1BC;
}
.reviews-carousel .element .img-wrapper{
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
}
.reviews-carousel .element .title-h3{
    font-weight: normal;
    color: #FFBB02;
    font-style: italic;
}
.reviews-carousel .element .title-h3:before{
    content: " ";
}




.tt-testimonal-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #dadada;
}
.contacts-section .element{
    min-height: 100px;
    border: 1px solid #9BA2A8;
    margin-bottom: 10px;
    padding: 26px 12px 22px 80px;
    color: #9BA2A8;
    font-size: 14px;    
    position: relative;
}
.contacts-section .element .icon{
    position: absolute;
    top: 50%;
    left: -1px;
    width: 51px;
    height: 51px;
    background: #FFBB02;
    margin-top: -25.5px;
}
/*------------------------------
	Google Map
------------------------------*/
.google-map {
  height: 450px;
  width: 100%;
}
.google-map img {
  max-width: none;
  display: inline;
}
.google-map .infoBox img[src*="close.png"] {
  position: absolute !important;
  z-index: 1001;
  width: 12px;
  height: 12px;
  margin: 0;
  top: 12px;
  right: 12px;
  opacity: 0.6;
  transition: all 0.2s;
}
.google-map .infoBox img[src*="close.png"]:hover {
  opacity: 1;
}

.google-map .map-marker-container {
  position: relative;
  max-width: 300px;
  font-size: 14px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
  padding: 15px;
  border: 1px solid #999999;
}

.google-map .map-marker-container .arrow-down {
  position: absolute;
  bottom: -28px;
  left: 20px;
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 14px;
}

.google-map .map-marker-container .content {
  padding: 10px 15px;
  width: 220px;
}

.google-map .map-marker-container .content .title {
  margin-bottom: 0;
  transition: all 0.2s;
  visibility: inherit;
  color: #000;
  text-transform: uppercase;
  font-family: 'MPC', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.google-map .map-marker-container .content > div{
    margin-bottom: 5px;
}
.map-marker-container .content:after{
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    content:"";
    bottom: -6px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/******************************************/

/*------------------------------
	END Google Map
------------------------------*/
.quest-section span{
    display: block;
    margin-bottom: 10px;
}





@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}

.middle{
    padding-top: 0px;
  padding-left: 0px;
}



/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1239px) {
.icons .img-wrapper img{
    width: 140px;
}
}
@media only screen and (max-width: 991px) {
.icons .img-wrapper img{
    width: 100px;
}
.slick-dots{
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 768px) {
.modal {
    padding: 55px 40px 40px;
}
.mobile-tab-header {
    display: none;
}
ul.tabs.mobile {
    display: block !important;
    margin: 0;
}
.box {
    padding: 0 15px;
}
h1.big,
.title-h1.big{
    font-size: 50px;
}
h1,
.title-h1{
    font-size: 34px;
    margin-bottom: 30px;
}
.logo{
    margin-left: 0px;
}
.portfolio figure{
    width: 50%;
}
.services-section hr:nth-of-type(2n){
    clear: both;
}
.quest-section span{
    vertical-align: top;
    margin-right: 30px;
    display: inline;
    margin-bottom: 0;
}
.contacts-section .element {
    padding: 26px 12px 22px 22px;
    text-align: center;
}
}


@media only screen and (min-width: 925px){
.box {
    padding: 0px;

}
.callback-btn {
    padding: 0 25px;
    font-size: 16px;
}
.top-menu{
padding: 0px;
    padding-left: 0px;
 margin: 0px;
}
.top-menu .uMenuH{
    padding-top: 0px;
    float: right;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0px;
font-size: 18px !important;

}
.top-menu .uMenuH > ul > li{
    display: inline-block;
    margin: 0px;
    position: relative;

}
.top-menu .uMenuH > ul > li > a{
    display: inline-block;
    font-size: 16px !important;
background: #f2f5fa;
border-radius:999px;
    color: #21282E;
padding: 5px 10px;
 margin: 10px 0px 0px;
align: top;
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

}
.top-menu .uMenuH > ul > li > a:hover {
background: #e3f0ff;
}


.top-menu .uMenuH > ul > li > a.active {
    background: #d4e8ff !important;  
    color: #029cf2 !important;       
    font-weight: 500 !important;  
}


.top-menu .uMenuH > ul > li.active > a {
    background: #d4e8ff !important;  
    color: #029cf2 !important;       
    font-weight: 500 !important;  
}


.top-menu .uMenuH > ul > li:hover > a,
.top-menu .uMenuH > ul > li > a.uMenuItemA{
    color: #FF4632;
border-bottom: 0px solid #0095ff;
}


.top-menu > div > ul > li > ul{
    position: absolute;
    width: 50px !important;
    top: 15px;
    padding-top: 44px;
    left: 0;
cursor: pointer;

    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
    text-align: left;
    z-index: 100;

}
.top-menu > div > ul > li > ul > li > a{
width: 180px;
    background: #21282e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid #171b1f;
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: rgb(214, 214, 214, 0.5);
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 10;
}
.top-menu > div > ul > li > ul > li:first-of-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    
background: #21282e;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-menu > div > ul > li > ul > li:first-of-type > a{
    border-top: none;
}
.top-menu > div > ul > li > ul > li:hover > a,
.top-menu > div > ul > li > ul > li > a.uMenuItemA {
    background: #171b1f;
    color: #fff;

}
.top-menu ul ul ul ul{
    display: none !important;
margin-top: -15px;
}
.top-menu ul ul ul{
    position: absolute;
    top: 0;
    left: 240px;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;

}
.top-menu ul ul li{
    position: relative;
}
.top-menu ul ul li.uWithSubmenu > a{
    padding-right: 50px;
}
.top-menu ul ul li.uWithSubmenu > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -15px;
}
.top-menu ul ul li:hover ul{
    visibility: visible;
    opacity: 1;


}
.top-menu ul ul ul a{
    background: #21282e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid #171b1f;
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 10;

}
.top-menu ul ul li:last-of-type > ul > li:first-of-type > a{
    border-top: none;
    border-left: none;

}
.top-menu ul ul ul li:hover a,
.top-menu ul ul ul li a.uMenuItemA{
background: #171b1f;
    color: #fff;
}


.mobile-menu,
.overlay{
    display: none;
}
.logo{
    margin-left: 0px;
background: #fff;
}
.services-section hr:nth-of-type(2n){
    clear: none;
}
.services-section hr:nth-of-type(3n){
    clear: both;
}
.reviews-carousel .item{
    padding: 0 10px 10px 10px !important;
}

/* Для всех устройств */
.reviews-carousel .slick-dots {
    display: flex !important; /* Вместо block */
    justify-content: center;
    margin: 25px 0 15px 0 !important;
    padding: 0 !important;
    list-style: none;
}

/* Адаптивность */
@media (max-width: 926px) {
    .reviews-carousel .slick-dots {
        display: flex !important; /* Явно указать flex */
        margin: 20px 0 10px 0 !important;
    }
}

.reviews-carousel .element{
    padding: 30px 30px  30px 110px;
}
.reviews-carousel .element .text{
    line-height: 1.8;
}
.reviews-carousel .element .img-wrapper{
    position: absolute;
    bottom: -50px;
    left: -30px;
}
.reviews-carousel .element .title-h3{
    position: absolute;
    bottom: -54px;
}
.contacts-section .element {
    padding: 26px 12px 22px 80px;
    text-align: left;
}
}


@media only screen and (min-width: 1240px) {
.portfolio figure{
    width: 25%;
}
ul.tabs.mobile li{
    padding: 18px 90px;
}
.top-menu .uMenuH > ul > li{
    margin: 0 20px;
}
.top-menu .uMenuH > ul > li > a{
    font-size: 15px;
}
.top-slider .text{
    font-size: 18px;
    line-height: 1.6;
}
}

/* top slider */
.top-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .item{
    overflow: hidden;
    height: 450px;
    position: relative;
}
.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/pattern.png) rgba(0,0,0,0.1);
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.video-block{
    height: 100%;
}
.video-block .table{
    z-index: 10;
    position: relative;
}
video#video_background { 
     position: absolute; 
overflow:hidden;
align: center;
top:50%; 
left: 50%;
    width: 50%;
   height:100vh;
  min-width: 100%; 
     min-height: 100%;
   display: flex; 
transform: translate(-50%,-50%); 
object-fit: cover;
} 
.video-block .pattern{
    position: absolute; 
    left: 0; 
    top: 0; 

    width: 100%; 
    height: 100%;
    background: url(../images/pattern2.png);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
.top-slider .item{
    height: 400px;
}
.header-push{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.hPanelHide{
    top: -36px;
}
}
@media only screen and (min-width: 992px) {
.top-slider .item{
    height:cover;
}
.top-slider .table{
    opacity: 0;
height:cover;
width:cover;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top-slider .table.active{
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
}
@media only screen and (min-width: 1240px) {
.top-slider .text{
    font-size: 18px;
    line-height: 1.6;
}
}
@media only screen and (min-width: 1360px){
.top-slider .item{
    height: 640px;
}
}
/* end top slider */

/* Action */
.action-section{
    background: url(../images/bg.gif);
}
.action-section .title{
    line-height: 1.3;
}
.countdownHolder{
    position:relative;
    font-size:16px;
    line-height:36px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-align:center;
    width:300px;
    margin: auto;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 50px;
    padding: 8px 0;
    background-color:#2E3841;
    border-radius:7px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:":";
    display: block;
    position: absolute;
    top: 6px;
    right: -10px;
    color: #2E3841;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:14px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position: absolute;
    display:block;
    width: 20px;
    text-align: center;
left: 0;
    bottom: -30px;
    content:'дней';
    color:#2E3841;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
text-align: center;
}
.countHours:before{
    content:'часов';
text-align: center;
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}


@media only screen and (min-width: 992px){
.countdownHolder{
    font-size:36px;
    text-align: center;
    width:400px;
}    
.countdownHolder > span:nth-of-type(odd){
    width: 70px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 70px;
    font-size: 14px;
    bottom: -34px;
}
}
/* End action */

/* Partners */
.partners-carousel{
    margin: 0 -5px;
}
.partners-carousel .item{
    padding: 0 5px;
}
.partners-carousel .item img{
    border: 2px solid #D1CFCF;
}
/*End partners*/

/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 19px;
    font-size: 13px;
    line-height: 1.62;
    color: #888885;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
border-radius: 10px;
}

.accordeon .element.active {
    border-radius: 10px !important;

}

.accordeon .element .title{
    cursor: pointer;
    padding: 17px 15px 17px 70px;
    text-transform: uppercase;
    font-family: 'Roboto', Open Sans, sans-serif;
    
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    color: #888885;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title{
    background: #FFBB02;
    color: #fff !important;
border-radius: 10px 10px 0 0 !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
border-radius: 10px 0 0 10px;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
    background: url(../images/minus.png) 50% 50% no-repeat #333;
border-radius: 10px 0 0 0;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
/************************* end accordeon **************************/
.youtube-video-box img{
    width: 100%;
}
.youtube-video-box .title-h3{
    margin-bottom: 3px;
}
.youtube-video:after{
    content: "\f04b";
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -35px;
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    color: #FF4632;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.youtube-video:hover:after{
    color: #333 !important;
}
.content{
    font-size: 14px;
}
































/*============================ UCOZ STYLE =======================*/






/*======================= NEWS BEGIN ===================*/
.news-list-template .top-menu a[href*="/news/"],
.news-detail-template .top-menu a[href*="/news/"]{
    color: #FF3324 !important;
}
.news-list-template .mobile-menu a[href*="/news/"],
.news-detail-template .mobile-menu a[href*="/news/"]{
    color: #ffffff;
}
.news-list table.dayAllEntries{
    margin-bottom: 50px;
}
.news-element{
    margin-top: 0px;

    padding-top: 0px;
    border-top: 0px solid #C7C7C7;
    font-size: 17px;
}
#allEntries > div:first-of-type .news-element,
.news-list .archiveEntries > div:first-of-type .news-element{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news-element h5{
    margin-top: -5px;
}
.art-list .news-element h5{
    margin: -5px 0 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
.news-element h5 a{
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-element h5 a:hover{
    color: #939394;
}
.news-element img{
width: 100%;
max-height: 250px;
 

}
.news-date{
    position: absolute;
    top: 0;
    left: 10px;
    padding: 2px 2px;
    color: #fff;
    background: #21282e;
    font-size: 14px;
}

.premium{
    position: absolute; 
     top: -7px;
right: 10px;
    padding: 5px;
    color: #fff;
   
}

.news-list .element-info{
    margin: 5px 0 15px;
    font-size: 15px;
}
.news-list .news-element .text{
    font-size: 14px;
}
.element-info{
    margin: 0 0 10px;
    font-size: 14px;
    color: #969696;
}
.element-info a{
    text-decoration: none;
    color: #969696 !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.element-info a:hover{
    color: #2E2E2E !important;
}
.element-info span{
    margin-right: 10px;
}
.element-info .fa{
    margin-right: 4px;
}
.news-element .img-wrapper a:after{
    background: url(../images/link-icon.png) 50% 50% no-repeat rgba(0,0,0,0.7);
background-size: 0 0;    
background-margin: 0;
    
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    content:"";
    display: block;
    position: absolute;
    width: 100%;
   height: 100%;
 
    top: 0;
    left: 10px;

    opacity: 0;
    z-index: 5;

}
.news-element .img-wrapper a:hover:after{
    opacity: 1;
    background-size: 36px 36px;

}


@media only screen and (max-width: 767px) {
    .news-element .img-wrapper{
       margin-bottom: 0px; 

    }


    .news-element{
        padding-top: 10px;
    }
}

.item-gallery .element{
    margin-bottom: 10px;
}
.item-gallery .element .img-wrapper{
    position: relative;
}
.item-gallery .element img{
    width: 100%;
    display: block;
}
.item-gallery .element a.lightgallery-link{
    display: block;
    position: relative;
}
.item-gallery .element a.lightgallery-link:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom-icon.png) 50% 43% no-repeat rgba(33,40,46,0.5);
    background-size: 0 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    content:"";
    z-index: 2;
}
.item-gallery .element a.lightgallery-link:hover:after{
    opacity: 1;
    background-size: 60px 60px;
}

.item-gallery .text {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #21282E;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20;
}
.item-gallery .text a{
    color: #fff;
}
.item-gallery .text a:hover{
    color: #FF4229;
}
.noEntry{
    text-align: left !important;
}
/*======================= NEWS END ===================*/





.top-align{
    vertical-align: top;
  top: 0;
}









/*============================ GALLERY DO-POSLE BEGIN =======================*/
.gallery-do-posle .subelement{
    margin-bottom: 10px;
}
.gallery-do-posle .subelement .text{
    font-size: 13px;
    margin-top: 5px;
}
.span-do,
.span-posle{
    display: block;
    position: absolute;
    padding: 1px 10px;
    top: 5px;
    left: 0;
    color: #fff;
}
.span-do{
    background: #FF3324;
}
.span-posle{
    background: #1C9700;
}
@media only screen and (min-width: 768px) {
.gallery-do-posle .img-wrapper .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}  
.lightgallery img{
    display: block;
    width: 100%;
}
.lightgallery a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat rgba(0,0,0,0.2);
    background-size: 0 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.lightgallery .img-wrapper:hover a:after{
    opacity: 1;
    background-size: 60px 60px;
}
}
/*============================ GALLERY DO-POSLE END =======================*/

table.tpl-table{
    width: 100%;
    border-collapse: collapse;
overflow-x: auto;
overflow-y: auto;
}
table.tpl-table tr:nth-child(odd) {
    background: #F5F5F5;
overflow-x: auto;
overflow-y: auto;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 14px 20px;
    font-size: 16px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table.tpl-table td:first-child, 
table.tpl-table th:first-child {
    border-left: none;
}

@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px){
    .main-column {
        padding-left: 0px;
    }    
}

/*======== BREADCRUMBS BEGIN =======*/
.breadcrumbs-wrapper{
    margin: -20px 0 35px;
    font-size: 15px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 5px;
    color: #9a9a9a;
}
.breadcrumbs-wrapper a{
    color: #21282E;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.breadcrumbs-wrapper a:hover{
    color: #939394;
}
.breadcrumbs-wrapper a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    right: -16px;
    border-top: 1px solid #21282E;
    border-right: 1px solid #21282E;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.breadcrumbs-wrapper a:hover:after{
    border-color: #2E2E2E;
}
.breadcrumbs-wrapper li:last-of-type a:after{
    display: none;
}
/*========= BREADCRUMBS END =====*/








/*===== ASIDE BLOCKS BEGIN =====*/
.aside h4, .aside .title-h4 {
    margin-bottom: 15px;
}

/* ASIDE MENU BEGIN */
.aside-menu{
    position: relative;
    margin-bottom: 40px;
border-radius: 12px !important;

}
.aside-menu > ul{
    display: none;
}
.aside-menu.active > ul {
    display: block;
}
.aside-menu > ul > li > a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 1px solid #012e50;
    background: #00487F;
    position: relative;
    padding: 13px 30px 13px 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul > li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-menu > ul > li > ul{
    display: none;
}
.aside-menu > ul > li.active > a{
    background: #012e50;
    color: #ffffff;
}
.aside-menu > ul > li.active > ul{
    display: block;
    background: #8FCFCB;
    margin-top: -10px;
    padding-bottom: 12px;
}
.aside-menu > ul > li.active > ul a{
    display: block;
    text-decoration: none;
    color: #3E5C5A;
    font-size: 13px;
    position: relative;
    padding: 5px 20px 5px 30px;
}
.aside-menu > ul > li.active > ul a:before{
    content:"";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 12px;
    left: 20px;
    background: #3E5C5A;
    border-radius: 50%;
}
.aside-menu-title {
    font-size: 20px;
    padding: 10px 42px 10px 20px;
    background: #879ba6;
    position: relative;
    color: #fff;
    border-bottom: 0px solid #21282e;
    cursor: pointer;
border-radius: 12px !important;
}
.active .aside-menu-title{
    border-bottom-color: #012E50;
background: #a1b3bc;
}
.aside-menu-title:after{
    content:"";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.active .aside-menu-title:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

@media only screen and (min-width: 992px) {
.aside-menu > ul{
    display: block;
}
.aside-menu{
    margin-bottom: 30px;
    padding-top: 9px;
}
.aside-menu > ul > li > a {
    color: #2e2e2e;
    font-size: 15px;
    background: #fff;
    border-bottom: none;
}
.aside-menu > ul > li {
    border-top: 1px solid #C7C7C7;
}
.aside-menu > ul > li:last-of-type {
    border-bottom: 1px solid #C7C7C7;
}
.aside-menu > ul > li.active,
.aside-menu > ul > li.active + li{
    border-color: #00487F;
}
.aside-menu > ul > li > a:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}
.aside-menu > ul > li.active > a{
    background: #00487F !important;
    color: #ffffff !important;
}
.aside-menu > ul > li:hover > a{
    color: #00487F;
    background: #f8f8f8;
}
.aside-menu > ul > li:hover > a:after {
    border-top-color:  #00487F;
    border-right-color: #00487F;
}
.aside-menu > ul > li.active > a:after {
    border-top-color:  #fff !important;
    border-right-color: #fff !important;
}
}

/* ASIDE MENU END */







/* aside categories menu begin*/
.aside-categories .catsTd{
    position: relative;
background: #f6f6f8;
   border-radius: 3px;

}

catNumData{
    position: relative;
background: #f6f6f8;
   border-radius: 3px;
}

.aside-categories span{
    position: absolute;
    right: 18px;
    top: 14px;
    padding: 3px 7px;
    font-size: 13px;
    background: #d6d6d6;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}
.aside-categories a{
hyphens: none;
    display: block;
    padding: 12px 30px 12px 12px;
    border-bottom: 1px solid #e3e3e4;
    text-decoration: none;
    color: #2e2e2e !important;
    font-size: 14px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-categories a.catNameActive{
    background: #8a8a8a !important;
    border-color: #8a8a8a !important;
    color: #fff !important;
}
.aside-categories a.catNameActive + span{
    background: #fff;
    color: #2E2E2E;
}

@media only screen and (max-width: 991px){
    .aside-menu .aside-categories{
        display: none;

    } 
    .aside-menu.active .aside-categories {
        display: block;
 transition: max-height 0.3s ease !important;
    }   
    .aside-categories a {
        padding-left: 20px;
        border-right: 1px solid #E3E3E4;
        border-left: 1px solid #E3E3E4;
    }
    .aside-categories a.catNameActive{
        border-color: #012E50 !important;
        background: #012E50;
    }
    .aside-categories span{
        background: transparent !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 992px){
    .aside-categories tr:first-of-type a{
        border-top: 1px solid #e3e3e4;
    }
    .aside-categories a:hover{
        background: #e3e3e4;
    }
    .aside-categories a.catNameActive{
        margin-top: -1px;
    }
}

/*добавочный для мобилок*/
@media only screen and (max-width: 991px) {
    /* Плавное раскрытие */
    .aside-menu .aside-categories {
        display: block !important;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 0 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .aside-menu.active .aside-categories {
        max-height: 320px !important;
        overflow-y: auto !important;
    }
    /* Кастомный серый скролл */
    .aside-categories::-webkit-scrollbar {
        width: 4px;
    }
    .aside-categories::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0 12px 12px 0;
    }
    .aside-categories::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }
    /* Эффекты ссылок */
    .aside-categories a {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
    }
    .aside-categories a:hover {
        background: rgba(0, 0, 0, 0.05) !important;
        color: #1a1a1a !important;
        padding-left: 16px;
    }
    .aside-categories a:active {
        background: rgba(0, 0, 0, 0.1) !important;
        color: #000 !important;
        transform: scale(0.99);
    }
}
/*добавочный для мобилок*/




/* aside categories menu end*/



/* aside search begin*/
.searchForm {
    margin-bottom: 20px;
    position: relative;
    margin-top: 5px;
}
.searchForm [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    width: 50px;
    color: #C7C7C7;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
/* aside search end*/


/* aside-datepicker begin*/
.aside-datepicker table{
    width: 100%;
}
.aside-datepicker table td {
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
    border: 1px solid #e1e7eb;
}
.aside-datepicker table a{
    text-decoration: none;
}
.aside-datepicker .calMonth{
    background: #21282e;
    border-color: #21282e;
    padding: 8px;
    font-size: 16px;
}
.aside-datepicker .calMonth a{
    color: #fff;
}
.aside-datepicker .calMdayIs a,
.aside-datepicker .calMdayIsA a{
    color: #21282e;
    font-weight: bold;
}
.aside-datepicker .calWday,
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
    font-size: 13px;
    background: #f1f1f1;
    padding: 6px 4px;
}
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
    color: #FF3324;
    font-weight: bold;
}
/* aside-datepicker end*/

/* aside archive begin*/
.sidebox-archive li{
    margin-bottom: 10px;
}
.sidebox-archive li:last-of-type{
    margin-bottom: 0;
}
.sidebox-archive a{
    text-decoration: none;
    position: relative;
    color: #21282e;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    font-size: 14px;
}
.sidebox-archive a:hover{
    color: #2E2E2E;
}
.sidebox-archive a:before{
    content: "\f073";
    margin-right: 6px;
    font-family: FontAwesome;
    font-size: 16px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
/* aside archive end*/

/* tag cloud begin */
.tag-cloud{
    overflow: hidden;
    color: #fff;
}
.tag-cloud p{
    margin-bottom: 10px;
}
.tag-cloud p,
.tag-cloud .title-h4{
    color: #2E2E2E;
}
.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px 2px;
    border: 1px solid #d6d6d6;
    margin: 0 5px 5px 0;
    text-transform: lowercase;
    float: left;
    background: #d6d6d6;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
}
.tag-cloud a:hover{
    background: #333333;
    color: #fff;
    border-color: #333333;
}
/* tag cloud end */

/*===== AASIDE BLOCKS  END =====*/








/*======================= CONTACTS TEMPLATE BEGIN ===================*/
.contacts-template .google-map {
    height: 250px;
}
.contacts-template textarea.form-control{
    min-height: 196px;
}
@media only screen and (min-width: 768px){
.contacts-template .google-map {
    height: 415px;
    border: 1px solid #C7C7C7;
}
}
@media only screen and (min-width: 1230px){
    .contacts-template .contacts-block {
        padding-right: 60px;
    }    
}
/*======================== CONTACTS TEMPLATE END ====================*/

/*======================= ABOUT TEMPLATE BEGIN ===================*/
.about-template .ulightbox{
    display: none;
}
/*======================= ABOUT TEMPLATE END ===================*/



.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.files-list .element:before{
    content:"\f0f6";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    line-height: 1;
    font-family: FontAwesome;
}
.files-list .element .title{
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase; 
}
.files-list .element .title span{
    font-weight: normal;
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 13px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}

.fontawesome-icon-list .fa-hover {
    display: block;
    height: 32px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    border-radius: 4px;
}
.fontawesome-icon-list .fa-hover:hover{
    color: #fff;
    background: #21282E;
}
.fontawesome-icon-list .fa-hover:hover .fa{
    font-size: 28px;
    vertical-align: -6px;
}





/*============================ UCOZ CUSTOM STYLES BEGIN =======================*/
/* pagination begin */
.row > div > .catPages1{
   padding-left: 10px;
   padding-right: 10px; 
}
.row.min > div > .catPages1{
   padding-left: 5px;
   padding-right: 5px; 
}
.catPages1,
.pagination{
    text-align: left;
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.portfolio-template .pagination{
    margin-bottom: 50px;
}
.news-list .catPages1{
    margin-top: 30px;
    margin-bottom: 0;
}
.catPages1 > b, 
.catPages1 > a > span,
.pagesBlockuz1 > b,
.pagesBlockuz1 > a > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
}
.catPages1 .swchItemA, .pagesBlockuz1 .swchItemA {
    background: #21282e;
    color: #fff;
    border-color: #21282e;
    position: relative;
    z-index: 2;
}

/* pagination end */


.myWinFooter{
    display: none !important;
}
/* systems messages popup begin*/

/* Основной контейнер окна */
#_uwndTop4, #_uwndTop1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 9900 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* Окно комментария - ФИКС Z-INDEX */
#_uwndWnd1, ._uwndWnd2 {
    position: relative !important;
    width: auto !important;
    max-width: min(600px, 90vw) !important;
    min-width: min(280px, 90vw) !important;
    margin: 0 auto !important;
    z-index: 9999 !important; /* Выше чем myWinGrid */
}


/* Убираем перекрывающий элемент */
.myWinGrid {
    display: none !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* Увеличиваем z-index для всех частей окна */
.xw-plain, .xw-tl, .xw-tr, .xw-tc, 
.xw-ml, .xw-mr, .xw-mc, .xw-body,
.xw-bl, .xw-br, .xw-bc {
    z-index: 9999 !important;
}

/* Контейнер содержимого - БЕЛЫЙ */
.myWinCont {
    width: 100% !important;
height: 100% !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    overflow: hidden !important;
    z-index: 9999 !important;
min-height: 220px !important;
}


/* Фикс для повторного открытия - сбрасываем стили */
#_uwndWnd1[style], ._uwndWnd2[style] {
    width: auto !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
}

/* Крестик закрытия - ФИКС Z-INDEX */
.xt {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    z-index: 9999 !important; /* Самый высокий z-index */
}

.xt::before, .xt::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 18px !important;
    height: 2px !important;
    background: #6c757d !important;
    border-radius: 1px !important;
    transition: all 0.2s ease !important;
}

.xt::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.xt::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.xt:hover::before, .xt:hover::after {
    background: #dc3545 !important;
}

/* Заголовок окна */
.xw-hdr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 0 16px 0 !important;
    margin: 0 0 16px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    position: relative !important;
    z-index: 9999 !important;
}

.xw-hdr .xw-hdr-text {
    font-size: 20px !important;
    color: #21282E !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Текстовое поле */
.myWinCont textarea {
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 140px !important;
    padding: 12px !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 6px !important;
    resize: vertical !important;
    background: #f8f9fa !important;
    color: #2c3e50 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease !important;
    margin: 0 0 16px 0 !important;
}

.myWinCont textarea:focus {
    border-color: #007bff !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
}

/* Кнопка отправки */
.myWinCont .ubtn-default {
    padding: 10px 20px !important;
    background: #4285f4 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

.myWinCont .ubtn-default:hover {
    background: #3367d6 !important;
    transform: translateY(-1px) !important;
}

.myWinCont .ubtn-default:active {
    transform: translateY(0) !important;
}

/* Стили для содержимого */
.myWinCont b {
    color: #000 !important;
    font-weight: 600 !important;
}

.myWinCont, 
.myWinCont td, 
.myWinCont dl,
.myWinCont label, 
.myWinCont dt {
    color: #495057 !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Таблицы и формы */
.myWinCont table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 8px 0 !important;
}

.myWinCont tr {
    display: table-row !important;
}

.myWinCont td {
    padding: 8px 4px !important;
    vertical-align: middle !important;
}

.myWinCont select {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid #d1d9e0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    #_uwndTop4, #_uwndTop1 {
        padding: 16px !important;
    }
    
    .myWinCont {
        padding: 16px !important;
        border-radius: 6px !important;
    }
    
    .xw-hdr {
        padding: 0 0 12px 0 !important;
        margin: 0 0 12px 0 !important;
    }
    
    .xw-hdr .xw-hdr-text {
        font-size: 18px !important;
    }
    
    /* Увеличиваем z-index для мобильных */
    #_uwndWnd1, ._uwndWnd2 {
        z-index: 21010 !important;
    }
}

@media (max-width: 480px) {
    #_uwndTop4, #_uwndTop1 {
        padding: 12px !important;
    }
    
    .myWinCont {
        padding: 12px !important;
    }
    
    /* Мобильная адаптация таблиц */
    .myWinCont tr {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
    }
    
    .myWinCont td {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .myWinCont textarea {
        padding: 10px !important;
        font-size: 16px !important;
    }
    
    /* Крестик для мобильных */
    .xt {
        top: 10px !important;
        right: 10px !important;
        width: 20px !important;
        height: 20px !important;
    }
    
    .xt::before, .xt::after {
        width: 16px !important;
        height: 2px !important;
    }
}

/* Обработка переполнения */
.myWinCont {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 90vh !important;
}

.xw-body, .xw-mc, .xw-ml, .xw-mr {
    overflow: visible !important;
    width: 100% !important;
height: 100%  !important;
}

/* Анимация появления */
#_uwndWnd1, ._uwndWnd2 {
    animation: modalSlideIn 0.3s ease-out !important;
height: 100%  !important;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Состояния фокуса для доступности */
.xt:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
}

.myWinCont select:focus,
.myWinCont textarea:focus {
    outline: 2px solid #007bff !important;
    outline-offset: -1px !important;
}

/* Фикс для драг-элементов */
.xw-draggable {
    cursor: move !important;
}

/* Убираем выделение текста в заголовке */
.xw-unselectable {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

/* systems messages popup end */




div[style^='float']{
    display: none !important;
}



 login-with .i{
            left: 50% !important;
            top: -50% !important;
    }   



/* custom comments begin */
button.uf-btn,
input#addcBut{
    background: #21282e !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 25px 9px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    border: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px !important;
    height: auto !important;
    border-radius: 0 !important;
}
button.uf-btn:hover,
input#addcBut:hover{
    background: #0056ad !important;
    color: #fff !important;
}
.uComment.cBlock1, 
.uComment.cBlock2{
    padding: 20px !important;
    background: #fff !important;
    box-shadow: 0 0 1px rgba(0,0,0,0.15);
}
.uComment .uc-top-left .username{
    color: #2E2E2E;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.uComment .uc-message.cMessage{
    font-size: 14px !important;
}
.uComment span[itemprop="datePublished"] {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    padding-top: 2px;
    color: #21282e;
    opacity: 1;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: bold;
}
.com-order-block{
    display: none;
}

.ucf-start-content textarea {
    height: 150px !important;
    max-height: 150px !important;
    border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
    .uComment span[itemprop="datePublished"]{
        margin-left: 0;
    }
    .uauth-small-links{
        margin: 0 0 30px -100px !important;
    }
    .uauth-small-links > a:first-of-type{
        margin-left: 32px;
    }
    .xw-hdr .xw-hdr-text {
        font-size: 18px !important;
    }
    .myWinCont, .myWinCont td, 
    .myWinCont dl, 
    .myWinCont dt {
        font-size: 14px;
         color: #21282e;
    }
}
/* custom comments end */




/* photo albums begin */

#uEntriesList .uEntryWrap {
    width: auto !important;
    text-align: left !important;
    display: block !important;
}
#uEntriesList .entryBlock{
    display: block !important;
}
/* photo albums end */

select[name="f7"] {
    border-radius: 12px !important;
width: 100% !important;
}




/* guest book begin */
.gb-form-inner .form-group input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;

}
.gb-form-inner .form-group textarea{
    display: block;
    width: 100%;
    height: 150px;
    max-height: 150px;
    padding: 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;

}
.captcha-group input{
    display: inline-block;
    width: 158px;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
    margin-right: 7px;
}
.gb-form-inner .form-group input:focus,
.gb-form-inner .form-group textarea:focus,
.captcha-group input:focus{
    outline: 0;
    border-color: #6B6B6B;
    color: #707070;
}

.manTable {
width: 100%;
max-width: inherit !important;
margin: 0 auto;
}

@media (max-width: 480px) {
   .manTable tr{display: flex; flex-direction: column;} 
}

.manTable tr{
line-height: 2;
border-bottom: 0px solid #f5f5f5;

}

.manTable hr{
line-height: 2;
border-bottom: 1px solid #f6f6f8;
height: 0px;
color: #879ba6!important;
}
.manTable td{
padding: 10px;
}

.user-editing3{
 color: #202832;

}



.manTable td .user-editing1{
padding: 10px;
display: block;
}

.user-editing input[type="text"]{
    display: flex;
    width: 100%;
min-width: 100px !important;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
font: weight300 !important;
}

.user-editing input[type="text"]:focus{
    outline: 0;
    border-color: #448ffc;
    color: #707070;
}


.user-editing2{
align-items: center;
  justify-content: center;
}
.manFlSbm{
display: block;
   width: fit-content;
    height: cover;
    padding: 5 18px;
    font-size: 16px;
font-weight:bold;
    color: #fff !important;
    background-color: #202832 !important;
    border: 0px solid #C7C7C7;
    margin-bottom: 10px;
margin-top: 10px;
border-radius: 5px;
font: weight300 !important;
align-items: center;
  justify-content: center;
margin-left:50%;
margin-right:50%;

}



.manFlSbm:hover{
    outline: 0;
    color: #fff;
    background-color: #029cf2 !important;
   color: #fff !important;
transition: background-color 150ms ease-in-out;
}







.user-editing label{
 line-height: 1.42857143;
word-break: normal;
   display: flex;
white-space:pre-wrap;   
}
.manFlaCountry{
 line-height: 1.42857143;
word-break: normal;
   display: flex;
white-space:pre-wrap; 
width: cover;
max-width: 300px;
}

.manFlaCountry option {
 display: none;
}
.manFlaCountry .top {
display: block;
 color: #707070;
font-weight: normal;
font: weight300 !important;
}

#siF6 option[value="12"]{
    color: #707070; 
    display: none;
font-weight: normal;
font: weight300 !important;
}


.user-editing #siM65{
 line-height: 1.42857143;
display: flex;
      
}


.user-editing input[type="checkbox"]{
 border: 1px solid #C7C7C7;
color: #448ffc;      
}

.user-editing input[type="checkbox"]:hover{
    outline: 0;
    border-color: #448ffc;
   color: #448ffc;
}

.user-group-btn a{
display: block;
   width: fit-content;
    height: cover;
    padding: 0 15px;
    font-size: 14px;
    color: #fff !important;
    background-color: #029cf2 !important;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
margin-top: 10px;
border-radius: 5px;
font: weight300 !important;
}



.user-group-btn a:hover{
    outline: 0;
    color: #fff;
    background-color: #202832 !important;
   color: #fff !important;
transition: background-color 150ms ease-in-out;
}


.user-editing textarea{
    display: flex;
white-space:pre-wrap;
    width: 100%;
    height: 145px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
font: weight300 !important;
}

.user-editing textarea:focus{
    outline: 0;
    border-color: #448ffc;
    color: #707070;
}

.manFlAvaLink{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
font: weight300 !important;
}

.manFlAvaLink:focus{
    outline: 0;
    border-color: #448ffc;
    color: #707070;
}




.manTable td select:hover{
 padding: 5 15px;
    outline: 0;
    border-color: #448ffc;
    color: #707070;
font: weight300 !important;
}


td .user-editing1 a{
 width: fit-content;
    height: cover;
    padding: 5px 15px;
    font-size: 14px;
    
    background-color: transparent;
    border: 0px solid #C7C7C7;
  margin-top: 10px !important;
border-radius: 5px;
font: weight300 !important;
white-space:nowrap;
line-height: 2;
}

td .user-editing1 a:hover{
    outline: 0;
   
    background-color: transparent;
   color: #202832 !important;
transition: border 150ms ease-in-out;
 border: 1px solid #202832;
}







.securityCode + input + img{
    height: 45px;
    border: 1px solid #C7C7C7 !important;
} 

.securityCode + input + img + img{
    width: 17px;
    margin-left: 5px;
}


.commError{
    text-align: left !important;
    margin-bottom: 15px;
    color: #A94442;
}
.commError .successText{
    color: #00487F !important;
}
#pagesBlock2{
    text-align: left !important;
}
.gb-rev-element{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.gb-rev-element .text{
    font-size: 14px;
    margin-top: 10px;
}
#numEntries{
    margin-bottom: 20px;
    background: #21282E;
    color: #fff;
    padding: 5px 20px;
}
.gb-element-date{
    letter-spacing: 0;
    margin-left: 15px;
    font-size: 13px;
    padding-top: 2px;
    color: #333333;
    vertical-align: middle;
}
/* guest book end*/


.aside-login-inner #uidLogForm{
    text-align: left !important;
    margin-left: -2px;
}
.search-element{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    font-size: 14px;
}
.search-element .title-h5 b{
    font-weight: normal;
}
.search-element .text{
    color: #8A8A8A;
}
.search-element .text b{
    color: #342E2E;
}
.search-results div[style^='text-align']{
    text-align: left !important;
    padding: 0 0 20px !important;
}


a.login-with {
   margin: 10px;

}

a.login-with i {
    width: cover !important;
    height: cover !important;
}




.photo-slider table{
    width: 100%;
}
.photo-slider table td{
    vertical-align: middle;
}
.photo-slider table td img{
    width: 100%;
    transition: none;
}
#phtOtherThumbs{
    margin: 0 -3px;
}
.ph-tc{
    display: block !important;
}
#leftSwch{
    left: -5px;
    position: relative;
}
#rightSwch{
    right: -5px;
    position: relative;
}
#oldPhotos{
    width: 100% !important;
}



/*============================ UCOZ CUSTOM STYLES END =======================*/











.right1_8{
        color: #5587c4;
    text-decoration: none;
        font:500 19px arial;
        display: table;
}

.right1_8:after {
  transform: rotate(30deg) skew(-15deg);
  margin: 0;
  transform: scale(2) rotate(0) skew(0) translateX(-2em) translateY(1em);
  opacity: 1;
  visibility: hidden;
  content: '\f1d8';
  font-family: 'FontAwesome';
  display: inline-block;
}

.right1_8:hover{color:#9D1396;}
.right1_8:hover:after {
  margin-left: 1em;
  transform: rotate(30deg) translateX(8em) translateY(-20em);
  opacity: 0;
  visibility: visible;
  transition: transform 2s, opacity 1.8s, visibility .15s;
}




.right1_5{
        color: #5587c4;
    text-decoration: none;
        font:500 19px arial;
        display: table;
        transform: translateY(1px);
}

.right1_5:after {
  margin: 0;
  transform: scale(0.6) translateX(0.3em) translateY(2px);
  transition: transform .25s;
  content: '\f054';
  font-family: 'FontAwesome';
  display: inline-block;
}

.right1_5:hover{color:#9D1396;}
.right1_5:hover:after {
   transform: scale(1) translateX(0.8em) translateY(1px);
}







.phonewrap  {
    display: table;
}

.fa-phone {
    color: #008000;
    display: inline-block;
    font-size: 21px !important;
        line-height: 26px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.phonewrap span {
    background-color: ;
    border-radius: 50%;
    display: inline-block;
    
    padding: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.phonewrap:hover > span i  {
    animation: 1200ms ease 0s normal none 1 running shake !important;
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
}
}






.other1_2{
        color: #696c72;
        background: ;
    border:;
    text-decoration: none;
        font:500 19px arial;
        display: inline-block;
        backface-visibility: hidden;
    padding: 0px;
    transform: translateZ(0px) scale(-1, 1);
    transition-duration: 0.3s;
    vertical-align: middle;
}

.other1_2:after {
  margin-left:0px;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  content:"";
  font-family: 'FontAwesome';
  display: inline-block;
}

.other1_2:hover{color:#92b37d;}
.other1_2:hover:after, .other1_2:focus:after, .other1_2:active:after {
   transform: rotate(-360deg);
}




@keyframes hvr-icon-drop {
0% {
    opacity: 0;
}
50% {
    opacity: 0;
    transform: translateY(-100%);
}
51%, 100% {
    opacity: 1;
}
}







.other1_3{
        color: #696c72;
        background: ;
    border: 0px solid #ececec;
    text-decoration: none;
        font:500 19px arial;
        display: table;
        backface-visibility: hidden;
    padding: 7px;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.4s;
    vertical-align: middle;
}

.other1_3:after{
  opacity: 1;
  color:#09e0e8;
margin-left:9px;
  transform: translateZ(0px);
  content: "";
  font-family: 'FontAwesome';
  display: inline-block;
}

.other1_3:hover{color:#09e0e8;}
.other1_3:hover:after, .other1_3:focus:after, .other1_3:active:after {
     animation-delay: 0.1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: hvr-icon-drop;
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    opacity: 0;
    transition-duration: 0.3s;
}
@keyframes hvr-icon-drop {
0% {
    opacity: 0;
}
50% {
    opacity: 0;
    transform: translateY(-100%);
}
51%, 100% {
    opacity: 1;
}
}




.characters {
  background-color: #fff;
  border-bottom: 3px solid #039cf5;
  position: relative;
}

.characters::after {
  border: medium solid transparent;
  content: "";
  top: 100%;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0;
  border-color: #039cf5 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
  border-width: 25px;
  margin-left: -25px;
}



.characters2 {
  background-color: #fff;
  border-bottom: 3px solid #ffdd00;
  position: relative;
}

.characters2::after {
  border: medium solid transparent;
  content: "";
  top: 100%;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0;
  border-color: #ffdd00 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
  border-width: 25px;
  margin-left: -25px;
}

.characters3 {
  background-color: #fff;
  border-top: 1px solid #333;
  position: relative;
height: 0;
width: 100%;
}

.characters3::after {
  border: medium solid transparent;
  content: "";
  top: 100%;
  left: 32%;
  position: absolute;
  height: 0;
  width: 0;
  border-color: #333 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
  border-width: 10px;
  margin-left: -36px;
}

/*============================ PODSKAZKI =======================*/



.help{
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    background: #EC7164;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help p{        /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

/*============================ PODSKAZKI END =======================*/






.skill_block:hover {
    position: relative;
    opacity: 1;
    transform: scale(1.002); /*вот так*/

}




.two:hover {
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);  
  transform: translateY(-20px);
}


/*============================ TENI =======================*/


.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}




.card-11 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-11:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



.card-0 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-0:hover {
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*============================ TENI END =======================*/

/*============================ BLOCK777 =======================*/
.sticky {
  position: fixed;
z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

.block777 {
min-top: 115px;
}
/*============================ BLOCK777 END =======================*/


/*============================ STRELKA UP DOWN =======================*/
.floating{
    animation-name: floating;
    -webkit-animation-name: floating;
 width: 50px;
    height: 50px;
    animation-duration: 2s;   
    -webkit-animation-duration: 2s;
 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 
@keyframes floating {
    0% {
        transform: translateY(0%);
color: #5b91f5;  
    }
    50% {
        transform: translateY(15%); 
color: #216fff; 
    }   
    100% {
        transform: translateY(0%);
color: #5b91f5; 
    }           
}
 
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);  
    }
    50% {
        -webkit-transform: translateY(15%);  
    }   
    100% {
        -webkit-transform: translateY(0%);
    }           
}

/*============================ STRELKA UP DOWN END=======================*/



/*============================ STRELKA UP DOWN =======================*/
.floating2{
    animation-name: floating2;
    -webkit-animation-name: floating2;
 width: 10px;
    height: 80%;
    animation-duration: 1s;   
    -webkit-animation-duration: 1s;
 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 
@keyframes floating2 {
    0% {
        transform: translateY(0%);
color: #5b91f5;  
    }
    50% {
        transform: translateY(15%); 
color: #216fff; 
    }   
    100% {
        transform: translateY(0%);
color: #5b91f5; 
    }           
}
 
@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: translateY(0%);  
    }
    50% {
        -webkit-transform: translateY(15%);  
    }   
    100% {
        -webkit-transform: translateY(0%);
    }           
}

/*============================ STRELKA UP DOWN END=======================*/









/*============================ FON GLAV =======================*/

@keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 600px  /* анимируем свойство background-position */
    }
}
/* Mozilla Firefox 5.0+ */
@-moz-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 600px
    }
}
/* Safari 4.0+, Chrome 4.0+ */
@-webkit-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 600px
    }
}
/* Opera 12.0+ */
@-o-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 600px
    }
}
/* не нужно использовать префикс -ms, так как свойства keyframes и animation поддерживаются с версии IE10 без префикса */
#fon{
	height: 360px; /* задаем произвольную высоту и ширину блока */
	width:100%;
	background-image: url('https://gizmoll.ru/foto_background/fon/grunge-1557132_960_720.jpg');
	animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
 	-o-animation: animatedBackground 60s linear infinite;
	/* так же, как и с @keyframes, префикс -ms тут ни к чему */
}

#fon1{
	height: cover; /* задаем произвольную высоту и ширину блока */
	width:100%;

	background-image: url('/foto_background/min/pix.jpg');
	animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
 	-o-animation: animatedBackground 60s linear infinite;
	/* так же, как и с @keyframes, префикс -ms тут ни к чему */
}


#fon2{
	height: cover; /* задаем произвольную высоту и ширину блока */
	width:100%;

	background-image: url('/foto_background/min/seamless-pattern-1086309_1920-min.png');
	animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
 	-o-animation: animatedBackground 60s linear infinite;
	/* так же, как и с @keyframes, префикс -ms тут ни к чему */
}

/*============================ FON GLAV END=======================*/




#fon3{
 
background: linear-gradient(156deg, rgba(139, 228, 15, 0.1), rgba(4, 203, 225, 0.5), rgba(194, 4, 225, 0.9));
background-size: 600% 600%;

-webkit-animation: z1 10s ease infinite;
-moz-animation: z1 10s ease infinite;
-o-animation: z1 10s ease infinite;
animation: z1 10s ease infinite;
}

#fon4{
 
background: linear-gradient(156deg, rgba(139, 228, 15, 0.99), rgba(4, 203, 225, 0.99), rgba(194, 4, 225, 0.99));
background-size: 600% 600%;

-webkit-animation: z1 10s ease infinite;
-moz-animation: z1 10s ease infinite;
-o-animation: z1 10s ease infinite;
animation: z1 10s ease infinite;
}

#fon5{
 
background: linear-gradient(45deg, #fcf8f4, #e61c65, #039cf5, #f17e61, #039cf5, #e61c65, #fcf8f4);
background-size: 600% 600%;

-webkit-animation: z1 10s ease infinite;
-moz-animation: z1 10s ease infinite;
-o-animation: z1 10s ease infinite;
animation: z1 10s ease infinite;
}


#fon6{
 
background: linear-gradient(45deg, #ff00ee, #f7ff00, #ff0000);
background-size: 600% 600%;

-webkit-animation: z1 10s ease infinite;
-moz-animation: z1 10s ease infinite;
-o-animation: z1 10s ease infinite;
animation: z1 10s ease infinite;
}

#fon7{
 
background: linear-gradient(45deg,  #00A480, #447BD4);
background-size: 600% 600%;

-webkit-animation: z1 10s ease infinite;
-moz-animation: z1 10s ease infinite;
-o-animation: z1 10s ease infinite;
animation: z1 10s ease infinite;
}

#fon8{
 
background: linear-gradient(45deg, #ff609a, #05fffa);
background-size: 600% 600%;


-webkit-animation: z1 5s ease infinite;
-moz-animation: z1 5s ease infinite;
-o-animation: z1 5s ease infinite;
animation: z1 5s ease infinite;
}

#fon9{
 
background: linear-gradient(45deg, #fffbcc, #faeded);
background-size: 600% 600%;


-webkit-animation: z1 5s ease infinite;
-moz-animation: z1 5s ease infinite;
-o-animation: z1 5s ease infinite;
animation: z1 5s ease infinite;
}

#fon10{
 
background: linear-gradient(45deg, #465054, #46544a, #545046);
background-size: 600% 600%;


-webkit-animation: z1 5s ease infinite;
-moz-animation: z1 5s ease infinite;
-o-animation: z1 5s ease infinite;
animation: z1 5s ease infinite;
}


#fon11{
 
background: linear-gradient(45deg, #161621, #16211f, #161621);
background-size: 600% 600%;


-webkit-animation: z1 5s ease infinite;
-moz-animation: z1 5s ease infinite;
-o-animation: z1 5s ease infinite;
animation: z1 5s ease infinite;
}

#fon12{
 
background: linear-gradient(45deg, #ff0000, #bd0909, #780404, #ff0000, #780404);
background-size: 600% 600%;


-webkit-animation: z1 20s ease infinite;
-moz-animation: z1 20s ease infinite;
-o-animation: z1 20s ease infinite;
animation: z1 12s ease infinite;
}

#fon13{
 
background: linear-gradient(45deg, #2d2e27, #25261d, #2f3028, #2d2e27);
background-size: 600% 600%;


-webkit-animation: z1 5s ease infinite;
-moz-animation: z1 5s ease infinite;
-o-animation: z1 5s ease infinite;
animation: z1 5s ease infinite;
}
#fon14 {
    background: linear-gradient(156deg, 
        rgba(2, 156, 242, 0.99),   /* #029cf2 */
        rgba(0, 205, 110, 0.99),   /* #00cd6e */
        rgba(135, 155, 166, 0.99)  /* #879ba6 */
    );
    background-size: 600% 600%;
    -webkit-animation: z1 10s ease infinite;
    -moz-animation: z1 10s ease infinite;
    -o-animation: z1 10s ease infinite;
    animation: z1 10s ease infinite;
}

@-webkit-keyframes z1 {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}
@-moz-keyframes z1 {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}
@-o-keyframes z1 {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}
@keyframes z1 { 
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}

/*============================ POKAZ TOLKO DLYA MOBIL=======================*/
.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}


.hidden-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hidden-on-mobile { display: none; }}







/*============================ POKAZ TOLKO DLYA MOBIL END=======================*/

/*============================ TEXT PECHAT =======================*/
.text-typing
{
    width: 40em;
    color: black;
    font-size: 18px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    align: center;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: type 5s steps(50, end);
    animation: type 5s steps(50, end);
}
@keyframes type{
    from { width: 0; }
}
 
@-webkit-keyframes type{
    from { width: 0; }
}
/*============================ TEXT PECHAT END=======================*/



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; 
      }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*============================ SOCIAL =======================*/






.social {
  top: 200px;
bottom: 0px;
right: 0px;
  padding: 0px;
margin-top:200px;
 margin-bottom:0px; 
vertical-align: bottom;
  background: rgba(227, 227, 227, 0.8);
    transform: scale(1.002); /*вот так*/
}




/*============================ Social =======================*/

/*============================ transparent-text =======================*/
.transparent-text {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: rgba(102, 102, 102, 1);
width: cover;
height: cover;
    color: #fff;
    mix-blend-mode: multiply;
    padding: 0px 0px;
    display: inline-block;
    /* text-shadow: 0 0 8px rgba(0,0,0,5), 0 2px 4px rgba(0,0,0,0.7); */
}
/*============================ transparent-text: end =======================*/

/*============================ progressbar =======================*/

.stripes span {
        -webkit-background-size: 8px 8px;
        -moz-background-size: 8px 8px;
        background-size: 8px 8px;
align: center;
        background-image: -webkit-gradient(linear, left top, right bottom,
                                                color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent),
                                                color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                                color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent),
                                                to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);            

        -webkit-animation: animate-stripes 8s linear infinite;
        -moz-animation: animate-stripes 8s linear infinite;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 100% 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 100% 0;}
}

.progress-bar {
        background-color: #cccccc;
  position: relative;
        height: 8px;
        padding-left: 0px;
        width: 50px;
  margin-left: auto;
        margin-right: auto;
        align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        
}

.progress-bar span {
       
        display: block;
        height: 8px;
        width: 50px;
      align: center;
 margin-left: 0px;
        margin-right: auto;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
 
        -webkit-transition: width .5s ease-in-out;
        -moz-transition: width .5s ease-in-out;
        -ms-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
}

.blue-1 span {
        background-color: #34c2e3;
}

.red-1 span {
        background-color: #ff0000;
}

.yellow-1 span {
        background-color: #FF8300;
}

.green-1 span {
        background-color: #22ff00;
}

.tur-1 span {
        background-color: #00ff66;
}

.orange span {
          background-color: #fecf23;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
          background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
          background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
          background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
          background-image: -o-linear-gradient(top, #fecf23, #fd9215);
          background-image: linear-gradient(top, #fecf23, #fd9215);
}       

.green span {
          background-color: #a5df41;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
          background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
          background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
          background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
          background-image: -o-linear-gradient(top, #a5df41, #4ca916);
          background-image: linear-gradient(top, #a5df41, #4ca916);
}


progress {
 
  width: cover;
  border: 0; /* for IE */
  height: 8px;
  background-color: white;
  border: 1px solid blue;
  overflow: hidden;
}

/* necessary to style the progress bar background */
::-webkit-progress-bar {
  background-color: white; 
}

/** ---------
    ANIMATED
*/
.animated::-webkit-progress-value {
  transition: width 1s;
  background-color: blue;
}
.animated::-moz-progress-bar {
  transition: padding-bottom 1s;
  padding-left: 0px;
  padding-bottom: var(--value);
  background-color: blue;
  height: 0;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-60px) ;
}
.animated::-ms-fill {
  background-color: blue;
  border:0;
}


/** ---------
    NOT animated
*/
.animated-not::-webkit-progress-value {
  background-color: blue;
}
.animated-not::-moz-progress-bar {
  background-color: blue;
}
.animated-not::-ms-fill {
  background-color: blue;
  border:0;
}

/*============================ progressbar: end =======================*/

/*============================ tooltip =======================*/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/*============================ tooltip: end =======================*/

/*============================ скрытый блок =======================*/
.poster{
    position:relative;
   
}
.descr{
    display:none;
    right:0px;
    padding:0px;
    top:90px;

    height:50px;
width:170px;
  
-moz-box-shadow:0 5px 5px rgba(0,0,0,0.0);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.0);
    box-shadow:0 5px 5px rgba(0,0,0,0.0);
    
}
.poster:hover .descr{
    display:block;
right:4px;
    position:absolute;
    top:88px;
    z-index:9999;
    width:cover;
 animation: tooltips-horz 150ms ease-out forwards;
}

/*============================ скрытый блок: end =======================*/
/*============================ Аккордион кастом  =======================*/
.custom-accordion {
  background: #8A6552;
  color: #FFFFFF;
  font-family: 'Sunflower', sans-serif;
  padding-bottom: 2rem;
}
.custom-accordion > .item {
  padding: 1rem 2rem;
  margin: 0 auto;
  max-width: 30rem;
}
.custom-accordion > .item:last-of-type {
  background: #462521;
  text-align: center;
  border-radius: 0.5rem;
}
.custom-accordion > .item:last-of-type > .icon {
  color: #FFFFFF;
}
.custom-accordion > .item:nth-of-type(6) {
  padding-bottom: 2rem;
}
.custom-accordion > .item > .icon {
  color: #462521;
  font-size: 2rem;
}
.custom-accordion > .item > .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 200px) and (min-height: 270px) {
  .custom-accordion {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden;
    padding-bottom: 0;
  }
  .custom-accordion > .item {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }
  .custom-accordion > .item:hover:not(:last-of-type) {
    -webkit-transform: scaleX(2) translateX(-1px);
            transform: scaleX(2) translateX(-1px);
    box-shadow: 0 0 3rem #301916;
    background: #8A6552;
    border-color: transparent;
  }
  .custom-accordion > .item:hover + .item {
    opacity: 0.1;
  }
  .custom-accordion > .item:hover + .item:last-of-type {
    opacity: 0.1;
    background: #8A6552;
  }
  .custom-accordion > .item:not(:last-of-type) {
    border-right: 1px solid #462521;
  }
  .custom-accordion > .item:last-of-type {
    background: #462521;
    width: 25%;
    border-radius: 0;
  }
  .custom-accordion > .item:last-of-type .heart-icon {
    font-size: 6rem;
  }
  .custom-accordion > .item:hover:last-of-type .heart-icon {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .custom-accordion > .item:last-of-type > .title {
    -webkit-transform: rotate(0) translateX(-50%) translateY(-2.5rem);
            transform: rotate(0) translateX(-50%) translateY(-2.5rem);
    padding: 0;
    text-align: center;
  }
  .custom-accordion > .item:last-of-type > .content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .icon {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .title {
    -webkit-transform: scaleX(0.5) translateX(-50%);
            transform: scaleX(0.5) translateX(-50%);
    background: #CA2E55;
    text-align: center;
    padding: 0;
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .title > .text {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .content {
    opacity: 1;
  }
  .custom-accordion > .item > .icon {
    font-weight: 700;
    font-size: 2rem;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    color: #FFFFFF;
  }
  .custom-accordion > .item > .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1.5rem;
    width: 200%;
    text-align: left;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    font-size: 1.2rem;
  }
  .custom-accordion > .item > .title > .text {
    position: absolute;
    left: 2rem;
    bottom: 0;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }
  .custom-accordion > .item > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.5);
            transform: translateX(-50%) translateY(-50%) scaleX(0.5);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
  }
}
.heart-icon {
  color: #CA2E55;
  font-size: 3rem;
  transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
}
/*============================ Аккордион кастом: end =======================*/


/*============================ Вывеска светящаяся =======================*/
/*-- Sign Styles --*/
.sign {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sign__word {
  font-family: "Vibur", cursive;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  color: #c6e2ff;
  -webkit-animation: neon .08s ease-in-out infinite alternate;
          animation: neon .08s ease-in-out infinite alternate;
}

/*-- Animation Keyframes --*/
@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2;
  }
}
@keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2;
  }
}
 /*============================ Вывеска светящаяся: end =======================*/


button:focus,
input:focus,
textarea:focus,
select:focus,
label:focus {
  outline: none;}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
color: #fff;
    cursor: pointer;
    display: block;
height: cover;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
    
.tabs [class^="tab"] [type="radio"], + label
  .tabs [class*=" tab"] [type="radio"] + label {
height: cover;
  color: #000;
      background:#e6ff00;}

  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f;}
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; 
background:#e6ff00;}
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1;}
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: cover; }
    .tabs .tab-2 [type="radio"] + div {
      margin-left: 100%;}
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:nth-child(2) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-child(2) [type="radio"]:checked + div {
      margin-left: -100%; }
.tabs .tab-2:nth-child(3) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-child(3) [type="radio"]:checked + div {
      margin-left: -200%; }
.tabs .tab-2:nth-child(4) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-child(4) [type="radio"]:checked + div {
      margin-left: -300%; }
.tabs .tab-2:nth-child(5) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-child(5) [type="radio"]:checked + div {
      margin-left: -400%; }
.tabs .tab-2:nth-child(6) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-child(6) [type="radio"]:checked + div {
      margin-left: -500%; }


.text-bottom {
  vertical-align: bottom;
}


.myChartBox{
    position: relative;
  height:100%;
}

.myChart2{
    position: relative;
height:250px;
width:250px;
}

@font-face {
  font-family: Clip;
  src: url("https://acupoftee.github.io/fonts/Clip.ttf");
}
.sign {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #6b1839,
    transparent
  );
  transform: translate(-50%, -50%);
  letter-spacing: 2;
  left: 50%;
  top: 50%;
  font-family: "Clip";
  text-transform: uppercase;
  font-size: 6em;
  color: #ffe6ff;
  text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
    -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
    0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  }
  28%,
  33% {
    color: #ff65bd;
    text-shadow: none;
  }
  82%,
  97% {
    color: #ff2483;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #6b1839;
    text-shadow: none;
  }
  100% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}



.promo-container {
 max-width: 1240px;
 padding: 0;
 margin: 0 auto;
 width: 100%;
 }
 
.promo-block {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 display: block;
 margin-top: 16px;
}
 
.promo-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 box-sizing: content-box;
} 
 
.promo-banner {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
}
 
.promo-img {
 border-radius: 16px;
 display: block;
 height: 100%;
 inset: 0;
 object-fit: cover;
 position: absolute;
 width: 100%;
}
 
 .promo-text {
 text-align: center;
}
 
 .promo-text h2 {
 margin-bottom: 5px; 
 font-size: 24px;
}
 
 .promo-timer {
 background-color: var(--tpl-dark-100);
 border-radius: 12px;
 margin: 16px;
 max-width: 420px;
 padding: 0px 20px 20px 20px;
 position: relative;
 float:right;
 }
 
 #countdown-timer {
 display: flex;
 justify-content: center;
 margin-top: 10px;
}
 
.time-digits {
 display: flex;
 gap: 5px; /* Отступ между цифрами */
}

.time-digit {
 font-weight: bold;
 background-color: #507fff;
 color: white;
 padding: 5px 10px;
 border-radius: 5px;
 width: 40px; 
 display: flex;
 justify-content: center; 
 align-items: center; 
}
 
.time-unit {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin: 0 5px; /* Добавлен отступ вокруг каждого элемента */
}

.time-unit span {
 font-size: 30px;
 font-weight: bold;
 background-color: #3367f4;
 color: white;
 padding: 5px 10px;
 border-radius: 5px;
}

.time-unit div {
 font-size: 14px;
 margin-top: 5px;
font-weight: bold;
}

@media (max-width: 768px) { /* Подстройка для мобильных устройств */
 .promo-text h2 { 
 font-size: 18px;
 }
 
 .time-digit {
 width: 32px; /* Уменьшите ширину, если нужно */
 padding: 3px 6px; /* Подберите отступы в зависимости от уменьшенной ширины */
 }
 
 .promo-timer {
 padding: 0 10px 20px 10px; }
}

.promo-container {
 padding: 0;
 margin: 0 auto;
 width: 100%;
}
 
.promo-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
 box-sizing: content-box;
}
 
.promo-banner {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 padding: 10px;
}
 
.promo-img {
 background-color: var(--tpl-dark-100, gray);
 display: block;
 height: 100%;
 inset: 0;
 object-fit: cover;
 position: absolute;
 width: 100%;
}
 
.promo-content {
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: var(--tpl-dark-100, #f2f2f2);
 border-radius: 12px;
 padding: 10px;
 position: relative;
 margin: 0 auto;
 gap: 30px;
 max-width: 800px;
}
 
#countdown-timer {
 display: flex;
 justify-content: center;
}
 
.time-digits {
 display: flex;
 gap: 5px;
}
 
.time-digit {
 font-size: 24px;
 font-weight: bold;
 background-color: #507fff;
 color: white;
 padding: 5px 10px;
 border-radius: 5px;
 width: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
}
 
.time-unit {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin: 0 5px;
}
 
.time-unit span {
 font-size: 16px;
 font-weight: bold;
 background-color: #3367f4;
 color: white;
 padding: 5px 10px;
 border-radius: 5px;
}
 
.time-unit div {
 font-size: 12px;
 margin-top: 5px;
 font-weight: bold;
 }
 
 .close-btn {
 position: absolute;
 top: -4px; /* Поднять крестик над границей блока */
 right: -4px; /* Выставить крестик в правый верхний угол */
 cursor: pointer;
 z-index: 1000; /* Установить z-index, чтобы крестик был поверх поп-ап окна */
}
 
.close-btn svg {
 width: 24px;
 height: 24px;
 border-radius: 50%;
 background-color: var(--tpl-dark-200);
 padding: 4px;
}
 
.close-btn svg:hover {
 background-color: var(--tpl-dark-300);
}
 
@media (max-width: 768px) {
 .promo-content {
 flex-direction: column;
 gap: 10px;
 }
 .time-digit {
 font-size: 18px;
 width: 30px;
 padding: 3px 6px;
 }
 h2 {
 font-size: 24px;
 }
}


.border5 {
 border: 1px solid #dbdbdb;
border-radius: 5px;
background-color:#f6f6f8;
padding: 1px;
 }
.border5:before {
 border: 1px solid #dbdbdb;
border-radius: 5px;
background-color:#f6f6f8;
padding: 1px;
}

.border5:hover {
 border: 1px solid #029cf2;
border-radius: 5px;
background-color:#f6f6f8;
padding: 1px;
 }

.border5:after {
 border: 1px solid #029cf2;
background-color:#f6f6f8;
border-radius: 5px;
padding: 1px;
 }


 
    

.userpm-menu {
padding: 10px 0;
 }


    
.userpm-menu a {
content:none;
font-size: 14px;
 border: 0px solid #029cf2;
border-radius: 5px;
background-color:#029cf2;
padding: 20px;
color:#fff;
text-decoration: none;
white-space: pre;
line-height: 2.5;
 }

.userpm-menu a:hover {
font-size: 14px;
 border: 0px solid #029cf2;
border-radius: 5px;
background-color:#008dd4;
padding: 3px;
color:#fff;
text-decoration: none;
 }

.userpm-menu a.pmCatLinkActive {
font-size: 14px;
 border: 0px solid #029cf2;
background-color:#202832;
border-radius: 999px;
padding: 3px 8px 3px 8px;
color:#fff !important;
line-height: 20px;
line-height: 2.0;
margin: 0 5px 0 0
 }


.userpm-menu a.pmCatLinkActive:hover {
background-color:#2d3e50;
color:#1397e0;
 }


.userpm-menu a.pmCatLink {
font-size: 14px;
 border: 0px solid #029cf2;
border-radius: 999px;
padding: 3px 8px 3px 8px;
color:#fff;
margin: 0 5px 0 0 !important;
line-height: 2.0;
 }


.userpm-menu a.pmCatLink:hover {
background-color: #027abf;
color:#fff;
 }

/* Маленькие мобильные */
@media (max-width: 480px) {
    .userpm-menu a.pmCatLink {
        margin: 0 !important;
    }
}




tr[id^="ent"] td:first-child {
    visibility: hidden;
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
}



.userpm-messages-table td{
line-height: 2;
font-size: 14px;
white-space: wrap;
padding: 5px;
font: weight300;
color:#787878;
vertical-align: top !important;
} 



   .userpm-messages-table td a{
font-size: 14px;
font: weight300;
color:#879ba6;
 }  

.userpm-messages-table td a:hover{
font-size: 14px;
font: weight300;
color:#595959;
 } 


 td.userpm-message-subject {
font-size: 18px;
font: weight300;
color:#879ba6;

 }  


  td.userpm-message-subject a{
font-size: 18px;
font: weight300;
color:#879ba6;
 }  

td.userpm-message-subject a:hover{
font-size: 18px;
font: weight300;
color:#202832;
 } 

  td.userpm-message-subject b{
font-size: 18px;
font: weight300;
color:#161f2e;
 } 


.userpm-messages-table td a .unread{
font-size: 14px;
font: weight300;
color:#202832;
 }  


.userpm-messages-table td a .unread:hover{
font-size: 14px;
font: weight300;
color:#595959;
 }  

.userpm-message-date{

font-size: 14px;
font: weight300;
color:#879ba6;
white-space:pre-line;
border-left:2px solid #edeef0;
padding: 8px;
 }  


/* Стиль для первой ссылки */
tr[id^="ent"] td:nth-child(2) > a:first-of-type {
font-weight: bold;
width: 100%;
}
/* Стиль для первой ссылки */
tr[id^="ent"] td:nth-child(2) > a:first-of-type :hover{
font-weight: bold;
}


/* Стиль для второй ссылки */
tr[id^="ent"] td:nth-child(2) > a:nth-of-type(2) {
    font: weight300;
color:#879ba6;
    font-weight: normal;
    text-decoration: none;

}

tr[id^="ent"] td:nth-child(2) > a:nth-of-type(2):hover {
    font: weight300;
color:#202832;
    font-weight: normal;
    text-decoration: none;
}



.userpm-menu {
    /* Убираем квадратные скобки и вертикальные черты */
    font-size: 0; /* Скрываем текст между ссылками */
}
.userpm-menu a {
    font-size: 16px; /* Возвращаем размер шрифта для ссылок */
    margin: 0 5px; /* Добавляем отступы вместо "|" */
}
.userpm-menu a:first-child {
    margin-left: 0; /* Убираем лишний отступ у первой ссылки */
}



.userpm-messages-table td input{
margin-top:-7px;
 }  



   #dpms.userpm-delete-button{
content:none;
font-size: 16px;
 border: 0px solid #029cf2;
border-radius: 5px;
background-color:#029cf2;
padding: 5px;
color:#fff;
text-decoration: none;
white-space: pre;
line-height: 2.5;
 }  

#dpms.userpm-delete-button:hover{
font-size: 16px;
 border: 0px solid #029cf2;
border-radius: 5px;
background-color:#008dd4;
padding: 5px;
color:#fff;
text-decoration: none;
 }


#eMessage font.successText{
font-size: 16px;
 border: 1px solid #08c252;
border-radius: 5px;
padding: 5px;
color:#08c252;
text-decoration: none;
font-weight: bold;
 }



.pm-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  width: auto !important;
  height: 18px !important;
  padding: 0 4px !important; /* отступы слева/справа для цифр */
  border-radius: 12px !important; /* или 999px — оба работают, 12px чуть мягче */
  background-color: #202832 !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: bold !important;
  margin-left: 6px !important;
  margin-right: -4px !important;
  margin-bottom: 2px !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

/* Активное состояние — должно ВЫГЛЯДЕТЬ ТОЧНО ТАК ЖЕ */
/* Поэтому просто наследуем всё, но гарантируем те же стили */
.pmCatLinkActive .pm-badge {
  min-width: 18px !important;
  height: 18px !important;
 font-size: 10px !important;
  padding: 0 4px !important;
  border-radius: 12px !important;
  background-color: #00cd6e !important;
  /* остальное наследуется — но дублируем с !important для защиты от uCoz */
}

.userpm-menu {
    font-size: 0; /* Убираем пробелы между inline-элементами */
}



.userpm-menu .pmCatLinkActive {
    background-color: #eaeaea;
    font-weight: bold;
}

.userpm-message-reply {
    /* Убираем квадратные скобки и вертикальные черты */
    font-size: 0; /* Скрываем текст между ссылками */
text-align: center;
margin-top: 10px;
}
.userpm-message-reply a {
    font-size: 16px; /* Возвращаем размер шрифта для ссылок */
    margin: 0 5px; /* Добавляем отступы вместо "|" */
}
.userpm-message-reply a:first-child {
    margin-left: 0; /* Убираем лишний отступ у первой ссылки */
}
td.userpm-message-sep{
padding: 1px;
}

.userpm-add-actions input[type="button"][value="Просмотреть"] {
    display: none;
}

.userpm-message-reply a {
  display: inline-block;
  margin-top: 20px; 
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 16px; 
  background-color: #029cf2;
  color: #fff !important;
  padding: 8px 24px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease;
}

.userpm-message-reply a:hover {
  background-color: #008dd4;
  color: #fff !important;
}


.userpm-add-label {
   display: none;
  }

.userpm-message-table{
table-layout: auto;
width: 100%;
box-shadow:"0 2px 5px rgba(0,0,0,0.3)";
border-radius: 5px;
padding: 10px;
      background-color: #f0f4f8;
 }


.userpm-add-table {
table-layout: auto;
width: 100%;

border-radius: 5px;
padding: 10px;
background-color:#f5f5f5;
 }


.userpm-add-table td input{ 
    width: auto;
min-width: cover !important;
    height: auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
font: weight300 !important;
resize: both;
white-space: normal;
}


.userpm-add-table td input:focus{
    outline: 0;
    border: 1px solid #029cf2;
    color: #707070;
}


.userpm-add-actions{
     padding: 10px;
}

.userpm-add-actions input{
     border-radius: 5px;
}
#newmess hr{
  display: none;
 margin-bottom: 0;
 margin-top: 0;
}
#newmess {
 margin-top: 10px;
}

.userpm-message-table hr{
  height: 1px;
 color:#C7C7C7;
 margin: 0px;
padding: 0px;
}


.userpm777 hr{
  height: 1px;
 color:#C7C7C7;
 margin: 0px;
padding-top: 10px;
}
.userpm-message-text{
margin-top: 10px;
font-size: 16px;
font: weight300;
color:#879ba6;
}
.userpm-message-text a{
margin-top: 10px;
font-size: 16px;
font: weight300;
color:#879ba6;
}

.userpm-message-table tr{
  height: 1px;
 color:#C7C7C7;
 margin: 0px;
padding: 0px;
} 









select .select_filter:hover{
 padding: 5 15px;
    outline: 0;
    border-color: #448ffc;
    color: #707070;
font: weight300 !important;
}





  
  /* Для темной темы */
  @media (prefers-color-scheme: dark) {
    .select_filter {
      background-color: #2d2d2d;
      color: #f0f0f0;
      border-color: #444;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    }
    
    .select_filter option {
      background: #2d2d2d;
      color: #f0f0f0;
    }
  }


.select_filter {
    /* Сбрасываем стандартные стили */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    /* Основные стили */
    width: 100%;
    max-width: 300px;
    padding: 12px 40px 12px 16px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    
    /* Кастомная стрелка */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
  }
  
  /* Состояния */
  .select_filter:hover {
    border-color: #48b9fa;
    box-shadow: 0 1px 6px rgba(72, 185, 250, 0.2);
  }
  
  .select_filter:focus {
    outline: none;
    border-color: #48b9fa;
    box-shadow: 0 0 0 2px rgba(72, 185, 250, 0.2);
  }
  
  /* Стили для опций */
  .select_filter option {
    padding: 8px;
    background: #fff;
  }











/* CSS */
.toggle-filters-btn {
width: 100%;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #029cf5;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.toggle-filters-btn:hover {
  background: #1397e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.toggle-icon {
  transition: transform 0.3s ease;
}

.filters-block {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  max-height: 500px; /* Достаточно для ваших фильтров */
  opacity: 1;
}

.filters-block.hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/* Стили для фильтров */
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Для темной темы */
@media (prefers-color-scheme: dark) {
  .filters-block {
    background: #2d2d2d;
  }
  
  .toggle-filters-btn {
    background: #029cf5;
  }
}


 .abcdf {
    background: #4190ff;
  }
}


.ucoz-editor-bottom {
    display: none !important;
}

 .flex-align-center.gap {
    display: none !important;
}







.reg1201 #siM32 select {
  display: block !important;
  width: 100% !important;
  margin-bottom: 8px !important;
}

.reg1201 #siM32 script {
  display: none !important;
}

/* Скрываем текст "1925-" перед селектами */
.reg1201 #siM32 option[value="1925"] {
  display: none !important;
}

/* Стили для селектов */
.reg1201 #siM32 .form-control {
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  background-color: white !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 15px !important;
  padding-right: 30px !important;
}

/* Адаптивность */
@media (max-width: 768px) {
  .reg1201 #siM32 {
    display: flex !important;
    flex-direction: column !important;
  }
}




:root {
 --quiz-1201-primary-color: #089cee;
 --quiz-1201-primary-hover: #0678c0;
 --quiz-1201-progress-bg: #e0e0e0;
 --quiz-1201-text-color: #333;
 --quiz-1201-light-gray: #f5f7fa;
}

.quiz-1201-container {
 max-width: 800px;
 margin: 0 auto;
 padding: 20px;
 font-family: Arial, sans-serif;
}

/* Прогресс-бар */
.quiz-1201-progress-container {
 display: flex;
 align-items: center;
 gap: 15px;
 margin-bottom: 30px;
}

.quiz-1201-progress-bar {
 flex-grow: 1;
 height: 8px;
 background: var(--quiz-1201-progress-bg);
 border-radius: 4px;
 overflow: hidden;
}

.quiz-1201-progress-fill {
 height: 100%;
 background: var(--quiz-1201-primary-color);
 border-radius: 4px;
 transition: width 0.3s ease;
}

.quiz-1201-steps-counter {
 font-size: 16px;
 font-weight: 600;
 color: var(--quiz-1201-text-color);
 min-width: 50px;
 text-align: right;
}

.quiz-1201-current-step {
 color: var(--quiz-1201-primary-color);
}

/* Стили шагов */
.quiz-1201-step {
 display: none;
 background: white;
 border-radius: 12px;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
 overflow: hidden;
 margin-bottom: 20px;
 animation: quiz-1201-fadeIn 0.4s ease;
}

.quiz-1201-step.quiz-1201-active {
 display: block;
}

.quiz-1201-step-content {
 padding: 30px;
}

.quiz-1201-step-fields {
 margin-bottom: 30px;
}

.quiz-1201-step-fields h3 {
 margin-top: 0;
 color: var(--quiz-1201-text-color);
}

.quiz-1201-step-fields p {
 color: #666;
}

.quiz-1201-step-actions {
 display: flex;
 justify-content: space-between;
 margin-top: 30px;
 gap: 15px;
}

.quiz-1201-flex-spacer {
 flex-grow: 1;
}

/* Стили кнопок */
.quiz-1201-next-btn, 
.quiz-1201-back-btn, 
.quiz-1201-submit-btn {
  padding: 12px 20px;
 font-size: 15px;
 border: none;
 border-radius: 8px;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
}

.quiz-1201-next-btn, 
.quiz-1201-submit-btn {
 background: var(--quiz-1201-primary-color);
 color: white;
}

.quiz-1201-next-btn:hover, 
.quiz-1201-submit-btn:hover {
 background: var(--quiz-1201-primary-hover);
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(8, 156, 238, 0.3);
}
.quiz-1201-submit-btn:hover {
 background: #2e3841 !important;
}



.quiz-1201-back-btn {
 background: white;
 color: var(--quiz-1201-primary-color);
 border: 1px solid var(--quiz-1201-primary-color);
}

.quiz-1201-back-btn:hover {
 background: var(--quiz-1201-light-gray);
}

/* Анимация */
@keyframes quiz-1201-fadeIn {
 from { opacity: 0; transform: translateY(10px); }
 to { opacity: 1; transform: translateY(0); }
}

/* Адаптивность */
@media (max-width: 768px) {
 .quiz-1201-step-content {
 padding: 20px;
 }
 
 .quiz-1201-next-btn, 
 .quiz-1201-back-btn, 
 .quiz-1201-submit-btn {
 padding: 12px 20px;
 font-size: 15px;
 }
}

@media (max-width: 480px) {
 .quiz-1201-container {
 padding: 15px;
 }
 
 .quiz-1201-progress-container {
 flex-direction: column;
 align-items: flex-start;
 gap: 10px;
 }
 
 .quiz-1201-progress-bar {
 width: 100%;
 }
 
 .quiz-1201-steps-counter {
 width: 100%;
 text-align: left;
 }
 
 .quiz-1201-step-actions {
 flex-direction: column-reverse;
 }
 
 .quiz-1201-next-btn, 
 .quiz-1201-back-btn, 
 .quiz-1201-submit-btn {
 width: 100%;
 }




 .quiz-1201-flex-spacer {
 display: none;
 }
}

.catDescr{
padding: 10px !important;
margin-bottom: 10px;
font-size: 14px;
font: weight300;
color:#879ba6;
}





    
    
.form-fields label {
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 15px;
 font-weight: 500;
 color: #2c3e50;
 display: inline-block;
 letter-spacing: 0.3px;
 
}
 
 .u-combolist { 
 z-index:9999;
}
 
@media (max-width: 768px) {
 .quiz-1201-step-actions {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 }
 
 .quiz-1201-flex-spacer {
 display: none;
 }
 
 .mobile-actions {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 }
}
 
 /* Прогресс-бар */
.quiz-1201-progress-container {
 display: flex;
 align-items: center;
 gap: 5px;
 margin-bottom: 10px;
}

.quiz-1201-progress-bar {
 flex-grow: 1;
 height: 4px;
 background: var(--quiz-1201-progress-bg);
 border-radius: 4px;
 overflow: hidden;
} 
 



    
 .filterBlock.edit-entry--filter1, .edit-entry--filter3 {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start; /* Прижимаем к верху */
 gap: 10px; /* Отступ между элементами */
}

.filterBlock.edit-entry--filter1 label, .edit-entry--filter1 labe3 {
 display: flex;
 align-items: center;
 min-height: 40px; /* Фиксированная высота строки */
 padding: 5px 10px;
 background: #f5f5f5;
 border-radius: 4px;
 cursor: pointer;
 transition: all 0.2s;
 flex: 1 0 calc(50% - 5px); /* 4 колонки с учетом gap */
 box-sizing: border-box;
}



.filterBlock.edit-entry--filter1 input[type="checkbox"], .edit-entry--filter3 input[type="checkbox"] {
 margin-right: 8px;
}

/* Адаптация под разные экраны */
@media (max-width: 992px) {
 .filterBlock.edit-entry--filter1 label, .edit-entry--filter3 label {
 flex: 1 0 calc(50% - 10px); /* 3 колонки */
 }
}

@media (max-width: 768px) {
 .filterBlock.edit-entry--filter1 label, .edit-entry--filter3 label {
 flex: 1 0 calc(50% - 10px); /* 2 колонки */
 }
}

@media (max-width: 480px) {
 .filterBlock.edit-entry--filter1 label, .edit-entry--filter3 label {
 flex: 1 0 100%; /* 1 колонка */
 }
} 


 
 
 
 
  .filepond--drop-label,
.filepond--drop-label label {
 font-size: 14px !important; /* Размер по вашему выбору */
}

.filepond--drop-label .fHelp,
.filepond--drop-label .fHelp b {
 font-size: 12px !important; /* Размер подсказки */
}
 
 .filepond--drop-label {
 
 border-radius: 10px !important; /* Скругление углов */
 padding: 10px !important; /* Отступы внутри блока */
 text-align: center !important; /* Центрируем текст */
 cursor: pointer !important; /* Курсор-указатель */
 background: transparent !important; 
 
}

/* Убираем серый фон у всех основных элементов */
.filepond--panel-root,
.filepond--item-panel {
 background: transparent !important;
}

/* Дополнительно для drop-зоны */
.filepond--drop-label {
 background: transparent !important;
} 
 
 
 
 .u-file-uploader {
 border: 2px dashed #089cee !important; /* Пунктирная синяя рамка */
 font-size: 20px !important;
 
 border-radius: 10px !important; /* Скругление углов */
 padding: 20px !important; /* Внутренние отступы */
 text-align: center !important; /* Центрирование текста */
 cursor: pointer !important; /* Курсор-указатель */
 background: transparent !important; /* Прозрачный фон */
 display: block !important; /* Блочное отображение */
}

.u-upload-info {
 font-size: 14px !important; /* Размер основного текста */
 color: #333 !important; /* Цвет текста */
 margin-bottom: 10px !important; /* Отступ снизу */
}

.fHelp {
 font-size: 12px !important; /* Размер подсказки */
 color: #666 !important; /* Цвет подсказки */
}

.u-file-uploader:hover {
 background: #f5f9ff !important; /* Легкий голубой фон при наведении */
}
 
 
 
 
 
/* Синяя пунктирная рамка и скругление только для контейнера */
.filepond--root {
 border: 2px dashed #089cee !important;
 border-radius: 10px !important;
 font-size: 20px !important;
} 
 

 
 
 
 
 
 
 
 /* Стили для всех file input с id, начинающимся на fln */
input[id^="fln"] {
 padding: 10px;
 border: 1px dashed #089cee;
 border-radius: 5px;
 width: 200px;
 margin-bottom: 10px;
}

input[id^="fln"]::file-selector-button {
 background: #089cee;
 color: white;
 border: none;
 padding: 8px 16px;
 border-radius: 3px;
 margin-right: 10px;
 cursor: pointer;
 transition: background 0.3s;
}

input[id^="fln"]::file-selector-button:hover {
 background: #0678c1;
}
 
 
 
.custom-number-badge {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 background: #089cee;
 color: white;
 padding: 4px 12px;
 border-radius: 20px;
 font-size: 14px;
 margin-right: 10px;
}

.custom-number-badge .number {
 background: white;
 color: #089cee;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
}

.custom-number-badge .text {
 font-weight: 500;
} 



 /* Стиль для текстовых меток над блоками */
 div[id^="imblock"] {
 position: relative;
 margin-top: 28px; /* Отступ для текста */
 }

 /* Стиль только для элементов начиная с data-num="2" */
 span[data-num]:not([data-num="1"]) {
 display: block;
 position: absolute;
 top: -24px;
 left: 0;
 font-size: 16px;
 color: #333;
 font-weight: normal;
 padding: 0;
 background: none;
 margin: 0;
 border-radius: 0;
 z-index: 1;
 }

 /* Убираем все псевдоэлементы */
 span[data-num]:not([data-num="1"])::before,
 span[data-num]:not([data-num="1"])::after {
 content: none !important;
 }
 
 


.ucoz-radio-row {
 display: flex;
 gap: 15px; /* Расстояние между кнопками */
 margin-top: 5px;
}
.radio-inline {
 display: flex;
 align-items: center;
 gap: 5px;
 cursor: pointer;
}
.radio-inline input {
 margin: 0; /* Убираем стандартные отступы */
}
 


/*============================ доб тен: end =======================*/


.star-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: url('/images/star_premium/zvezda_png.png') center/contain no-repeat;
}

/*============================ Модальное окно uved =======================*/
.uved-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.uved-modal.uved-open {
  opacity: 1;
}

.uved-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  max-width: 400px;
  width: 90%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
 z-index: 1000;
}

.uved-modal.uved-open .uved-modal-content {
  transform: scale(1);
 z-index: 1000;
}

.uved-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
 z-index: 1000;
}

 .uved-modal h4 {
	margin-top:20px;
    }
/*============================ Модальное окно uved: end =======================*/


/*============================ модал окно=======================*/

/* Основные стили модального окна */
.ten63-corp-modal-overlay {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 1000;
 opacity: 0;
 transition: opacity 0.2s ease;
}

.ten63-corp-modal-overlay.show {
 opacity: 1;
}

.ten63-corp-modal-content {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) scale(0.7);
 width: 95%;
 max-width: 800px;
 max-height: 100vh;
 background: white;
 border-radius: 16px;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
 display: flex;
 flex-direction: column;
 border: 1px solid #029cf2;
 overflow: hidden;
 transition: transform 0.2s ease;
}

.ten63-corp-modal-overlay.show .ten63-corp-modal-content {
 transform: translate(-50%, -50%) scale(1);
}

.ten63-corp-modal-header {
 background: #029cf2;
 color: white;
 padding: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 border-radius: 16px 16px 0 0;
 flex-shrink: 0;
 font-family: 'Inter', sans-serif;
}

.ten63-corp-modal-header h2 {
 font-size: 20px;
 font-weight: 600;
 display: flex;
 align-items: center;
 gap: 12px;
 margin: 0;
}

/* Кнопка закрытия в хедере */
.ten63-corp-modal-close-btn {
 background: none;
 border: none;
 color: white;
 font-size: 24px;
 cursor: pointer;
 padding: 0;
 width: 30px;
 height: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 transition: background-color 0.2s;
 font-family: 'Inter', sans-serif;
 line-height: 1;
}

.ten63-corp-modal-close-btn:hover {
 background: rgba(255, 255, 255, 0.2);
}

.ten63-corp-modal-body {
 overflow-y: auto;
 max-height: calc(80vh - 70px);
 padding: 20px;
 flex: 1;
 box-sizing: border-box;
}

.ten63-corp-modal-content-inner {
 font-family: 'Inter', sans-serif;
 font-size: 14px;
 line-height: 1.5;
}

.ten63-corp-modal-content-inner h3 {
 color: #1f2937;
 margin-bottom: 15px;
 font-size: 18px;
}

.ten63-corp-modal-content-inner p {
 margin-bottom: 15px;
 color: #374151;
}

/* Кнопка открытия */
.ten63-corp-open-modal-btn {
 background: #029cf2;
 color: white;
 padding: 12px 25px;
 border: none;
 border-radius: 8px;
 cursor: pointer;
 font-size: 16px;
 font-weight: 500;
 display: inline-flex;
 align-items: center;
 gap: 10px;
 box-shadow: 0 4px 15px rgba(2, 156, 242, 0.3);
 font-family: 'Inter', sans-serif;
}

.ten63-corp-open-modal-btn:hover {
 background: #0285cf;
 transform: translateY(-2px);
}
/* Стили для компьютера (вертикальное центрирование) */
.ten63-corp-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 95%;
  max-width: 800px;
  max-height: 80vh;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  border: 1px solid #029cf2;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.ten63-corp-modal-overlay.show .ten63-corp-modal-content {
  transform: translate(-50%, -50%) scale(1);
}
/* Адаптивность */
@media (max-width: 1024px) {
 .ten63-corp-modal-content {
 max-height: 76vh;
 }
 
 .ten63-corp-modal-body {
 max-height: calc(76vh - 70px);
 }
}

@media (max-width: 768px) {
 .ten63-corp-modal-content {
 width: 95%;
 max-height: calc(100vh - 120px); /* Наш лучший вариант с отступом 160px */
 position: absolute;
 top: 20px; /* Отступ сверху */
 left: 50%;
 transform: translateX(-50%) scale(0.7); /* Только горизонтальное центрирование */
 margin: 0;
 }
 
 .ten63-corp-modal-body {
 max-height: calc(100vh - 120px - 60px); /* Учитываем отступ и шапку */
 padding: 15px;
 }
 
 .ten63-corp-modal-header {
 padding: 15px;
 }
 
 .ten63-corp-modal-header h2 {
 font-size: 18px;
 }
 
 .ten63-corp-open-modal-btn {
 width: 100%;
 justify-content: center;
 font-size: 15px;
 padding: 14px;
 }
}

@media (max-width: 480px) {
.ten63-corp-modal-content {
 width: 95%;
 max-height: calc(100vh - 120px); /* Наш лучший вариант с отступом 160px */
 position: absolute;
 top: 20px; /* Отступ сверху */
 left: 50%;
 transform: translateX(-50%) scale(0.7);
 margin: 0;
 }
 
 .ten63-corp-modal-body {
 max-height: calc(100vh - 120px - 50px);
 padding: 12px;
 }
 
 .ten63-corp-modal-header {
 padding: 12px;
 }
 
 .ten63-corp-modal-header h2 {
 font-size: 16px;
 }
}

/* Для мобильных анимация */
@media (max-width: 768px) {
 .ten63-corp-modal-overlay.show .ten63-corp-modal-content {
 transform: translateX(-50%) scale(1); /* Только горизонтальное центрирование */
 }
}

/* Класс для блокировки скролла */
.ten63-corp-no-scroll {
 overflow: hidden;
}

/*============================ модал окно: end =======================*/
.submit-app63-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  min-height: 60px;
  z-index: 100;
}

.submit-app63-button-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 100;
}

.submit-app63-button-wrapper .button {
  flex: 1;
  max-width: 140px;
  min-width: 120px;
  height: 44px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;

}

.submit-app63-button-wrapper .submit-app63-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: background 0.3s ease, transform 0.2s ease;
}

.submit-app63-button-wrapper .button:only-child {
  max-width: none;
  z-index: 800;
}

.submit-app63-stop-point {
  height: 1px;
  visibility: hidden;
  margin-top: 0;
  z-index: 800;
}
/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
  .submit-app63-button-wrapper {
    left: 50% !important;
    width: calc(100% - 20px) !important;
    max-width: 300px !important;
    transform: translateX(-50%) !important;
  z-index: 800;
 bottom: 80px;
  }
  
  .submit-app63-button-wrapper {
    padding: 0 5px !important;

  }
  
  .submit-app63-button-wrapper .submit-app63-btn {
    width: 100% !important;
    min-width: auto !important;
    max-width: none !important;
    flex: 1 !important;
  z-index: 800;

  }
}

@media (max-width: 768px) {
  .submit-app63-button-wrapper {
  z-index: 800;
  }
}

@media (max-width: 768px) {
    .app63-zak {
      margin-bottom: 70px !important;
    }
  }




.submit-app63-btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #029cf2;
  color: white;
  z-index: 800;
 transition: background 0.3s ease;
}
 
.submit-app63-btn:hover {
  background: #028ddb !important;
  color: white;
  z-index: 800;
transition: background 0.3s ease;
}



.ten63-modal-overlay {
    display: none;
    position: fixed;
    z-index: 999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.4s ease;
}






.ten63-modal-overlay.hiding {
    background-color: rgba(0, 0, 0, 0);
}

.ten63-modal-window {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto; /* ЕДИНСТВЕННОЕ ИЗМЕНЕНИЕ */
    background-color: white;
    transition: bottom 0.6s ease; /* закрытие */
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
}

.ten63-modal-overlay.show .ten63-modal-window {
    bottom: 0px; /* ОРИГИНАЛЬНЫЙ ОТСТУП */
transition: bottom 0.25s ease; /* открытие */
}

.ten63-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    z-index: 1000 !important;
}

.ten63-modal-body {
    padding: 130px 10px 10px;
    flex: 1;
    box-sizing: border-box;
    overflow-y: auto;
}

.ten63-modal-trigger {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
}



/* Стили для индикатора свайпа */
.ten63-swipe-indicator {
 position: absolute;
 top: 10px; /* Отступ от верха окна */
 left: 50%;
 transform: translateX(-50%); /* Центрируем по горизонтали */
 width: 40px; /* Ширина индикатора */
 height: 4px; /* Высота индикатора */
 background-color: #ccc; /* Цвет индикатора */
 border-radius: 2px; /* Закругление углов */
 cursor: grab; /* Курсор, указывающий на возможность перетаскивания */
 z-index: 1001; /* Выше содержимого окна, но ниже крестика закрытия */
 user-select: none; /* Запретить выделение */
}

.ten63-modal-window:active .ten63-swipe-indicator {
 cursor: grabbing; /* Изменить курсор при "захвате" */
}

/* Убираем отступ сверху у .ten63-modal-body, так как индикатор и крестик будут выше */
.ten63-modal-body {
 padding-top: 40px; /* Достаточно места для индикатора и крестика */
}

/* Убираем z-index у крестика, чтобы он был поверх индикатора, но ниже самого окна */
.ten63-modal-close {
 position: absolute;
 top: 15px; /* Позиционируем чуть ниже индикатора */
 right: 20px;
 font-size: 30px;
 cursor: pointer;
 line-height: 1;
 /* z-index: 1000; - УБРАНО, полагаемся на порядок в DOM */
}



.gizmoll-modal-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #fafafa;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
}

.nav-item:hover {
  background: #f0f7ff;
  color: #007bff;
}

.nav-item.active {
  background: #e6f0ff;
  color: #0066cc;
  box-shadow: 0 2px 6px rgba(0,123,255,0.15);
}

.nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}




#catSelector9 {
  z-index: 100 !important; /* Установите нужное значение */  
}
.x-selectable {
  z-index: 100 !important; /* Установите нужное значение */  
}
#uCatsMenu7 {
    z-index: 100 !important;
}


/* Класс для блокировки скролла */
.ten63-no-scroll {
 overflow: hidden;
}


/* Шеврон внизу модального окна */
.ten63-corp-modal-chevron {
 position: fixed;
 bottom: 20px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 1001;
 display: none;
 color: #029cf2;
 font-size: 24px;
 cursor: pointer;
 text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}




/* Показываем шеврон только когда модальное окно открыто */
.ten63-corp-modal-overlay.show .ten63-corp-modal-chevron {
 display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
 .ten63-corp-modal-chevron {
 bottom: 15px;
 font-size: 20px;
 }
}

@media (max-width: 480px) {
 .ten63-corp-modal-chevron {
 bottom: 10px;
 font-size: 18px;
 }
}

.ten63-corp-modal-chevron.hide {
 opacity: 0;
 pointer-events: none;
}





.glass-container {
 position: relative;
 display: inline-block;
 background: rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(12px);
 border-radius: 8px;
 padding: 0px;
 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
 border: 1px solid rgba(255, 255, 255, 0.18);
 overflow: hidden;
}

.glass-timer {
 display: inline-block;
 font-family: 'SF Mono', Monaco, Consolas, monospace;
 font-weight: 500;
 font-size: 24px;
 color: #ff4444;
 letter-spacing: 1px;
 min-width: 100px;
 text-align: center;
 z-index: 2;
 position: relative;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.background-container {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 border-radius: 8px;
 overflow: hidden;
 filter: blur(8px); /* Сильное размытие шариков */
}

/* Эффект стекла - псевдоэлементы для усиления эффекта */
.glass-container::before {
 content: '';
 position: absolute;
 top: -10px;
 left: -10px;
 right: -10px;
 bottom: -10px;
 background: inherit;
 filter: blur(20px);
 z-index: -1;
 opacity: 0.5;
}

.glass-container::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border-radius: 8px;
 padding: 1px;
 background: linear-gradient(135deg, 
 rgba(255, 255, 255, 0.2) 0%, 
 rgba(255, 255, 255, 0.05) 50%, 
 rgba(255, 255, 255, 0.2) 100%);
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
 z-index: 3;
}
 .neon-text {
 color: #fff;
 font-size: 18px;
 text-shadow: 
 0 0 5px #fff,
 0 0 10px #fff,
 0 0 15px #ff4444,
 0 0 20px #ff4444,
 0 0 35px #ff4444,
 0 0 40px #ff4444;
 } 














.shield1 {
 background: #9743e0;
 color: #fff;
padding: 2px 8px;
 border-radius: 6px;
 font-size: 13px;
 font-weight: 500;
 margin-left: 2px;
 margin-top: -3px;
 vertical-align: middle;
 white-space: nowrap;
 line-height: 1.3;
 border: 0px solid #d8b4fe;
 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.shield2 {
 background: #029cf2;
 color: #fff;
 padding: 2px 8px;
 border-radius: 6px;
 font-size: 13px;
 font-weight: 500;
 margin: 0 3px 3px 0;
 vertical-align: middle;
 white-space: nowrap;
 line-height: 1.3;
 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}



#result77 {
 display: none;
 background: #b574d6;
 color: #fff;
padding: 2px 8px;
 border-radius: 999px;
 font-size: 14px;
 font-weight: 500;
 margin-left: 2px;
 margin-top: -3px;
 vertical-align: middle;
 white-space: nowrap;
 line-height: 1.3;
 border: 0px solid #d8b4fe;
 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.f1b {
 display: none;
 background: #029cf2;
 color: #fff;
 padding: 2px 8px;
 border-radius: 6px;
 font-size: 14px;
 font-weight: 500;
 margin: 0 3px 3px 0;
 vertical-align: middle;
 white-space: nowrap;
 line-height: 1.3;
 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.f1b:first-child {
 margin-left: 0;
}

.f1b:last-child {
 margin-right: 0;
}



.tender-photo {
 width: 180px;
 height: 140px;
 background: #f0f0f0 center center no-repeat;
 background-size: auto 100%;
 border-radius: 8px;
 box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}




.property-info-cards {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 gap: 12px;
 margin: 15px 0;
 width: 100%;
}

.info-card {
 background: #f0f3f8 !important;

 padding: 10px;
 border-radius: 12px;
}

.info-label {
 font-size: 15px;

 color: #013a5c;
 margin-bottom: 6px;
 font-weight: 500;
 letter-spacing: 0.5px;
border-bottom: 0px solid #c7dbff;
}

.info-value {
 font-weight: 550;
 color: #2a2f30;
 font-size: 16px;
 word-break: break-word;
}

.output-field {
 display: inline-block;
}

div.xw-hdr span.xw-hdr-text {
    color: white !important;
    font-weight: normal !important; 
}

#frm851 {
     padding: 10px;
}

#cntManF426 input[type="text"], #frm851 input[type="text"], #frmLg555 input {
    color: #fff; 
}



/* Стилизация скроллбара для модального окна */
.ten63-corp-modal-body::-webkit-scrollbar {
 width: 8px;
}

.ten63-corp-modal-body::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 4px;
}

.ten63-corp-modal-body::-webkit-scrollbar-thumb {
 background: #029cf2;
 border-radius: 4px;
}

.ten63-corp-modal-body::-webkit-scrollbar-thumb:hover {
 background: #0285cf;
}

/* Для Firefox */
.ten63-corp-modal-body {
 scrollbar-width: thin;
 scrollbar-color: #029cf2 #f1f1f1;
}
/*============================ модал окно =======================*/
/*============================ модал окно: end =======================*/


.global-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;

}

.menu-link {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #202832 !important;
    background: white;
    border-radius: 8px;
    transition: all 0.2s ease;
    gap: 12px;
    position: relative;
background: #fafafa;
}

.menu-link:hover {
    background: #e0e0e0;
    color: #202832 !important;
}

.menu-link.active {
    background: #e6e6e6;
    color: #029cf2 !important;
    font-weight: 500;
}

.menu-link .menu-icon {
    color: #6b7280;
    width: 20px;
    text-align: center;
}

.menu-link.active .menu-icon {
    color: #029cf2;
}


.menu-link.balans-mob {
    background: #edfff6;   
}

.menu-link.balans-mob:hover {
    background: #cbf7e2;
    color: #202832 !important;
}

.menu-link.balans-mob.active {
    background: #cbf7e2;
    color: #029cf2 !important;
    font-weight: 500;  
}





.menu-arrow {
    color: #9ca3af;
    margin-left: auto;
    font-size: 14px;
}

.menu-link:hover .menu-arrow {
    color: #6b7280;
}

.menu-link.active .menu-arrow {
    color: #029cf2;
}





/*============================ чекбоксы =======================*/
.check-w-container,
.check-y-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px 20px;
  padding: 0;
margin:20px 0;'
}

.check-w-container label,
.check-y-container label {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #f8f9fa;
}

.check-w-container label:hover,
.check-y-container label:hover {
  background: #e9ecef;
}

.check-w-container label:active,
.check-y-container label:active {
  background: #dee2e6;
}

/* Чекбоксы — один класс для всех */
.check-w {
  margin-right: 10px;
  transform: scale(1.2);
  accent-color: #029cf2;
border-radius: 8px;
}



/* Адаптивность */
@media (max-width: 768px) {
  .check-w-container,
  .check-y-container {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  
  .check-w-container label,
  .check-y-container label {
    padding: 8px 12px;
  }
}



.works-output-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
background: #fff; 
padding: 10px; 
border: border: 1px solid rgba(2, 156, 242, 0.3); 
  border-radius: 16px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Показываем ровно 2 строки */
.works-output-block:not(.expanded) {
  max-height: 82px;
}
.works-output-block.expanded {
  /* Для раскрытия (медленно) */
 transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.w-span {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(2, 156, 242, 0.1);
  color: #029cf2;
  border: 1px solid rgba(2, 156, 242, 0.3);
  border-radius: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex-shrink: 0;
  height: 26px;
  box-sizing: border-box;
}

/* Полностью убираем hover-эффекты */
.w-span:hover {
  background: rgba(2, 156, 242, 0.1);
  color: #029cf2;
  border-color: rgba(2, 156, 242, 0.3);
}

/* Кнопка — выше, с SVG-стрелкой */
.toggle-works {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px; /* фиксированная ширина */
  height: 25px; /* добавим высоту для формы */
  margin: 0px auto 10px auto; /* отрицательный margin для выступания */
  padding: 0px;
  background: #f2f5fa;
  border-radius: 0 0 12px 12px !important; /* закругление только снизу */
  border: none;
  color: #67838b;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
  outline: none;
  position: relative; /* для позиционирования */
  z-index: 1; /* чтобы был поверх других элементов */
box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1), 0 1px 3px -1px rgba(0, 0, 0, 0.08);
}

/* Дополнительно можно добавить небольшой выступ сверху */
.toggle-works::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  background: #fff;
  border-radius: 3px 3px 0 0;
}


.toggle-works:hover {
  color: #3d3d3d;


}

/* SVG-стрелка вниз */
.toggle-works::after {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  /* --- ИСПРАВЛЕНО: добавлен префикс data: --- */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23029cf2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  /* --- КОНЕЦ ИСПРАВЛЕНИЯ --- */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(0deg); /* Стрелка смотрит вниз по умолчанию */
  transform-origin: center; /* Точка вращения по центру */
}

/* Стрелка вверх при раскрытии */
.toggle-works[aria-expanded="true"]::after {
  transform: rotate(180deg); /* Поворот на 180 градусов, стрелка смотрит вверх */
}

/*============================ чекбоксы: end =======================*/


/*============================ Моб меню низ: end =======================*/
 /* Контейнер для плашек - прозрачный */
#bottomInfoBar.bottom-info-wrapper {
 position: fixed;
 bottom: 10px; /* Отступ снизу 10px на десктопе */
 left: 50%;
 transform: translateX(-50%);
 background: transparent; /* Прозрачный фон */
 padding: 0;
 z-index: 9999 !important;
 box-shadow: none;
 min-width: auto;
 text-align: center;
 display: flex;
 flex-direction: column;
 gap: 10px; /* Отступ между плашками */
}

/* Общие стили для обеих плашек */
#unverifiedEmail.bottom-info-block,
#cookiePolicy.bottom-info-block {
 background: #edefed;
 color: #2d3e50;
 padding: 15px 20px;
 font-family: Arial, sans-serif;
 font-size: 13px;
 box-shadow: 0 2px 10px rgba(0,0,0,0.3);
 border-radius: 15px;
 min-width: 300px;
 text-align: center;
 margin: 0; /* Убираем внешние отступы */
}

/* Контент плашек */
.bottom-info-block-content {
 display: block;
 margin-bottom: 10px;
}

.bottom-info-block-content a {
 color: #029cf5 !important;
 text-decoration: none;
}

.bottom-info-block-content a:hover {
color: #2bb0fc !important;
 text-decoration: underline;
}

/* Кнопки */
.bottom-info-block-action {
 display: flex;
 justify-content: center;
 gap: 10px;
}

.bottom-info-button-agree {
 background: #029cf5 !important;
 color: white !important;
 height: 30px;
 padding: 4px 15px 0px 15px !important;
 text-decoration: none;
 border-radius: 15px !important;
 font-weight: bold;
 font-size: 12px;
 border: none;
 cursor: pointer;
}

.bottom-info-button-agree:hover {
 background: #0288d1 !important;
}

.bottom-info-button-hide {
 display: none;
}

/* Мобильная версия */
@media (max-width: 768px) {
 #bottomInfoBar.bottom-info-wrapper {
 bottom: 90px; /* Оригинальный отступ снизу */
 left: 0;
 right: 0;
 transform: none;
 width: 100%;
 padding: 0 10px;
 box-sizing: border-box;
 gap: 8px; /* Уменьшаем отступ между плашками на мобильном */
 }
 
 #unverifiedEmail.bottom-info-block,
 #cookiePolicy.bottom-info-block {
 width: 100%;
 min-width: auto;
 border-radius: 15px;
 padding: 12px 15px;
 box-sizing: border-box;
 }
}
 
 
 
 
 
 
 
 
 
 
/* Базовые стили - не будут конфликтовать с существующими */
.mobile-nav-1201-container {
 display: none; /* По умолчанию скрыто для всех устройств */
}

/* Стили только для мобильных устройств */
@media only screen and (max-width: 767px) {
 .mobile-nav-1201-container {
 display: block;
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1000;


 /* Стеклянный эффект */
 background: rgba(255, 255, 255, 0.85);
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);



 box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
 border-top: 1px solid #f0f0f0;
 border-bottom: 1px solid #879ba6;
 border-top: 1px solid #f0f0f0;
 padding: 8px 0;
 }

 .mobile-nav-1201 {
 display: flex;
 justify-content: space-around;
 align-items: center;
 height: 56px;
 }

 .mobile-nav-item-1201 {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 width: 20%;
 height: 100%;
 cursor: pointer;
 transition: all 0.2s ease;
 opacity: 0.6;
 position: relative;
 }

.mobile-nav-link-1201 .mobile-nav-item-1201 .avatar-1201,
.mobile-nav-link-1201 .mobile-nav-item-1201 .avatar-1201 img {
  opacity: 1 !important;
}

.mobile-nav-icon-1201.avatar-1201 {
  opacity: 1 !important;
}

 .mobile-nav-item-1201.active-1201 {
 opacity: 1;
 transform: none; 
 color: #4190ff; 
 }

 .mobile-nav-icon-1201 {
 width: 24px;
 height: 24px;
 margin-bottom: 4px;
 transition: all 0.2s ease;
 stroke-width: 1.9px;
 }

.mobile-nav-text-1201 {
  font-size: 11px;
  font-weight: 500;
  color: #333;
  text-align: center;
  transition: all 0.2s ease;
}

 
 .mobile-nav-item-1201.active-1201 .mobile-nav-text-1201 {
 color: #4190ff;
 font-weight: 500;
 }

 /* Специальный стиль для центрального элемента */
 .mobile-nav-center-1201 {
 opacity: 1; 
 width: 45px;
 height: 45px;
 border-radius: 50%;
 background: linear-gradient(135deg, #029cf4, #1397e0);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-weight: bold;
 font-size: 16px;
 margin-bottom: -10px;
 margin-left: 2px;
 box-shadow: 0 4px 12px rgba(2, 156, 244, 0.3);
 position: relative;
 top: -4px;
 border: 1px solid #fff !important;
 }

 .mobile-nav-center-1201 .mobile-nav-icon-1201 {
 width: 20px;
 height: 20px;
 margin-bottom: 0;
 stroke-width: 2.2px;
 
 }
 
 a.mobile-nav-link-1201 {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 width: 20%;
 height: 100%;
 text-decoration: none;
 color: inherit;
 }

 /* Добавляем отступ для контента только на мобильных */
 body {
 padding-bottom: 72px !important;
 }
}
  
 .mobile-nav-item-1201:hover .mobile-nav-icon-1201 {
 transform: scale(1.1);
 transition: transform 0.2s ease;
}








/*============================ Моб меню низ: end =======================*/

/*============================ стр тендера =======================*/
 #casing, .userpm-add-table {
 padding: 0;
 } 
 
.message-popup {
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 padding: 20px 30px;
 border-radius: 8px;
 box-shadow: 0 4px 20px rgba(0,0,0,0.3);
 z-index: 10002;
 animation: popIn 0.3s ease-out;
 max-width: 400px;
 text-align: center;
 font-weight: 500;
}

.success-popup {
 background: #4CAF50;
 color: white;
}

.error-popup {
 background: #f44336;
 color: white;
}

/* Скрываем стандартные сообщения */
.successText,
.errorText {
 display: none !important;
}

/* Стили для кнопки вызова */
.pm-toggle-btn {
 position: fixed;
 bottom: 20px;
 right: 20px;
 background: #879ba6;
 color: white;
 border: none;
 border-radius: 50%;
 width: 60px;
 height: 60px;
 font-size: 24px;
 cursor: pointer;
 box-shadow: 0 4px 8px rgba(0,0,0,0.2);
 z-index: 10000;
}

/* Стили для ссылок вызова */
.pm-link {
 cursor: pointer;
 color: #879ba6;
 text-decoration: underline;
}

.pm-link:hover {
 color: #6a7f8c;
}

.pm-modal {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.5);
 z-index: 10001;
}

.pm-modal-content {
 position: relative;
 background-color: white;
 margin: 2% auto;
 width: 95%;
 max-width: 800px;
 height: 90vh;
 border-radius: 16px;
 overflow: hidden;
}

.pm-modal-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 10px 15px;
 background: #879ba6;
 color: white;
}

.pm-modal-close {
 color: white;
 font-size: 28px;
 font-weight: bold;
 cursor: pointer;
}

.pm-modal-body {
 height: calc(100% - 60px);
 overflow-y: auto;
 overflow-x: hidden;
}

.pm-modal-body iframe {
 width: 100%;
 height: 100%;
 border: none;
 display: block;
}

@keyframes popIn {
 from {
 transform: translate(-50%, -50%) scale(0.8);
 opacity: 0;
 }
 to {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
 }
}

@keyframes fadeOut {
 from {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
 }
 to {
 opacity: 0;
 transform: translate(-50%, -50%) scale(0.8);
 }
}  
/*============================ стр тендера: end =======================*/

.userpm-message-text {
    border-left: none !important;
}

.userpm-message-text b {
 padding: 14px 10px !important;
 margin: 0px !important;
 margin-left: 26px !important;
 line-height: 1 !important;
 box-shadow: none !important;
 background: #f0f4f8 !important;
 border-radius: 0px !important;
 border-top: none !important;
 border-bottom: none !important;
 border-left: none !important;
 border-right: none !important;
 width: 80% !important; 
 display: block !important;
 word-wrap: break-word !important;
 overflow-wrap: break-word !important;
 white-space: normal !important;
}

span.inputPM.message-appear {
 padding: 14px 10px !important;
 margin: 0px !important;
 margin-left: 26px !important;
 line-height: 1.5 !important;
 box-shadow: none !important;
 background: #f0f4f8 !important;
 border-radius: 0px !important;
 border-top: none !important;
 border-bottom: none !important;
 border-left: none !important;
 border-right: none !important;
 width: 80% !important;
margin-right: 20% !important;
 display: block !important;
 word-wrap: break-word !important;
 overflow-wrap: break-word !important;
 white-space: normal !important;
}

span.inputPM.message-appear:first-of-type {
 border-top: 1px solid #ccc !important;
 border-top-left-radius: 18px !important;
 border-top-right-radius: 18px !important;
}

span.inputPM.message-appear:last-of-type {
 border-bottom: 1px solid #ccc !important;
 border-bottom-left-radius: 6px !important;
 border-bottom-right-radius: 18px !important;
}

.inputPM, .outputPM {
 padding: 14px 18px !important;
 margin-bottom: 18px !important;
 border-radius: 18px !important;
 line-height: 1.5 !important;
 font-size: 16px !important;
 display: block !important;
 opacity: 1 !important;
 max-width: 80% !important;
 border: none !important;
 position: relative !important;
 word-wrap: break-word !important;
 overflow-wrap: break-word !important;
 white-space: normal !important;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
 transition: none !important;
 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, sans-serif !important;
 z-index: 1 !important;
}

.inputPM {
 background: linear-gradient(135deg, #f0f4f8, #e0e6ed) !important;
 margin-left: 26px !important;
 margin-right: auto !important;
 color: #2d3e50 !important;
 border-bottom-left-radius: 6px !important;
 align-self: flex-start !important;
}

.outputPM {
 background: linear-gradient(135deg, #f4fff8 0%, #e8ffec 100%) !important;
 margin-left: auto !important;
 margin-right: 28px !important;
 color: #2d3e50 !important;
 border-bottom-right-radius: 6px !important;
 align-self: flex-end !important;
}

.inputPM:hover, .outputPM:hover {
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.inputPM img, .outputPM img {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    margin: 5px 0 !important;
    vertical-align: middle !important;
}

/* Разрешаем показ картинок в сообщениях */
.userpm-message-text img {
    display: inline-block !important;
    max-width: 300px !important;
    max-height: 300px !important;
    height: auto !important;
    border-radius: 12px !important;
    margin: 8px 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    border: 1px solid #e0e0e0 !important;
    vertical-align: middle !important;
}

/* Специально для картинок внутри .inputPM и .outputPM */
.inputPM img, 
.outputPM img {
    display: inline-block !important;
    max-width: 250px !important;
    max-height: 250px !important;
    height: auto !important;
    border-radius: 8px !important;
    margin: 4px 0 !important;
    vertical-align: middle !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .userpm-message-text img {
        max-width: 100% !important;
        max-height: 250px !important;
    }
    
    .inputPM img, 
    .outputPM img {
        max-width: 100% !important;
        max-height: 200px !important;
    }
}


/*========= шилд категории тен =======*/
.cat-name {
  display: inline-block;
  background-color: #5dc2fc;
  color: white;
  padding: 2px 20px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
/*========= шилд категории тен: end =======*/

.name_prof {
  background-color: #ff4444;
}


/* Скрывает стрелку прокрутки вверх */
.yandex__scroll-to-top {
    display: none !important;
}

/* Альтернативные селекторы */
[class*="scroll-to-top"],
[class*="floating-button"],
.yabrowser-button {
    display: none !important;
}


  
/* Таймер велком-бонус */

  /* Акция бонус при пополнении */	
.timer-bon {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 15px;
    max-width: 500px;
    margin: 10px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: white;
    position: relative;
    overflow: hidden;
}

.timer-bon::before {
    padding: 0px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* 1 ряд*/
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L22 7 L22 17 L12 22 L2 17 L2 7 Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E"),
        /* 2 ряд*/
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L22 7 L22 17 L12 22 L2 17 L2 7 Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
    background-size: 24px 36px;
    background-position: 
        0 0,      /* 1 ряд */
        12px 18px; /* 2 ряд: смещен на 50% */
    background-repeat: repeat;
    mask: linear-gradient(135deg, 
        rgba(0,0,0,0) 0%, 
       rgba(0,0,0,0.0) 50%, 
        rgba(0,0,0,0.1) 50%, 
        rgba(0,0,0,0.8) 100%);
    pointer-events: none;
}

    
    
.timer-content-bon {
  position: relative;
  z-index: 2;
}

.timer-header-bon {
  display: flex;
  align-items: center;
  justify-content: center; /* Выравнивание по центру */
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap; /* Перенос на мобильных */
  text-align: center;
}

/* На мобильных */
@media (max-width: 480px) {
  .timer-header-bon {
    gap: 8px;
    flex-direction: column; /* Иконка и текст в столбик */
  }
  
  .timer-header-bon .icon-bon {
    margin-bottom: 5px;
  }
}

.icon-bon {
  font-size: 28px;
  animation: pulse-bon 2s infinite;
}

.timer-title-bon {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
}

.timer-desc-bon {
  margin: 0 0 25px 0;
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.5;
}

.timer-display-bon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  border-radius: 15px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.time-unit-bon {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}

.time-number-bon {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(45deg, #fff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.time-label-bon {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.time-separator-bon {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0.7;
}

.cta-button-bon {
  padding: 6px 18px;
  background: #00cd6e;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
  width: 100%;
  margin: 0 auto 15px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 205, 110, 0.4);
}

.cta-button-bon:hover {
  filter: brightness(0.95);
  box-shadow: 0 6px 20px rgba(0, 205, 110, 0.6);
}

.timer-footer-bon {
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}

@keyframes pulse-bon {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@media (max-width: 480px) {
  .timer-bon {
    margin: 10px;
    padding: 20px 15px;
    border-radius: 15px;
  }
  
  .timer-display-bon {
    gap: 5px;
    padding: 10px 10px;
  }
  
  .time-unit-bon {
    min-width: 60px;
  }
  
  .time-number-bon {
    font-size: 24px;
  }
  
  .time-separator-bon {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .timer-title-bon {
    font-size: 18px;
  }
  
  .cta-button-bon {
    font-size: 16px;
    padding: 16px;
  }
}	
/* Акция бонус при пополнении */  


 #add-funds-param {
 font-size: 0 !important;
}

#add-funds-param .amounts-container,
#add-funds-param .amount-selector,
#add-funds-param .payment-btn-custom {
 font-size: 14px !important;
} 
 
 
 /* Скрываем стандартные элементы формы */
#add-funds-amount,
select[name="curr_id"],
select[name="payment_id"],
#add-funds-param input[type="submit"] {
 display: none !important;
}

/* Стили для существующего контейнера */
.static-funds-form {
 padding: 30px 10px 30px 10px !important;
 background: 
 linear-gradient(135deg, #e2e8f0 25%, transparent 45%) -10px 0,
 linear-gradient(225deg, #e2e8f0 25%, transparent 45%) -10px 0,
 linear-gradient(315deg, #e2e8f0 25%, transparent 45%),
 linear-gradient(45deg, #e2e8f0 25%, transparent 45%) !important;
 background-size: 20px 20px !important;
 background-color: #f2f5fa !important;
 border-radius: 16px !important;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
 margin: 0 !important;
 border: 1px solid #eaeaea !important;
}

/* Сетка сумм */
.amount-selector {
 display: grid !important;
 grid-template-columns: repeat(4, 1fr) !important;
 gap: 12px !important;
 margin: 0 0 25px 0 !important;
}

/* Варианты сумм */
.amount-option {
 padding: 15px 10px !important;
 border: 1px solid #e8e8e8 !important;
 border-radius: 10px !important;
 cursor: pointer !important;
 text-align: center !important;
 font-weight: 700 !important;
 font-size: 15px !important;
 transition: all 0.2s ease !important;
 background: white !important;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
 color: #333 !important;
}

.amount-option:hover {
 border-color: #4a90e2 !important;
 background: #f8faff !important;
 transform: translateY(-0px) !important;
}

/* Цвета для вариантов сумм с тенями */
.amount-option[data-color="#ff9800"].active {
 border-color: #ff9800 !important;
 background: #ff9800 !important;
 color: white !important;
 transform: translateY(-2px) !important;
 box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3) !important;
}

.amount-option[data-color="#00cd6e"].active {
 border-color: #00cd6e !important;
 background: #00cd6e !important;
 color: white !important;
 transform: translateY(-2px) !important;
 box-shadow: 0 4px 12px rgba(0, 205, 110, 0.3) !important;
}

.amount-option[data-color="#9c27b0"].active {
 border-color: #9c27b0 !important;
 background: #9c27b0 !important;
 color: white !important;
 transform: translateY(-2px) !important;
 box-shadow: 0 4px 12px rgba(156, 39, 176, 0.3) !important;
}

/* Ховер эффекты по цветам */
.amount-option[data-color="#ff9800"]:hover {
 border-color: #ff9800 !important;
}

.amount-option[data-color="#00cd6e"]:hover {
 border-color: #00cd6e !important;
}

.amount-option[data-color="#9c27b0"]:hover {
 border-color: #9c27b0 !important;
}

/* Бонусная надпись */
.amount-bonus {
 font-size: 11px !important;
 margin-top: 5px !important;
 font-weight: 500 !important;
 opacity: 0.9 !important;
}

.amount-option.active .amount-bonus {
 opacity: 0.95 !important;
}

/* Информация о выбранной сумме */
.selected-amount-info {

display: none;
 
 text-align: center !important;
 margin-bottom: 20px !important;
 padding: 15px !important;
 background: #fff !important;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
 border-radius: 10px !important;
 border-left: 0px solid #00cd6e !important;
}

.selected-amount-info .label {
 font-size: 14px !important;
 color: #666 !important;
 margin-bottom: 5px !important;
}

.selected-amount-info .amount {
 font-size: 24px !important;
 font-weight: 700 !important;
 color: #00cd6e !important;
}

/* Основная кнопка с динамическим цветом */
.payment-btn-custom {
 padding: 18px !important;
 background: var(--btn-color, #00cd6e) !important;
 color: white !important;
 border: none !important;
 border-radius: 12px !important;
 cursor: pointer !important;
 font-size: 18px !important;
 font-weight: 700 !important;
 text-align: center !important;
 transition: all 0.2s ease !important;
 /* Для десктопа - не на всю ширину */
 width: auto !important;
 min-width: 300px !important;
 margin: 0 auto !important;
 display: block !important;
}

.payment-btn-custom:hover {
 filter: brightness(0.95) !important;
 box-shadow: 0 6px 20px var(--btn-shadow, rgba(0, 205, 110, 0.4)) !important;
}

/* На мобильных - на всю ширину */
@media (max-width: 768px) {
 .payment-btn-custom {
 width: 100% !important;
 min-width: auto !important;
 }
}

/* Адаптивность */
@media (max-width: 768px) {
 .amount-selector {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 12px !important;
 }
 
 .amount-option {
 padding: 12px 8px !important;
 font-size: 14px !important;
 }
 
 .payment-btn-custom {
 padding: 16px !important;
 font-size: 16px !important;
 }
}

/* Скрываем вторую форму */
#add-funds-form {
 opacity: 0 !important;
 position: absolute !important;
 pointer-events: none !important;
 z-index: -1 !important;
}
 
 
 
 /* Шильдик бонуса */
.amount-bonus-badge {
 position: absolute;
 top: -8px;
 right: -8px;
 background: linear-gradient(45deg, #ff6b6b, #ff8e53);
 color: white;
 font-size: 10px !important;
 font-weight: 600 !important;
 padding: 3px 8px !important;
 border-radius: 10px !important;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
 z-index: 2;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

/* Для оранжевых кнопок - серый градиентный шильдик */
.amount-option[data-color="#ff9800"] .amount-bonus-badge {
 background: linear-gradient(45deg, #edefed, #dcdedc) !important;
 box-shadow: 0 2px 8px rgba(237, 239, 237, 0.4) !important;
 color: #879ba6 !important;
}

/* Для зеленых кнопок - зеленый шильдик */
.amount-option[data-color="#00cd6e"] .amount-bonus-badge {
 background: linear-gradient(45deg, #00cd6e, #00a86b) !important;
}

/* Для фиолетовых кнопок - фиолетовый шильдик */
.amount-option[data-color="#9c27b0"] .amount-bonus-badge {
 background: linear-gradient(45deg, #9c27b0, #7b1fa2) !important;
}
 
 /* Шильдик бонуса для активных кнопок с glass эффектом */
.amount-option.active .amount-bonus-badge {
 background: rgba(255, 255, 255, 0.25) !important;
 backdrop-filter: blur(5px) !important;
 -webkit-backdrop-filter: blur(5px) !important;
 border: 1px solid rgba(255, 255, 255, 0.3) !important;
 color: white !important;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
 font-weight: 700 !important;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Для оранжевых активных кнопок */
.amount-option[data-color="#ff9800"].active .amount-bonus-badge {
 background: rgba(255, 255, 255, 0.25) !important;
 border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

/* Для зеленых активных кнопок */
.amount-option[data-color="#00cd6e"].active .amount-bonus-badge {
 background: rgba(255, 255, 255, 0.25) !important;
 border: 1px solid rgba(255, 255, 255, 0.4) !important;
 
}

/* Для градиентных активных кнопок */
.amount-option[data-color*="linear-gradient"].active .amount-bonus-badge {
 background: rgba(255, 255, 255, 0.25) !important;
 border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
 
 
 /* Для градиентных сине-фиолетовых кнопок */
.amount-option[data-color*="linear-gradient"].active {
 border: none !important;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
 color: white !important;
 transform: translateY(-2px) !important;
 box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}

.amount-option[data-color*="linear-gradient"]:hover {
 border-color: #667eea !important;
}

/* Шильдик для множителей с увеличенным шрифтом */
.amount-bonus-badge:contains("×") {
 
 font-size: 16px !important;
 font-weight: 900 !important;
 padding: 4px 8px !important;
}

/* Красный шильдик для всех множителей */
.amount-bonus-badge[data-multiplier] {
 font-size: 12px !important;
 font-weight: 900 !important;
 color: white !important;
 border-radius: 999px !important;
 background: #ff4444 !important;
 box-shadow: 0 2px 8px rgba(255, 68, 68, 0.4) !important;
}

/* Переопределяем градиенты для множителей */
.amount-option[data-color="#ff9800"] .amount-bonus-badge[data-multiplier],
.amount-option[data-color="#00cd6e"] .amount-bonus-badge[data-multiplier],
.amount-option[data-color*="linear-gradient"] .amount-bonus-badge[data-multiplier] {
 background: #ff4444 !important;
 box-shadow: 0 2px 8px rgba(255, 68, 68, 0.4) !important;
}

/* Для активных множителей - glass эффект */
.amount-option.active .amount-bonus-badge[data-multiplier] {
 background: rgba(255, 255, 255, 0.25) !important;
 backdrop-filter: blur(10px) !important;
 -webkit-backdrop-filter: blur(10px) !important;
 border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
 font-weight: 700 !important;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}
/* Таймер велком-бонус */











.glass-container {
  /* Стили стекла */
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  width: 80%;
  min-width: 200px;
  max-width: 360px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 25px;
  
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

/* Вертикальная разделительная линия по центру - НЕ до краев */
.glass-container::before {
  content: '';
  position: absolute;
  top: 15px; /* отступ сверху */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 30px); /* высота минус отступы сверху и снизу */
  background: rgba(255, 255, 255, 0.3);
  z-index: 4;
}

/* Стили для текста слева */
.glass-text {
  flex: 1;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

/* Обновляем стили таймера */
.glass-timer {
  flex: 1;
  text-align: center;
  font-family: 'SF Mono', Monaco, Consolas, monospace;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  min-width: 100px;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.7),
    0 0 10px rgba(255, 255, 255, 0.2);
  z-index: 5;
  position: relative;
}

/* Мобильные (до 768px) */
@media (max-width: 768px) {
  .glass-container {
    bottom: 80px;
    padding: 0 20px;
    height: 40px;
  }
  
  .glass-text {
    font-size: 12px;
  }
  
  .glass-timer {
    font-size: 12px;
  }
  
  .glass-container::before {
    top: 10px;
    height: calc(100% - 20px);
  }
}

/* Десктоп (от 769px) */
@media (min-width: 769px) {
  .glass-container {
    bottom: 20px;
  }
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  filter: blur(8px);
  opacity: 0.6;
}

/* Размытый фон */
.glass-container .blur-bg {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: inherit;
  filter: blur(20px);
  z-index: -1;
  opacity: 0.5;
}

.glass-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.03) 50%, 
    rgba(255, 255, 255, 0.08) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.glass-text {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 8px;
}

.glass-timer {
  padding-left: 8px;
}



/* ===== РАЗМЕСТИТЬ  ТЕНДЕР МОДАЛКА ===== */

/* --- МОДАЛЬНОЕ ОКНО (ОВЕРЛЕЙ + ОКНО) --- */
.gizmoll-modal-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.3);
 backdrop-filter: blur(0px);
 -webkit-backdrop-filter: blur(0px);
 z-index: 10000;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0;
 box-sizing: border-box;
 opacity: 0;
 visibility: hidden;
 transition: 
   opacity 0.4s ease,
   backdrop-filter 0.4s ease,
   -webkit-backdrop-filter 0.4s ease,
   visibility 0.4s ease;
}

.gizmoll-modal-overlay.active {
 opacity: 1;
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 visibility: visible;
}

.gizmoll-modal {
 background: transparent;
 width: auto;
 max-width: 90%;
 max-height: 90vh;
 overflow-y: auto;
 border-radius: 16px;
 transform: translateY(100%);
 transition: transform 0.3s ease;
}

.gizmoll-modal-overlay.active .gizmoll-modal {
 transform: translateY(0);
}

.gizmoll-modal-window {
 background: none;
 width: 100%;
 max-width: 380px;
 max-height: 90vh;
 border-radius: 16px;
 padding: 0;
 position: relative;
 box-shadow: none;
 transform: translateY(20px);
 opacity: 0;
 transition: transform 0.3s ease, opacity 0.3s ease !important;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.gizmoll-modal-overlay.active .gizmoll-modal-window {
 transform: translateY(0);
 opacity: 1;
 background: transparent;
 box-shadow: none;
}

/* Кнопка закрытия */
.gizmoll-modal-close {
 position: absolute;
 top: 22px;
 right: 18px;
 background: #f2f5fa;
 border: none;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 font-size: 20px;
 line-height: 26px;
 text-align: center;
 color: #666;
 cursor: pointer;
 padding: 0;
 transition: background 0.2s, color 0.2s;
 z-index: 10;
}

.gizmoll-modal-close:hover {
 background: #e0e0e0;
 color: #000;
}

/* Скроллбар внутри модалки */
.gizmoll-modal-window::-webkit-scrollbar {
 width: 6px;
}
.gizmoll-modal-window::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 3px;
}
.gizmoll-modal-window::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius: 3px;
}

/* --- КАРТОЧКА ВНУТРИ МОДАЛКИ (gizmo-card) --- */
.gizmo-card {
 font-family: 'Roboto', Arial, sans-serif;
 background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
 border: 1px solid #4a5568;
 border-radius: 20px;
 padding: 24px;
 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
 color: #e2e8f0;
 position: relative;
 overflow: hidden;
}

.gizmo-card::before {
 padding: 0px;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: 
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L22 7 L22 17 L12 22 L2 17 L2 7 Z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E"),
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L22 7 L22 17 L12 22 L2 17 L2 7 Z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E");
 background-size: 24px 36px;
 background-position: 0 0, 12px 18px;
 background-repeat: repeat;
 mask: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,1) 100%);
 pointer-events: none;
}

/* --- ПЕРЕКЛЮЧАТЕЛЬ (toggle) --- */
.gizmo-toggle-container {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 24px;
 padding-bottom: 16px;
 border-bottom: 1px solid #4a5568;
}

.gizmo-toggle-label {
 font-size: 14px;
 color: #e2e8f0;
 font-weight: 500;
}

.gizmo-switch {
 position: relative;
 display: inline-block;
 width: 48px;
 height: 24px;
}

.gizmo-switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

.gizmo-switch-slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #3b82f6;
 transition: .2s;
 border-radius: 24px;
}

.gizmo-switch-slider:before {
 position: absolute;
 content: "";
 height: 20px;
 width: 20px;
 left: 2px;
 bottom: 2px;
 background-color: white;
 transition: .2s;
 border-radius: 50%;
 box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.gizmo-switch input:checked + .gizmo-switch-slider {
 background-color: #9ca3af;
}

.gizmo-switch input:checked + .gizmo-switch-slider:before {
 transform: translateX(24px);
}

/* --- ЗАГОЛОВОК КАРТОЧКИ --- */
.gizmo-content-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 16px;
}

.gizmo-content-header h3 {
 font-size: 18px;
 font-weight: 600;
 color: #e2e8f0;
 margin: 0;
}

/* --- БЕЙДЖ (Рекомендуем) --- */
.gizmo-badge {
 font-size: 12px;
 padding: 4px 10px;
 border-radius: 12px;
 background: #10b981;
 color: white;
 font-weight: 500;
}

/* --- СПИСОК ВНУТРИ КАРТОЧКИ --- */
.gizmo-card-list {
 list-style: none;
 padding: 0;
 margin: 0;
 font-size: 14px;
}

.gizmo-card-list li {
 display: flex !important;
 align-items: flex-start !important;
 gap: 10px !important;
 padding: 8px 0;
 border-bottom: 1px solid #4a5568;
 line-height: 1.4;
 color: #e2e8f0;
}

.gizmo-card-list li:last-child {
 border-bottom: none;
}

.gizmo-card-list-warning {
 color: #cbd5e0;
}

.gizmo-list-icon {
 flex-shrink: 0;
 margin-top: 1px;
}

/* --- КНОПКИ --- */
.gizmo-btn {
 width: 100%;
 padding: 12px;
 border: none;
 border-radius: 12px;
 font-size: 15px;
 font-weight: 500;
 cursor: pointer;
 transition: opacity 0.2s;
}

.gizmo-btn:hover {
 opacity: 0.9;
}

.gizmo-btn-primary {
 background: #3b82f6;
 color: white;
}

.gizmo-btn-secondary {
 background: #6b7280;
 color: white;
}

/* --- КНОПКА "ЕЩЁ" (показать больше) --- */
.gizmo-show-more {
 text-align: center;
 margin-bottom: 16px;
 padding-top: 8px;
 border-top: 1px dashed #4a5568;
}

.gizmo-toggle-btn {
 background: none;
 border: none;
 color: #60a5fa;
 font-size: 14px;
 cursor: pointer;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 6px 12px;
 border-radius: 6px;
 transition: all 0.2s;
}

.gizmo-toggle-btn:hover {
 background: rgba(96, 165, 250, 0.1);
}

.gizmo-arrow {
 transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
 margin-top: 1px;
}

/* --- АНИМАЦИЯ СКРЫТЫХ ЭЛЕМЕНТОВ --- */
.gizmo-hidden-item {
 opacity: 0;
 transform: translateY(-10px);
 transition: opacity 0.3s ease, transform 0.3s ease;
 display: flex;
 align-items: flex-start;
 gap: 10px;
}

.gizmo-expanded .gizmo-hidden-item {
 display: flex;
 opacity: 1;
 transform: translateY(0);
 transition-delay: 0.1s;
}

.gizmo-expanded .gizmo-hidden-item:nth-child(1) { transition-delay: 0.05s; }
.gizmo-expanded .gizmo-hidden-item:nth-child(2) { transition-delay: 0.1s; }
.gizmo-expanded .gizmo-hidden-item:nth-child(3) { transition-delay: 0.15s; }
.gizmo-expanded .gizmo-hidden-item:nth-child(4) { transition-delay: 0.2s; }

.gizmo-benefits-list-initial {
 height: 144px;
 overflow: hidden;
 transition: height 0.4s ease;
}

.gizmo-hidden-initial {
 display: none;
}

.gizmo-collapsed .gizmo-hidden-item {
 opacity: 0;
 transform: translateY(-10px);
 transition: opacity 0.3s ease, transform 0.3s ease;
}

/* --- СПЕЦИФИЧЕСКИЕ СТИЛИ ДЛЯ ЭЛЕМЕНТОВ ВНУТРИ МОДАЛКИ --- */
.gizmoll-modal-window .gizmo-toggle-container {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 gap: 15px;
 margin-bottom: 20px;
}

.gizmoll-modal-window .gizmo-content-header {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 5px;
 margin-bottom: 15px;
}

.gizmoll-modal-window .gizmo-card-list {
 text-align: left;
 margin: 0 auto 20px auto;
 display: inline-block;
 max-width: 100%;
}

.gizmoll-modal-window .gizmo-btn {
 display: inline-block;
 width: auto;
 min-width: 200px;
 padding: 12px 30px;
}

/* --- ДОПОЛНИТЕЛЬНО: цвета для заголовков внутри карточки --- */
.gizmoll-modal-window h2[style*="color:#01ff8d"] {
 color: #01ff8d !important;
}
.gizmoll-modal-window h2[style*="color:#f17934"] {
 color: #f17934 !important;
}
.gizmoll-modal-window h2[style*="color:#029cf2"] {
 color: #029cf2 !important;
}

/* ===== РАЗМЕСТИТЬ  ТЕНДЕР МОДАЛКА ===== */




/* === ТАБЫ - ПОЛНЫЕ СТИЛИ === */

.tabs-container {
  margin: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.tabs {
  margin: 0px 12px;
  display: flex;
  overflow-x: auto;
  gap: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-bottom: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 10;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab-button {
  padding: 3px 5px;
  background: #fff;
  border: none;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  color: #2d3e50;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.1s ease;
  white-space: nowrap;
  scroll-snap-align: start;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.tab-button:hover {
  color: #029cf5;
  background: #fcfeff;
}

.tab-button.active {
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #029cf2;
  background: #029cf2;
  transition: all 0.3s ease;
}

@media (hover: none) {
  .tab-button:hover,
  .tab-button:active,
  .tab-button:focus {
    background: #fff !important;
    color: #2d3e50 !important;
  }
  .tab-button.active:hover,
  .tab-button.active:active,
  .tab-button.active:focus {
    background: #029cf2 !important;
    color: #fff !important;
  }
}

@media (max-width: 480px) {
  .tabs {
    justify-content: center;
  }
  .tab-button {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
}

/* === ОБЁРТКА ДЛЯ СЛАЙДЕРА === */
.tab-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  min-height: 350px;
}

/* === ВСЕ ВКЛАДКИ НА ОДНОЙ ПОЗИЦИИ === */
.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 3px 0;
}

.tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Во время свайпа - абсолютно позиционированы */
.tab-content.swiping {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* === КАРТОЧКА === */
.tab-card {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  min-height: 350px;
  width: 100%;
  transform: translateX(0);
  will-change: transform;
  backface-visibility: hidden;
}

.btn-download, .btn-contact {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #e47368;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

.btn-contact {
  background: #0243a6;
}

